Skip to content

Commit 83b59cb

Browse files
committed
优化网站配置:分离Featured和Recent Publications,移除Hugo Blox脚注,重写README
1 parent 331d69f commit 83b59cb

File tree

3 files changed

+46
-102
lines changed

3 files changed

+46
-102
lines changed

README.md

Lines changed: 44 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,125 +1,68 @@
1-
# [The Academic CV That Gets You Hired](https://github.com/HugoBlox/theme-academic-cv)
1+
# Fei Tian - Personal Academic Website
22

3-
[![Screenshot](.github/preview.webp)](https://hugoblox.com/templates/academic-cv/start/?utm_source=github&utm_medium=readme)
3+
This is the source code for Fei Tian's personal academic website, hosted at [runninging.github.io](https://runninging.github.io/).
44

5-
<h1 align="center">Build an Academic CV and Resumé That Stands Out</h1>
5+
## About
66

7-
<p align="center">
8-
<strong>Your unfair advantage in academia and tech.</strong><br/>
9-
Showcase your work, boost your citations, and land your dream job at places like <strong>Meta, Google, and Stanford</strong>.
10-
</p>
7+
Fei Tian is an Audio LLM Researcher at StepFun, specializing in advanced speech technologies. This website showcases research work, publications, and professional experience in the field of speech AI.
118

12-
<p align="center">
13-
<a href="https://hugoblox.com/templates/academic-cv/start?utm_source=github&utm_medium=readme"><b>🚀 Deploy Your Free CV in 60s</b></a>
14-
&nbsp;&nbsp;
15-
<a href="https://hugoblox.com/templates/?open=academic-cv&loading=true&utm_source=github&utm_medium=readme">Live Demo</a>
16-
&nbsp;&nbsp;
17-
<a href="https://hugoblox.com/pro?utm_source=github&utm_medium=readme"><b>✨ Upgrade to Pro</b></a>
18-
</p>
9+
## Key Research Areas
1910

20-
<p align="center">
21-
Trusted by 250,000+ researchers, students, and educators worldwide.
22-
</p>
11+
- Speech Understanding
12+
- Interactive Speech Systems
13+
- Unification of Understanding and Generation
14+
- Reinforcement Learning in Speech Domain
2315

24-
<p align="center">
25-
<a href="https://discord.gg/z8wNYzb">
26-
<img src="https://img.shields.io/discord/722225264733716590?label=Join%20Discord&style=social" alt="Discord">
27-
</a>
28-
<a href="https://github.com/HugoBlox/theme-academic-cv">
29-
<img src="https://img.shields.io/github/stars/HugoBlox/theme-academic-cv?label=Star%20Academic%20CV&style=social" alt="GitHub Stars">
30-
</a>
31-
</p>
16+
## Featured Projects
3217

33-
---
18+
- **Step-Audio R1**: China's first leading speech reasoning model
19+
- **Step MPS**: Revolutionary Mind-Paced Speaking framework
20+
- **Step EditX**: Next-generation conversational speech editing model
21+
- **Step-Audio 2**: Multi-modal large language model for audio understanding
22+
- **Step-Audio**: End-to-end speech conversation system
3423

35-
## Your Career Starts Here
24+
## Technology Stack
3625

37-
The Academic CV template is designed for impact. Whether you're an AI researcher, a recent graduate, or a seasoned professor, this is the last resumé you'll ever need.
26+
This website is built using:
27+
- [Hugo](https://gohugo.io/) - Static site generator
28+
- [Hugo Blox](https://hugoblox.com/) - Academic theme framework
29+
- GitHub Pages - Hosting platform
3830

39-
- **✍️ Showcase Your Expertise:** Easily write content with Markdown, Jupyter, or RStudio. Display your publications, talks, and projects in a stunning, professional layout.
40-
- **📈 Boost Your Citations:** Automatic BibTeX import and SEO-optimized pages mean your work gets discovered more easily, increasing your research impact.
41-
- **💼 Land Your Dream Job:** Create a memorable online presence that impresses recruiters from top tech firms and prestigious universities.
42-
- **🚀 Launch in Minutes:** No coding required. The Hugo Blox Builder lets you customize everything with drag-and-drop sections.
31+
## Local Development
4332

44-
<p align="center">
45-
<a href="https://hugoblox.com/templates/academic-cv/start?utm_source=github&utm_medium=readme">
46-
<img src="https://img.shields.io/badge/⚡️%20Get%20Your%20CV%20in%2060s-ff4655?style=for-the-badge" alt="Deploy this template" width="400">
47-
</a>
48-
</p>
33+
To run this website locally:
4934

50-
---
51-
52-
## Level Up with Pro Templates
53-
54-
Ready to take your career to the next level? Our Pro templates offer exclusive designs and features to help you stand out even more.
55-
56-
<!-- <p align="center">
57-
<img src="" alt="Free vs Pro templates">
58-
</p>-->
59-
60-
| Feature | Academic CV (Free) | Academic CV Pro & Resumé Pro |
61-
| -------------------- | ------------------------ | -------------------------------- |
62-
| **Design** | Professional & clean | **Exclusive premium designs** |
63-
| **Layouts** | Standard resumé sections | **Advanced layouts & timelines** |
64-
| **Call to Action** | Simple contact link | **Prominent CTA buttons** |
65-
| **First Impression** | Strong | **Unforgettable** |
66-
67-
<br/>
68-
<p align="center">
69-
<a href="https://hugoblox.com/pro?utm_source=github&utm_medium=readme"><b>💎 Get the Pro Pass</b></a> — Includes all Pro templates for a one-time price.<br/>
70-
<a href="https://hugoblox.com/templates/academic-cv-pro/start?utm_source=github&utm_medium=readme">✨ Deploy Academic CV Pro</a>
71-
&nbsp;&nbsp;
72-
<a href="https://hugoblox.com/templates/resume-pro/start?utm_source=github&utm_medium=readme">📄 Deploy Resumé Pro</a>
73-
</p>
74-
75-
---
76-
77-
## What Researchers Say
78-
79-
> “Hugo Blox saved me 40+ hours on my lab site. BibTeX integration auto-updates publications — **our citations are up 3×**.”
80-
> **Dr. Sarah Yang**, AI Researcher
81-
82-
---
83-
84-
## Get Started in Minutes
85-
86-
### Recommended (Fastest)
87-
88-
Deploy your site to GitHub Pages in just 60 seconds with our browser-based starter.
89-
90-
👉 <a href="https://hugoblox.com/templates/academic-cv/start?utm_source=github&utm_medium=readme"><b>Start with the Academic CV Template</b></a>
91-
92-
### Prefer the Command Line?
35+
```bash
36+
# Install Hugo Extended
37+
# Visit https://gohugo.io/installation/ for installation instructions
9338

94-
Use the local quickstart:
39+
# Clone the repository
40+
git clone https://github.com/runninging/runninging.github.io.git
41+
cd runninging.github.io
9542

96-
```bash
97-
# 1. Install Hugo Extended → https://docs.hugoblox.com/getting-started/install-hugo/
98-
# 2. Clone this starter
99-
git clone https://github.com/HugoBlox/theme-academic-cv my-site
100-
cd my-site
43+
# Install dependencies
44+
pnpm install
10145

102-
# 3. Run locally
103-
pnpm install && hugo server
46+
# Run local server
47+
hugo server
10448
```
10549

106-
For more guides, visit our documentation at **https://docs.hugoblox.com/**.
50+
The website will be available at `http://localhost:1313/`
10751

108-
---
52+
## Content Structure
10953

110-
## Join the Community
54+
- `/content/authors/admin/` - Personal profile and biography
55+
- `/content/publications/` - Research publications and papers
56+
- `/content/projects/` - Detailed project descriptions
57+
- `/content/experience.md` - Professional experience
58+
- `/config/` - Site configuration files
11159

112-
Join thousands of creators in our vibrant community to ask questions, share your work, and help us improve.
60+
## License
11361

114-
- 💬 <a href="https://discord.gg/z8wNYzb">Discord</a>
115-
- 📚 <a href="https://docs.hugoblox.com/?utm_source=github&utm_medium=readme">Docs & Guides</a>
116-
- 🐦 <a href="https://x.com/BuildLore">X / Twitter</a>
117-
- ⭐ <a href="https://github.com/HugoBlox/hugo-blox-builder">Star on GitHub</a>
62+
© 2025 Fei Tian. Content licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/).
11863

119-
---
64+
Website code based on Hugo Blox templates, released under the [MIT License](https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md).
12065

121-
MIT © 2016-Present [George Cushen](https://georgecushen.com)
66+
## Contact
12267

123-
<!--START_SECTION:news-->
124-
<!--Updated at 2025-10-05T01:57:10.421Z-->
125-
<!--END_SECTION:news-->
68+
For collaboration opportunities or inquiries, please reach out through the contact information provided on the website.

config/_default/params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ footer:
4646
allow_derivatives: false
4747
share_alike: true
4848
allow_commercial: false
49+
block: minimal
4950

5051
# Localization
5152
locale:

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ sections:
6363
filters:
6464
folders:
6565
- publications
66-
exclude_featured: false
66+
exclude_featured: true
6767
design:
6868
view: citation
6969
# - block: collection

0 commit comments

Comments
 (0)