Skip to content

Commit 2a8224e

Browse files
committed
changed the order of episodes and replaced the setup with introduction
1 parent 3d90ed5 commit 2a8224e

File tree

3 files changed

+35
-41
lines changed

3 files changed

+35
-41
lines changed

config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ life_cycle: 'pre-alpha'
3333
license: 'CC-BY 4.0'
3434

3535
# Link to the source repository for this lesson
36-
source: 'https://github.com/carpentries/workbench-template-md'
36+
source: 'https://github.com/michaelcoe/Data-Management-Training.git'
3737

3838
# Default branch of your lesson
3939
branch: 'main'
@@ -64,8 +64,7 @@ contact: '[email protected]'
6464
# - another-learner.md
6565

6666
# Order of episodes in your lesson
67-
episodes:
68-
- 00-introduction.Rmd
67+
episodes:
6968
- 01-project-level-readme.Rmd
7069
- 02-dataset-readme-data-dictionary.Rmd
7170
- 03-file-organization-naming.Rmd

episodes/00-introduction.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Introduction - Research Data Management'
2+
title: 'Research Data Management'
33
teaching: 10
44
exercises: 2
55
---

learners/setup.md

Lines changed: 32 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,48 @@
22
title: Setup
33
---
44

5-
FIXME: Setup instructions live in this document. Please specify the tools and
6-
the data sets the Learner needs to have installed.
5+
## What is Research Data Management (RDM)
76

8-
## Data Sets
7+
RDM involves practices and choices that simplify the process of finding, comprehending,
8+
and utilizing research data for you, your collaborators, and your future self. These
9+
practices encompass the entire data lifecycle, from collection and analysis to sharing
10+
and reuse. Research is hard enough as it is without having to
11+
fight with your files, so the goal of data management is for you to maximize
12+
your time doing research instead of spending extra time with file handling.
913

10-
<!--
11-
FIXME: place any data you want learners to use in `episodes/data` and then use
12-
a relative link ( [data zip file](data/lesson-data.zip) ) to provide a
13-
link to it, replacing the example.com link.
14-
-->
15-
Download the [data zip file](https://example.com/FIXME) and unzip it to your Desktop
14+
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: instructor
1615

17-
## Software Setup
16+
Emphasize that proper Research Data Management is a way to make dealing with data
17+
a better experience. It allows for understanding your data even after comming back
18+
to it after a long period of time.
1819

19-
::::::::::::::::::::::::::::::::::::::: discussion
20+
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2021

21-
### Details
22+
## Why do RDM
2223

23-
Setup for different systems can be presented in dropdown menus via a `spoiler`
24-
tag. They will join to this discussion block, so you can give a general overview
25-
of the software used in this lesson here and fill out the individual operating
26-
systems (and potentially add more, e.g. online setup) in the solutions blocks.
24+
Most researchers have spent time, at some point in their careers, digging through
25+
their computer to find a specific file that can’t be located. It’s incredibly frustrating
26+
and a waste of time and resources, especially if you end up recollecting
27+
missing data. The good news is that it is possible to avoid this situation entirely
28+
by strategically managing your data better.
2729

28-
:::::::::::::::::::::::::::::::::::::::::::::::::::
30+
Done well, RDM means:
2931

30-
:::::::::::::::: spoiler
32+
- Understanding of data and its collection methods, even after a year
33+
- Quick and easy retrieval of desired files
34+
- Prevention of data loss, even if your hard drive crashes
35+
- Clarity around the rights and responsibilities you have over your data
36+
- Knowledge of how and where to share your data to comply with your funder’s
37+
data sharing policy
38+
- Ability to pick up and easily reuse data from a past project
3139

32-
### Windows
40+
::::::::::::::::::::::::::::::::::::: keypoints
3341

34-
Use PuTTY
42+
- RDM is really about helping researchers understand their data
43+
- RDM helps researchers keep their data safe and backed up
44+
- RDM helps researchers use their data even after leaving it for a long period
45+
- RDM allows you to more easily share your research data
3546

36-
::::::::::::::::::::::::
47+
::::::::::::::::::::::::::::::::::::::::::::::::
3748

38-
:::::::::::::::: spoiler
39-
40-
### MacOS
41-
42-
Use Terminal.app
43-
44-
::::::::::::::::::::::::
45-
46-
47-
:::::::::::::::: spoiler
48-
49-
### Linux
50-
51-
Use Terminal
52-
53-
::::::::::::::::::::::::
5449

0 commit comments

Comments
 (0)