Skip to content

cat-astrophic/MDPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDPI

This repo contains the beginning of a project which will pull bibliographic information from open access articles (from MDPI journals initially) to study topics related to international scholarly collaboration. For now the data set only contains data for Opean Access journals (MDPI).

Each subdirectory besides scraper and data represents a distinct project; data contains the most recent data and scraper contains the web scraper in its most current form. The initial version of the basis of this project (the scrapers and cleaners) can be found in the 2018_Initial subdirectory. Detailed user instructions can be found in each subdirectory.

In order to successfully use the scraper the following modules are required:

  • urllib for webscraping
  • bs4 for webscraping
  • pandas for data management and analysis
  • numpy for data management and analysis

In addition to those modules, the remainder of the scripts used in various analyses of the data require the following modules:

  • matplotlib for general plotting
  • networkx for plotting networks
  • geopandas for plotting on maps

If any of these modules are not already installed, simply run the following line for each module:

  • pip install module

If you are interested in collaborating on a project using any of this data or data collection tools, please reach out to me by email

Citation

APA

Cary, M., & Rockwell, T. (2020). International Collaboration in Open Access Publications: How Income Shapes International Collaboration. Publications, 8(1), 13.

MLA

Cary, Michael and Taylor Rockwell. "International Collaboration in Open Access Publications: How Income Shapes International Collaboration." Publications 8.1 (2020): 13.

Bibtex

@article{cary2020international,
    title={International Collaboration in Open Access Publications: How Income Shapes International Collaboration },
    author={Cary, Michael and Rockwell, Taylor},
    journal={Publications},
    volume={8},
    number={1},
    pages={13},
    year={2020},
    publisher={MDPI}
}

About

Bibliometric data analysis of papers published in MDPI journals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages