Quick Edit Checklist: What to Fill In
Quick Edit Checklist: What to Fill In
This is your personal checklist of all the fields you need to update.
๐ฏ PRIORITY 1: Required for Your Site to Look Good
Update these in _config.yml:
Left Sidebar Info
author.name- Change from โYour Nameโ to โZixian Wangโauthor.bio- Replace with your 1-2 sentence bio. Example: โPhD student at UIUC studying machine learning systemsโauthor.email- โ Already haszixianw4@illinois.edu(looks good!)
About Page
Update these in _pages/about.md:
- Research Interests section - Add 3-5 bullet points
- Education section - List your degrees
- Experience section - List your positions
- News & Updates section - Add any recent news (can be empty for now)
๐จ PRIORITY 2: Nice to Have (Profile Picture & Social Links)
Profile Picture
- Add
profile.pngto/images/folder (300ร300 px recommended)- This will appear at the top of your left sidebar
Academic Profiles (Optional but Recommended)
Add your URLs if you have them:
author.googlescholar- Your Google Scholar profileauthor.arxiv- Your arXiv author pageauthor.orcid- Your ORCID IDauthor.github- โ Already has โzixianwang2022โ (good!)
Social Media (Optional)
author.linkedin- Your LinkedIn profile URLauthor.twitter- Your Twitter/X handleauthor.website- Your personal website (if you have one)
๐ Current Status
โ Already Done
- Name: โZixian Wangโ is set
- Email: โzixianw4@illinois.eduโ is set
- GitHub: โzixianwang2022โ is set
- Location: โUniversity of Illinois Urbana Champaignโ is set
- Pronouns: โHe/Himโ is set
โณ Still Needs Work
- Author name in sidebar: Still says โYour Nameโ
- Bio: Still says โYour short bio hereโ
- Profile picture: Not added yet
- Research Interests: Empty
- Education: Empty
- Experience: Empty
๐ Exact Changes to Make
Step 1: Update Left Sidebar (in _config.yml)
Find this section:
author:
name : "Your Name" # โ Change this
bio : "Your short bio here" # โ Change this
Change to something like:
author:
name : "Zixian Wang"
bio : "First-year PhD student studying ML systems at UIUC"
Step 2: Fill Your About Page (in _pages/about.md)
For Research Interests, change from:
## Research Interests
<!-- TODO: List your research interests and areas of focus -->
To something like:
## Research Interests
- Machine learning systems and optimization
- Distributed computing and systems
- Performance analysis and profiling
For Education, change from:
## Education
<!-- TODO: Add your educational background -->
To something like:
## Education
**Ph.D. in Computer Science** (In Progress, 2023-Present)
University of Illinois Urbana-Champaign, Advisor: Prof. Minjia Zhang
**B.S. in Computer Science**
[Your Undergraduate University], [Year]
For Experience, change from:
## Experience
<!-- TODO: Add your professional experience -->
To something like:
## Experience
**Graduate Research Assistant** (Aug 2023 - Present)
University of Illinois Urbana-Champaign
Advisor: Prof. Minjia Zhang
**[Previous Position]** ([Dates])
[Company/University]
[Brief description]
How to Tell Your Changes Work
- Edit a file (e.g., change โYour Nameโ to โZixian Wangโ)
- Save the file in VS Code
- Commit & push to GitHub
- Wait 30 seconds (GitHub rebuilds your site)
- Visit https://zixianwang2022.github.io/
- Your changes appear! โจ
You should see:
- Left sidebar shows โZixian Wangโ (not โYour Nameโ)
- Left sidebar shows your bio
- Main content shows your research interests, education, etc.
Example of What Your Page Will Look Like
After you fill everything in:
โโโโโโโโโโโโโโโโโโโโโโโโโโ
โ [YOUR PHOTO] โ
โ โ
โ Zixian Wang โ โ Changed from "Your Name"
โ โโโโโโโโโโโโโโโโโโโโ โ
โ โ
โ First-year PhD โ โ Changed from placeholder
โ student studying ML โ
โ systems at UIUC โ
โ โ
โ ๐ง zixianw4@illinois โ
โ ๐ zixianwang2022 โ
โ ๐ Google Scholar โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโ
Welcome to My Academic Portfolio
About Me
I am a first-year PhD student at University of
Illinois Urbana Champaign (UIUC) advised by
Prof. Minjia Zhang.
Research Interests
- Machine learning systems and optimization
- Distributed computing and systems
- Performance analysis and profiling
Education
Ph.D. in Computer Science (In Progress, 2023-Present)
University of Illinois Urbana-Champaign
Experience
Graduate Research Assistant (Aug 2023 - Present)
University of Illinois Urbana-Champaign
...
Troubleshooting
Q: I changed something but itโs not showing up on my website A: Wait 30 seconds after pushing to GitHub. GitHub Pages takes a moment to rebuild.
Q: How do I see whatโs on my site? A: Visit https://zixianwang2022.github.io/ after committing changes.
Q: Can I preview changes locally? A: Yes, but requires installing Jekyll (optional). We can set that up if you want instant feedback while editing.
Q: Which file controls what I see on the home page? A: _pages/about.md (the main content) and _config.yml (the left sidebar)
Ready to edit? Start with updating author.name and author.bio in _config.yml! ๐
