Skip to content

Commit d8e0bdc

Browse files
authored
Update README.md
1 parent 77bf5c2 commit d8e0bdc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# metaknowledge
1+
<a href="https://uwaterloo.ca/networks-lab/"><img src="http://www.johnmclevey.com/assets/img/logo.png" width="125" align="right" /></a>
22

3-
_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.
3+
# metaknowledge
44

5-
The website can be found at [networkslab.org](http://networkslab.org).
5+
`metaknowledge` is a Python3 package 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. You can find the [documentation](https://metaknowledge.readthedocs.io/).
66

77
## Installing
8-
To install run `python3 setup.py install`
98

10-
For information on alternate installs read the documentation at the [website](https://metaknowledge.readthedocs.io/).
9+
To install run `python3 setup.py install`

0 commit comments

Comments
 (0)