-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathme.html
100 lines (82 loc) · 4.13 KB
/
me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width = device-width, initial-scale = 1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Wang-Wei Yu</title>
<!-- reset -->
<link rel="stylesheet" href="./css/reset.css">
<!-- public -->
<link rel="stylesheet" href="./css/base.css">
<!-- current -->
<link rel="stylesheet" href="./css/me.css">
<!-- portrait -->
<link rel="icon" href="./pic/favicon.ico">
<!-- Js -->
<script src="./js/app.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</html>
<body>
<div class="topbar-wrapper">
<div class="topbar w clearfix">
<nav class="nav-button">
<div class="bg"></div>
<button class="button"></button>
</nav>
<ul class="service">
<li><a href="./index.html">Wang-Wei Yu</a></li>
</ul>
<ul class="service1">
<li style="--i:0"><a id="current" href="./me.html" >About Me</a></li>
<li class="line">|</li>
<li style="--i:1"><a href="./CV.html">CV</a></li>
<li class="line">|</li>
<li style="--i:2"><a href="./reseach.html">Reseach</a></li>
<li class="line">|</li>
<li style="--i:3"><a href="./publications.html">Publications</a></li>
<li class="line">|</li>
<li style="--i:4"><a href="./seminars.html">Seminars</a></li>
<li class="line">|</li>
<!--<li><a href="./acgCoffee.html">ACG Coffee</a></li> --!>
</ul>
</div>
</div>
<div class="webcover w">
<img src="./pic/20220830194742.gif" alt="Smiley face" width="42" height="42">
</div>
<div class="window">
<div class="fp clearfix">
<p>Welcome to my homepage!</p>
<div class="pic1">
<img src="./pic/image_gallery.jfif" alt="">
</div>
<p id="me">I am Wang-Wei Yu, a postdoc in the <a href="https://www.aei.mpg.de/ptas">Pulsar Timing Group</a> at the
<a href="https://www.aei.mpg.de/">Max Planck Institute for Gravitational Physics (Albert Einstein Institute)</a>.
</p>
<!--
<p id="field">During my Ph.D. career, I focus on the <i>Hubble Tension</i> on the view of late Universe.
I am also interested in <i>Stochastic Gravitational Wave Background (SGWB)</i>. I spare some time to do same data analysis of LIGO/VIRGO SGWB data and <i>Pulsar Timing Array (PTA)</i>.
Anywhere, I am a big fan of <i>Data Analysis</i> and I want to find physics in data.
I also do some theoretical works about early Universe. I want to use the data to see if my models works well.
I am happy to talk about everything about physics, please email me.
</p>
<p id="life">In my spare time, I like to chat with my friends, many ideas of mine come from my life.
If I want to relax myself, I always play guitar. I am a big fan of Jazz.
<p>
<p>I am interested in <i>programming</i>. I write the blog and some interesting softwares for fun. I enjoy programming.</p>
-->
</div>
<div class="pn">
<ul>
<li><a href="#me"> Who am I?</a></li>
<li><a href="#field">My Research</a></li>
<li><a href="#life">My life</a></li>
<li><a href="javascript:;"></a></li>
<li><a href="javascript:;"></a></li>
</ul>
</div>
</div>
<a style="display: none; font-size: 40px;" href = "javascript:;" class="backToTop" title="Back to Top" id="backToTop"> ⇪ </a>
</body>