This repository contains the source code for the public Jekyll website of TANG LAB @ Wuhan University. It is designed for the GitHub organization TANG-LAB-WHU, the repository tanglab.github.io, and is served at:
https://tang-lab-whu.github.io/tanglab.github.io
TANG LAB leverages Physics-Intrinsic Artificial Intelligence (PI-AI) to advance circular resource and sustainable engineering science. Our research thrives on deep vertical and horizontal cross-disciplinary integration to address pressing environmental, technological, and governance-cost challenges. We seamlessly connect atomistic simulation, machine intelligence, and dynamic stochastic LCA/TEA to quantify and mitigate uncertainties in sustainable engineering, accelerating real-world solutions for:
- Theme 1: MLIP-Driven Super Phosphorus Fertilizer Manufacturing
- Theme 2: AI-Accelerated CO₂ Mineralization
- Theme 3: Phosphogypsum Upcycling
- Theme 4: MLIPs and Atomistic Simulation
- Theme 5: Dynamic Stochastic LCA/TEA
- Theme 6: Interpretable AI for Bioenergy
- Theme 7: Molecular Network Topology
Use Ruby 3.2 or newer.
bundle install
bundle exec jekyll serveOpen: http://localhost:4000
The website is entirely data-driven. Content can be easily modified without touching the underlying HTML/CSS layouts:
_data/site.yml: Lab identity, research vision, keywords, and homepage research cards._data/opportunities.yml: Recruitment information (PhD, Master's, Postdocs, Undergrads, Visiting Scholars) and application instructions._data/people.yml: Lab members, roles, bios, links, and profile images._data/projects.yml: Featured research projects, GitHub repositories, and language tags._data/publications.yml: Academic papers, DOIs, abstracts, and code links._data/teaching.yml: Course information and materials._posts/: Markdown files for lab news and updates.assets/img/: Images for people, projects, and logos.
This repository is configured with a GitHub Actions workflow (.github/workflows/pages.yml) for continuous deployment.
To deploy your updates:
- Simply push your changes to the
mainbranch. - GitHub Actions will automatically build and deploy the site.
- Wait a few minutes and visit:
https://tang-lab-whu.github.io/tanglab.github.io
Note: If this is the very first time you are deploying, ensure that under your repository's Settings -> Pages, the Build and deployment source is set to GitHub Actions.
Before the official public launch, please ensure the following data files are populated with your lab's real information:
- Replace placeholder member profiles in
people.yml. - Add actual publication records to
publications.yml. - Update course information in
teaching.yml. - Replace placeholder news in
_posts/. - Upload official lab logo and member headshots to
assets/img/.