-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (147 loc) · 7.8 KB
/
index.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
<!DOCTYPE HTML>
<!--
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Banner -->
<section id="banner">
<div class="inner">
<header>
<h1>Welcome!</h1>
<p>I am Yifan Yu, a first year CDT student studying Health Data Science at the University of Oxford. <br /></p>
</header>
</div>
</section>
<!-- Main -->
<div id="main">
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<!-- 2 Columns -->
<div class="flex flex-2">
<div class="col col1">
<div class="image round fit">
<style type="text/css">
.photo01{
width: 218.16px;
height: 218.16px;
}
</style>
<img src="images/pic01.jpeg" alt="" /></a>
</div>
</div>
<div class="col col2">
<h3>About me</h3>
<p style="color:#000000;"> Currently, I am reading DPhil in Health Data Science at Keble College, the University of Oxford after graduated with a BSc in Mathematics from the University of Manchester in 2019, specialising in both statistical machine learning and numerical linear algebra. I worked on the statistical interpretation of advanced machine learning methods in my bachelor thesis, and I also completed another project to analyse the convergence properties and sensitivity of the PageRank algorithm. During my undergraduate studies, I undertook internships in data analysis and machine learning, where I built an automatic warning system for abnormal user data detection. My main research interests are statistical inference and modelling for neuroimaging analyses, with particular regard to fMRI data. Outside of studies, I enjoy reading, baking and travelling.</p>
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style2">
<div class="inner">
<!-- 2 Columns -->
<div class="flex flex-2">
<div class="col col1">
<div class="image round fit">
<img src="images/pic06.jpg" alt="" /></a>
</div>
</div>
<div class="col col2">
<h3 >The PageRank Algorithm Project</h3>
<p>I am currently undertaking the final year project regarding the PageRank Algorithm (under the supervision of Prof. Tisseur), which is used by Google Search to rank websites by measuring the importance. The PageRank Algorithm is based on webgraph, formed by all pages as nodes and hyperlinks as edges. A hyperlink to a page is treated as a vote.</p>
<p>My research emphasises on the simple sensitivity measure of the PageRank vector’s derivative, and further explores the properties of its higher derivatives. Also, the convergence properties of several iterative methods in computing PageRank scores are researched extensively, and selected Wikipedia pages are ranked according to their calculated PageRank value. Python is used to simulate the PageRank Algorithm in my research, while Mathematica is also involved to crawled the Wikipedia web structure and accelerate the symbolic computation.</p>
<a href="http://yifanyu.me/PageRank.html" class="button">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<div class="flex flex-2">
<div class="col col2">
<h3>Stock trader project</h3>
<p style="color:#000000;">It is a python module for virtual stock trading, involving the ARIMA model to predict the future stock trend based on previous prices (However, due to the difficulty in identifying the parameters, the prediciton isn't ideal for all situations and needs further improvement).</p>
<p style="color:#000000;">The stock trader module is designed to:
<ol>
<li style="color:#000000;">allow the user to load historical financial data
and to simulate the buying and selling of shares on the stock market.</li>
<li style="color:#000000;">allow user to load the data of portfolio,
and evaluate the portfolio on the chosen day.</li>
<li style="color:#000000;">The two trading strategies go through all provided trading days, buy and sell shares automatically, based on specific rules.</li>
</ol></p>
<a href="https://github.com/yifan0330/stock-trader" class="button">Learn More</a>
</div>
<div class="col col1 first">
<div class="image round fit">
<style type="text/css">
.photo02{
width: 218.16px;
height: 218.16px;
}
</style>
<img src="images/pic02.jpg" alt="" /></a>
</div>
</div>
</div>
</div>
</section>
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<header class="align-center">
<h2 style="color:#000000;">More information </h2>
<p style="color:#000000;"> I believe that "What we know is very slight, what we don’t know is immense. Man follows only phantoms",and I am always ready to accept new knowledge and be involved in lifelong learning. I enjoy travelling, especially blending into local culture, and I have been to more than 10 countries.
</p>
</header>
<div class="flex flex-3">
<div class="col align-center">
<div class="image round fit">
<img src="images/pic03.jpeg" alt="" />
</div>
<p style="color:#000000;"> I enjoy cooking and baking, nothing pleases me more than to be able to prepare a full course meal for family and friends.</p>
</div>
<div class="col align-center">
<div class="image round fit">
<img src="images/pic05.jpeg" alt="" />
</div>
<p style="color:#000000;">I once volunteered at an orphange in Kandy, Sri Lanka, during the summer of 2015.</p>
</div>
<div class="col align-center">
<div class="image round fit">
<img src="images/pic07.jpeg" alt="" />
</div>
<p style="color:#000000;">I also have interest in archaeology, and found relics which are speculated to be the major cultural and population centers of the ancient State of Yue. Also, I am one of the authors of a relevant book. </p>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/yifan-yu-b26005135/" class="icon fa-linkedin"><span class="label"> Linkedin</span></a></li>
<li><a href="https://github.com/yifan0330" class="icon fa-github"><span class="label"> Github</span></a></li>
<li><a href="https://www.facebook.com/yifan.yu.773" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
</ul>
<p>© Yifan Yu 2018. All rights reserved. </p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>