@@ -9,15 +9,18 @@ nav_order: 4
99<style >
1010 .staff-grid {
1111 display : grid ;
12- grid-template-columns : repeat (2 , 1fr ); /* 固定每行两列 */
13- gap : 20px ; /* 卡片间距 */
14- justify-items : center ; /* 卡片居中 */
12+ grid-template-columns : repeat (2 , 1fr ); /* 每行2列 */
13+ gap : 20px ;
14+ justify-items : center ;
15+ margin-bottom : 1rem ;
1516 }
1617 .staff-card {
1718 background :#fff ;
1819 padding :12px ;
1920 border-radius :12px ;
2021 box-shadow :0 1px 2px rgba (0 ,0 ,0 ,.06 );
22+ width : 100% ;
23+ max-width : 420px ; /* 防止超宽 */
2124 }
2225 .staff-card img {
2326 width :100% ;
@@ -26,47 +29,41 @@ nav_order: 4
2629 border-radius :8px ;
2730 display :block ;
2831 }
29- .staff-card p { margin :8px 0 0 ; }
32+ .staff-card p { margin :8px 0 0 ; text-align : center ; }
3033 .staff-card a { font-weight :600 ; }
3134</style >
3235
33- ## Lecture Guests
36+ ## Lecture Guests
3437
3538<div class =" staff-grid " >
3639
3740 <div class =" staff-card " >
3841 <img src="{{ '/assets/images/sabina-yudi-nong.jpg' | relative_url }}" alt="Sabina (Yudi) Nong" />
3942 <p>
4043 <strong><a href="https://www.linkedin.com/in/sabinanong/" target="_blank">Sabina (Yudi) Nong</a></strong><br>
41- Master of lnternational Policy @ Stanford FSI<br>
44+ Master of International Policy @ Stanford FSI<br>
4245 <em>..</em>
4346 </p>
4447 </div >
4548
46- <div class =" staff-grid " >
47-
4849 <div class =" staff-card " >
4950 <img src="{{ '/assets/images/kumar-shridhar.jpg' | relative_url }}" alt="Kumar Shridhar" />
5051 <p>
51- <strong><a href="https://www.linkedin.com/in/sabinanong /" target="_blank">Kumar Shridhar</a></strong><br>
52- PHD @ ETH Zürich in Machine Learning<br>
52+ <strong><a href="https://www.linkedin.com/in/kumar-shridhar /" target="_blank">Kumar Shridhar</a></strong><br>
53+ PhD @ ETH Zürich in Machine Learning<br>
5354 <em>shridhar.stark@gmail.com</em>
5455 </p>
5556 </div >
5657
57- <div class =" staff-grid " >
58-
5958 <div class =" staff-card " >
6059 <img src="{{ '/assets/images/yuan-tian.jpg' | relative_url }}" alt="Yuan Tian" />
6160 <p>
6261 <strong><a href="https://www.linkedin.com/in/yuan-tian-3622a0172/" target="_blank">Yuan Tian</a></strong><br>
63- Postdoc at ETH Zurich<br>
62+ Postdoc @ ETH Zurich<br>
6463 <em>..</em>
6564 </p>
6665 </div >
6766
68- <div class =" staff-grid " >
69-
7067 <div class =" staff-card " >
7168 <img src="{{ '/assets/images/bang-liu.jpg' | relative_url }}" alt="Bang Liu" />
7269 <p>
@@ -75,8 +72,10 @@ nav_order: 4
7572 <em>..</em>
7673 </p>
7774 </div >
75+
7876</div >
7977
78+ <hr >
8079
8180## Schedule
8281
@@ -91,25 +90,29 @@ nav_order: 4
9190 </thead >
9291 <tbody >
9392
94- <tr >
95- <td >August 29th</td >
96- <td >
97- <strong>Governance: LLM + AlAgents</strong><br>
98- Sabina (Yudi) Nong, Stanford<br><br>
99-
100- <strong>Key Points:</strong><br>
101- <ul>
102- <li>Al Governance & its Stakes</li>
103- <li>Why Al Agents Require a Distinct Governance Lens(Proceduralvs. Predictive)</li>
104- <li>Developer Governance</li>
105- <li>Regulatory governance</li>
106- <li>What does a good governance structure look like?</li>
107- </ul>
108-
109- <a href="https://docs.google.com/presentation/d/145F-UnXUBswnz03WvZkliK7eLiLyhGY0bTrDJo8VUAk/mobilepresent?slide=id.g376427fc988_0_361" target="_blank">Slides</a> ·
110- <em>Recording (To be uploaded)</em>
111- </td >
112- <td >
113- <em>Supplemental Readings (To be updated)</em>
114- </td >
115- </tr >
93+ <tr>
94+ <td>August 29th</td>
95+ <td>
96+ <strong>Governance: LLM + AI Agents</strong><br>
97+ Sabina (Yudi) Nong, Stanford<br><br>
98+
99+ <strong>Key Points:</strong><br>
100+ <ul>
101+ <li>AI Governance & its Stakes</li>
102+ <li>Why AI Agents Require a Distinct Governance Lens (Procedural vs. Predictive)</li>
103+ <li>Developer Governance</li>
104+ <li>Regulatory Governance</li>
105+ <li>What does a good governance structure look like?</li>
106+ </ul>
107+
108+ <a href="https://docs.google.com/presentation/d/145F-UnXUBswnz03WvZkliK7eLiLyhGY0bTrDJo8VUAk/mobilepresent?slide=id.g376427fc988_0_361" target="_blank">Slides (Website)</a> ·
109+ <em>Recording (To be uploaded)</em>
110+ </td>
111+ <td>
112+ <em>Supplemental Readings (To be updated)</em>
113+ </td>
114+ </tr>
115+
116+ </tbody >
117+ </table >
118+ </div >
0 commit comments