π Your Website Visual Guide
π Your Website Visual Guide
Exactly What Visitors See
Hereβs a visual representation of your website at https://zixianwang2022.github.io/
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Zixian Wang - Academic Portfolio β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β [Publications] [Blog Posts] [CV] β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β β
β βββββββββββββββββββββββββββ ββββββββββββββββββββββββββββββββββββββββββββ β
β β β β Welcome to My Academic Portfolio β β
β β [PHOTO SPACE] β β β β
β β (once you add β β About Me β β
β β profile.png) β β ββββββββββββββββββββββββββββββββββββββββ β β
β β β β I am a first-year PhD student at UIUC β β
β β Zixian Wang β β advised by Prof. Minjia Zhang. β β
β β He/Him β β β β
β β β β Research Interests β β
β β First-year PhD β β ββββββββββββββββββββββββββββββββββββββββ β β
β β student at UIUC β β My research focuses on: β β
β β advised by Prof. β β - Machine learning systems β β
β β Minjia Zhang β β - Distributed computing β β
β β β β - Performance optimization β β
β β βββββββββββββββββββββββ β β β β
β β β β Education β β
β β π§ zixianw4@illinois... β β ββββββββββββββββββββββββββββββββββββββββ β β
β β β β Ph.D. in Computer Science (In Progress) β β
β β π zixianwang2022 β β University of Illinois Urbana-Champaign β β
β β (GitHub profile link) β β 2023-Present β β
β β β β Advisor: Prof. Minjia Zhang β β
β β [Other profiles will β β β β
β β appear as you add β β Experience β β
β β them in _config.yml] β β ββββββββββββββββββββββββββββββββββββββββ β β
β β β β Graduate Research Assistant β β
β βββββββββββββββββββββββββββ β University of Illinois Urbana-Champaign β β
β β Aug 2023-Present β β
β β Working on machine learning systems β β
β β research under Prof. Minjia Zhang. β β
β β β β
β β News & Updates β β
β β ββββββββββββββββββββββββββββββββββββββββ β β
β β (Add any announcements here) β β
β β β β
β ββββββββββββββββββββββββββββββββββββββββββββ β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Whatβs Currently Showing
β Left Sidebar (Configured in _config.yml)
- Profile picture placeholder (add your photo)
- Name: Zixian Wang
- Pronouns: He/Him
- Bio: First-year PhD student at UIUC advised by Prof. Minjia Zhang
- Email: zixianw4@illinois.edu (clickable link)
- GitHub: zixianwang2022 (clickable link)
β Main Content (From _pages/about.md)
- Welcome header
- About Me section - Your introduction
- Research Interests - Machine learning, distributed computing, performance
- Education - PhD at UIUC
- Experience - Research Assistant role
- News & Updates - Currently empty (optional)
β Top Navigation (From _data/navigation.yml)
- Publications link
- Blog Posts link
- CV link
What Happens When Visitors Click Navigation Links
Publications Page
/publications/ β Shows all research papers from _publications/ folder
Currently has: 5 sample publication files (you'll replace these)
Blog Posts Page
/year-archive/ β Shows all blog posts from _posts/ folder
Currently: Empty (you deleted the samples)
Can add posts here if you want to blog
CV Page
/cv/ β Shows your curriculum vitae
Edit: _pages/cv.md
Text Formatting Examples
Everything in your about.md supports Markdown formatting:
| You write⦠| It appears as⦠|
|---|---|
**bold text** | bold text |
*italic text* | italic text |
# Heading | Large heading |
## Subheading | Medium heading |
- bullet point | β’ bullet point |
1. numbered | 1. numbered item |
[Link text](url) | Link text |
Example: Better formatted Research Interests
You could write:
## Research Interests
I'm passionate about building efficient machine learning systems. My research interests include:
- **Machine Learning Systems:** Optimization and scalability of ML training
- **Distributed Computing:** Fault tolerance and performance in distributed systems
- **Performance Analysis:** Profiling and identifying bottlenecks in complex systems
It would display as:
Research Interests
I'm passionate about building efficient machine learning systems.
My research interests include:
β’ Machine Learning Systems: Optimization and scalability of ML training
β’ Distributed Computing: Fault tolerance and performance in distributed systems
β’ Performance Analysis: Profiling and identifying bottlenecks in complex systems
How to Make Your Page Even Better
Add a Profile Picture
- Find a professional headshot (300Γ300 pixels)
- Save as
profile.pngin/images/folder - Commit & push β appears in sidebar!
Add Academic Profiles
In _config.yml, add your URLs:
author:
googlescholar: "https://scholar.google.com/citations?user=YOUR_ID"
arxiv: "https://arxiv.org/a/yourname"
orcid: "https://orcid.org/YOUR-ID"
linkedin: "https://linkedin.com/in/yourname"
Add Publications
Replace files in _publications/ with your papers
Update Your Full CV
Edit _pages/cv.md with complete CV information
Add News/Updates
Fill in the βNews & Updatesβ section with recent announcements:
## News & Updates
- **Feb 2024:** Paper accepted to OSDI!
- **Jan 2024:** Started PhD at UIUC
- **Dec 2023:** Graduated from SJTU
The Publishing Workflow
βββββββββββββββββββββββββββββββ
β 1. Edit a file in VS Code β
β (e.g., _pages/about.md) β
ββββββββββββββ¬βββββββββββββββββ
β
βββββββββββββββββββββββββββββββ
β 2. Save the file β
ββββββββββββββ¬βββββββββββββββββ
β
βββββββββββββββββββββββββββββββ
β 3. Commit & push to GitHub β
β (git push) β
ββββββββββββββ¬βββββββββββββββββ
β
βββββββββββββββββββββββββββββββ
β 4. GitHub detects changes β
β Rebuilds your site β
β (takes ~30 seconds) β
ββββββββββββββ¬βββββββββββββββββ
β
βββββββββββββββββββββββββββββββ
β 5. Visit your website β
β https://zixianwang... β
β Changes are LIVE! β¨ β
βββββββββββββββββββββββββββββββ
Your Site vs Template
| Feature | Your Site | Status |
|---|---|---|
| Home page | β Clean about page | Ready! |
| Publications | Template structure | Ready for your papers |
| Blog | Empty (optional) | Ready if you want |
| CV | Template structure | Ready to fill |
| Sidebar | Your info | Done! |
| Navigation | 3 pages (clean) | Done! |
| Talks | β Removed | Not needed |
| Teaching | β Removed | Not needed |
| Portfolio | β Removed | Not needed |
Next Actionable Steps
- Commit your current changes (if not done)
- Add profile picture (Optional but recommended)
- Wait 30 seconds, then visit your site
- See your name and bio appear in the sidebar! π
Your site is LIVE! Every edit you make appears within minutes!
