-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.json.sample
143 lines (143 loc) · 4.22 KB
/
config.json.sample
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"installations": [
"http://dataverse.icrisat.org",
"https://abacus.library.ubc.ca",
"https://archaeology.datastations.nl",
"https://archive.data.jhu.edu",
"https://bonndata.uni-bonn.de",
"https://borealisdata.ca",
"https://dadosabertos.rnp.br",
"https://dadosdepesquisa.fiocruz.br",
"https://dare.uol.de",
"https://darus.uni-stuttgart.de",
"https://data.aussda.at",
"https://data.brin.go.id",
"https://data.cifor.org",
"https://data.cimmyt.org",
"https://data.crossda.hr",
"https://data.fz-juelich.de",
"https://data.goettingen-research-online.de",
"https://data.inrae.fr",
"https://data.lipi.go.id",
"https://data.mel.cgiar.org",
"https://data.qdr.syr.edu",
"https://data.scielo.org",
"https://data.sciencespo.fr",
"https://data.worldagroforestry.org",
"https://data.cipotato.org",
"https://datahub.tec.mx",
"https://dados.ipb.pt",
"https://datos.cedia.edu.ec",
"https://datos.uchile.cl",
"https://datos.pucp.edu.pe",
"https://datarepositorium.uminho.pt",
"https://datasets.iisg.amsterdam",
"https://dataspace.hkust.edu.hk",
"https://datav.udec.cl",
"https://dataverse.asu.edu",
"https://dataverse.bhp.org.bw",
"https://dataverse.cidacs.org",
"https://dataverse.cirad.fr",
"https://dataverse.csuc.cat",
"https://dataverse.dartmouth.edu",
"https://dataverse.fgv.br",
"https://dataverse.fiu.edu",
"https://dataverse.harvard.edu",
"https://dataverse.ifdc.org",
"https://dataverse.iit.it",
"https://dataverse.ipgp.fr",
"https://dataverse.ird.fr",
"https://dataverse.jpl.nasa.gov",
"https://dataverse.lib.nycu.edu.tw",
"https://dataverse.lib.umanitoba.ca",
"https://dataverse.lib.unb.ca",
"https://dataverse.lib.virginia.edu",
"https://dataverse.nioz.nl",
"https://dataverse.nl",
"https://dataverse.no",
"https://dataverse.openforestdata.pl",
"https://dataverse.orc.gmu.edu",
"https://dataverse.pushdom.ru",
"https://dataverse.rhi.hi.is",
"https://dataverse.rsu.lv",
"https://dataverse.tdl.org",
"https://dataverse.theacss.org",
"https://dataverse.ucla.edu",
"https://dataverse.uclouvain.be",
"https://dataverse.unc.edu",
"https://dataverse.unimi.it",
"https://dataverse.unr.edu.ar",
"https://dataverse.vtti.vt.edu",
"https://datos.uchile.cl",
"https://dorel.univ-lorraine.fr",
"https://dunas.ua.pt",
"https://edatos.consorciomadrono.es",
"https://edmond.mpdl.mpg.de",
"https://entrepot.recherche.data.gouv.fr",
"https://heidata.uni-heidelberg.de",
"https://indata.cedia.edu.ec",
"https://keen.zih.tu-dresden.de",
"https://lida.dataverse.lt",
"https://opendata.cesa.edu.co",
"https://opendata.pku.edu.cn",
"https://osnadata.ub.uni-osnabrueck.de",
"https://papyrus-datos.co",
"https://planetary-data-portal.org",
"https://portal.odissei.nl",
"https://rdr.kuleuven.be",
"https://repositorio.polen.fccn.pt",
"https://research-data.urosario.edu.co",
"https://repositoriopesquisas.ibict.br",
"https://researchdata.cuhk.edu.hk",
"https://researchdata.nie.edu.sg",
"https://researchdata.ntu.edu.sg"
],
"api_response_cache_dir": "/var/www/html/dataverse-metrics/cache",
"aggregate_output_dir": "/var/www/html/dataverse-metrics",
"num_months_to_process": 36,
"month_filter_enabled": true,
"endpoints": {
"single": [
"dataverses/byCategory",
"datasets/bySubject",
"../version"
],
"monthly": [
"dataverses/toMonth",
"datasets/toMonth",
"files/toMonth",
"downloads/toMonth"
],
"monthly_itemized": [
]
},
"blacklists": {
"datasets/bySubject": [
"Not specified",
"Other"
]
},
"colors": {
"dataverses/toMonth": "#CF3636",
"dataverses/byCategory": [
"#B22200",
"#006699"
],
"datasets/toMonth": "#E58433",
"datasets/bySubject": [
"#B22200",
"#006699"
],
"files/toMonth": "#006699",
"downloads/toMonth": "#B94617",
"versions": [
"#B22200",
"#006699"
],
"versionsBar" : "#006699"
},
"github_repos": [
"https://github.com/IQSS/dataverse"
],
"user_agent": "DataverseMetrics"
}