Skip to main content

Create a co-citation graph from a list of papers

Project description

Co-citation graph generator

REUSE status pipeline status PyPI version

Generate a co-citation graph from an article list in two steps:

  1. Get the references of each article and their corresponding journals
  2. 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)

Uploaded Source

Built Distribution

co_citation-0.3-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

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

Hashes for co-citation-0.3.tar.gz
Algorithm Hash digest
SHA256 42475e5f53056685a1309dbb7dda84b7e75c134f4f36be7c4ee66de9cb02105b
MD5 9780a9577442f2d6230ae821d5c9a373
BLAKE2b-256 fcb44dc306dfb0f46646a261a99f9d56130dba75dc22c3d3c207698fe7b023ed

See more details on using hashes here.

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

Hashes for co_citation-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b6e39ea2811018054e85dfb423100a7e549e0d6cae25dd9153eec330bc5cda22
MD5 d1c8f68c9fa08c99a23d6f7c957384cf
BLAKE2b-256 c1873913d9f53d75d6706fb275d4a8921820d69f75e5593e35b8c07f9852fce4

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page