-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiology.html
56 lines (48 loc) · 2.1 KB
/
biology.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
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="author" content="Jan Turczynowicz">
<title>Jan Turczynoiwcz · Favourite biology plots</title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/cover.css" rel="stylesheet">
<script src="./js/menu.js"></script>
<script>
window.onload = function(){setup_header_and_footer('other')}
</script>
</head>
<body class="d-flex h-100 text-center text-white bg-dark">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div id="menu-div"></div>
</header>
<main class="px-5">
<p><div class="row">
<figure class="figure">
<img src="bilogical_plots/genomic_basis.png" class="figure-img img-fluid rounded" alt="Tilted pie charts in 3D because.">
<figcaption class="figure-caption text-center">Lauro, Federico M., et al. "The genomic basis of trophic strategy in marine bacteria." Proceedings of the National Academy of Sciences 106.37 (2009): 15527-15533.</figcaption>
</figure>
</div>
</p>
<p><div class="row">
<figure class="figure">
<img src="bilogical_plots/ocean_microbials.png" class="figure-img img-fluid rounded" alt="lots of lines">
<figcaption class="figure-caption text-center">Sunagawa, Shinichi, et al. "Structure and function of the global ocean microbiome" Science 348, (2015)
</figcaption>
</figure>
</div>
</p>
<p><div class="row">
<figure class="figure">
<img src="bilogical_plots/where_break.png" class="figure-img img-fluid rounded" alt="breaking lines is pure evil">
<figcaption class="figure-caption text-center">Here black line is curious, does it break twice? Josep M. Gasol and David L. Kirchman, "Microbial Ecology
of the Oceans" Wiley-Blackwell, (2018)
</figcaption>
</figure>
</div>
</p>
</main>
<footer class="mt-auto text-white-50"></footer>
</div>
</body>
</html>