Skip to content

Commit 6c8dbd5

Browse files
authored
Add files via upload
1 parent eba0d3e commit 6c8dbd5

1 file changed

Lines changed: 101 additions & 2 deletions

File tree

index.html

Lines changed: 101 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,54 @@
4747
.pub-title-simple { font-weight: 600; color: #222; font-size: 1.05rem; line-height: 1.3; }
4848
.authors-simple { color: #666; font-size: 0.9rem; margin-top: 2px; }
4949

50+
/* 列表修饰 */
5051
.custom-list { padding-left: 0; list-style: none; }
5152
.custom-list li { position: relative; padding-left: 20px; margin-bottom: 1rem; border-bottom: 1px dashed #eee; padding-bottom: 10px; }
5253
.custom-list li::before { content: "•"; color: var(--accent-color); position: absolute; left: 0; font-weight: 800; }
5354
.venue-sub { font-style: normal; color: #5a8ea2; font-weight: 600; }
5455

56+
/* News 专属样式 */
57+
.news-item { margin-bottom: 0.8rem; font-size: 0.95rem; }
58+
.news-date {
59+
font-weight: 700;
60+
color: var(--accent-color);
61+
margin-right: 10px;
62+
font-family: 'Quicksand';
63+
min-width: 85px;
64+
display: inline-block;
65+
}
66+
5567
.badge-award-talk { background: linear-gradient(135deg, #fff5f5 0%, #ffe3e3 100%); color: #fa5252; font-size: 0.72rem; font-weight: 700; padding: 2px 10px; border-radius: 12px; margin-left: 8px; border: 1px solid #ffc9c9; vertical-align: middle; display: inline-block; box-shadow: 0 2px 4px rgba(250, 82, 82, 0.05); letter-spacing: 0.2px; }
5668
.badge-award-talk i { margin-right: 4px; font-size: 0.8rem; color: #fa5252; }
5769

5870
.visitor-stats { max-width: 700px; margin: 2rem auto; padding: 10px; background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
71+
72+
/* News 专属样式优化 */
73+
.news-list {
74+
padding-left: 5px;
75+
}
76+
.news-item {
77+
margin-bottom: 0.8rem;
78+
font-size: 0.95rem;
79+
display: flex;
80+
align-items: flex-start;
81+
}
82+
.news-icon {
83+
color: var(--accent-color);
84+
margin-right: 12px;
85+
width: 20px;
86+
text-align: center;
87+
flex-shrink: 0;
88+
padding-top: 4px;
89+
}
90+
.news-date {
91+
font-weight: 700;
92+
color: #666;
93+
margin-right: 10px;
94+
font-family: 'Quicksand';
95+
min-width: 50px;
96+
display: inline-block;
97+
}
5998
</style>
6099
</head>
61100
<body data-spy="scroll" data-target="#sidebar-nav" data-offset="120">
@@ -69,7 +108,7 @@ <h1 class="display-4"><strong>Puxun</strong> Tu (涂朴勋)</h1>
69108
<p>
70109
I am currently a Postdoctoral researcher at the Institute of Biomedical Manufacturing and Life Quality Engineering, School of Mechanical Engineering,
71110
Shanghai Jiao Tong University, China, where I earned my PhD in 2025 under the supervision of <a href="https://me.sjtu.edu.cn/en/FullTimeTeacher/chenxiaojun.html" target="_blank">Prof. Xiaojun Chen</a>.
72-
In 2023, I worked as a visiting PhD student at the Pattern Recognition and Image Analysis (PRIA) Lab at the University of M&uumlnster in Germany, led by <a href="https://www.uni-muenster.de/PRIA/personen/jiang.shtml" target="_blank">Prof. Xiaoyi Jiang</a>.
111+
In 2023, I worked as a visiting Ph.D. student at the Pattern Recognition and Image Analysis (PRIA) Lab at the University of M&uumlnster in Germany, led by <a href="https://www.uni-muenster.de/PRIA/personen/jiang.shtml" target="_blank">Prof. Xiaoyi Jiang</a>.
73112
My research focuses on image guided surgery, surgical scene understanding, and augmented reality.
74113
</p>
75114

@@ -85,6 +124,65 @@ <h1 class="display-4"><strong>Puxun</strong> Tu (涂朴勋)</h1>
85124
</div>
86125
</section>
87126

127+
<section id="news">
128+
<h4>News</h4>
129+
<div class="news-list">
130+
<div class="news-item">
131+
<span class="news-icon"><i class="fa-solid fa-newspaper"></i></span>
132+
<span class="news-date">2026</span>
133+
<span>One paper accepted in <strong>Nature Biomedical Engineering</strong> and <strong>IEEE TIP</strong>.</span>
134+
</div>
135+
136+
<div class="news-item">
137+
<span class="news-icon"><i class="fa-solid fa-rocket"></i></span>
138+
<span class="news-date">2025</span>
139+
<span>Started my <strong>postdoctoral research</strong> at Shanghai Jiao Tong University in March.</span>
140+
</div>
141+
142+
<div class="news-item">
143+
<span class="news-icon"><i class="fa-solid fa-graduation-cap"></i></span>
144+
<span class="news-date">2025</span>
145+
<span>Earned my <strong>Ph.D. degree</strong> from Shanghai Jiao Tong University in March.</span>
146+
</div>
147+
148+
<div class="news-item">
149+
<span class="news-icon"><i class="fa-solid fa-newspaper"></i></span>
150+
<span class="news-date">2025</span>
151+
<span>Published papers in <strong>Information Fusion</strong>, and <strong>MedIA</strong> (2x).</span>
152+
</div>
153+
154+
<div class="news-item">
155+
<span class="news-icon"><i class="fa-solid fa-newspaper"></i></span>
156+
<span class="news-date">2024</span>
157+
<span>Published papers in <strong>IEEE TBME</strong>, <strong>IEEE TMI</strong> and <strong>CMPB</strong>.</span>
158+
</div>
159+
160+
<div class="news-item">
161+
<span class="news-icon"><i class="fa-solid fa-newspaper"></i></span>
162+
<span class="news-date">2023</span>
163+
<span>Published papers in <strong>IEEE TMI</strong>, <strong>IEEE TVCG</strong>, and <strong>MICCAI</strong>.</span>
164+
</div>
165+
166+
<div class="news-item">
167+
<span class="news-icon"><i class="fa-solid fa-newspaper"></i></span>
168+
<span class="news-date">2022</span>
169+
<span>Published papers in <strong>IEEE TBME</strong>, <strong>Medical Physics</strong>.</span>
170+
</div>
171+
172+
<div class="news-item">
173+
<span class="news-icon"><i class="fa-solid fa-newspaper"></i></span>
174+
<span class="news-date">2021</span>
175+
<span>Published papers in <strong>CMPB</strong>, and <strong>CIBM</strong>.</span>
176+
</div>
177+
178+
<div class="news-item">
179+
<span class="news-icon"><i class="fa-solid fa-rocket"></i></span>
180+
<span class="news-date">2019</span>
181+
<span>Started a <strong>direct-track Master's-to-Ph.D</strong>. program at Shanghai Jiao Tong University.</span>
182+
</div>
183+
</div>
184+
</section>
185+
88186
<section id="publications">
89187
<h4>Selected Publications</h4>
90188
<ul class="pub-list-simple">
@@ -472,7 +570,7 @@ <h4>Awards & Achievements</h4>
472570
<li>2024 <strong>National Scholarship for Doctoral Students</strong>.</li>
473571
<li>2025 <strong>Outstanding Graduate of Shanghai Municipality</strong>.</li>
474572
<li>2021 <strong>Top Cited Article</strong> in Expert Review of Medical Devices (2nd highest citations).</li>
475-
<li>2025 <strong>Gold Award (Shanghai) and National Excellence Award</strong>, National Postdoctoral Innovation Competition.</li>
573+
<li>2025 <strong>Gold Award (Shanghai) and National Excellence Award</strong>, Postdoctoral Innovation Competition.</li>
476574
<li>2021 <strong>Grand Prize</strong>, The "Challenge Cup" Competition of Shanghai.</li>
477575
<li>2024 <strong>First Prize</strong>, 9th National Biomedical Engineering Innovation Design Competition.</li>
478576
<li>2025 <strong>Award Winner</strong>, Retinal Segmentation Challenge (ISICDM Conference).</li>
@@ -497,6 +595,7 @@ <h4>Awards & Achievements</h4>
497595
<div class="col-xl-3 sidebar-column">
498596
<nav id="sidebar-nav" class="sidebar">
499597
<a class="nav-link" href="#about">About</a>
598+
<a class="nav-link" href="#news">News</a>
500599
<a class="nav-link" href="#publications">Publications</a>
501600
<a class="nav-link" href="#talks">Talks</a>
502601
<a class="nav-link" href="#funding">Funding</a>

0 commit comments

Comments
 (0)