File tree Expand file tree Collapse file tree 4 files changed +29
-1
lines changed
Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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/ >`__.
Original file line number Diff line number Diff line change 22import os
33import sys
44
5- __version__ = '2.0.1 '
5+ __version__ = '2.0.2 '
66
77specialRecordFields = [
88 'authorsShort' ,
You can’t perform that action at this time.
0 commit comments