From 1c252737e38644e6a771d8068cc6bb1337cbb22b Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 15 Apr 2016 01:47:04 +0700 Subject: [PATCH] Merged from master version 2.0.2 --- README.rst | 28 +++++++++++++++++++ metaknowledge/WOS/tagProcessing/__init__.py | 0 metaknowledge/constants.py | 2 +- .../proquest/tagProcessing/__init__.py | 0 4 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 README.rst create mode 100644 metaknowledge/WOS/tagProcessing/__init__.py create mode 100644 metaknowledge/proquest/tagProcessing/__init__.py diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..c020b96 --- /dev/null +++ b/README.rst @@ -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 `__. + +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 `__. diff --git a/metaknowledge/WOS/tagProcessing/__init__.py b/metaknowledge/WOS/tagProcessing/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/metaknowledge/constants.py b/metaknowledge/constants.py index 323ac57..74e8365 100644 --- a/metaknowledge/constants.py +++ b/metaknowledge/constants.py @@ -2,7 +2,7 @@ import os import sys -__version__ = '2.0.1' +__version__ = '2.0.2' specialRecordFields = [ 'authorsShort', diff --git a/metaknowledge/proquest/tagProcessing/__init__.py b/metaknowledge/proquest/tagProcessing/__init__.py new file mode 100644 index 0000000..e69de29