web-services / orcid-disambiguation /
@Lucas Anki Lucas Anki authored on 2 May 2022
..
v1 orcid-disambiguation 1 year ago
README.md orcid-disambiguation 1 year ago
examples.http orcid-disambiguation 1 year ago
requirements.txt orcid-disambiguation 1 year ago
swagger.json orcid-disambiguation 1 year ago
README.md

orcid-disambiguation

Cette instance propose un outil de de désambiguisation d'auteur orcid

Description du programme

Utilisation

Exemple

$ cat <<EOF | curl -X POST --data-binary @- ""
[
    {
        "id":"1",
        "value":""
    },
    {
        "id":"2",
        "value":""
    }
]
EOF

Sortie

[
    {
        "id":"1",
        "value":""
    },
    {
        "id":"2",
        "value":""
    }
]
EOF