Skip to content

Commit 63cc692

Browse files
authored
Update index.html
1 parent fbd9b29 commit 63cc692

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<title>Wenjie Zhang (张文杰)</title>
77
</head>
88
<body>
9-
<h1 class="name">Wenjie Zhang ( 张文杰 )</h1>
9+
<h1 class="name">Wenjie Zhang (张文杰)</h1>
1010
<header>
1111
<div class="info">
12-
<h3>Ph.D. Student (from Autumn 2023)</h3>
12+
<h3>Ph.D. Student (from Fall 2023)</h3>
1313
<p>
1414
<a href="https://www.jiangnan.edu.cn" target="_blank">Jiangnan University</a>
1515
, Institute of advanced Technology <br>
@@ -32,7 +32,7 @@ <h2>Short Bio</h2>
3232
My research interests include Latural Language Processing (NLP), Machine Learning (ML), and Entity Relation Rxtraction (ERE).
3333
</p>
3434
<p>
35-
I'm currently learning Large Language Models (LLMs) and Information Extraction (IE)
35+
I'm currently learning Large Language Models (LLMs) and Information Extraction (IE).
3636
</p>
3737

3838
<h2>Publications</h2>
@@ -60,7 +60,7 @@ <h2>Awards</h2>
6060

6161
<style>
6262
:root {
63-
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
63+
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
6464
font-size: 16px;
6565
}
6666

@@ -144,8 +144,9 @@ <h2>Awards</h2>
144144
header img {
145145
height: auto;
146146
max-height: 300px;
147+
max-width: 100%;
147148
margin: 20px auto 20px 0;
148149
}
149150
}
150151
</style>
151-
</html>
152+
</html>

0 commit comments

Comments
 (0)