Skip to content
Snippets Groups Projects
Commit 9e4a8762 authored by Maxence Larrieu's avatar Maxence Larrieu
Browse files

update zenodo query

parent 30ce4eed
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -106,7 +106,7 @@ def req_zenodo(uga_perimeter, record_type) :
all_dois = set() # a set to gather all DOIs
uga_perimeter = "creators.affiliation:*grenoble* contributors.affiliation:*grenoble*"
uga_perimeter = "creators.affiliation:(grenoble AND alp*) contributors.affiliation:(grenoble AND alp*)"
types_to_req = ["dataset", "image", "video", "software", "other"]
for record_type in types_to_req :
......
......@@ -9,9 +9,9 @@ View contextualized results on the website : [mlarrieu.gricad-pages.univ-grenobl
### Recherche Data Gouv
Recherche en format texte de `UGA` et `Grenoble` dans les champs auteurs, contributeurs, `datasetContactAffiliation` et `producerAffiliation`
Recherche en format texte de `UGA` et `Grenoble` dans les champs suivants : `author`, `contributor`, `datasetContactAffiliation` et `producerAffiliation`
- memo 2024-02 : non possible de recherche avec AND
### DataCite
......@@ -28,7 +28,7 @@ Recherche en format texte de `UGA` et `Grenoble` dans les champs auteurs, contri
### Zenodo
- sur les champs creators & contributeurs avec les affiliations et `grenoble`
- @maxence regarder si on peut mettre un AND alpes
- ajout des instituts : Sciences Po Grenoble et Grenoble INP
- demain : possibilité de requêter par ROR ?
### Nakala
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment