|
499 | 499 | margin: 0; |
500 | 500 | } |
501 | 501 |
|
| 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 | + |
502 | 546 | /* ── Visitor Map ── */ |
503 | 547 | .visitor-map-wrap { |
504 | 548 | margin-top: 28px; |
@@ -668,6 +712,23 @@ <h1 data-en="Leyi Zhu" data-zh="朱乐宜">Leyi Zhu</h1> |
668 | 712 | <div class="research-interests lang-zh" style="display:none"> |
669 | 713 | <strong>研究方向:</strong>计算机图形学(几何计算与物理仿真)、科学计算与机器学习。 |
670 | 714 | </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> |
671 | 732 | </section> |
672 | 733 |
|
673 | 734 | <!-- Publications --> |
|
0 commit comments