<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8"> <title>OpenAPI - Web Services Inist-CNRS</title> <link rel="stylesheet" type="text/css" href="./swagger-ui@4.15.5/swagger-ui.css"> </head> <body> <div id="swagger-ui"></div> <script src="./swagger-ui@4.15.5/swagger-ui-standalone-preset.js"></script> <script src="./swagger-ui@4.15.5/swagger-ui-bundle.js"></script> <script> window.onload = function () { // Build a system const ui = SwaggerUIBundle({ urls: [ { url: "https://address-kit.services.inist.fr", name: "address-kit - Informations sur des adresses d'affiliations" }, { url: "https://affiliations-tools.services.inist.fr", name: "affiliations-tools - Structuration & enrichissements d'affiliations" }, { url: "https://ark-tools.services.inist.fr/", name: "ark-tools - Services autour des identifiants ARK" }, { url: "https://biblio-tools.services.inist.fr/", name: "biblio-tools - Outils pour références bibliographiques" }, { url: "https://domains-classifier.services.inist.fr/", name: "domains-classifier - Classification en domaines scientifiques" }, { url: "https://hal-classifier.services.inist.fr", name: "hal-classifier - Classification HAL" }, { url: "https://loterre-resolvers.services.inist.fr", name: "loterre-resolvers - Résolveurs pour des terminologies Loterre" }, { url: "https://mapping-tools.services.inist.fr/", name: "mapping-tools - Utilisation de tables de correspondance" }, { url: "https://ner-tagger.services.inist.fr", name: "ner-tagger - Détection d'entités nommées" }, { url: "https://nlp-tools2.services.inist.fr/", name: "nlp-tools2 - Outils de NLP" }, { url: "https://terms-extraction.services.inist.fr", name: "terms-extraction - Extraction de termes" }, ], queryConfigEnabled: true, dom_id: '#swagger-ui', deepLinking: true, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], layout: "StandaloneLayout", }) window.ui = ui } </script> </body> </html>