Dynamic Graph Unlearning: A General and Efficient Post-Processing Method via Gradient Transformation
The ACM Web Conference (WWW), pp. 931–944.
Applied AI & Systems Research
Applied AI Engineer · Research Software Engineer
Environmental Informatics Hub · Monash University
Date: 2026-07-13
Owner: Xiangwen (Wayne) Yang
Repo: chnyangs/chnyangs.github.io (GitHub Pages, Jekyll)
Status: Approved (in-chat) — implementation on branch classic-serif-redesign
Redesign the personal GitHub Pages site into a classic serif document aesthetic — timeless, formal, understated, like a finely typeset printed CV / journal article. Replace the current bare README-as-homepage and the flashy purple-gradient publications page with a consistent, restrained serif design.
| Decision | Choice |
|---|---|
| Visual style | Classic serif document (EB Garamond, fallback Georgia, "Times New Roman", serif) |
| Structure | Home page (index.html) + separate Publications page (publication/overview.md), both restyled consistently |
| Palette | Ivory background #FBF7EF · body text #1a1a1a · maroon links #7B1E1E · hairline rules #E4D8C8 |
| Color mode | Light only (no dark mode) |
| Local preview | Add Gemfile (github-pages gem + webrick) so bundle exec jekyll serve works |
Jekyll / GitHub Pages. Files:
_layouts/default.html — shared classic-serif base layout. Centered single column
(max-width ≈ 760px), header photo/identity block, minimal top nav (Home · Publications),
footer. Links one shared stylesheet. Renders `<section aria-labelledby="publications-heading">
Works currently listed on my Google Scholar profile, ordered by final publication year.
Final venue metadata and publisher links are used where available. For live citation counts, please see my Google Scholar profile.
The ACM Web Conference (WWW), pp. 931–944.
Network and Distributed System Security Symposium (NDSS).
40th International Conference on Machine Learning (ICML).
18th ACM ASIA Conference on Computer and Communications Security (AsiaCCS).
IEEE Transactions on Dependable and Secure Computing, 20(2), pp. 886–901.
16th International Conference on Network and System Security (NSS), pp. 580–597.
17th ACM ASIA Conference on Computer and Communications Security (AsiaCCS), pp. 337–350.
IEEE International Conference on Data Mining (ICDM), pp. 1421–1426.
30th ACM International Conference on Information and Knowledge Management (CIKM), pp. 3617–3621.
</section> `.
assets/css/main.css — all styling in one shared file (DRY). No per-page inline
<style> blocks (removes the duplicated-CSS smell of the current pages).index.html — homepage, layout: default. Sections in order:
Header (photo + name + title + location + contact links: email · LinkedIn · Scholar · GitHub)
→ About (Summary) → Highlights → Professional Experience → Selected Projects
→ Technical Skills → Selected Publications (a few, + “All publications →” link)
→ Education.
Content migrated from current README.md.publication/overview.md — full publications list, layout: default, restyled to the
same serif system. Grouped by year. Remove purple gradient, hover-lift cards, FontAwesome
chrome. Venue shown as a small understated tag/italic; links in maroon.Gemfile (+ Gemfile.lock) — enables faithful local preview. Already excluded from the
build in _config.yml._config.yml collections beyond what the redesign needs.README.md stays as the GitHub repository landing page. The website homepage becomes
index.html with full styling control. Content is migrated (some duplication is acceptable —
different audiences). Long-term sync between the two is out of scope for v1.
bundle install then bundle exec jekyll serve; site builds without errors./ and /publications/ at http://127.0.0.1:4000; verify layout, links, section
hierarchy, and responsive behavior (narrow viewport).Work on branch classic-serif-redesign. After live-render verification, present to user for
review, then merge to main (which auto-deploys via GitHub Pages).