Official website of the JC Liu Research Group at the School of Materials Science and Engineering, Nankai University.
This is a Jekyll-based GitHub Pages website for the JC Liu Research Group. The website includes:
- Home: Group overview and recent news
- Research: Research areas and facilities
- Team: Group members and opportunities
- Publications: Research publications and patents
- Contact: Contact information and collaboration opportunities
To run the website locally:
# Install Jekyll and dependencies
gem install bundler jekyll
# Clone the repository
git clone https://github.com/JCLiuGroup/JCLiuGroup.github.io.git
cd JCLiuGroup.github.io
# Install dependencies
bundle install
# Run the local server
bundle exec jekyll serveThen open http://localhost:4000 in your browser.
- Edit
_config.ymlfor site-wide settings - Modify pages in the root directory (index.html, research.html, etc.)
- Update styles in
assets/css/style.css - Add images to
assets/images/
© 2024 JC Liu Research Group, Nankai University. All rights reserved.