-
Notifications
You must be signed in to change notification settings - Fork 0
/
videos.html
70 lines (68 loc) · 3.49 KB
/
videos.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
<!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>Videos</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>
<div class="grey-block">
<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>
<div class="research">
<div class="research-page">
<h1>Videos</h1>
<p><a href="https://themikelau.github.io/RSG_CE">Common-envelope simulations with a 12 solar mass red supergiant donor (Lau et al. 2022a)</a></p>
<br>
<p><a href="https://themikelau.github.io/CE_recombination">Simulations of atomic/molecular recombination in common-envelopes (Lau et al. 2022b)</a></p>
<br>
<p><a href="https://themikelau.github.io/planet_engulfment">Simulation of hot Jupiter engulfment by a red giant star (Lau et al. 2022c)</a></p>
</div>
</div>