-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
212 lines (206 loc) · 7.37 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Yychi Fyu</title>
<style>
/* font define */
@font-face {
font-family: Linux Libertine O;
src: url("/fonts/Libertine/LinLibertine_R.otf");
}
body {
color: #000000;
background: #EEEEEE;
line-height: 1.2;
margin: 40px 0;
}
footer {
text-align: center;
font-size: smaller;
margin-top: 10px;
margin-bottom: 10px;
}
#resume {
font-family: 'Linux Libertine O', 'Times New Roman', 'Noto Serif SC', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
margin: 0 auto;
max-width: 800px;
padding: 40px 60px;
background: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 2px 2px 4px #AAAAAA;
-webkit-box-shadow: 2px 2px 4px #AAAAAA;
}
h1 {
text-transform: uppercase;
text-align: center;
font-size: 200%;
margin: 0;
padding: 0;
}
h2 {
border-bottom: 1px solid #000000;
text-transform: uppercase;
font-size: 130%;
margin: 1em 0 0 0;
padding: 0;
}
h3 {
font-size: 100%;
font-weight: normal;
margin: 0.8em 0 0.3em 0;
padding: 0;
display: flex;
justify-content: space-between;
}
p {
margin: 0 0 0.5em 0;
padding: 0;
}
ul {
padding: 0;
margin: 0 1.5em;
}
/* ul immediately after h1 = contact list */
h1 + ul {
text-align: center;
margin: 0;
padding: 0;
}
h1 + ul > li {
display: inline;
white-space: pre;
list-style-type: none;
}
h1 + ul > li:after {
content: " \2022 ";
}
h1 + ul > li:last-child:after {
content: "";
}
/* p immediately after contact list = summary */
h1 + ul + p {
margin: 1em 0;
}
/* a datedline style */
datedline {
margin-right: -30px;
padding: 0;
display: flex;
justify-content: space-between;
}
@media print {
body {
font-size: 10pt;
margin: 0;
padding: 0;
background: none;
}
#resume {
margin: 0;
padding: 0;
border: 0px;
background: none;
box-shadow: none;
-webkit-box-shadow: none;
}
/* Make links black in PDF */
/* Move this outside the print block to apply this in HTML too */
a, a:link, a:visited, a:hover {
color: #000000;
text-decoration: underline;
}
}
@page {
/* Change margins and paper size of PDF */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/@page */
size: letter;
margin: 0.5in 0.8in;
}
@media screen and (max-width: 800px) {
body {
font-size: 16pt;
margin: 0;
padding: 0;
background: #FFFFFF !important;
}
#resume {
margin: 0;
padding: 1em;
border: 0px;
background: none;
box-shadow: none;
-webkit-box-shadow: none;
}
}
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Serif+SC">
</head>
<body>
<div id="resume">
<!-- The (first) h1 will be used as the <title> of the HTML page -->
<h1>Yychi Fyu</h1>
<!-- The unordered list immediately after the h1 will be formatted on a single
line. It is intended to be used for contact details -->
<ul>
<li><a href="mailto:guyueyizhi@qq.com">guyueyizhi@qq.com</a></li>
<li><a href="https://guyueshui.github.io">guyueshui.github.io</a></li>
<li>Hangzhou, China</li>
</ul>
<!-- The paragraph after the h1 and ul and before the first h2 is optional. It
is intended to be used for a short summary. -->
<!-- CEO and Software Engineer with knowledge of applied information theory,
including optimizing lossless compression schema of both the length-limited and
adaptive variants. -->
<h2>Education</h2>
<h3><span><strong>ShanghaiTech University</strong>, Shanghai, China</span> <span>Sept. 2017 – Jul. 2020</span></h3>
<p><em>M.S. Candidate, Information and Communication Engineering, GPA 3.53/4.0</em><br />
Research interest: Machine Learning, Information Theory</p>
<h3><span><strong>Wuhan University of Technology</strong>, Wuhan, China</span> <span>Sept. 2013 – Jun. 2017</span></h3>
<p><em>B.S., Information and Computing Science, GPA 3.72/5.0, Rankings 1/43</em></p>
<h2>Projects</h2>
<!-- You have to wrap the "left" and "right" half of these headings in spans by
hand -->
<h3><span><strong>Semi-supervised InfoGAN (under research)</strong></span> <span>Feb. 2019 – Present</span></h3>
<p>Based on <a href="https://papers.nips.cc/paper/6399-infogan-interpretable-representation-learning-by-information-maximizing-generative-adversarial-nets.pdf">[paper1]</a> and <a href="https://arxiv.org/pdf/1707.04487.pdf">[paper2]</a>, investigated the effect of the input noise, and tried to interpret the parameters and the model, from the perspective of information theory.</p>
<h3><span><strong>Gene Expression Prediction</strong></span> <span>Oct. 2018 – Jan. 2019</span></h3>
<p>Based on <a href="https://papers.nips.cc/paper/7255-attend-and-predict-understanding-gene-regulation-by-selective-attention-on-chromatin.pdf">[paper]</a>, reproduced the main works. Extract histone modifications from biological big data, train with CNN to predict gene expression. Also wrote some python and shell scripts for data preprocessing.</p>
<h3><span><strong>Insurance Market Prediction</strong></span> <span>May 2018</span></h3>
<p>Using SVM to analyze the insurance company’s history business, trying to
predict customers who have insurance intentions, so as to maximize
company profits.</p>
<!-- ## Experience -->
<h2>Internship</h2>
<h3><span><strong>ShengQu Games Inc.</strong> Shanghai</span> <span>Jul. 2019 – Sept. 2019</span></h3>
<p><em>Dept. Server Engine, Game Development</em> Ability to write basic network
program with Asio, encapsulate custom message with Protobuf, build tasks
automatically with Cmake. Also learned about the Unix Network API, basic
socket programming.</p>
<h3><span><strong>WanYan Asset Co., Ltd.</strong> Shanghai</span> <span>Summer 2019</span></h3>
<p><em>Software Development</em> Learned about the working mechanism of the CTP
(Comprehensive Trading Platform), and data acquisition through its API.
Try to use the Huobi API to get the market data and convert it to the format
as needed.</p>
<h2>Skills</h2>
<ul>
<li>Familiar with common algorithms and data structures such as linked
lists, stacks and queues, trees, heaps etc.</li>
<li>Familiar with C++ basics, familiar with STL, such as sequential
containers, generic algorithms.</li>
<li>Familiar with common machine learning algorithms such as SVM,
logistic regression, neural networks, decision trees, KNN, K-Means etc.</li>
<li>Familiar with common shell commands, more than 3 years of Linux
experience.</li>
<li>English CET-6, good reading and communication skills.</li>
</ul>
<h2>Miscellaneous</h2>
<ul>
<li><datedline><span>ShanghaiTech SSIST 2018 International Conference Volunteer</span> <span>Jul. 2018</span></datedline></li>
<li><datedline><span>SI140 Probability and Statistics Teaching Assistant</span> <span>Fall 2017</span></datedline></li>
<li><datedline><span>3rd Prize, Central China University Mathematical Modeling Invitational Competition</span> <span>May 2015</span></datedline></li>
<li><datedline><span>National Inspirational Scholarship</span> <span>2014, 2015</span></datedline></li>
</ul></div>
</body>
<footer>
Last modified at 2022-07-15 20:39:56.
</footer>
</html>