-
Notifications
You must be signed in to change notification settings - Fork 6
/
.zenodo.json
102 lines (102 loc) · 3.05 KB
/
.zenodo.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
{
"title": "inborutils: Collection of Useful R Utilities",
"version": "0.4.0",
"license": "MIT",
"upload_type": "software",
"description": "<p>While working on research projects, typical small functionalities are\nuseful across these projects. Instead of copy-pasting these functions in\nall individual project repositories/folders, this package collects these\nfunctions for reuse by ourself and - if useful - others as well.<\/p>",
"keywords": [
"helper functions",
"utilities",
"coding club"
],
"access_right": "open",
"language": "eng",
"contributors": [
{
"name": "Van Calster, Hans",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0001-8595-8426",
"type": "ContactPerson"
},
{
"name": "Brosens, Dimitri",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0002-0846-9116",
"type": "ProjectMember"
},
{
"name": "Desmet, Peter",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0002-8442-8025",
"type": "ProjectMember"
},
{
"name": "Huysentruyt, Frank",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0002-3071-9126",
"type": "ProjectMember"
},
{
"name": "Onkelinx, Thierry",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0001-8804-4216",
"type": "ProjectMember"
},
{
"name": "Vanderhaeghe, Floris",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0002-6378-6229",
"type": "ProjectMember"
},
{
"name": "Verschelde, Pieter",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0002-9199-421X",
"type": "ProjectMember"
},
{
"name": "De Bie, Els",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0001-7679-743X",
"type": "ProjectMember"
},
{
"name": "Noé, Nicolas",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0002-9503-4750",
"type": "ProjectMember"
},
{
"name": "Lommelen, Els",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0002-3481-5684",
"type": "ProjectMember"
},
{
"name": "Research Institute for Nature and Forest (INBO)",
"type": "RightsHolder"
}
],
"creators": [
{
"name": "Van Calster, Hans",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0001-8595-8426"
},
{
"name": "Oldoni, Damiano",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0003-3445-7562"
},
{
"name": "Van Hoey, Stijn",
"affiliation": "Research Institute for Nature and Forest (INBO)",
"orcid": "0000-0001-6413-3185"
}
],
"communities": [
{
"identifier": "inbo"
}
]
}