|
1 | | -# [Hugo Research Group Theme](https://github.com/wowchemy/starter-hugo-research-group) |
| 1 | +# 上传个人信息与成果到网站 |
2 | 2 |
|
3 | | -[](https://hugoblox.com/hugo-themes/) |
| 3 | +## 注意事项 |
| 4 | +- 请**不要修改**自己的文件夹以外的任何文件! |
4 | 5 |
|
5 | | -The **Research Group Template** empowers your research group to easily create a beautiful website with a stunning homepage, news, academic publications, events, team profiles, and a contact form. |
| 6 | +--- |
6 | 7 |
|
7 | | -️**Trusted by 250,000+ researchers, educators, and students.** Highly customizable via the integrated **no-code, widget-based Wowchemy page builder**, making every site truly personalized ⭐⭐⭐⭐⭐ |
| 8 | +## 添加个人信息 |
8 | 9 |
|
9 | | -[](https://hugoblox.com/hugo-themes/) |
10 | | -[](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138) |
11 | | -[](https://twitter.com/wowchemy) |
| 10 | +1. **克隆到本地:** |
| 11 | + ```bash |
| 12 | + git clone https://github.com/ZJU-FAST-Lab/zju-fast-lab.github.io.git |
| 13 | + ``` |
12 | 14 |
|
13 | | -Easily write technical content with plain text Markdown, LaTeX math, diagrams, RMarkdown, or Jupyter, and import publications from BibTeX. |
| 15 | +2. **创建个人文件夹:** |
| 16 | + - 打开 `zju-fast-lab.github.io/content/authors` 目录,在其中创建一个新文件夹。 |
| 17 | + - 将文件夹重命名为自己的英文拼音,格式为:`名在前,姓在后`。 |
14 | 18 |
|
15 | | -[Check out the latest demo](https://research-group.netlify.app/) of what you'll get in less than 60 seconds, or [view the showcase](https://hugoblox.com/creators/). |
| 19 | +3. **复制模板文件:** |
| 20 | + - 复制 `zju-fast-lab.github.io/templates/people_template/_index.md` 文件到自己在 `content/authors` 目录下的文件夹中。 |
| 21 | + - 按照文件中的提示修改个人信息。 |
16 | 22 |
|
17 | | -The integrated [**Wowchemy**](https://hugoblox.com) website builder and CMS makes it easy to create a beautiful website for free. Edit your site in the CMS (or your favorite editor), generate it with [Hugo](https://github.com/gohugoio/hugo), and deploy with GitHub or Netlify. Customize anything on your site with widgets, light/dark themes, and language packs. |
| 23 | +4. **上传个人照片:** |
| 24 | + - 将个人照片放入自己文件夹下,并重命名为 `avatar.jpg`。 |
18 | 25 |
|
19 | | -- 👉 [**Get Started**](https://hugoblox.com/hugo-themes/) |
20 | | -- 📚 [View the **documentation**](https://docs.hugoblox.com/) |
21 | | -- 💬 [Chat with the **Wowchemy research community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io) |
22 | | -- ⬇️ **Automatically import citations from BibTeX** with the [Hugo Academic CLI](https://github.com/GetRD/academic-file-converter) |
23 | | -- 🐦 Share your new site with the community: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query) |
24 | | -- 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA) |
25 | | -- 🚀 [Contribute improvements](https://github.com/HugoBlox/hugo-blox-builder/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/hugo-blox-builder/issues) |
26 | | -- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/hugo-tutorials/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases) |
| 26 | +--- |
27 | 27 |
|
28 | | -## We ask you, humbly, to support this open source movement |
| 28 | +## 上传论文 |
29 | 29 |
|
30 | | -Today we ask you to defend the open source independence of the Wowchemy website builder and themes 🐧 |
| 30 | +### 上传会议论文 |
31 | 31 |
|
32 | | -We're an open source movement that depends on your support to stay online and thriving, but 99.9% of our creators don't give; they simply look the other way. |
| 32 | +1. 在 `zju-fast-lab.github.io/content/publication/conference-paper` 目录中创建一个新文件夹,命名格式为: |
| 33 | + `会议+年份-姓名首字母缩写-论文名称缩写` |
| 34 | + 例如:`icra2025-zmk-3dplanner` |
33 | 35 |
|
34 | | -### [❤️ Click here to become a GitHub Sponsor, unlocking awesome perks such as _exclusive academic templates and widgets_](https://github.com/sponsors/gcushen) |
| 36 | +2. **复制模板文件:** |
| 37 | + - 从 `D:\Project\zju-fast-lab.github.io\templates\publication_template\conference-paper_template` 中复制以下4个文件到新文件夹中: |
| 38 | + - `cite.bib` |
| 39 | + - `index.md` |
| 40 | + - `conference-paper.pdf` |
| 41 | + - `featured.jpg` |
35 | 42 |
|
36 | | -## Demo credits |
| 43 | +3. **修改文件内容:** |
| 44 | + - 修改 `cite.bib` 和 `index.md`,并替换 `conference-paper.pdf` 和 `featured.jpg` 为自己的论文文件和头图。命名不变。 |
37 | 45 |
|
38 | | -Please replace the demo images with your own. |
| 46 | +--- |
39 | 47 |
|
40 | | -- [Female scientist](https://unsplash.com/photos/uVnRa6mOLOM) |
41 | | -- [2 Coders](https://unsplash.com/photos/kwzWjTnDPLk) |
42 | | -- [Cafe](https://unsplash.com/photos/RnDGGnMEOao) |
43 | | -- Blog posts |
44 | | - - https://unsplash.com/photos/AndE50aaHn4 |
45 | | - - https://unsplash.com/photos/OYzbqk2y26c |
46 | | -- Avatars |
47 | | - - https://unsplash.com/photos/5yENNRbbat4 |
48 | | - - https://unsplash.com/photos/WNoLnJo7tS8 |
| 48 | +### 上传期刊论文 |
| 49 | + |
| 50 | +1. 在 `zju-fast-lab.github.io/content/publication/journal-article` 目录中创建一个新文件夹,命名格式为: |
| 51 | + `期刊+年份-姓名首字母缩写-论文名称缩写` |
| 52 | + 例如:`journal2025-zmk-ai-approach` |
| 53 | + |
| 54 | +2. **复制模板文件:** |
| 55 | + - 从 `D:\Project\zju-fast-lab.github.io\templates\publication_template\journal-article_template` 中复制以下3个文件到新文件夹中: |
| 56 | + - `cite.bib` |
| 57 | + - `index.md` |
| 58 | + - `featured.jpg` |
| 59 | + |
| 60 | +3. **修改文件内容:** |
| 61 | + - 修改 `cite.bib` 和 `index.md`,替换 `featured.jpg` 为自己的论文头图。命名不变。 |
| 62 | + |
| 63 | +--- |
| 64 | + |
| 65 | +## 上传新闻 |
| 66 | + |
| 67 | +1. 在 `D:\Project\zju-fast-lab.github.io\content\post` 目录中创建一个新文件夹,命名格式为: |
| 68 | + `日期+新闻简介` |
| 69 | + 例如:`25-10-10-RAL-accepted` |
| 70 | + |
| 71 | +2. **复制模板文件:** |
| 72 | + - 从 `D:\Project\zju-fast-lab.github.io\templates\news_template` 中复制以下2个文件到新文件夹中: |
| 73 | + - `index.md` |
| 74 | + - `featured.jpg` |
| 75 | + |
| 76 | +3. **修改文件内容:** |
| 77 | + - 修改 `index.md` 为自己的新闻信息,替换图片。 |
| 78 | + |
| 79 | +--- |
| 80 | + |
| 81 | +## 提交更改 |
| 82 | + |
| 83 | +1. 修改完成后,使用以下命令将更改提交到 GitHub: |
| 84 | + ```bash |
| 85 | + git commit -am "姓名拼音" |
| 86 | + git push origin main |
| 87 | + ``` |
| 88 | + |
| 89 | +2. 提交时,命名提交为 `姓名拼音` 方便追踪。 |
| 90 | + |
| 91 | +--- |
0 commit comments