|
1 | | -# 上传个人信息与成果到网站 |
2 | | - |
3 | | -## 注意事项 |
4 | | -- 请**不要修改**自己的文件夹以外的任何文件! |
5 | | - |
6 | | ---- |
| 1 | +# 如何提交个人信息与成果 |
7 | 2 |
|
8 | 3 | ## 添加个人信息 |
9 | 4 |
|
|
13 | 8 | ``` |
14 | 9 |
|
15 | 10 | 2. **创建个人文件夹:** |
16 | | - - 打开 `zju-fast-lab.github.io/content/authors` 目录,在其中创建一个新文件夹。 |
17 | | - - 将文件夹重命名为自己的英文拼音,格式为:`名在前,姓在后`。 |
| 11 | + - 在桌面或任何自己喜欢的地方创建一个新文件夹,并重命名为自己的英文拼音,格式为:`名在前,姓在后,首字母大写`。 |
18 | 12 |
|
19 | 13 | 3. **复制模板文件:** |
20 | | - - 复制 `zju-fast-lab.github.io/templates/people_template/_index.md` 文件到自己在 `content/authors` 目录下的文件夹中。 |
21 | | - - 按照文件中的提示修改个人信息。 |
| 14 | + - 复制 `zju-fast-lab.github.io/templates/people_template/_index.md` 文件到自己的文件夹中,并按照提示修改_index.md中的个人信息。 |
22 | 15 |
|
23 | 16 | 4. **上传个人照片:** |
24 | | - - 将个人照片放入自己文件夹下,并重命名为 `avatar.jpg`。 |
| 17 | + - 将个人照片放入该文件夹,并重命名为 `avatar.jpg`。 |
25 | 18 |
|
26 | 19 | --- |
27 | 20 |
|
28 | 21 | ## 上传论文 |
29 | 22 |
|
30 | 23 | ### 上传会议论文 |
31 | 24 |
|
32 | | -1. 在 `zju-fast-lab.github.io/content/publication/conference-paper` 目录中创建一个新文件夹,命名格式为: |
33 | | - `会议+年份-姓名首字母缩写-论文名称缩写` |
34 | | - 例如:`icra2025-zmk-3dplanner` |
| 25 | +1. **创建会议论文文件夹:** |
| 26 | + - 在桌面或任何自己喜欢的地方创建一个新文件夹,并重命名为 `会议+年份-姓名首字母缩写-论文名称缩写`。例如:`icra2025-zmk-3dplanner`。 |
35 | 27 |
|
36 | 28 | 2. **复制模板文件:** |
37 | | - - 从 `D:\Project\zju-fast-lab.github.io\templates\publication_template\conference-paper_template` 中复制以下4个文件到新文件夹中: |
| 29 | + - 从 `zju-fast-lab.github.io/templates/publication_template/conference-paper_template` 中复制以下4个文件到新创建的会议论文文件夹中: |
38 | 30 | - `cite.bib` |
39 | 31 | - `index.md` |
40 | 32 | - `conference-paper.pdf` |
41 | 33 | - `featured.jpg` |
42 | 34 |
|
43 | 35 | 3. **修改文件内容:** |
44 | | - - 修改 `cite.bib` 和 `index.md`,并替换 `conference-paper.pdf` 和 `featured.jpg` 为自己的论文文件和头图。命名不变。 |
| 36 | + - 修改 `cite.bib` 和 `index.md`,并将 `conference-paper.pdf` 和 `featured.jpg` 替换为自己的论文和头图,命名不变。 |
45 | 37 |
|
46 | 38 | --- |
47 | 39 |
|
48 | 40 | ### 上传期刊论文 |
49 | 41 |
|
50 | | -1. 在 `zju-fast-lab.github.io/content/publication/journal-article` 目录中创建一个新文件夹,命名格式为: |
51 | | - `期刊+年份-姓名首字母缩写-论文名称缩写` |
52 | | - 例如:`journal2025-zmk-ai-approach` |
| 42 | +1. **创建期刊论文文件夹:** |
| 43 | + - 在桌面或任何自己喜欢的地方创建一个新文件夹,并重命名为 `期刊+年份-姓名首字母缩写-论文名称缩写`。例如:`journal2025-zmk-3dplanner`。 |
53 | 44 |
|
54 | 45 | 2. **复制模板文件:** |
55 | | - - 从 `D:\Project\zju-fast-lab.github.io\templates\publication_template\journal-article_template` 中复制以下3个文件到新文件夹中: |
| 46 | + - 从 `zju-fast-lab.github.io/templates/publication_template/journal-article_template` 中复制以下3个文件到新创建的期刊论文文件夹中: |
56 | 47 | - `cite.bib` |
57 | 48 | - `index.md` |
58 | | - - `featured.jpg` |
| 49 | + - `featured.jpg` 或 `featured.png` |
59 | 50 |
|
60 | 51 | 3. **修改文件内容:** |
61 | | - - 修改 `cite.bib` 和 `index.md`,替换 `featured.jpg` 为自己的论文头图。命名不变。 |
| 52 | + - 修改 `cite.bib` 和 `index.md`,并将 `featured.jpg` 或 `featured.png` 替换为自己的论文头图,命名不变。 |
62 | 53 |
|
63 | 54 | --- |
64 | 55 |
|
65 | 56 | ## 上传新闻 |
66 | 57 |
|
67 | | -1. 在 `D:\Project\zju-fast-lab.github.io\content\post` 目录中创建一个新文件夹,命名格式为: |
68 | | - `日期+新闻简介` |
69 | | - 例如:`25-10-10-RAL-accepted` |
| 58 | +1. **创建新闻文件夹:** |
| 59 | + - 在桌面或任何自己喜欢的地方创建一个新文件夹,并重命名为 `日期+新闻简介`。例如:`25-10-10-RAL-accepted`。 |
70 | 60 |
|
71 | 61 | 2. **复制模板文件:** |
72 | | - - 从 `D:\Project\zju-fast-lab.github.io\templates\news_template` 中复制以下2个文件到新文件夹中: |
| 62 | + - 从 `zju-fast-lab.github.io/templates/news_template` 中复制以下2个文件到新闻文件夹中: |
73 | 63 | - `index.md` |
74 | | - - `featured.jpg` |
| 64 | + - `featured.jpg` 或 `featured.png` |
75 | 65 |
|
76 | 66 | 3. **修改文件内容:** |
77 | | - - 修改 `index.md` 为自己的新闻信息,替换图片。 |
| 67 | + - 修改 `index.md` 为自己的新闻信息,并替换图片。 |
78 | 68 |
|
79 | 69 | --- |
80 | 70 |
|
81 | | -## 提交更改 |
82 | | - |
83 | | -1. 修改完成后,使用以下命令将更改提交到 GitHub: |
84 | | - ```bash |
85 | | - git commit -am "姓名拼音" |
86 | | - git push origin main |
| 71 | +## 提交文件 |
| 72 | + |
| 73 | +1. **压缩文件夹:** |
| 74 | + - 将上述文件夹压缩,并重命名为 `姓名`,例如 `张三.zip`。 |
| 75 | + |
| 76 | +2. **压缩包结构:** |
| 77 | + - 压缩包的文件夹结构应如下: |
| 78 | + ```text |
| 79 | + 张三.zip |
| 80 | + ├── San Zhang |
| 81 | + │ ├── _index.md |
| 82 | + │ └── avatar.jpg |
| 83 | + ├── icra2025-zmk-3dplanner |
| 84 | + │ ├── cite.bib |
| 85 | + │ ├── index.md |
| 86 | + │ ├── conference-paper.pdf |
| 87 | + │ └── featured.jpg (featured.png) |
| 88 | + ├── journal2025-zmk-3dplanner |
| 89 | + │ ├── cite.bib |
| 90 | + │ ├── index.md |
| 91 | + │ └── featured.jpg (featured.png) |
| 92 | + └── 25-10-10-RAL-accepted |
| 93 | + ├── index.md |
| 94 | + └── featured.jpg (featured.png) |
87 | 95 | ``` |
88 | 96 |
|
89 | | -2. 提交时,命名提交为 `姓名拼音` 方便追踪。 |
90 | | - |
91 | 97 | --- |
0 commit comments