From 723e433c12a66ecb365f150ddce873a4a2d277e8 Mon Sep 17 00:00:00 2001 From: ferag Date: Tue, 15 Oct 2024 17:05:21 +0200 Subject: [PATCH] Main config.ini.template cleaned --- config.ini.template | 174 ++++---------------------------------------- 1 file changed, 15 insertions(+), 159 deletions(-) diff --git a/config.ini.template b/config.ini.template index 815250a..d6fadb5 100644 --- a/config.ini.template +++ b/config.ini.template @@ -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