You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: training/research-cycle-handbook/01-plan-and-design.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -612,7 +612,7 @@ A **Data Management Plan (DMP)** documents how you will handle research data thr
612
612
613
613
::: {.ms-1}
614
614
-**Decide _before_ data collection whether you will eventually share your data publicly (and where)**, in order to (i) get ethics approval on the right plan, (ii) design consent form for participants, (iii) collect appropriate metadata for the target repository, ect.
615
-
-**Start with what you know, and refine the details as your project develops.** Your DMP is a living document that you will refine to match the reality of your project while ensuring data protection and streamline collaborations (see [2.2. Data Management](02-collect-and-manage.qmd#sec-data-management){.mark}, [3.1. Data Processing & Analysis](03-analyze-and-collaborate.qmd#sec-data-processing-analysis){.mark}, and [4.1. Data Sharing](04-preserve-and-share.qmd#sec-data-sharing){.mark}).
615
+
-**Start with what you know, and refine the details as your project develops.** Your DMP is a living document that you will refine to match the reality of your project while ensuring data protection and streamline collaborations (see [2.2. Data Management](02-collect-and-manage.qmd#sec-data-management){.mark}, [3.1. Data Processing & Analysis](03-analyze-and-collaborate.qmd#sec-data-processing-analysis){.mark}, and [4.1. FAIR Data Sharing](04-preserve-and-share.qmd#sec-fair-data-sharing){.mark}).
616
616
:::
617
617
618
618
##### <iclass="bi bi-list-check"></i> Your DMP will ask:
@@ -622,7 +622,7 @@ A **Data Management Plan (DMP)** documents how you will handle research data thr
622
622
-**How will you organize files** (naming conventions, folder structure, versioning)?
623
623
-**Where will you store it** (locations, backups, access controls)?
624
624
-**How will you ensure quality** (validation checks, error-handling)?
625
-
-**How will you share outputs** (repositories, licenses, embargo periods)? See our lecture "[Why share data openly?](https://lmu-osc.github.io/training/data-management/open-data.html)" and [4.1. Data Sharing](04-preserve-and-share.qmd#sec-data-sharing){.mark}
625
+
-**How will you share outputs** (repositories, licenses, embargo periods)? See our lecture "[Why share data openly?](https://lmu-osc.github.io/training/data-management/open-data.html)" and [4.1. FAIR Data Sharing](04-preserve-and-share.qmd#sec-fair-data-sharing){.mark}
626
626
-**What constraints apply** (consent, anonymization, GDPR, data use agreements)? See our lecture "[Maintaining privacy with open data](https://lmu-osc.github.io/training/data-management/maintaining-privacy-with-open-data.html)", [1.2.3. Ethics](#sec-legal-requirements){.mark} and [2.3. Ethics & Privacy](02-collect-and-manage.qmd#sec-ethics-and-privacy){.mark}.
Copy file name to clipboardExpand all lines: training/research-cycle-handbook/03-analyze-and-collaborate.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -439,7 +439,7 @@ Before publishing your project (see [4. Preserve & share](04-preserve-and-share.
439
439
440
440
#### 3.1.4. Documentation
441
441
442
-
As with all documentation, your project repository’s documentation should be written early - initially for your near-future self to support efficient re-engagement after interruptions, then revised for internal team review, and ultimately expanded and refined for public sharing (see [4.2. Code Publishing](04-preserve-and-share.qmd#sec-code-publishing){.mark}).
442
+
As with all documentation, your project repository’s documentation should be written early - initially for your near-future self to support efficient re-engagement after interruptions, then revised for internal team review, and ultimately expanded and refined for public sharing (see [4.2. Open Source Code](04-preserve-and-share.qmd#sec-open-source-code){.mark}).
443
443
444
444
<br>
445
445
@@ -559,7 +559,7 @@ For users of R, Python, and Julia, **Quarto** has become the standard tool for c
559
559
560
560
-**Create an analyses report with Quarto.** To make your results reproducible, you should provide the analysis code that creates the results of the manuscript with explanations for each of the steps. Quarto is an ideal tool for such purpose (see [Quarto tutorial](https://lmu-osc.github.io/introduction-to-Quarto/)). Your analysis report should contain your research question, data loading instructions, preprocessing steps, statistical procedures, tables and figures, session info and software versions (in the report itself or in your README).
561
561
562
-
This will facilitate your own revisions, code-review by your team, **reproducibility checks** that some journals conduct as part of peer-review, and verification of results reproducibility by other researchers. The code repository can be published with simulated, synthetic, or real data, depending on the project, together with the respective article (see [4.2. Code Publishing](04-preserve-and-share.qmd#sec-code-publishing){.mark}).
562
+
This will facilitate your own revisions, code-review by your team, **reproducibility checks** that some journals conduct as part of peer-review, and verification of results reproducibility by other researchers. The code repository can be published with simulated, synthetic, or real data, depending on the project, together with the respective article (see [4.2. Open Source Code](04-preserve-and-share.qmd#sec-open-source-code){.mark}).
@@ -646,7 +646,7 @@ Learn more about open licenses for data and code in our [code publishing tutoria
646
646
647
647
#### 4.2.4. Archiving & DOIs
648
648
649
-
To publish you code on Zenodo, we recommend to<!-- these instructions contradict https://lmu-osc.github.io/code-publishing/archive.html -->
649
+
To publish you code on Zenodo, we recommend to<!-- these instructions contradict https://lmu-osc.github.io/code-publishing/archive.html but see https://github.com/lmu-osc/code-publishing/issues/86 -->
650
650
651
651
-**Push your clean repository to GitHub** (see GitHub tutorial).
652
652
-**Create an account on [Zenodo](https://zenodo.org/).**
@@ -716,7 +716,7 @@ To publish you code on Zenodo, we recommend to<!-- these instructions contradict
716
716
<detailsclass="orc-details-panel">
717
717
<summary><iclass="bi bi-journal-arrow-up"></i>
718
718
719
-
### Materials Sharing {#sec-materials-sharing}
719
+
### Open Materials {#sec-open-materials}
720
720
721
721
</summary>
722
722
@@ -1276,3 +1276,19 @@ Remove personal or participant data
0 commit comments