diff --git a/authorname-disambiguation/README.md b/authorname-disambiguation/README.md index 265ef2d..d7f0c28 100755 --- a/authorname-disambiguation/README.md +++ b/authorname-disambiguation/README.md @@ -1,11 +1,17 @@ -## Utilisation du Web service +# Utilisation du Web service + +URL du webservice : https://authorname-disambiguator-1.services.inist.fr ## ORCID -cat authorname.json | curl --proxy "" -X POST --data-binary @- http://authorname-disambiguator-1.tdmservices.intra.inist.fr/orcid?indent=true -## Fichier d"entrée -un tableau d'objet au format json. L'objet est repréenté de la manière suivante : +La route pour la désambigüisation avec orcid : `/orcid` + + + + +### Fichier d'entrée +Un objet au format json représenté comme suite : ```python objet = { "id" : "0000-0002-8279-9690", @@ -22,7 +28,7 @@ `authorname`, `title`, `affiliation`, `coauthors`, `ids`, `keywords`, `publication_date`, `journal`, `email`. **NB** : Seul le champ authorname est obligatoire. -## Fichier de sortie +### Fichier de sortie On a : ```python @@ -33,3 +39,22 @@ "score" : 0.23076923076923078, } ``` + +## ML authorname disambiguation + +**En cours délaboration** + \ No newline at end of file