-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
58 lines (53 loc) · 1.95 KB
/
gallery.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Simulation Gallery</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style_home.css?after">
</head>
<body>
<div class="content">
<h1>Simulation Gallery</h1>
<div class="row">
<div class="column">
<video autoplay controls>
<source src="files/late-whole.mp4" type="video/mp4">
</video>
<figcaption>MHD ring simulation (<a href=https://ui.adsabs.harvard.edu/abs/2023ApJ...946..114M/abstract>Moon+23</a>, model B100)</figcaption>
</div>
<div class="column">
<video autoplay controls>
<source src="files/late.mp4" type="video/mp4">
</video>
<figcaption>MHD ring simulation (<a href=https://ui.adsabs.harvard.edu/abs/2023ApJ...946..114M/abstract>Moon+23</a>, model B100)</figcaption>
</div>
</div>
<div class="row">
<div class="column">
<video autoplay controls>
<source src="files/B100.evolution.mp4" type="video/mp4">
</video>
<figcaption>MHD ring simulation (<a href=https://ui.adsabs.harvard.edu/abs/2023ApJ...946..114M/abstract>Moon+23</a>, model B100)</figcaption>
</div>
<div class="column">
<video autoplay controls>
<source src="files/L1_512_P100.mp4" type="video/mp4">
</video>
<figcaption>Time-varying inflow rate (<a href=https://ui.adsabs.harvard.edu/abs/2023ApJ...946..114M/abstract>Moon+22</a>, model P100)
</div>
</div>
<div class="row">
<div class="column">
<iframe src="https://www.youtube.com/embed/Ql7_L44MfqE"></iframe>
<figcaption>Gravitational instability of isothermal ring (Kim & Moon 2016)</figcaption>
</div>
<div class="column">
<iframe src="https://www.youtube.com/embed/YQRWvb32Ufs"></iframe>
</div>
</div>
<a href="index.html">Go back to the home page</a>
<address>Last update : 6 Sep 2024</address>
</div>
</body>
</html>