Skip to content

Commit 1c25273

Browse files
committed
Merged from master version 2.0.2
1 parent 57fee7f commit 1c25273

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

README.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
metaknowledge
2+
=============
3+
4+
*metaknowledge* is a Python3 library that simplifies bibliometric
5+
research using data from various sources. It reads a directory of plain
6+
text files containing meta-data on publications and citations, and
7+
writes to a variety of data structures that are suitable for
8+
quantitative, network, and text analyses. It handles large datasets
9+
(e.g. several million records) efficiently.
10+
11+
The website can be found at
12+
`networkslab.org/metaknowledge <http://networkslab.org/metaknowledge/>`__.
13+
14+
Major Update
15+
============
16+
17+
The version of *metaknowledge* currently available is the second major
18+
release and is not backwards compatible with the previous versions. If
19+
you wish to use an older version they are still available on github or
20+
pip.
21+
22+
Installing
23+
----------
24+
25+
To install run ``python3 setup.py install``
26+
27+
For information on alternate installs read the documentation at the
28+
`website <http://networkslab.org/metaknowledge/installation/>`__.

metaknowledge/WOS/tagProcessing/__init__.py

Whitespace-only changes.

metaknowledge/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import sys
44

5-
__version__ = '2.0.1'
5+
__version__ = '2.0.2'
66

77
specialRecordFields = [
88
'authorsShort',

metaknowledge/proquest/tagProcessing/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)