|
478 | 478 | margin: 0; |
479 | 479 | } |
480 | 480 |
|
481 | | - /* ── Miscellaneous ── */ |
482 | | - .misc-section { |
483 | | - padding-bottom: 40px; |
484 | | - border-bottom: 1px solid var(--color-border); |
485 | | - margin-bottom: 40px; |
486 | | - } |
487 | | - |
488 | | - .misc-grid { |
489 | | - display: grid; |
490 | | - grid-template-columns: 1fr 1fr; |
491 | | - gap: 16px; |
492 | | - } |
493 | | - |
494 | | - .misc-card { |
495 | | - background: var(--color-surface); |
496 | | - border: 1px solid var(--color-border); |
497 | | - border-radius: 10px; |
498 | | - padding: 20px 22px; |
499 | | - text-decoration: none; |
500 | | - color: inherit; |
501 | | - transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease; |
502 | | - display: block; |
503 | | - } |
504 | | - |
505 | | - .misc-card:hover { |
506 | | - box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07); |
507 | | - border-color: var(--color-accent-light); |
508 | | - transform: translateY(-2px); |
509 | | - } |
510 | | - |
511 | | - .misc-card-icon { |
512 | | - font-size: 1.8rem; |
513 | | - margin-bottom: 10px; |
514 | | - line-height: 1; |
515 | | - } |
516 | | - |
517 | | - .misc-card-title { |
518 | | - font-family: var(--font-serif); |
519 | | - font-size: 1.05rem; |
520 | | - font-weight: 600; |
521 | | - color: var(--color-text); |
522 | | - margin: 0 0 6px; |
523 | | - } |
524 | | - |
525 | | - .misc-card-desc { |
526 | | - font-size: 0.85rem; |
527 | | - color: var(--color-text-secondary); |
528 | | - line-height: 1.6; |
529 | | - margin: 0; |
530 | | - } |
531 | | - |
532 | 481 | /* ── Footer ── */ |
533 | 482 | footer { |
534 | 483 | border-top: 1px solid var(--color-border); |
|
575 | 524 | .misc-grid { |
576 | 525 | grid-template-columns: 1fr; |
577 | 526 | } |
578 | | - |
579 | | - .misc-grid { |
580 | | - grid-template-columns: 1fr; |
581 | | - } |
582 | 527 | } |
583 | 528 | </style> |
584 | 529 | <script> |
|
600 | 545 | <a href="#about">About</a> |
601 | 546 | <a href="#publications">Publications</a> |
602 | 547 | <a href="#misc">Misc</a> |
603 | | - <a href="#misc">Misc</a> |
604 | 548 | <a href="#contact">Contact</a> |
605 | 549 | </div> |
606 | 550 | </div> |
@@ -630,13 +574,10 @@ <h1>Leyi Zhu</h1> |
630 | 574 | I received my Ph.D. in Computer Science from the |
631 | 575 | <a href="http://cims.nyu.edu/">Courant Institute of Mathematical Sciences</a>, |
632 | 576 | New York University, advised by |
633 | | - New York University, advised by |
634 | 577 | <a href="https://cims.nyu.edu/gcl/daniele.html">Daniele Panozzo</a> and |
635 | 578 | <a href="https://cims.nyu.edu/gcl/denis.html">Denis Zorin</a>. |
636 | 579 | My doctoral research focused on <strong>Surface Parametrization and Remeshing with Guarantees</strong>, |
637 | 580 | developing algorithms with provable correctness and robustness for geometry processing tasks. |
638 | | - My doctoral research focused on <strong>Surface Parametrization and Remeshing with Guarantees</strong>, |
639 | | - developing algorithms with provable correctness and robustness for geometry processing tasks. |
640 | 581 | I received my B.S. in Computational Mathematics from the |
641 | 582 | <a href="http://www.ustc.edu.cn/">University of Science and Technology of China</a>, |
642 | 583 | School of the Gifted Young (少年班学院), in 2019. |
|
0 commit comments