From f12311bdc3cf882b8976bf474574e84e0384dfaf Mon Sep 17 00:00:00 2001 From: Elias Chetouane <elias.chetouane@univ-grenoble-alpes.fr> Date: Fri, 23 Feb 2024 15:09:15 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20(grenoble=20AND=20alpes)=20dans=20?= =?UTF-8?q?les=20requ=C3=AAtes=20pour=20=C3=A9viter=20grenoble=20ville.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0-collect-data/rdg.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/0-collect-data/rdg.py b/0-collect-data/rdg.py index 3a8862c..67d64a8 100644 --- a/0-collect-data/rdg.py +++ b/0-collect-data/rdg.py @@ -21,10 +21,10 @@ urls = [ 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=authorAffiliation%3AUGA', 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=producerAffiliation%3AUGA', 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=contributorAffiliation%3AUGA', - 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=datasetContactAffiliation%3AGrenoble', - 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=authorAffiliation%3AGrenoble', - 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=producerAffiliation%3AGrenoble', - 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=contributorAffiliation%3AGrenoble' + 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=datasetContactAffiliation%3A(Grenoble AND Alpes)', + 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=authorAffiliation%3AGrenoble(Grenoble AND Alpes)', + 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=producerAffiliation%3AGrenoble(Grenoble AND Alpes)', + 'https://entrepot.recherche.data.gouv.fr/api/search?q=*&fq=contributorAffiliation%3AGrenoble(Grenoble AND Alpes)' # possiblilité d'ajouter d'autres requêtes ] -- GitLab