|
2 | 2 | title: Setup
|
3 | 3 | ---
|
4 | 4 |
|
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) |
7 | 6 |
|
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. |
9 | 13 |
|
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 |
16 | 15 |
|
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. |
18 | 19 |
|
19 |
| -::::::::::::::::::::::::::::::::::::::: discussion |
| 20 | +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: |
20 | 21 |
|
21 |
| -### Details |
| 22 | +## Why do RDM |
22 | 23 |
|
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. |
27 | 29 |
|
28 |
| -::::::::::::::::::::::::::::::::::::::::::::::::::: |
| 30 | +Done well, RDM means: |
29 | 31 |
|
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 |
31 | 39 |
|
32 |
| -### Windows |
| 40 | +::::::::::::::::::::::::::::::::::::: keypoints |
33 | 41 |
|
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 |
35 | 46 |
|
36 |
| -:::::::::::::::::::::::: |
| 47 | +:::::::::::::::::::::::::::::::::::::::::::::::: |
37 | 48 |
|
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 |
| -:::::::::::::::::::::::: |
54 | 49 |
|
0 commit comments