-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtutorial-template.html
78 lines (72 loc) · 2.15 KB
/
tutorial-template.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
<!doctype html>
<html lang="en">
<head>
<title>p4est 2020 HCM Summer School: Template</title>
<meta name="author" content="Carsten Burstedde">
<link type="text/css" rel="stylesheet" href="p4est.css">
<link type="text/css" rel="stylesheet" href="added.css">
<!-- mathjax !-->
<script type="text/javascript"
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</head>
<body>
<header>
<h1><tt>p4est</tt> 2020 HCM Summer School: Template</h1>
<nav>
<div class="nav-container">
<h2 class="nav-item"><a href="index.html" alt="p4est main page">Main</a></h2>
<h2 class="nav-item">
<a href="gallery.html" alt="p4est Gallery of Research Results">Gallery</a></h2>
<h2 class="nav-item">
<a href="cite.html" alt="p4est Citations and Bibliography">Cite</a></h2>
<h2 class="nav-item">
<a href="school.html" alt="p4est 2020 HCM Summer School">School</a></h2>
</div>
</nav>
</header>
<main>
<p>
We are organizing a <tt>p4est</tt> summer school
sponsored by the
<a href="https://www.hcm.uni-bonn.de">Hausdorff Center for Mathematics</a>
at the <a href="https://www.uni-bonn.de/">University of Bonn</a>, Germany.
Please see also the school's <a
href="https://www.hcm.uni-bonn.de/events/eventpages/hausdorff-school/hausdoff-school-2020/the-p4est-software-for-parallel-amr/">home
page and application forms</a>.
</p>
<article>
<section>
<h2>Learning to flop flop</h2>
<p class="book">
Material goes here. Could also be links to whatever platform.
</p>
<dl class="spec">
<dt>Motivation and usefulness</dt><dd>A</dd>
<dt>Required skills</dt><dd>B</dd>
<dt>Skills acquired</dt><dd>C</dd>
<dt>The different steps to accomplish</dt><dd></dd>
<dt>Expected and unexpected results</dt><dd></dd>
<dt>Additional material</dt><dd></dd>
<dt>Next steps (with links?)</dt><dd></dd>
</dl>
<p class="book">
More Material on this intro part. The real tutorial begins below.
</p>
</section>
<section>
<h3>Learning more</h3>
<p class="book">
Material goes here. May include links to whatever platform.
</p>
</section>
<section>
<h3>Further learning</h3>
<p class="book">
Material goes here. May include links to whatever platform.
</p>
</section>
</article>
</main>
</body>
</html>