-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.ini.template
205 lines (165 loc) · 8.19 KB
/
config.ini.template
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
[Generic]
doi_url = https://doi.org/
# Relative path to the API config file
api_config = fair-api.yaml
# Supported CVs
controlled_vocabularies = {
'Identifier': {'DOI': 'https://doi.org/api/handles', 'Handle': 'https://hdl.handle.net/'},
'Format': {'imtypes': 'https://www.iana.org/assignments/media-types/media-types.xhtml'},
'Temporal Coverage': {'iso8601': 'https://www.iso.org/iso-8601-date-and-time-format.html'},
'License': {'spdx': 'https://spdx.org/licenses/'},
'Person Identifier': {'ORCID': 'https://orcid.org/'},
'Organisation Identifier': {'ROR': 'https://ror.org/', 'PIC': 'https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/how-to-participate/participant-register'}}
[local]
only_local = False
repo = digital_csic
logo_url = 'https://ifca.unican.es'
title = FAIR EVA: Evaluator, Validator & Advisor
[dublin-core]
# Aligned with Dublin Core Metadata for Resource Discovery (properties in the /elements/1.1/ namespace)
# https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#section-3
terms_findability_richness = ['Title',
'Subject',
'Description',
'Type',
'Source',
'Relation',
'Coverage',
'Creator',
'Publisher',
'Contributor',
'Rights',
'Date',
'Format',
'Identifier',
'Language']
[Repositories]
#Name in plugin, name in tag
oai-pmh = 'Evaluator'
digital_csic = 'Digital.CSIC'
dspace7 = 'DSpace7'
epos= 'epos'
example_plugin = Example_Plugin
signposting = Signposting
[vocabularies:iana_media_types]
enable_remote_check = True
property_key_xml = {http://www.iana.org/assignments}file
remote_path = https://www.iana.org/assignments/media-types/media-types.xml
local_path = static/controlled_vocabularies/IANA-media-types.xml
[vocabularies:fairsharing]
enable_remote_check = True
remote_username =
remote_password =
remote_path = https://api.fairsharing.org/search/fairsharing_records
local_path = static/controlled_vocabularies/fairsharing.json
[dspace7]
base_url = http://localhost:8080/server/
# Metadata terms to find the resource identifier
identifier_term = ['identifier']
# Metadata terms to check richness (generic). These terms should be included [term, qualifier]. None means no qualifier
terms_quali_generic = [['contributor',None],
['date', None],
['description', None],
['identifier', None],
['publisher', None],
['rights', None],
['title', None],
['subject', None]]
# Metadata terms to check richness (disciplinar). These terms should be included [term, qualifier]
terms_quali_disciplinar = [['contributor', None],
['date', None],
['description', None],
['identifier', None],
['publisher', None],
['rights', None],
['title', None],
['subject', None]]
# Metadata terms that defines accessibility
terms_access = [['access', ''], ['rights', '']]
# Metadata terms wich includes controlled vocabularies. More controlled vocabularies can be imlpemented in plugins
terms_cv = [['coverage', 'spatial'], ['subject', 'lcsh']]
# List of data formats that are standard for the community
supported_data_formats = [".txt", ".pdf", ".csv", ".nc", ".doc", ".xls", ".zip", ".rar", ".tar", ".png", ".jpg"]
# Metadata terms that defines links or relation with authors, contributors (preferebly in ORCID format)
terms_qualified_references = ['contributor']
# Metadata terms that defines links or relation with other resources, (preferebly in ORCID format, URIs or persistent identifiers)
terms_relations = ['relation']
# Metadata terms that defines the license type
terms_license = [['license', '', '']]
#Metadata chemas to check
metadata_schemas = [{'dc': 'http://www.openarchives.org/OAI/2.0/oai_dc/'}]
[digital_csic]
db_host =
db_port =
oai_ep =
[oai-pmh]
# Metadata terms to find the resource identifier
identifier_term = ['identifier']
# Metadata terms to check richness (generic). These terms should be included [term, qualifier]. None means no qualifier
terms_quali_generic = [['contributor', None],
['date', None],
['description', None],
['identifier', None],
['publisher', None],
['rights', None],
['title', None],
['subject', None]]
# Metadata terms to check richness (disciplinar). These terms should be included [term, qualifier]
terms_quali_disciplinar = [['contributor', None],
['date', None],
['description', None],
['identifier', None],
['publisher', None],
['rights', None],
['title', None],
['subject', None]]
# Metadata terms that defines accessibility
terms_access = [['access', ''], ['rights', '']]
# Metadata terms wich includes controlled vocabularies. More controlled vocabularies can be imlpemented in plugins
terms_cv = [['coverage', 'spatial'], ['subject', 'lcsh']]
# List of data formats that are standard for the community
supported_data_formats = [".txt", ".pdf", ".csv", ".nc", ".doc", ".xls", ".zip", ".rar", ".tar", ".png", ".jpg"]
# Metadata terms that defines links or relation with authors, contributors (preferebly in ORCID format)
terms_qualified_references = ['contributor']
# Metadata terms that defines links or relation with other resources, (preferebly in ORCID format, URIs or persistent identifiers)
terms_relations = ['relation']
# Metadata terms that defines the license type
terms_license = [['license', '', '']]
metadata_schemas = [{'xml': 'http://datacite.org/schema/kernel-4'}]
[epos]
# Metadata terms to find the resource identifier
identifier_term = [['id'],]
#DOI
doi= [['DOI'],]
# Metadata terms to check richness (generic). These terms should be included [term, qualifier]. None means no qualifier
terms_quali_generic = [['paths', 'serviceSpatial'],
['startDate', 'serviceTemporalCoverage'],
['serviceDescription', None],
['hasQualityAnnotation', None],
['dataProvider', None],
['license', None],
['title', None],
['keywords', None]]
# Metadata terms to check richness (disciplinar). These terms should be included [term, qualifier]
terms_quali_disciplinar = [['paths', 'serviceSpatial'],
['startDate', 'serviceTemporalCoverage'],
['serviceDescription', None],
['hasQualityAnnotation', None],
['dataProvider', None],
['license', None],
['title', None],
['keywords', None]]
# Metadata terms that defines accessibility
terms_access = [['downloadURL','']]
# Metadata terms wich includes controlled vocabularies. More controlled vocabularies can be imlpemented in plugins
terms_cv = [['coverage', 'spatial'], ['subject', 'lcsh']]
# List of data formats that are standard for the community
supported_data_formats = [".txt", ".pdf", ".csv", ".nc", ".doc", ".xls", ".zip", ".rar", ".tar", ".png", ".jpg"]
# Metadata terms that defines links or relation with authors, contributors (preferebly in ORCID format)
terms_qualified_references = ['contributor']
# Metadata terms that defines links or relation with other resources, (preferebly in ORCID format, URIs or persistent identifiers)
terms_relations = ['dataProviderUrl','frequencyUpdate']
# Metadata terms that defines the license type
terms_license = [['license', '', '']]
[example_plugin]
base_url = localhost