-
Notifications
You must be signed in to change notification settings - Fork 5
/
codemeta.json
117 lines (117 loc) · 3.65 KB
/
codemeta.json
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/AustralianBioCommons/doc_guidelines",
"dateCreated": "2020-03-27",
"datePublished": "2022-05-25",
"dateModified": "2023-08-08",
"issueTracker": "https://github.com/AustralianBioCommons/doc_guidelines/issues",
"name": "Australian BioCommons documentation guidelines",
"version": "1.5",
"description": "Template repository containing a set of guidelines for documenting bioinformatics software (e.g. tools and workflows).",
"applicationCategory": "Bioinformatics",
"funder": {
"@type": "Organization",
"name": "Bioplatforms Australia, NCRIS, Queensland Government RICF programme"
},
"keywords": [
"Documentation",
"template",
"FAIR"
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-2977-5032",
"givenName": "Johan",
"familyName": "Gustafsson",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Australian BioCommons, University of Melbourne"
}
},
{
"@type": "Person",
"givenName": "Brian",
"familyName": "Davis",
"affiliation": {
"@type": "Organization",
"name": "National Computational Infrastructure (NCI)"
}
},
{
"@type": "Person",
"givenName": "Marco",
"familyName": "de la Pierre",
"affiliation": {
"@type": "Organization",
"name": "Pawsey Supercomputing Centre"
}
},
{
"@type": "Person",
"givenName": "Audrey",
"familyName": "Stott",
"affiliation": {
"@type": "Organization",
"name": "Pawsey Supercomputing Centre"
}
},
{
"@type": "Person",
"givenName": "Sarah",
"familyName": "Beecroft",
"affiliation": {
"@type": "Organization",
"name": "Pawsey Supercomputing Centre"
}
},
{
"@type": "Person",
"givenName": "Matthew",
"familyName": "Downton",
"affiliation": {
"@type": "Organization",
"name": "National Computational Infrastructure (NCI)"
}
},
{
"@type": "Person",
"givenName": "Richard ",
"familyName": "Edwards",
"affiliation": {
"@type": "Organization",
"name": "University of New South Wales"
}
},
{
"@type": "Person",
"givenName": "Tracy",
"familyName": "Chew",
"affiliation": {
"@type": "Organization",
"name": "University of Sydney"
}
},
{
"@type": "Person",
"givenName": "Georgina",
"familyName": "Samaha",
"affiliation": {
"@type": "Organization",
"name": "University of Sydney"
}
},
{
"@type": "Person",
"givenName": "Ziad",
"familyName": "Al Bkhetan",
"affiliation": {
"@type": "Organization",
"name": "Australian BioCommons, University of Melbourne"
}
}
]
}