Skip to content

Commit 680aaa1

Browse files
zlyfunctionclaude
andcommitted
Add Gemini thesis illustration to bio section
Display AI-generated visual summary of the thesis "Surface Parametrization and Remeshing with Guarantees" with bilingual caption crediting advisors Daniele Panozzo and Denis Zorin, and noting it's Gemini's take. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3521b5f commit 680aaa1

2 files changed

Lines changed: 61 additions & 0 deletions

File tree

index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,50 @@
499499
margin: 0;
500500
}
501501

502+
/* ── Thesis Visual ── */
503+
.thesis-visual {
504+
margin: 28px 0 0;
505+
border: 1px solid var(--color-border);
506+
border-radius: 10px;
507+
overflow: hidden;
508+
background: var(--color-surface);
509+
transition: box-shadow 0.25s ease, border-color 0.25s ease;
510+
}
511+
512+
.thesis-visual:hover {
513+
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
514+
border-color: #ccc;
515+
}
516+
517+
.thesis-visual img {
518+
width: 100%;
519+
display: block;
520+
}
521+
522+
.thesis-caption {
523+
padding: 12px 18px;
524+
font-size: 0.83rem;
525+
color: var(--color-text-secondary);
526+
margin: 0;
527+
text-align: center;
528+
border-top: 1px solid var(--color-border);
529+
line-height: 1.7;
530+
}
531+
532+
.thesis-caption em {
533+
color: var(--color-text);
534+
font-style: italic;
535+
}
536+
537+
.thesis-caption a {
538+
color: var(--color-accent-light);
539+
text-decoration: none;
540+
}
541+
542+
.thesis-caption a:hover {
543+
text-decoration: underline;
544+
}
545+
502546
/* ── Visitor Map ── */
503547
.visitor-map-wrap {
504548
margin-top: 28px;
@@ -668,6 +712,23 @@ <h1 data-en="Leyi Zhu" data-zh="朱乐宜">Leyi Zhu</h1>
668712
<div class="research-interests lang-zh" style="display:none">
669713
<strong>研究方向:</strong>计算机图形学(几何计算与物理仿真)、科学计算与机器学习。
670714
</div>
715+
716+
<!-- Thesis Visual -->
717+
<div class="thesis-visual">
718+
<img src="./public_html/respic/thesis-gemini.png"
719+
alt="Gemini's illustration of Surface Parametrization and Remeshing with Guarantees"
720+
width="1456" height="816">
721+
<p class="thesis-caption lang-en">
722+
🤖 Gemini's take on my thesis <em>Surface Parametrization and Remeshing with Guarantees</em>,
723+
advised by <a href="https://cims.nyu.edu/gcl/daniele.html">Prof. Daniele Panozzo</a> and
724+
<a href="https://cims.nyu.edu/gcl/denis.html">Prof. Denis Zorin</a>.
725+
</p>
726+
<p class="thesis-caption lang-zh" style="display:none">
727+
🤖 Gemini 对我的博士论文《有保证的曲面参数化与重网格化》的理解,
728+
导师为 <a href="https://cims.nyu.edu/gcl/daniele.html">Daniele Panozzo</a> 教授和
729+
<a href="https://cims.nyu.edu/gcl/denis.html">Denis Zorin</a> 教授。
730+
</p>
731+
</div>
671732
</section>
672733

673734
<!-- Publications -->
7.32 MB
Loading

0 commit comments

Comments
 (0)