-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·80 lines (78 loc) · 4.07 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
<!DOCTYPE html>
<html lang="en">
<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>Mike Lau</title>
<link rel="icon" type="image/x-icon" href="images/favicon_mike_lau.png">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<a href="index.html">
<img src="images/mike_lau.png" class="logo">
</a>
<ul>
<li><a href="index.html">HOME</a></li>
<li>
<div class="dropdown">
<a href="research.html">RESEARCH</a>
<div class="dropdown-content">
<a href="research.html#hamstars">Accreting "hamstars"</a>
<a href="research.html#RSG">Red supergiant common envelopes</a>
<a href="research.html#recombination">Recombination in common envelopes</a>
<a href="research.html#planet-engulfment">Planetary engulfment</a>
<a href="research.html#LISA">LISA double neutron stars</a>
</div>
</div>
</li>
<li>
<div class="dropdown">
<a href="videos.html">VIDEOS</a>
<div class="dropdown-content">
<a href="RSG_CE.html">Red supergiant common envelopes</a>
<a href="CE_recombination.html">Recombination in common envelopes</a>
<a href="planet_engulfment.html">Planetary engulfment</a>
</div>
</div>
</li>
<li><a href="talks.html">TALKS</a></li>
<li>
<div class="dropdown">
<a href="notes.html">NOTES</a>
<div class="dropdown-content">
<a href="notes/darwin.pdf">Darwin instability</a>
<a href="notes/LIGOeccentricity.pdf">Eccentricity of gravitational wave sources</a>
<a href="notes/mri.pdf">Magnetorotational instability</a>
<a href="roche_lobe.html">Roche lobe interactive plotter</a>
</div>
</div>
</li>
</ul>
</nav>
<div class="detel">
<h1>Mike <span>Lau</span></h1>
<p>
I am a <a href="https://scholars.croucher.org.hk/">Croucher Research Fellow</a> at the <a href="https://www.h-its.org/">Heidelberg Institute for Theoretical Studies (HITS)</a>.
My main research interests are interactions in stellar multiples, binary stellar evolution, and common-envelope evolution.
<br>
<br>
I am part of the <a href="https://www.h-its.org/research/pso/">Physics of Stellar Objects (PSO) Group</a> and <a href="https://compas.science/">Team COMPAS</a>.
I am also an <a href="https://www.ozgrav.org/">OzGrav</a> affiliate and associate member of the <a href="https://www.elisascience.org/">LISA</a>
Consortium.
</p>
<div class="buttons">
<a href="https://ui.adsabs.harvard.edu/public-libraries/v21pac3XTtmMyfZ3GcYm3A">Publications (NASA ADS)</a>
<a href="mike_lau_cv.pdf">CV</a>
</div>
</div>
<div class="headshot">
<img src="images/mike_lau_circle.png">
</div>
</body>
</html>