English, single-page portfolio for AIGC systems and edge intelligence research.
- Edit
_data/profile.ymlfor profile links and expected graduation. - Edit
_bibliography/papers.bibfor all publications; useselected = {true}for papers shown in the highlighted list. - Edit
index.mdfor the narrative, project cards, metrics, and recognition section.
The site uses the al-folio Jekyll theme under the MIT License. The source is intentionally monochrome and does not contain a phone number, local paper PDFs, analytics, or a downloadable CV.
Use Ruby 3.3+ and Bundler:
bundle install
bundle exec jekyll serveOpen http://localhost:4000.
- Create the
hsc113.github.iorepository under thehsc113account. - Set its default branch to
main, push this directory, then select GitHub Actions as the Pages source in repository settings. - The included workflow builds and deploys the site after each push to
main.