Skip to content

Commit db5a034

Browse files
authored
update layout
1 parent 63cc692 commit db5a034

File tree

1 file changed

+64
-4
lines changed

1 file changed

+64
-4
lines changed

index.html

Lines changed: 64 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
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">
1212
<h3>Ph.D. Student (from Fall 2023)</h3>
1313
<p>
1414
<a href="https://www.jiangnan.edu.cn" target="_blank">Jiangnan University</a>
15-
, Institute of advanced Technology <br>
16-
Address: 1800 Lihu Avenue, Wuxi, Jiangsu, China
15+
, Institute of advanced Technology, <br>
16+
Address: 1800 Lihu Avenue, Wuxi, Jiangsu, China.
1717
</p>
1818
<!-- <p><a href="https://www.jiangnan.edu.cn" target="_blank">江南大学</a>, 先进技术研究院</p> -->
19-
<p>Email: zhangwenjie@stu.jiangnan.edu.cn</p>
19+
<p>Email: <span>wenjie.zhang@stu.jiangnan.edu.cn</span></p>
2020
<p class="actions">
2121
<button><a href="https://github.com/xerrors">View My GitHub</a></button>
2222
<button><a href="https://scholar.google.com.hk/citations?user=ZwL8FnQAAAAJ">View My Google Scholar</a></button>
@@ -38,10 +38,13 @@ <h2>Short Bio</h2>
3838
<h2>Publications</h2>
3939
<ul class="pub">
4040
<li>
41+
<!-- <span class="bable bg-green">arXiv 2023</span>
42+
<span class="bable bg-main">CCF-B</span> -->
4143
<strong>Zhang W</strong>, Song X, Feng Z, et al.
4244
LabelPrompt: Effective Prompt-based Learning for Relation Classification[J]. arXiv preprint arXiv:2302.08068, 2023.
4345
[<a href="https://arxiv.org/abs/2302.08068" target="_blank">abstract</a>]
4446
[<a href="https://arxiv.org/pdf/2302.08068" target="_blank">pdf</a>]
47+
<!-- <strong>cite: 8989, IF: 9.8, JCR Q1</strong> -->
4548
</li>
4649
<li>
4750
Thinking about what to do next.
@@ -81,6 +84,7 @@ <h2>Awards</h2>
8184
header img {
8285
margin: 0;
8386
height: 200px;
87+
border-radius: 4px;
8488
}
8589

8690
header p.actions {
@@ -115,6 +119,46 @@ <h2>Awards</h2>
115119
color: #3367d1;
116120
}
117121

122+
.bable {
123+
display: inline-block;
124+
padding: 2px 4px;
125+
background-color: #3367d1;
126+
color: white;
127+
border-radius: 4px;
128+
margin-right: 6px;
129+
font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
130+
font-size: small;
131+
}
132+
133+
/* mata-class */
134+
.red {
135+
color: red;
136+
}
137+
138+
.bg-red {
139+
background-color: red;
140+
}
141+
142+
.green {
143+
color: green;
144+
}
145+
146+
.bg-green {
147+
background-color: green;
148+
}
149+
150+
.main {
151+
color: #3367d1;
152+
}
153+
154+
.bg-main {
155+
background-color: #3367d1;
156+
}
157+
158+
.bold {
159+
font-weight: bold;
160+
}
161+
118162
/* common overrides */
119163
h2 {
120164
margin: 30px 0 10px 0;
@@ -131,14 +175,26 @@ <h2>Awards</h2>
131175
text-decoration: underline;
132176
}
133177

178+
p {
179+
line-height: 1.25;
180+
}
181+
134182
li {
135183
margin-bottom: 10px;
136184
}
137185

138186
@media screen and (max-width: 600px) {
187+
h1 {
188+
font-size: 1.8rem;
189+
}
190+
191+
p {
192+
line-height: 1.5;
193+
}
139194
header {
140195
flex-direction: column;
141196
height: auto;
197+
margin: 20px auto;
142198
}
143199

144200
header img {
@@ -147,6 +203,10 @@ <h2>Awards</h2>
147203
max-width: 100%;
148204
margin: 20px auto 20px 0;
149205
}
206+
207+
ul {
208+
padding-left: 16px;
209+
}
150210
}
151211
</style>
152212
</html>

0 commit comments

Comments
 (0)