generated from AuthorCarpentry/lesson-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (114 loc) · 2.7 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Author Carpentry</title>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<header>
<a href="http://authorcarpentry.github.io"><img src="img/AClogo.jpg" alt="Author Carpentry logo"></a>
</header>
<nav>
<ul>
<li>
<a href=".">Lesson</a>
</li>
<li>
<a href="00-getting-started.html">Topic 1</a>
</li>
<li>
<a href="01-working-with-openrefine.html">Topic 2</a>
</li>
<li>
<a href="mailto:[email protected]">Contact Us</a>
</li>
</ul>
</nav>
<section>
<h1 id="author-carpentry-lesson-template">
Author Carpentry : Lesson Template
</h1>
<p>
A description of the lesson goes here. If you’re reading this on the github repo, you see the rendered lesson at:
</p>
<p>
http://authorcarpentry.github.io/lesson-template
</p>
<p>
This template is inspired by the software and data carpentry templates, but it employs the mkpage site generation tool as an alternative to Jekyll. Full usage information is http://authorcarpentry.github.io/lesson-template/TEMPLATE
</p>
<p>
<em>Content Contributors: Name</em>
</p>
<p>
<em>Lesson Maintainers: Name</em>
</p>
<p>
<strong>Lesson status: In Development</strong>
</p>
<h2 id="what-you-will-learn">
What you will learn:
</h2>
<ul>
<li>
One
</li>
<li>
Two
</li>
</ul>
<h2 id="topics">
Topics:
</h2>
<ol type="1">
<li>
<a href="00-getting-started.html">Topic 1</a>
</li>
<li>
<a href="01-working-with-openrefine.html">Topic 2</a>
</li>
<li>
<a href="02-scripts.html">Topic 3</a>
</li>
<li>
<a href="03-save-export.html">Topic 4</a>
</li>
</ol>
<h3 id="optional">
Optional
</h3>
<ul>
<li>
<a href="04-services.html">Topic 5</a>
</li>
</ul>
<h2 id="data">
Data
</h2>
<p>
Data files for the lesson are available here:
</p>
<h2 id="requirements">
Requirements
</h2>
<p>
Author Carpentry’s teaching is hands-on, so participants are encouraged to use their own computers to insure the proper setup of tools for an efficient workflow. <em>These lessons assume no prior knowledge of the skills or tools</em>, but working through this lesson requires working copies of the software described below. To most effectively use these materials, please make sure to install everything <em>before</em> working through this lesson.
</p>
<h2 id="cheat-sheet">
Cheat Sheet
</h2>
<h2 id="references">
References
</h2>
</section>
<footer>
<span>© Lesson Contributors</span>
<span><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img
alt="Creative Commons License" style="vertical-align: middle;"
src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></span>
<span>This work is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution
4.0 International License</a></span>
</footer>
</body>
</html>