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: public/review-arc-issues.csv
+47-4Lines changed: 47 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ In your journal manuscript, please
7
7
see https://nfdi4plants.org/articles/citing/
8
8
Once the manuscript is published, please
9
9
- [ ] Set your ARC to `public` in the DataHUB via Settings → General → Visibility, project features, permissions
10
-
- or directly go to [➡ Visibility Settings](../../../edit#js-shared-permissions)"
10
+
- directly go to [➡ Visibility Settings](../../../edit#js-shared-permissions)"
11
11
"DataHUB: Move ARC into non-personal namespace","/confidential
12
12
/label ~critical
13
13
In order to guarantee that the ARC can (in the future) be accessed and maintained by others, please transfer it to a group namespace.
@@ -23,7 +23,7 @@ Once the manuscript is published, please
23
23
/label ~critical
24
24
Please add a LICENSE file to your ARC. This is important for others to know how they can use your data and to ensure that your data can be reused by others.
25
25
- see https://nfdi4plants.org/nfdi4plants.knowledgebase/datahub/arc-features/datahub-arc-license/
26
-
- or directly [➡ add a LICENSE](../../new/main?commit_message=Add+LICENSE&file_name=LICENSE)"
26
+
- or directly [➡ add a LICENSE here](../../new/main?commit_message=Add+LICENSE&file_name=LICENSE)"
27
27
"DataHUB: Improve README","/confidential
28
28
/label ~suggestion
29
29
The README file is the first thing that other users see when they access your ARC. It should give a human-readable overview of the content of the ARC.
@@ -49,9 +49,15 @@ As a rule of thumb, the usage under 'Repository' storage should be less than 500
49
49
- `Characteristic` columns describe inherent properties of samples or material
50
50
- `Parameter` columns describe steps in your experimental workflow
51
51
- `Factor` columns represent independent variables that are varied within the study design"
52
-
"ISA Metadata: Double-check sample–to-dataset connections and protocol references","/confidential
52
+
"ISA Metadata: Add annotation tables to every study and assay","/confidential
53
53
/label ~critical
54
+
55
+
Every study and assay must have an annotation table. This is important to ensure that the ARC is comprehensible and reusable, and machine-readable.
56
+
A minimal annotation table should contain at least an `Input` and an `Output` column.
54
57
One main goal of the ARC is to annotate raw, measurement dataset files with the necessary metadata to make them comprehensible and reusable.
58
+
59
+
So, please double-check the sample–to-dataset connections and protocol references.
60
+
55
61
To achieve this,
56
62
- [ ] dataset files are added to assay `dataset` folders
57
63
- [ ] dataset files are linked in annotation tables as `Output [Data]`
@@ -68,6 +74,21 @@ See also https://nfdi4plants.org/nfdi4plants.knowledgebase/core-concepts/inputs-
68
74
- [ ] Technology Type
69
75
- [ ] Technology Platform
70
76
- [ ] Performers"
77
+
"Data from external sources or publications","/confidential
78
+
/label ~suggestion
79
+
If you have data from external sources that are relevant to your study (e.g. from a database, an online tool, or a publication's supplement), you can add them to your ARC.
80
+
As described [here](https://nfdi4plants.github.io/nfdi4plants.knowledgebase/guides/arc-adding-external-data/), you can simply add a **new study** for such 'external data'.
81
+
- [ ] add the data files to the `resources` folder of the study
82
+
- [ ] add publications to relevant external data sources in the study 'top-level metadata'
83
+
- [ ] add a protocol to describe, how to retrieve – e.g. create or download – the data
84
+
"
85
+
"ISA Metadata: Double-check study top-level metadata","/confidential
86
+
/label ~suggestion
87
+
All studies should contain 'top-level metadata'. This helps to find and understand the study.
88
+
- [ ] Short and concise title and description
89
+
- [ ] Add contacts to show who contributed to that specific study or experiment
90
+
- [ ] Add publications to relevant external data sources
91
+
"
71
92
"Annotation of data analysis","/confidential
72
93
/label ~suggestion
73
94
Description of data analysis is an important part of the ARC, as it helps others to understand how the data was processed and analyzed.
@@ -86,4 +107,26 @@ See also https://nfdi4plants.org/nfdi4plants.knowledgebase/core-concepts/inputs-
86
107
- [ ] contain minimal metadata, e.g. short and concise title and description, version
87
108
- [ ] reference a reusable container (e.g. a Docker image or local Docker File) that contains all necessary dependencies for the workflow
88
109
- [ ] reference the input and output dataset files in the ARC, e.g. via `Input [Data]` and `Output [Data]` columns in annotation tables
89
-
"
110
+
"
111
+
"Add supplemental data","/confidential
112
+
/label ~enhancement
113
+
While creating a journal manuscript, you may have aggregated and submitted 'supplemental data' to the journal.
114
+
These data are often a collection of different files, e.g. raw data files, processed data files, scripts, and documentation.
115
+
An ARC provides a suitable location for any of these files.
116
+
- [ ] add supplemental datasets to make them accessible and reusable for others and show how they relate to the overall ARC"
117
+
"Add or reference all relevant raw data","/confidential
118
+
/label ~critical
119
+
The ARC should contain all raw data files relevant for the investigation.
120
+
Raw data is considered the 'outcome' of an assay, e.g. a measurement.
121
+
122
+
Typically, one would add the data files directly to an assay, e.g.
123
+
- [ ] add a new assay for the measurement that generated the raw data
124
+
- [ ] add all relevant raw data files to the assay's `dataset` folder
125
+
- [ ] provide clear metadata of the data in the annotation tables
126
+
127
+
Some journals require that raw data is deposited in defined repositories (e.g. at EBI or NCBI).
128
+
In this case, the raw data files can be linked in an assay via annotation tables.
129
+
- [ ] for every dataset file add a URL to the annotation table under the `Output [Data]` column
130
+
- [ ] make sure, the URL is stable and points to the correct file in the repository
131
+
- [ ] provide clear metadata annotation of the data files via the annotation tables
0 commit comments