This repository hosts the personal academic homepage of Dr. Jiangpeng Yan (严江鹏), built with vanilla HTML/CSS and deployed via GitHub Pages.
Dr. Yan is a Research Director at the Intelligent Solution Research Center of E Fund, where he leads research on Financial Foundation Models (FinFMs) and Agentic Engineering for investment research and intelligent decision-making.
Previously, he was a Principal Scientist in Huawei's Top Minds Project (2022–2024), developing AI-native products for optical networks and intelligent vehicles. He received his Ph.D. from Tsinghua University in 2022, supervised by Prof. Xiu Li.
- Financial Foundation Models & Large Language Models
- Agentic Engineering for Finance
- Trustworthy AI & Federated Learning
- Multimodal AI (Vision-Language)
| Product | Domain | Role |
|---|---|---|
| OptiXChat | Intelligent Optical Network | Core Algorithm R&D |
| Huawei X Pixel (M9) | Intelligent Vehicle | Core Algorithm R&D |
| Huawei X Scene | Intelligent Vehicle | Core Algorithm R&D |
| Huawei iFTTR F50 | Intelligent Optical Network | Core Algorithm R&D |
Since the site is purely static HTML/CSS, you can preview it locally with any static server:
# Using Python
python -m http.server 8000
# Using Node.js (npx serve)
npx serve .Then open http://localhost:8000 in your browser.
.
├── index.html # Main homepage
├── jemdoc.css # Custom modern tech-blue theme
├── indexpics/ # Product thumbnails
├── pic/ # Profile photos and social icons
└── _config.yml # GitHub Pages configuration
The content of this website (text, images, etc.) is personal and proprietary. The underlying HTML/CSS template may be reused with attribution.
- Email: yanjp13 AT tsinghua DOT org DOT cn
- GitHub: @yjump