Skip to content

jasonzou/bibliometric

 
 

Repository files navigation

Bibliometric

Project to identify person based on publications and associate them with various identifiers.

Team

Description

The main idea of the project is to solve the high ambiguity of the author names in bibliographic data. In most of the technical papers and publications, the authors are identified only by their name.

However, different people can have the same full name. So it is a very difficult task to specifically identify the correct person when only the name is provided. The problem becomes even more challenging when the alias names of the authors are provided, as a person can have multiple alias names.

We plan to remove the name ambiguity by plotting the authors in a social network graph using co-authorship as relations between nodes and then finding the best match of the author of a paper in the graph.

Acknowledgement

If you use this project code or data generated based on this program you need to cite the following paper:

Fugang Wang, Gregor von Laszewski, Geoffrey C. Fox, Thomas R. Furlani, Robert L. DeLeon, and Steven M. Gallo. 2014. Towards a Scientific Impact Measuring Framework for Large Computing Facilities - a Case Study on XSEDE. In Proceedings of the 2014 Annual Conference on Extreme Science and Engineering Discovery Environment (XSEDE '14). ACM, New York, NY, USA, Article 25 , 8 pages. DOI=10.1145/2616498.2616507 http://doi.acm.org/10.1145/2616498.2616507

It is NOT sufficient to just provide a web link to this source repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Shell 2.1%