Package: bibnets 0.5.0

Mohammed Saqr

bibnets: Importing, Constructing, and Exporting Bibliometric Networks

Imports, constructs, and exports bibliometric networks from scholarly metadata. Reads 'Scopus', 'Web of Science', 'BibTeX', 'RIS', 'OpenAlex', 'Lens.org', 'Dimensions', and 'Crossref' exports. Goes beyond standard co-networks with attention-weighted networks (lead, last, proximity, circular position weights), position-aware counting (harmonic, arithmetic, geometric, golden-ratio), similarity and dissimilarity normalisations, temporal networks with fixed, sliding, and cumulative windows, disparity-filter backbone extraction, historiograph construction, and local citation scoring. Methods described in López-Pernas, Saqr & Apiola (2023) <doi:10.1007/978-3-031-25336-2_5>.

Authors:Mohammed Saqr [aut, cre, cph], Sonsoles López-Pernas [aut]

bibnets_0.5.0.tar.gz
bibnets_0.5.0.zip(r-4.7)bibnets_0.5.0.zip(r-4.6)bibnets_0.5.0.zip(r-4.5)
bibnets_0.5.0.tgz(r-4.6-any)bibnets_0.5.0.tgz(r-4.5-any)
bibnets_0.5.0.tar.gz(r-4.7-any)bibnets_0.5.0.tar.gz(r-4.6-any)
bibnets_0.5.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
bibnets/json (API)
NEWS

# Install 'bibnets' in R:
install.packages('bibnets', repos = c('https://mohsaqr.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mohsaqr/bibnets/issues

Datasets:

On CRAN:

Conda:

4.78 score 404 downloads 33 exports 2 dependencies

Last updated from:ab7ad77211. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK155
source / vignettesOK209
linux-release-x86_64OK147
macos-release-arm64OK100
macos-oldrel-arm64OK93
windows-develOK111
windows-releaseOK112
windows-oldrelOK116
wasm-releaseOK113

Exports:author_networkbackboneconetworkcountry_networkdocument_networkfilter_tophistoriographinstitution_networkkeyword_networklocal_citationsnormalizeparse_namespruneread_biblioread_bibtexread_crossrefread_dimensionsread_lensread_openalexread_openalex_csvread_risread_scopusread_wosreference_networksource_networksplit_fieldtemporal_networkto_cographto_gephito_graphmlto_igraphto_matrixto_tbl_graph

Dependencies:latticeMatrix

Getting Started with bibnets

Rendered frombibnets.Rmdusingknitr::rmarkdownon Jun 13 2026.

Last update: 2026-06-13
Started: 2026-04-19

Parsing and normalising author names

Rendered fromparsing-author-names.Rmdusingknitr::rmarkdownon Jun 13 2026.

Last update: 2026-05-16
Started: 2026-05-16

Reading bibliometric data into bibnets

Rendered fromreading-data.Rmdusingknitr::rmarkdownon Jun 13 2026.

Last update: 2026-06-13
Started: 2026-05-05

Readme and manuals

Help Manual

Help pageTopics
Build an author networkauthor_network
Extract network backbone using the disparity filterbackbone
Example bibliometric datasetbiblio_data
Build a co-occurrence network from any fieldconetwork
Build a country networkcountry_network
Build a document networkdocument_network
Filter edges to top-n nodesfilter_top
Build a historiograph (chronological citation network)historiograph
Build an institution networkinstitution_network
Build a keyword co-occurrence networkkeyword_network
Compute local citation scoreslocal_citations
Normalize a co-occurrence matrixnormalize
OpenAlex Gold Open Access Learning Analytics datasetopen_alex_gold_open_access_learning_analytics
Reorder and parse author namesparse_names
Print a bibnets network edge listprint.bibnets_network
Prune a weighted edge listprune
Read bibliometric dataread_biblio
Read a BibTeX fileread_bibtex
Convert Crossref API data to bibnets formatread_crossref
Read Dimensions CSV exportread_dimensions
Read Lens.org CSV exportread_lens
Convert OpenAlex data to bibnets formatread_openalex
Read a flat OpenAlex CSV exportread_openalex_csv
Read an RIS fileread_ris
Read Scopus CSV exportread_scopus
Read Web of Science plaintext or tab-delimited exportread_wos
Build a reference networkreference_network
Scopus dataset — Green Cloud Computing and Quantization (2020–2025)scopus_quantum_cloud
Build a source (journal) networksource_network
Parse semicolon-delimited strings into list-columnsplit_field
Summarise a bibnets networksummary.bibnets_network
Build time-windowed networkstemporal_network
Prepare network for cograph::splot()to_cograph
Export to Gephi node and edge tablesto_gephi
Export to GraphMLto_graphml
Convert edge data frame to igraphto_igraph
Convert edge data frame to adjacency matrixto_matrix
Convert edge data frame to tbl_graphto_tbl_graph