Template for frontmatter.md
Create a file named frontmatter.md
in the root of your workshop's repository. Inside the file, copy and paste the following markdown and edit as you see fit. Note that none of the headings are optional but must be present, even if they are empty.
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 | # Name of Workshop
## Abstract
Eiusmod sunt reprehenderit ex ullamco sunt incididunt voluptate elit pariatur esse officia et ex ipsum. Sint id elit labore amet eu laborum. Excepteur voluptate incididunt ex anim et laboris. Magna Lorem non ex sint enim officia ad velit quis aute fugiat velit ad eiusmod.
Ex commodo ad deserunt excepteur et duis. Do et pariatur excepteur cillum cillum Lorem laborum id. Dolor laboris officia consectetur esse proident.
## Learning Objectives
- active verb starts the learning objective.
- active verb starts the learning objective.
- active verb starts the learning objective.
- active verb starts the learning objective.
## Estimated time
4 hours.
## Prerequisites
- [Workshop title](https://www.github.com/DHRI-Curriculum/workshop) (required/recommended -- choose one) Descriptive text of why this is a prerequisite.
- [Software name](https://www.github.com/DHRI-Curriculum/install/blob/v2.0/guides/file-name-for-install-instructions.md) (required/recommended -- choose one) Descriptive text of why this is a prerequisite.
- [External link's name](https://any-external-link.com) (required/recommended -- choose one) Descriptive text of why this is a prerequisite.
- [Download the workshop dataset](https://raw.githubusercontent.com/DHRI-Curriculum/workshop/v2.0/folder/file.zip) (required/recommended -- choose one) Descriptive text of why this is a prerequisite.
## Contexts
### Pre-reading suggestions
- Author, [Reading Title](https://reading.com) Explanatory text here.
### Projects that use these skills
- [Project name](https://project.com) Explanatory text here.
### Ethical considerations
- Ethical consideration, number one. Does not need to have a link.
- Ethical consideration, number one. This one, however, does have a [descriptive text element](https://ethical-link.com) for its link.
### Datasets
- [Dataset name](https://dataset.com) Explanatory text here.
### Cheat sheets
- [Cheat sheet name](https://cheat-sheet-link.com) Explanatory text here.
## Acknowledgements
- Current author: [Name](https://github.com/username-on-github)
- Past contributing author: [Name](https://github.com/username-on-github)
- Past reviewer: [Name](https://github.com/username-on-github)
- Current editor: [Name](https://github.com/username-on-github)
- Current editor: [Name](https://github.com/username-on-github)
|