A Shiny R application to disambiguate authors.
Author disambiguation has been a challenge in the last couple of years. With the increasing number of publications in the scientific scene and the different format of publishing the names of the authors, the problem challenge arose in being able to identify all articles or papers written by a specific author who wrote a specific paper.
To address this challenge, we have developed an algorithm that compares a specific author and article with all the other ones existing in publications in the database which could possible be the same.
User Guide:
Example:
Author
1 Ben Ouezdou F
Title
1 From Force Control and Sensory-Motor Informations to Mass Discrimination
The algorithm will compare the author by focus name with all the other ones that belong to the same group.
This means that the following distances are be generated: “Initials, Authors Name, Coauthors, Title, Institution, Journal”
For the same author name and title: A Study of Adaptive Locomotive Behaviors of a Biped Robot: Patterns Generation and Classification
Authors Initial's Title Coauthors
1 0 0 0.1391735 0.56
Keywords Institution
1 0.2894244 1
The full dataset is not possible to be loaded in the free version of Shiny, for this reason we uploaded a subset of 20,000 instances in order for it to be deployed.
Due to the subset, we have specific pairs of author and titles that can be chosen, here are some examples to try:
Raw list of author and title pairs
It is important to keep in mind that if the title does not belong to the author in our database, then there will be no output.
For Future work, we will allow the user to input all the information for two articles in order to receive the probability of them being the same author according to our model.
Here you can try it for yourself.
Author Disambiguation - Disambiguate your author
For the full dataset, please contact us.