-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
44 lines (44 loc) · 1.99 KB
/
Copy pathmenu.html
File metadata and controls
44 lines (44 loc) · 1.99 KB
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
<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">Global simulations of planetary engulfment</a>
<a href="radiation_CE.html">Radiation transport in common envelopes</a>
<a href="planet_ablation.html">Wind tunnel simulations of 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>