Skip to content

A Python library for doing bibliometric and network analysis in science and health policy research

License

Notifications You must be signed in to change notification settings

UWNETLAB/metaknowledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

05ee6a3 · Feb 9, 2022
Jun 18, 2020
Feb 4, 2019
Feb 9, 2022
Jun 24, 2020
Nov 29, 2015
Feb 4, 2019
Jul 17, 2015
Feb 1, 2020
May 26, 2016
Aug 30, 2015
Jun 18, 2020

Repository files navigation

metaknowledge

metaknowledge is a Python3 package that simplifies bibliometric research using data from various sources. It reads a directory of plain text files containing meta-data on publications and citations, and writes to a variety of data structures that are suitable for quantitative, network, and text analyses. It handles large datasets (e.g. several million records) efficiently. You can find the documentation.

Installing

To install run python3 setup.py install