Skip to content

Commit 49818a4

Browse files
committed
update
1 parent ad449b3 commit 49818a4

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed

index.html

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="icon" href="./pics/favicon.png" type="image/png">
88
</head>
99
<body>
10-
<h1 class="name">张文杰 (Wenjie Zhang)</h1>
10+
<h1 class="name">张文杰 <span class="eng">Wenjie Zhang</span></h1>
1111
<header>
1212
<div class="info">
1313
<h3>Ph.D. Student (from Fall 2023)</h3>
@@ -38,19 +38,19 @@ <h2>Short Bio</h2>
3838
<h2>Publications</h2>
3939
<ul class="pub">
4040
<li>
41-
<strong>Zhang W</strong>, Song X*, Feng Z, Xu T, Wu X.
42-
LabelPrompt: Effective Prompt-based Learning for Relation Classification[J]. arXiv preprint arXiv:2302.08068, 2023.
43-
[<a href="https://arxiv.org/abs/2302.08068" target="_blank">abstract</a>]
44-
[<a href="https://arxiv.org/pdf/2302.08068" target="_blank">pdf</a>] (Accepted by ACML 2024, CCF-C)
45-
<!-- <strong>cite: 8989, IF: 9.8, JCR Q1</strong> -->
41+
<a href="https://arxiv.org/abs/2302.08068" target="_blank" rel="noopener noreferrer" class="pub_name">
42+
LabelPrompt: Effective Prompt-based Learning for Relation Classification
43+
</a> <br>
44+
<strong>Wenjie Zhang</strong>, Xiaoning Song*, Zhenhua Feng, Tianyang Xu, Xiao-jun Wu.<br>
45+
Accepted by ACML 2024, CCF-C.
4646
</li>
4747
<li>
48-
<strong>Zhang W</strong>, Xu T, Hua Y, Feng Z, Song X*.
49-
Fastere: a fast framework for entity relation extractions[J]. Data Mining and Knowledge Discovery, 2025, 39(6): 75.
50-
[<a href="https://doi.org/10.1007/s10618-025-01146-y" target="_blank">abstract</a>] (Accepted by DMKD, CCF-B, collection of ECML-PKDD 2025)
51-
</li>
52-
<li>
53-
Thinking about what to do next.
48+
<a href="https://link.springer.com/article/10.1007/s10618-025-01146-y" target="_blank" rel="noopener noreferrer" class="pub_name">
49+
FastERE: a Fast Framework for Entity Relation Extractions
50+
</a> <br>
51+
<strong>Wenjie Zhang</strong>, Tianyang Xu, Yang Hua, Zhenhua Feng, Xiaoning Song*.<br>
52+
<!-- <span class="badge">Accepted</span> -->
53+
Accepted by Data Mining and Knowledge Discovery, CCF-B, collection of ECML-PKDD 2025.
5454
</li>
5555
</ul>
5656

@@ -101,8 +101,11 @@ <h2>Awards</h2>
101101
font-size: 2.2rem;
102102
letter-spacing: 0.2px;
103103
color: #1a1a1a;
104-
/* Modern font stack for better readability and aesthetics */
105-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC', sans-serif;
104+
}
105+
106+
h1.name .eng {
107+
font-size: 1.6rem;
108+
color: #545454;
106109
}
107110

108111
header {
@@ -141,7 +144,7 @@ <h2>Awards</h2>
141144
border: 1.5px solid var(--primary);
142145
color: var(--primary);
143146
cursor: pointer;
144-
letter-spacing: 0.1px;
147+
/* letter-spacing: 0.1px; */
145148
text-decoration: none;
146149
transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .02s ease;
147150
outline: none;
@@ -189,15 +192,15 @@ <h2>Awards</h2>
189192
text-underline-offset: 2px;
190193
}
191194

192-
.bable {
195+
.badge {
193196
display: inline-block;
194-
padding: 2px 4px;
197+
padding: 0px 4px;
195198
background-color: #3367d1;
196199
color: white;
197200
border-radius: 4px;
198201
margin-right: 6px;
199202
font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
200-
font-size: small;
203+
font-size: 0.8rem;
201204
}
202205

203206
/* mata-class */
@@ -208,6 +211,7 @@ <h2>Awards</h2>
208211
.main { color: #3367d1; }
209212
.bg-main { background-color: #3367d1; }
210213
.bold { font-weight: bold; }
214+
.bg-yellow { background-color: #f5f580; }
211215

212216
/* common overrides */
213217
h2 {
@@ -252,6 +256,10 @@ <h2>Awards</h2>
252256
padding-left: 20px;
253257
}
254258

259+
ul.pub .pub_name {
260+
color: #3367d1;
261+
}
262+
255263
li {
256264
margin-bottom: 12px;
257265
}

0 commit comments

Comments
 (0)