forked from FredHutch/tfcb_2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.html
158 lines (152 loc) · 5.34 KB
/
slides.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<title>slides</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/reveal.css">
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/theme/white.css" id="theme">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'https://unpkg.com/[email protected]/css/print/pdf.css' : 'https://unpkg.com/[email protected]/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="https://unpkg.com/[email protected]/lib/js/html5shiv.js"></script>
<![endif]-->
<style type="text/css">
.reveal section img {
border: none;
box-shadow: none;
vertical-align: middle;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section id="eventually-you-will-outgrow-your-laptop" class="slide level1">
<h1>eventually you will outgrow your laptop</h1>
</section>
<section id="section" class="slide level1">
<h1></h1>
<section data-background="https://img-en.fs.com/community/wp-content/uploads/2016/08/Data-Center-.jpg">
</section>
</section>
<section id="section-1" class="slide level1">
<h1></h1>
<section data-background="images/gizmo.png">
</section>
</section>
<section id="all-high-performance-compute-systems-run-linux" class="slide level1">
<h1>all high-performance compute systems run linux</h1>
</section>
<section id="section-2" class="slide level1">
<h1></h1>
<p class="stretch">
<img src="images/galaxy.png">
</p>
</section>
<section id="section-3" class="slide level1">
<h1></h1>
<p class="stretch">
<img src="images/betty-crocker.jpg">
</p>
</section>
<section id="section-4" class="slide level1">
<h1></h1>
<p class="stretch">
<img src="images/cake-recipe.jpg">
</p>
</section>
<section id="so-if-you-want-to-use-high-performance-computing-you-need-some-linux" class="slide level1">
<h1>so if you want to use high-performance computing, you need some linux</h1>
</section>
<section id="section-5" class="slide level1">
<h1></h1>
<section data-background="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Wikimedia_Foundation_Servers-8055_08.jpg/1280px-Wikimedia_Foundation_Servers-8055_08.jpg">
</section>
</section>
<section id="section-6" class="slide level1">
<h1></h1>
<section data-background="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Inside_and_Rear_of_Webserver.jpg/1920px-Inside_and_Rear_of_Webserver.jpg">
</section>
</section>
<section id="section-7" class="slide level1">
<h1></h1>
<section data-background="images/datacenter-cooling.jpg">
</section>
</section>
<section id="section-8" class="slide level1">
<h1></h1>
<section data-background="images/processor.jpg">
</section>
</section>
<section id="section-9" class="slide level1">
<h1></h1>
<section data-background="images/tractor.jpg">
</section>
</section>
<section id="section-10" class="slide level1">
<h1></h1>
<section data-background="images/harvesters.jpg">
</section>
</section>
<section id="unix-is-one-of-humanitys-great-accomplishments" class="slide level1">
<h1>unix is one of humanity’s great accomplishments</h1>
</section>
<section id="unix-philosophy" class="slide level1">
<h1>Unix philosophy</h1>
<ul>
<li>Write programs that do one thing and do it well.</li>
<li>Write programs to work together.</li>
<li>Write programs to handle text streams, because that is a universal interface.</li>
</ul>
</section>
<section id="a-silly-demo" class="slide level1">
<h1>a silly demo</h1>
</section>
<section id="it-is-arcane-no-doubt" class="slide level1">
<h1>it is arcane, no doubt</h1>
</section>
<section id="goals" class="slide level1">
<h1>goals</h1>
<ul>
<li>rudiments of running a command in shell</li>
<li>how to run a command in parallel across cores</li>
</ul>
</section>
</div>
</div>
<script src="https://unpkg.com/[email protected]/lib/js/head.min.js"></script>
<script src="https://unpkg.com/[email protected]/js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
// Push each slide change to the browser history
history: true,
// Transition style
transition: 'none', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'https://unpkg.com/[email protected]/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'https://unpkg.com/[email protected]/plugin/zoom-js/zoom.js', async: true },
{ src: 'https://unpkg.com/[email protected]/plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>