Project:ZenodoDocumentation

From MaRDI portal
Revision as of 10:53, 12 March 2025 by Rim (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Execution

execute the import.py script in the scripts folder

python3 import.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