|
1 |
| -#------------------------------------------------------------ |
2 |
| -# Values for this lesson. |
3 |
| -#------------------------------------------------------------ |
4 |
| - |
5 |
| -# Which carpentry is this (swc, dc, lc, or cp)? |
6 |
| -# swc: Software Carpentry |
7 |
| -# dc: Data Carpentry |
8 |
| -# lc: Library Carpentry |
9 |
| -# cp: Carpentries (to use for instructor training for instance) |
10 |
| -# incubator: The Carpentries Incubator |
11 |
| -# Note that you can also use a custom carpentry type. For more info, |
12 |
| -# see the documentation: https://carpentries.github.io/sandpaper-docs/editing.html |
13 |
| -carpentry: 'incubator' |
14 |
| - |
15 |
| -# Custom carpentry description |
16 |
| -# This will be used as the alt text for the logo |
17 |
| -# carpentry_description: "Custom Carpentry" |
18 |
| - |
19 |
| -# Overall title for pages. |
20 |
| -title: 'Data Handling and Management Training' |
21 |
| - |
22 |
| -# Date the lesson was created (YYYY-MM-DD, this is empty by default) |
23 |
| -created: |
24 |
| - |
25 |
| -# Comma-separated list of keywords for the lesson |
26 |
| -keywords: 'data management, data, lesson, The Carpentries' |
27 |
| - |
28 |
| -# Life cycle stage of the lesson |
29 |
| -# possible values: pre-alpha, alpha, beta, stable |
30 |
| -life_cycle: 'beta' |
31 |
| - |
32 |
| -# License of the lesson materials (recommended CC-BY 4.0) |
33 |
| -license: 'CC-BY 4.0' |
34 |
| - |
35 |
| -# Link to the source repository for this lesson |
36 |
| -source: 'https://github.com/michaelcoe/Data-Management-Training.git' |
37 |
| - |
38 |
| -# Default branch of your lesson |
39 |
| -branch: 'main' |
40 |
| - |
41 |
| -# Who to contact if there are any issues |
42 |
| - |
43 |
| - |
44 |
| -# Navigation ------------------------------------------------ |
45 |
| -# |
46 |
| -# Use the following menu items to specify the order of |
47 |
| -# individual pages in each dropdown section. Leave blank to |
48 |
| -# include all pages in the folder. |
49 |
| -# |
50 |
| -# Example ------------- |
51 |
| -# |
52 |
| -# episodes: |
53 |
| -# - introduction.md |
54 |
| -# - first-steps.md |
55 |
| -# |
56 |
| -# learners: |
57 |
| -# - setup.md |
58 |
| -# |
59 |
| -# instructors: |
60 |
| -# - instructor-notes.md |
61 |
| -# |
62 |
| -# profiles: |
63 |
| -# - one-learner.md |
64 |
| -# - another-learner.md |
65 |
| - |
66 |
| -# Order of episodes in your lesson |
67 |
| -episodes: |
68 |
| -- 01-project-level-readme.Rmd |
69 |
| -- 02-dataset-readme-data-dictionary.Rmd |
70 |
| -- 03-file-organization-naming.Rmd |
71 |
| -- 04-data-storage.Rmd |
72 |
| -- 05-data-management.Rmd |
73 |
| -- 06-data-sharing.Rmd |
74 |
| -- 07-project-wrap-up.Rmd |
75 |
| - |
76 |
| -# Information for Learners |
77 |
| -learners: |
78 |
| - |
79 |
| -# Information for Instructors |
80 |
| -instructors: |
81 |
| - |
82 |
| -# Learner Profiles |
83 |
| -profiles: |
84 |
| - |
85 |
| -# Customisation --------------------------------------------- |
86 |
| -# |
87 |
| -# This space below is where custom yaml items (e.g. pinning |
88 |
| -# sandpaper and varnish versions) should live |
89 |
| - |
90 |
| -carpentry_description: This lesson serves as a primer for research data management |
91 |
| - and handling. |
| 1 | +#------------------------------------------------------------ |
| 2 | +# Values for this lesson. |
| 3 | +#------------------------------------------------------------ |
| 4 | + |
| 5 | +# Which carpentry is this (swc, dc, lc, or cp)? |
| 6 | +# swc: Software Carpentry |
| 7 | +# dc: Data Carpentry |
| 8 | +# lc: Library Carpentry |
| 9 | +# cp: Carpentries (to use for instructor training for instance) |
| 10 | +# incubator: The Carpentries Incubator |
| 11 | +# Note that you can also use a custom carpentry type. For more info, |
| 12 | +# see the documentation: https://carpentries.github.io/sandpaper-docs/editing.html |
| 13 | +carpentry: 'incubator' |
| 14 | + |
| 15 | +# Custom carpentry description |
| 16 | +# This will be used as the alt text for the logo |
| 17 | +# carpentry_description: "Custom Carpentry" |
| 18 | + |
| 19 | +# Overall title for pages. |
| 20 | +title: 'Data Handling and Management Training' |
| 21 | + |
| 22 | +# Date the lesson was created (YYYY-MM-DD, this is empty by default) |
| 23 | +created: |
| 24 | + |
| 25 | +# Comma-separated list of keywords for the lesson |
| 26 | +keywords: 'data management, data, lesson, The Carpentries' |
| 27 | + |
| 28 | +# Life cycle stage of the lesson |
| 29 | +# possible values: pre-alpha, alpha, beta, stable |
| 30 | +life_cycle: 'beta' |
| 31 | + |
| 32 | +# License of the lesson materials (recommended CC-BY 4.0) |
| 33 | +license: 'CC-BY 4.0' |
| 34 | + |
| 35 | +# Link to the source repository for this lesson |
| 36 | +source: 'https://github.com/michaelcoe/Data-Management-Training.git' |
| 37 | + |
| 38 | +# Default branch of your lesson |
| 39 | +branch: 'main' |
| 40 | + |
| 41 | +# Who to contact if there are any issues |
| 42 | + |
| 43 | + |
| 44 | +# Navigation ------------------------------------------------ |
| 45 | +# |
| 46 | +# Use the following menu items to specify the order of |
| 47 | +# individual pages in each dropdown section. Leave blank to |
| 48 | +# include all pages in the folder. |
| 49 | +# |
| 50 | +# Example ------------- |
| 51 | +# |
| 52 | +# episodes: |
| 53 | +# - introduction.md |
| 54 | +# - first-steps.md |
| 55 | +# |
| 56 | +# learners: |
| 57 | +# - setup.md |
| 58 | +# |
| 59 | +# instructors: |
| 60 | +# - instructor-notes.md |
| 61 | +# |
| 62 | +# profiles: |
| 63 | +# - one-learner.md |
| 64 | +# - another-learner.md |
| 65 | + |
| 66 | +# Order of episodes in your lesson |
| 67 | +episodes: |
| 68 | +- 01-project-level-readme.Rmd |
| 69 | +- 02-dataset-readme-data-dictionary.Rmd |
| 70 | +- 03-file-organization-naming.Rmd |
| 71 | +- 04-data-storage.Rmd |
| 72 | +- 05-data-management.Rmd |
| 73 | +- 06-data-sharing.Rmd |
| 74 | +- 07-fair-and-care.Rmd |
| 75 | +- 08-project-wrap-up.Rmd |
| 76 | + |
| 77 | +# Information for Learners |
| 78 | +learners: |
| 79 | + |
| 80 | +# Information for Instructors |
| 81 | +instructors: |
| 82 | + |
| 83 | +# Learner Profiles |
| 84 | +profiles: |
| 85 | + |
| 86 | +# Customisation --------------------------------------------- |
| 87 | +# |
| 88 | +# This space below is where custom yaml items (e.g. pinning |
| 89 | +# sandpaper and varnish versions) should live |
| 90 | + |
| 91 | +carpentry_description: This lesson serves as a primer for research data management |
| 92 | + and handling. |
0 commit comments