Skip to content

Commit 25ce90c

Browse files
authored
Merge pull request #1 from michaelcoe/main
Adding FAIR and CARE content
2 parents e599864 + 0318a0b commit 25ce90c

12 files changed

+1875
-1707
lines changed

config.yaml

Lines changed: 92 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,92 @@
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.

data-management-training.Rproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
Version: 1.0
2-
3-
RestoreWorkspace: No
4-
SaveWorkspace: No
5-
AlwaysSaveHistory: Default
6-
7-
EnableCodeIndexing: Yes
8-
UseSpacesForTab: Yes
9-
NumSpacesForTab: 2
10-
Encoding: UTF-8
11-
12-
RnwWeave: Sweave
13-
LaTeX: pdfLaTeX
14-
15-
AutoAppendNewline: Yes
16-
StripTrailingWhitespace: Yes
17-
LineEndingConversion: Posix
18-
19-
BuildType: Website
1+
Version: 1.0
2+
3+
RestoreWorkspace: No
4+
SaveWorkspace: No
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX
14+
15+
AutoAppendNewline: Yes
16+
StripTrailingWhitespace: Yes
17+
LineEndingConversion: Posix
18+
19+
BuildType: Website

episodes/00-introduction.Rmd

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
1-
---
2-
title: 'Research Data Management'
3-
teaching: 10
4-
exercises: 0
5-
---
6-
7-
:::::::::::::::::::::::::::::::::::::: questions
8-
9-
- What should I do for proper Research Data Management?
10-
11-
::::::::::::::::::::::::::::::::::::::::::::::::
12-
13-
::::::::::::::::::::::::::::::::::::: objectives
14-
15-
- Learn what is involved with Research Data Management
16-
- Build a checklist of things that should be done to handle Research Data
17-
18-
::::::::::::::::::::::::::::::::::::::::::::::::
19-
20-
## What is Research Data Management (RDM)
21-
22-
RDM involves practices and choices that simplify the process of finding, comprehending,
23-
and utilizing research data for you, your collaborators, and your future self. These
24-
practices encompass the entire data lifecycle, from collection and analysis to sharing
25-
and reuse. Research is hard enough as it is without having to
26-
fight with your files, so the goal of data management is for you to maximize
27-
your time doing research instead of spending extra time with file handling.
28-
29-
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: instructor
30-
31-
Emphasize that proper Research Data Management is a way to make dealing with data
32-
a better experience. It allows for understanding your data even after comming back
33-
to it after a long period of time.
34-
35-
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
36-
37-
## Why do RDM
38-
39-
Most researchers have spent time, at some point in their careers, digging through
40-
their computer to find a specific file that can’t be located. It’s incredibly frustrating
41-
and a waste of time and resources, especially if you end up recollecting
42-
missing data. The good news is that it is possible to avoid this situation entirely
43-
by strategically managing your data better.
44-
45-
Done well, RDM means:
46-
47-
- Understanding of data and its collection methods, even after a year
48-
- Quick and easy retrieval of desired files
49-
- Prevention of data loss, even if your hard drive crashes
50-
- Clarity around the rights and responsibilities you have over your data
51-
- Knowledge of how and where to share your data to comply with your funder’s
52-
data sharing policy
53-
- Ability to pick up and easily reuse data from a past project
54-
55-
::::::::::::::::::::::::::::::::::::: keypoints
56-
57-
- RDM is really about helping researchers understand their data
58-
- RDM helps researchers keep their data safe and backed up
59-
- RDM helps researchers use their data even after leaving it for a long period
60-
- RDM allows you to more easily share your research data
61-
62-
::::::::::::::::::::::::::::::::::::::::::::::::
63-
1+
---
2+
title: 'Research Data Management'
3+
teaching: 10
4+
exercises: 0
5+
---
6+
7+
:::::::::::::::::::::::::::::::::::::: questions
8+
9+
- What should I do for proper Research Data Management?
10+
11+
::::::::::::::::::::::::::::::::::::::::::::::::
12+
13+
::::::::::::::::::::::::::::::::::::: objectives
14+
15+
- Learn what is involved with Research Data Management
16+
- Build a checklist of things that should be done to handle Research Data
17+
18+
::::::::::::::::::::::::::::::::::::::::::::::::
19+
20+
## What is Research Data Management (RDM)
21+
22+
RDM involves practices and choices that simplify the process of finding, comprehending,
23+
and utilizing research data for you, your collaborators, and your future self. These
24+
practices encompass the entire data life cycle, from collection and analysis to sharing
25+
and reuse. Research is hard enough as it is without having to
26+
fight with your files, so the goal of data management is for you to maximize
27+
your time doing research instead of spending extra time with file handling.
28+
29+
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: instructor
30+
31+
Emphasize that proper Research Data Management is a way to make dealing with data
32+
a better experience. It allows for understanding your data even after comming back
33+
to it after a long period of time.
34+
35+
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
36+
37+
## Why do RDM
38+
39+
Most researchers have spent time, at some point in their careers, digging through
40+
their computer to find a specific file that can’t be located. It’s incredibly frustrating
41+
and a waste of time and resources, especially if you end up recollecting
42+
missing data. The good news is that it is possible to avoid this situation entirely
43+
by strategically managing your data better.
44+
45+
Done well, RDM means:
46+
47+
- Understanding of data and its collection methods, even after a year
48+
- Quick and easy retrieval of desired files
49+
- Prevention of data loss, even if your hard drive crashes
50+
- Clarity around the rights and responsibilities you have over your data
51+
- Knowledge of how and where to share your data to comply with your funder’s
52+
data sharing policy
53+
- Ability to pick up and easily reuse data from a past project
54+
55+
::::::::::::::::::::::::::::::::::::: keypoints
56+
57+
- RDM is really about helping researchers understand their data
58+
- RDM helps researchers keep their data safe and backed up
59+
- RDM helps researchers use their data even after leaving it for a long period
60+
- RDM allows you to more easily share your research data
61+
62+
::::::::::::::::::::::::::::::::::::::::::::::::
63+

0 commit comments

Comments
 (0)