Create a co-citation graph from a list of papers
Project description
Co-citation graph generator
Generate a co-citation graph from an article list in two steps:
- Get the references of each article and their corresponding journals
- Generate the co-citation pairs and add them the graph. The weights are the number of times the journals are co-cited.
Example
from co_citation import CoCitation
cites = CoCitation(
[
"https://arxiv.org/abs/1602.05112",
],
data_type="journal" # or "article"
)
cites.write_graph_edges("graph")
cites.plot_graph()
Documentation
See the documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
co-citation-0.3.tar.gz
(19.8 kB
view details)
Built Distribution
co_citation-0.3-py3-none-any.whl
(18.1 kB
view details)
File details
Details for the file co-citation-0.3.tar.gz
.
File metadata
- Download URL: co-citation-0.3.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42475e5f53056685a1309dbb7dda84b7e75c134f4f36be7c4ee66de9cb02105b |
|
MD5 | 9780a9577442f2d6230ae821d5c9a373 |
|
BLAKE2b-256 | fcb44dc306dfb0f46646a261a99f9d56130dba75dc22c3d3c207698fe7b023ed |
Provenance
File details
Details for the file co_citation-0.3-py3-none-any.whl
.
File metadata
- Download URL: co_citation-0.3-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6e39ea2811018054e85dfb423100a7e549e0d6cae25dd9153eec330bc5cda22 |
|
MD5 | d1c8f68c9fa08c99a23d6f7c957384cf |
|
BLAKE2b-256 | c1873913d9f53d75d6706fb275d4a8921820d69f75e5593e35b8c07f9852fce4 |