-
Notifications
You must be signed in to change notification settings - Fork 6
/
metadata.yml
84 lines (72 loc) · 2.2 KB
/
metadata.yml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Note: to avoid repeating the same data multiple times,
# identifiers (starting with "&") are referenced later (starting with "*")
title: 'My First Article'
date: 2019-03-02T12:00:00Z
doi: # e.g. 10.1234/example.1
repository: github:hubgit/mdx-paper-example
authors:
- &alice-exemplar
id: 'alice-exemplar'
name: 'Alice Exemplar'
email: 'alice.exemplar@example.com'
url: http://example.com/authors/1
orcid: '0000-0002-9298-3168'
- &bob-exemplar
id: 'bob-exemplar'
name: 'Bob Exemplar'
orcid: '0000-0002-9341-7985'
affiliations:
- name: 'Stanford University'
department: 'Department of Mathematics'
location: 'Stanford, California, USA'
url: http://mathematics.stanford.edu/
members:
- *alice-exemplar
- *bob-exemplar
- name: 'Harvard University'
department: 'Department of Molecular and Cellular Biology'
location: 'Cambridge, MA, USA'
members:
- *alice-exemplar
funders:
- name: 'Medical Research Council'
sameAs: 'http://doi.org/10.13039/501100000265'
awards:
- name: MRC123
recipients:
- *alice-exemplar
- *bob-exemplar
- name: MRC456
recipients:
- *alice-exemplar
- *bob-exemplar
- name: 'National Institutes of Health'
url: http://www.nih.gov/
sameAs: 'http://doi.org/10.13039/100000002'
awards:
- name: NIH123
recipients:
- *alice-exemplar
contributions:
- name: 'Methodology'
url: http://dictionary.casrai.org/Contributor_Roles/Methodology
contributors:
- *alice-exemplar
- *bob-exemplar
- name: 'Investigation'
url: http://dictionary.casrai.org/Contributor_Roles/Investigation
contributors:
- *alice-exemplar
- *bob-exemplar
- name: 'Software'
url: http://dictionary.casrai.org/Contributor_Roles/Software
contributors:
- *bob-exemplar
- name: 'Writing - original draft'
url: http://dictionary.casrai.org/Contributor_Roles/Writing_%E2%80%93_original_draft
contributors:
- *alice-exemplar
- name: 'Writing - review & editing'
url: http://dictionary.casrai.org/Contributor_Roles/Writing_%E2%80%93_review_%26_editing
contributors:
- *bob-exemplar