Project:ZenodoDocumentation: Difference between revisions
From MaRDI portal
Created page with " = Execution = execute the import.py script in the scripts folder <code>python3</code> <code>import.py --mode zenodo</code> the importer can be run with one or more of the following optional arguments: * communities: List[str] : a list of zenodo community IDs * resourceTypes: List[str]: a list of zenodo resource types (check here <nowiki>https://help.zenodo.org/guides/search/</nowiki> for valid values) * orcid_id_file: str: path to a file contianing information about t..." |
(No difference)
|
Revision as of 10:53, 12 March 2025
Execution
execute the import.py script in the scripts folder
python3import.py --mode zenodo
the importer can be run with one or more of the following optional arguments:
- communities: List[str] : a list of zenodo community IDs
- resourceTypes: List[str]: a list of zenodo resource types (check here https://help.zenodo.org/guides/search/ for valid values)
- orcid_id_file: str: path to a file contianing information about the authors. must contain a column ‘orcid’
- customQ: str: see here https://help.zenodo.org/guides/search/ how to build a custom query