Skip to content

Commit

Permalink
Merged from master version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmcy committed Apr 14, 2016
1 parent 57fee7f commit 1c25273
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
metaknowledge
=============

*metaknowledge* is a Python3 library 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.

The website can be found at
`networkslab.org/metaknowledge <http://networkslab.org/metaknowledge/>`__.

Major Update
============

The version of *metaknowledge* currently available is the second major
release and is not backwards compatible with the previous versions. If
you wish to use an older version they are still available on github or
pip.

Installing
----------

To install run ``python3 setup.py install``

For information on alternate installs read the documentation at the
`website <http://networkslab.org/metaknowledge/installation/>`__.
Empty file.
2 changes: 1 addition & 1 deletion metaknowledge/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import sys

__version__ = '2.0.1'
__version__ = '2.0.2'

specialRecordFields = [
'authorsShort',
Expand Down
Empty file.

0 comments on commit 1c25273

Please sign in to comment.