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.2.tar.gz
(19.7 kB
view details)
Built Distribution
co_citation-0.2-py3-none-any.whl
(18.1 kB
view details)
File details
Details for the file co-citation-0.2.tar.gz
.
File metadata
- Download URL: co-citation-0.2.tar.gz
- Upload date:
- Size: 19.7 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 | 48d5b59178998259dfd01432f86fe1206dde37fb4533f7e75c6c788341370661 |
|
MD5 | 4e6750e105bd63c2d4acdf61a589126b |
|
BLAKE2b-256 | 5343ae278dae3ae02fb3f95427c0af2b996a8739b3bcc758f2def2d08b062b81 |
File details
Details for the file co_citation-0.2-py3-none-any.whl
.
File metadata
- Download URL: co_citation-0.2-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 | c87e8c07532f5cdc4092ca7066c09f75a14c7430dfccb7b77198da0cf3e1c73d |
|
MD5 | 77fe65155f2bebf5d07945c7c523e979 |
|
BLAKE2b-256 | fc082c4a83577c3e595b3f5d9e8afb4b286f9fd4a79965382e26959252f04982 |