mianhu888 / pub-analyzer

code for publication analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This repo contains the code for publication analysis based on our bizpub.org journal dataset.

Data

We collected the public data about the 50 Journals used in Financial Times Business School Research Ranking, including author information, title, keywords, subjects, and abstract.

The sample data used in this repo includes the data for the following three journals (from the first issue to last issue by March 2020). The full dataset will be released in the near future.

  • MIS Quarterly
  • Information Systems Research
  • Journal of Management Information Systems

data/pub_raw.db: this is the raw dataset we collected, which is then cleaned and processed for different analysis.

sqlite3 pub_raw.db .dump > pub_raw_mysql.sql

Setup

Python 3.6+ required, clone the repo, go to the repo folder, setup the virtual environment, and install the required packages:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Run $ jupyter notebook to go over the notebooks.

Team

Disclaimers

  • The data we collected are all publicly displayed on journals' websites and the full texts of the publications are not provided.
  • The dataset and related code are prepared for public research, teaching, and learning.

About

code for publication analysis

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%