Skip to content

Commit a7aa0be

Browse files
zlyfunctionclaude
andcommitted
Replace pub thumbnails with Gemini illustrations, resize to 160x160
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c23f7d2 commit a7aa0be

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -287,12 +287,11 @@
287287

288288
.pub-thumb {
289289
flex-shrink: 0;
290-
width: 150px;
291-
height: 100px;
290+
width: 160px;
291+
height: 160px;
292292
object-fit: cover;
293293
border-radius: 10px;
294-
border: 1px solid var(--color-border);
295-
background: #f5f0e8;
294+
border: none;
296295
}
297296

298297
.pub-details {
@@ -757,8 +756,8 @@ <h2 class="section-title" data-en="Selected Publications" data-zh="代表性论
757756

758757
<!-- Pub 1 -->
759758
<div class="pub-item">
760-
<img class="pub-thumb" src="./public_html/respic/whichcross.png"
761-
alt="Which Cross Fields Can Be Quadrangulated?" width="150" height="100">
759+
<img class="pub-thumb" src="./public_html/respic/whichcross-gemini.png"
760+
alt="Which Cross Fields Can Be Quadrangulated?" width="160" height="160">
762761
<div class="pub-details">
763762
<p class="pub-title">Which Cross Fields Can Be Quadrangulated?</p>
764763
<p class="pub-venue">ACM Transaction on Graphics (SIGGRAPH), 2022</p>
@@ -795,8 +794,8 @@ <h2 class="section-title" data-en="Selected Publications" data-zh="代表性论
795794

796795
<!-- Pub 2 -->
797796
<div class="pub-item">
798-
<img class="pub-thumb" src="./public_html/respic/2021-Conformal.jpg"
799-
alt="Discrete Conformal Equivalence" width="150" height="100">
797+
<img class="pub-thumb" src="./public_html/respic/2021-Conformal-gemini.png"
798+
alt="Discrete Conformal Equivalence" width="160" height="160">
800799
<div class="pub-details">
801800
<p class="pub-title">Efficient and Robust Discrete Conformal Equivalence with Boundary</p>
802801
<p class="pub-venue">ACM Transaction on Graphics (SIGGRAPH Asia), 2021</p>
@@ -831,7 +830,7 @@ <h2 class="section-title" data-en="Selected Publications" data-zh="代表性论
831830

832831
<!-- Pub 3 -->
833832
<div class="pub-item">
834-
<img class="pub-thumb" src="./public_html/respic/8.png" alt="Ductile Fracture Simulation" width="150" height="100">
833+
<img class="pub-thumb" src="./public_html/respic/8-gemini.png" alt="Ductile Fracture Simulation" width="160" height="160">
835834
<div class="pub-details">
836835
<p class="pub-title">Simulation and Visualization of Ductile Fracture with the Material Point Method
837836
</p>
@@ -872,7 +871,7 @@ <h2 class="section-title" data-en="Selected Publications" data-zh="代表性论
872871

873872
<!-- Pub 4 -->
874873
<div class="pub-item">
875-
<img class="pub-thumb" src="./public_html/respic/4.png" alt="Vehicle Re-Identification" width="150" height="100">
874+
<img class="pub-thumb" src="./public_html/respic/4-gemini.png" alt="Vehicle Re-Identification" width="160" height="160">
876875
<div class="pub-details">
877876
<p class="pub-title">Vehicle Re-Id by Deep Feature Fusion Based on Joint Bayesian Criterion</p>
878877
<p class="pub-venue">International Conference on Pattern Recognition (ICPR), 2018</p>

0 commit comments

Comments
 (0)