From 35f37ab92c67c8505e5419bef1abecece3fbb717 Mon Sep 17 00:00:00 2001 From: Bonvallot <35224723+Bonvallot@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:22:07 +0200 Subject: [PATCH] add corpoDetect --- .../custom/enrichers/enrichers-catalog.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/app/custom/enrichers/enrichers-catalog.json b/src/app/custom/enrichers/enrichers-catalog.json index 30725a968..15f46970f 100644 --- a/src/app/custom/enrichers/enrichers-catalog.json +++ b/src/app/custom/enrichers/enrichers-catalog.json @@ -72,11 +72,19 @@ "type": "affiliation" }, { - "id": "post-v1-countryDetect", - "url": "https://address-kit.services.istex.fr/v1/affiliationcountry/affilcountry", - "doc": "https://gitbucket.inist.fr/tdm/web-services/tree/master/address-kit/v1/affiliationcountry", - "swagger": "https://openapi.services.istex.fr/?urls.primaryName=address-kit%20-%20Informations%20sur%20des%20adresses%20d%27affiliations#/address/post-v1-affiliationcountry", - "objectifTDM": "https://services.istex.fr/detection-du-pays-dune-affiliation/", + "id": "post-v1-cnrsunit", + "url": "https://address-kit.services.istex.fr/v1/cnrsunit/cnrsunit", + "doc": "https://gitbucket.inist.fr/tdm/web-services/tree/master/address-kit#v1%2fcnrsunit%2fcnrsunit", + "swagger": "https://openapi.services.istex.fr/?urls.primaryName=address-kit%20-%20Informations%20sur%20des%20adresses%20d%27affiliations#/address/post-v1-cnrsunit", + "objectifTDM": "https://services.istex.fr/2022/11/09/detection-dunites-cnrs/", + "type": "affiliation" + }, + { + "id": "post-v1-corporate-private-public", + "url": "https://authors-tools.services.istex.fr/v1/corporate/private-public", + "doc": "https://gitbucket.inist.fr/tdm/web-services/tree/master/authors-tools/v1/corporate", + "swagger": "https://openapi.services.istex.fr/?urls.primaryName=authors-tools%20-%20Les%20web%20services%20qui%20se%20lancent%20sur%20le%20champs%20%27authors%27#/default/post_v1_corporate_private_public", + "objectifTDM": "https://services.istex.fr/detection-daffiliations-privees/", "type": "affiliation" }, {