-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.