Skip to content

Commit

Permalink
Main config.ini.template cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
ferag committed Oct 16, 2024
1 parent 885f3f0 commit a75fdd0
Showing 1 changed file with 15 additions and 159 deletions.
174 changes: 15 additions & 159 deletions config.ini.template
Original file line number Diff line number Diff line change
@@ -1,164 +1,20 @@
[Generic]
doi_url = https://doi.org/
#[Generic]
#doi_url = https://doi.org/

# Relative path to the API config file
api_config = fair-api.yaml
#api_config = fair-api.yaml

[local]
only_local = false
repo = digital_csic
logo_url = 'https://ifca.unican.es'
title = FAIR EVA: Evaluator, Validator & Advisor
#[local]
#only_local = false
#repo = digital_csic
#logo_url = 'https://ifca.unican.es'
#title = FAIR EVA: Evaluator, Validator & Advisor

[Repositories]
#[Repositories]
#Name in plugin, name in tag
oai-pmh = 'Evaluator'
digital_csic = 'Digital.CSIC'
dspace7 = 'DSpace7'
epos= 'epos'
example_plugin = Example_Plugin
signposting = Signposting

[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
#oai-pmh = 'Evaluator'
#digital_csic = 'Digital.CSIC'
#dspace7 = 'DSpace7'
#epos= 'epos'
#example_plugin = Example_Plugin
#signposting = Signposting

0 comments on commit a75fdd0

Please sign in to comment.