Skip to content

Commit 57a48b8

Browse files
authored
Update home.md
1 parent e4864f1 commit 57a48b8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

_pages/home.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ permalink: /
1717
gap: 16px;
1818
}
1919

20-
/* 文字占满剩余空间 */
20+
2121
.about-wrap .about-text{
2222
flex: 1;
23-
min-width: 0; /* 防止长链接撑开 */
23+
min-width: 0;
2424
}
2525

26-
/* 链接是 flex 子项:负责把图片推到最右侧 */
26+
2727
.about-wrap .about-photo-link{
2828
flex: 0 0 auto;
29-
margin-left: auto; /* ← 把整块推到最右 */
30-
display: inline-block; /* 不要被拉伸 */
31-
line-height: 0; /* 去掉行内空白 */
29+
margin-left: auto;
30+
display: inline-block;
31+
line-height: 0;
3232
}
3333

34-
/* 图片自身样式 + 悬停动画 */
34+
3535
.about-wrap img.about-photo{
3636
display: block;
37-
width: 145px; /* 想更大就改这里,比如 180px / 200px */
37+
width: 145px;
3838
height: auto;
3939
border-radius: 8px;
4040
box-shadow: 0 2px 8px rgba(0,0,0,.08);
@@ -151,7 +151,7 @@ Authors marked in **bold** indicate our group members, and "\*" indicates equal
151151

152152
**Trustworthy AI: Robustness, fairness, and model explanation**
153153

154-
* [Rethinking Machine Unlearning for Large Language Models](https://www.nature.com/articles/s42256-025-00985-0)<br>**S. Liu\***, Y. Yao, **J. Jia\***, S. Casper, N. Baracaldo, P. Hase, **Y. Yao\***, C. Y. Liu, X. Xu, H. Li, K. R. Varshney, M. Bansal, S. Koyejo, Y. Liu,<br>, Nature Machine Intelligence, 2025.
154+
* [Rethinking Machine Unlearning for Large Language Models](https://www.nature.com/articles/s42256-025-00985-0)<br>**S. Liu\***, Y. Yao, **J. Jia\***, S. Casper, N. Baracaldo, P. Hase, **Y. Yao\***, C. Y. Liu, X. Xu, H. Li, K. R. Varshney, M. Bansal, S. Koyejo, Y. Liu,<br> Nature Machine Intelligence, 2025.
155155

156156
* [Model sparsification can simplify machine unlearning](https://arxiv.org/abs/2304.04934)<br>
157157
**J. Jia\***, **J. Liu\***, P. Ram, **Y. Yao**, G. Liu, Y. Liu, P. Sharma, **S. Liu**<br>

0 commit comments

Comments
 (0)