|
287 | 287 |
|
288 | 288 | .pub-thumb { |
289 | 289 | flex-shrink: 0; |
290 | | - width: 150px; |
291 | | - height: 100px; |
| 290 | + width: 160px; |
| 291 | + height: 160px; |
292 | 292 | object-fit: cover; |
293 | 293 | border-radius: 10px; |
294 | | - border: 1px solid var(--color-border); |
295 | | - background: #f5f0e8; |
| 294 | + border: none; |
296 | 295 | } |
297 | 296 |
|
298 | 297 | .pub-details { |
@@ -757,8 +756,8 @@ <h2 class="section-title" data-en="Selected Publications" data-zh="代表性论 |
757 | 756 |
|
758 | 757 | <!-- Pub 1 --> |
759 | 758 | <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"> |
762 | 761 | <div class="pub-details"> |
763 | 762 | <p class="pub-title">Which Cross Fields Can Be Quadrangulated?</p> |
764 | 763 | <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="代表性论 |
795 | 794 |
|
796 | 795 | <!-- Pub 2 --> |
797 | 796 | <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"> |
800 | 799 | <div class="pub-details"> |
801 | 800 | <p class="pub-title">Efficient and Robust Discrete Conformal Equivalence with Boundary</p> |
802 | 801 | <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="代表性论 |
831 | 830 |
|
832 | 831 | <!-- Pub 3 --> |
833 | 832 | <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"> |
835 | 834 | <div class="pub-details"> |
836 | 835 | <p class="pub-title">Simulation and Visualization of Ductile Fracture with the Material Point Method |
837 | 836 | </p> |
@@ -872,7 +871,7 @@ <h2 class="section-title" data-en="Selected Publications" data-zh="代表性论 |
872 | 871 |
|
873 | 872 | <!-- Pub 4 --> |
874 | 873 | <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"> |
876 | 875 | <div class="pub-details"> |
877 | 876 | <p class="pub-title">Vehicle Re-Id by Deep Feature Fusion Based on Joint Bayesian Criterion</p> |
878 | 877 | <p class="pub-venue">International Conference on Pattern Recognition (ICPR), 2018</p> |
|
0 commit comments