-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
124 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,75 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<html lang="zh"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<style type="text/css"> | ||
body { | ||
text-align: center; | ||
font-family: "Times New Roman" | ||
} | ||
|
||
a { | ||
text-decoration: none | ||
} | ||
|
||
a:hover { | ||
color: #F00 | ||
} | ||
|
||
/* div{float:left} */ | ||
li { | ||
margin-top: 3px; | ||
} | ||
</style> | ||
<title>Yang Zhang</title> | ||
</head> | ||
|
||
<body> | ||
<h1>resumé</h1> | ||
<h2>yangzhang | 张杨</h2> | ||
<div align="center"> | ||
<div style="width:1200px; height:350px; padding-top: 30px;"> | ||
<div style="float: left;"> | ||
<!-- 4127 × 3212 --> | ||
<img src="/assets/images/yangzhang.jpg" width="400px" /> | ||
</div> | ||
<div style="width:700px; height:240px; padding-left: 10px; float: left; text-align: left;"> | ||
<br/> | ||
<h1 size="6px">Yang Zhang</h1> | ||
<button onclick="document.getElementById('player').play()">Pronounce 张杨 in Chinese</button> | ||
<audio id="player" src="/assets/audio/zhangyang_pronounce.mp3"></audio> | ||
<ul type="circle"> | ||
<li>M.Sc Student in <a href="https://sds.fudan.edu.cn/">School of Data Science, Fudan University</a>(since 2023.09)</li> | ||
<li>Freshman in <a href="https://zmiclab.github.io/">Fudan ZMIC Lab</a>, Supervised by Prof. <a href="https://zmiclab.github.io/zxh/">Xiahai Zhuang</a></li> | ||
<li>My Email: yangzhang23 [at] m [dot] fudan [dot] edu [dot] cn</li> | ||
<li>My Homepage: <a href="https://yangzhang.site/">yangzhang.site</a> </li> | ||
</ul> | ||
</div> | ||
</div> | ||
<hr> | ||
<!-- 研究领域, 调整下面的height可以调整每一个模块的高度,当前模块为Fields of Research,高度为60px --> | ||
<div style="width:1200px; height:110px; padding-top: 10px;"> | ||
<h2 style="text-align: left;">Research Interests</h2> | ||
<p style="text-align: left;"> | ||
Machine Learning, Computer Vision, Medical Image Computing | ||
</p> | ||
</div> | ||
<div style="width:1200px; height:110px; padding-top: 10px;"> | ||
<h2 style="text-align: left;">Selected Publications</h2> | ||
<p style="text-align: left;"> | ||
... | ||
</p> | ||
</div> | ||
<div style="width:1200px; height:110px; padding-top: 10px;"> | ||
<h2 style="text-align: left;">Open-source Projects</h2> | ||
<p style="text-align: left;"> | ||
... | ||
</p> | ||
</div> | ||
<footer> | ||
<hr> | ||
<i>Last Updated on 2023.9.9</i> | ||
</footer> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# SAS的基本操作 | ||
--- | ||
tags: | ||
- SAS | ||
--- | ||
|
||
# SAS基础 | ||
## SAS数据集概论 | ||
|
||
### 逻辑库 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
tags: | ||
- misc | ||
--- | ||
|
||
# 我用的软件 | ||
本文记录各个平台我用过的好用的软件 | ||
|
||
## Windows | ||
### everything | ||
装机必备搜索软件 | ||
## MacOS | ||
### AppCleaner | ||
Mac上好用的软件卸载工具 | ||
## iOS | ||
### yealico | ||
信息聚合 | ||
## Android | ||
### tachiyomi | ||
懂得都懂 | ||
## Linux |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters