-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnaming.qmd
65 lines (57 loc) · 4.2 KB
/
naming.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
title: "Naming Convention"
---
### Naming convention for Momentum data
Name files as follows:
[Partner]\_[Template]\_[Initials/ID]\_[Nr].[Extension]
---
tbl-cap-location: bottom
---
+-------------+-----------------------------------------------------------------------+
| Section | Explanation |
+=============+===========+===========================================================+
| Partner | - UU = Utrecht University |
| | - UMCU = UMC Utrecht |
| | - RUG = University of Groningen |
| | - OU = Open University |
| | - UM = Maastricht University |
| | - UTWENTE = Technical University of Twente |
| | - UV = Vrije Universiteit Amsterdam |
| | - WUR = Wageningen University & Research |
| | - DELT = Stichting Deltares |
| | - KWR = KWR |
| | - RIVM = National Institute for Public Health and the Environment |
| | - TNO = TNO |
| | - UHASSELT = Hasselt University |
+-------------+-----------------------------------------------------------------------+
| Templates | - elisa = ELISA |
| | - qpcr = qPCR |
| | - ldh = LDH leakage |
| | - alamb = Alamarblue |
| | - mea = Microelectrode array |
| | - neutr-surv = Neutrophil survival |
| | - py-gc-ms = Pyrolysis GC/MS |
| | - doseresp = generic ‘doseresponse_table’ template |
| | - sem-md = SEM metadata |
| | - hts-md = HTS metadata |
| | - ... |
| | |
| | ‘md’ stands for metadata |
| | |
| | follow same naming for non-tabular data that is described by metadata |
| | just name 'template' without '-md' |
| | |
| | **further templates should be named with lowercase letters and hyphen |
| | aim to be concise but be clear on type of template** |
+-------------+-----------------------------------------------------------------------+
| Initials/ID | Initials/numeric ID code of data generator |
+-------------+-----------------------------------------------------------------------+
| Nr | Deliberate numbering to differentiate between templates of given |
| | data generator |
+-------------+-----------------------------------------------------------------------+
| Extension | Mainly foreseen to be .xls (except for non-tabular data) |
+-------------+-----------------------------------------------------------------------+
: Naming of data files {.hover}
::: {.callout-note icon="false" appearence='simple'}
This way of naming makes it easy to trace back potential incorrectness of data, in case amendments to the eNanomapper database are necessary.
:::