Personal academic homepage of Bifan Wei (魏笔凡), Researcher Fellow at Xi'an Jiaotong University.
| 🌐 Bilingual | Chinese / English toggle |
| 📄 Publications | Year-grouped with CCF/JCR tags, BibTeX one-click copy |
| 📊 Citation Stats | 730+ citations, h-index 14, i10-index 23 |
| 🎬 Project Demos | 5 video demos (auto-play, downloadable) |
| 🏷️ Research Tags | Interactive tag cloud linked to Google Scholar |
| 📰 Latest News | Recent updates section |
| 📱 Responsive | Desktop & mobile friendly |
- Pure HTML + CSS (no build tools, no frameworks)
- GitHub Pages for hosting
- Font Awesome / Academicons for icons
- Google Scholar, DBLP, ORCID integrations
# Clone
git clone https://github.com/weibifan/weibifan.github.io.git
cd weibifan.github.io
# Just open in browser
open index.html
# or start a local server
python -m http.server 8080
# → http://localhost:8080├── index.html # Main page (everything in one file)
├── assets/css/main.css # Styles
├── images/
│ ├── profile.jpg # Avatar
│ └── demos/ # Demo videos (5 MP4s)
├── papers/
│ ├── publications.bib # BibTeX library
│ └── *.pdf # Paper PDFs
└── scripts/
└── update-homepage.py # Helper script
- Email: weibifan@xjtu.edu.cn
- Google Scholar: G0DQL4YAAAAJ
- XJTU Page: gr.xjtu.edu.cn/weibifan
Powered by GitHub Pages