Skip to content

Commit c830952

Browse files
committed
update logos
1 parent a88c20f commit c830952

4 files changed

Lines changed: 88 additions & 11 deletions

File tree

297 KB
Loading

PixelLabLogo.png

30.4 KB
Loading

index.html

Lines changed: 88 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,55 @@
262262
border-bottom-color: var(--color-accent-light);
263263
}
264264

265+
.bio .logo-link {
266+
display: inline-flex;
267+
align-items: center;
268+
justify-content: center;
269+
height: 2.05em;
270+
margin: 0 0.16em;
271+
padding: 0;
272+
border-bottom: 0;
273+
vertical-align: -0.58em;
274+
line-height: 1;
275+
}
276+
277+
.bio .logo-link:hover {
278+
border-bottom: 0;
279+
opacity: 0.86;
280+
}
281+
282+
.bio-logo {
283+
display: inline-block;
284+
width: auto;
285+
height: 1.82em;
286+
max-width: 10em;
287+
object-fit: contain;
288+
vertical-align: middle;
289+
}
290+
291+
.logo-link-square {
292+
width: 2.08em;
293+
}
294+
295+
.bio-logo-square {
296+
height: 1.9em;
297+
max-width: 1.9em;
298+
}
299+
300+
.bio-logo-nyu {
301+
height: 2.05em;
302+
max-width: 1.5em;
303+
}
304+
305+
.bio-logo-pixel {
306+
height: 1.52em;
307+
max-width: 10.4em;
308+
}
309+
310+
.bio-logo-phrase {
311+
white-space: nowrap;
312+
}
313+
265314
.research-interests {
266315
background: var(--color-highlight);
267316
border-left: 3px solid var(--color-accent);
@@ -834,23 +883,51 @@ <h1 data-en="Leyi Zhu" data-zh="朱乐宜">Leyi Zhu</h1>
834883
<section class="bio">
835884
<p class="lang-en">
836885
I received my Ph.D. in Computer Science from the
837-
<a href="http://cims.nyu.edu/">Courant Institute of Mathematical Sciences</a>,
838-
New York University, advised by
886+
<a href="http://cims.nyu.edu/">Courant Institute of Mathematical Sciences</a>
887+
at New York University
888+
<a class="logo-link logo-link-square" href="https://www.nyu.edu/" aria-label="New York University">
889+
<img class="bio-logo bio-logo-nyu" src="./88bebcb7bac3c3971543582e359ca569.png" alt="NYU logo">
890+
</a>, where I was advised by
839891
<a href="https://cims.nyu.edu/gcl/daniele.html">Daniele Panozzo</a> and
840892
<a href="https://cims.nyu.edu/gcl/denis.html">Denis Zorin</a>.
841-
My doctoral research focused on <strong>Surface Parametrization and Remeshing with Guarantees</strong>,
842-
developing algorithms with provable correctness and robustness for geometry processing tasks.
843-
I received my B.S. in Computational Mathematics from the
844-
<a href="http://www.ustc.edu.cn/">University of Science and Technology of China</a>,
845-
School of the Gifted Young (<span lang="zh-Hans">少年班学院</span>), in 2019.
893+
My doctoral research focused on surface parametrization and remeshing with guarantees, with an emphasis
894+
on developing robust geometry processing algorithms with provable correctness.
895+
Prior to NYU, I received my B.S. in Computational Mathematics from the School of the Gifted Young
896+
(<span lang="zh-Hans">少年班学院</span>) at the
897+
<a href="http://www.ustc.edu.cn/">University of Science and Technology of China</a>
898+
<a class="logo-link logo-link-square" href="http://www.ustc.edu.cn/"
899+
aria-label="University of Science and Technology of China">
900+
<img class="bio-logo bio-logo-square" src="./pngegg.png" alt="USTC logo">
901+
</a>.
902+
I also worked as a research intern at
903+
<span class="bio-logo-phrase">
904+
<a class="logo-link" href="https://www.tencent.com/en-us/" aria-label="Pixel Lab, Tencent America">
905+
<img class="bio-logo bio-logo-pixel" src="./PixelLabLogo.png" alt="Pixel Lab logo">
906+
</a>, Tencent America.
907+
</span>
846908
</p>
847909
<p class="lang-zh" style="display:none">
848-
我在<a href="http://cims.nyu.edu/">纽约大学柯朗数学科学研究所</a>获得计算机科学博士学位,导师为
910+
我在纽约大学
911+
<a class="logo-link logo-link-square" href="https://www.nyu.edu/" aria-label="纽约大学">
912+
<img class="bio-logo bio-logo-nyu" src="./88bebcb7bac3c3971543582e359ca569.png" alt="NYU logo">
913+
</a>
914+
<a href="http://cims.nyu.edu/">柯朗数学科学研究所</a>
915+
获得计算机科学博士学位,导师为
849916
<a href="https://cims.nyu.edu/gcl/daniele.html">Daniele Panozzo</a> 教授和
850917
<a href="https://cims.nyu.edu/gcl/denis.html">Denis Zorin</a> 教授。
851-
我的博士研究专注于<strong>有保证的曲面参数化与重网格化</strong>
852-
开发了具有可证明正确性和鲁棒性的几何处理算法。
853-
我于 2019 年在<a href="http://www.ustc.edu.cn/">中国科学技术大学</a><span lang="zh-Hans">少年班学院</span>获得计算数学学士学位。
918+
我的博士研究专注于有保证的曲面参数化与重网格化,重点是开发具有可证明正确性的鲁棒几何处理算法。
919+
在进入纽约大学之前,我在
920+
<a href="http://www.ustc.edu.cn/">中国科学技术大学</a>
921+
<a class="logo-link logo-link-square" href="http://www.ustc.edu.cn/" aria-label="中国科学技术大学">
922+
<img class="bio-logo bio-logo-square" src="./pngegg.png" alt="USTC logo">
923+
</a><span lang="zh-Hans">少年班学院</span>获得计算数学学士学位。
924+
我曾在腾讯的
925+
<span class="bio-logo-phrase">
926+
<a class="logo-link" href="https://www.tencent.com/en-us/" aria-label="Pixel Lab, Tencent America">
927+
<img class="bio-logo bio-logo-pixel" src="./PixelLabLogo.png" alt="Pixel Lab logo">
928+
</a>
929+
担任实习研究员。
930+
</span>
854931
</p>
855932
<div class="research-interests lang-en">
856933
<strong>Research Interests:</strong> Computer Graphics (Geometric Computing &amp; Physics-based

pngegg.png

159 KB
Loading

0 commit comments

Comments
 (0)