Skip to content

Commit 9d951cb

Browse files
committed
s211
1 parent a8a42cf commit 9d951cb

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,3 @@ This site serves as the central hub for our course schedule, guest lectures, sup
1414
- **Weekly Guest Lectures** by researchers from leading universities and companies.
1515
- **Lecture Schedule** with detailed topics, slides, recordings, and readings.
1616
- **Community Engagement** through live Q&A and prize draws during events.
17-
18-
# 本地调试检查:bundle exec jekyll serve
19-
20-
# 1. 查看有哪些修改
21-
git status
22-
23-
# 2. 添加修改内容(可以一次性添加全部)
24-
git add .
25-
26-
# 3. 提交修改,-m 后面写提交信息
27-
git commit -m "lec 1.2"
28-
29-
# 4. 推送到 GitHub(假设主分支是 main)
30-
git push origin main
31-
(如果github有更新,先合并远程版本:git pull origin main --rebase)
32-
33-
# 5. 回退至上一个版本
34-
git fetch origin
35-
git reset --hard HEAD^
36-
git push origin main --force

series2.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ nav_order: 4
3232
}
3333
.staff-card p{ margin:8px 0 0; text-align:center; }
3434
.staff-card a{ font-weight:600; }
35+
/* 没有邮箱时不占行 */
36+
.staff-card em:empty { display:none; }
37+
3538
@media (max-width: 768px){
3639
.staff-grid { grid-template-columns: 1fr; } /* 小屏单列 */
3740
}
@@ -46,7 +49,7 @@ nav_order: 4
4649
<p>
4750
<strong><a href="https://www.linkedin.com/in/sabinanong/" target="_blank">Sabina (Yudi) Nong</a></strong><br>
4851
Master of International Policy @ Stanford FSI<br>
49-
<em>..</em>
52+
<em></em>
5053
</p>
5154
</div>
5255

@@ -64,7 +67,7 @@ nav_order: 4
6467
<p>
6568
<strong><a href="https://www.linkedin.com/in/yuan-tian-3622a0172/" target="_blank">Yuan Tian</a></strong><br>
6669
Postdoc @ ETH Zurich<br>
67-
<em>..</em>
70+
<em></em>
6871
</p>
6972
</div>
7073

@@ -73,7 +76,7 @@ nav_order: 4
7376
<p>
7477
<strong><a href="https://www-labs.iro.umontreal.ca/~liubang/index.html" target="_blank">Bang Liu</a></strong><br>
7578
Associate Professor @ University of Montreal (UdeM)<br>
76-
<em>..</em>
79+
<em></em>
7780
</p>
7881
</div>
7982

0 commit comments

Comments
 (0)