Learn R Programming

Diderot (version 0.13)

Bibliographic Network Analysis

Description

Enables the user to build a citation network/graph from bibliographic data and, based on modularity and heterocitation metrics, assess the degree of awareness/cross-fertilization between two corpora/communities. This toolset is optimized for Scopus data.

Copy Link

Version

Install

install.packages('Diderot')

Monthly Downloads

165

Version

0.13

License

GPL (>= 2)

Maintainer

Christian Vincenot

Last Published

April 19th, 2020

Functions in Diderot (0.13)

MC_baseline_distribution

Function to compute baseline heterocitation values for the graph under study with random permutation of corpus attributions
Diderot-package

Bibliographic Network Analysis Package
compute_custom_modularity

Function to compute the custom modularity of a citation graph over a time window.
compute_BC_ranking

Function to compute the Betweenness Centrality ranking.
build_graph

Builds a citation graph.
heterocitation

Function to calculate the heterocitation between two corpora
nb_refs

Function to calculate the number of citations in a bibliographic database
load_graph

Function to load a citation graph
heterocitation_authors

This function computes heterocitation metrics for authors
get_date_from_doi

Function to retrieve publication date based on Digital Object Identifier (DOI)
create_bibliography

Function to create a bibliographic dataset
plot_modularity_timeseries

Function to plot graph modularity timeseries
compute_modularity

Function to compute citation graph modularity over a time window.
plot_heterocitation_timeseries

Function to plot the heterocitation share and heterocitation balance timeseries
plot_authors_count

Function to plot authors count timeseries
plot_publication_curve

Function to plot publication count timeseries
significance_Dx

Function to evaluate the significance of the heterocitation balance value
precompute_heterocitation

This function precomputes heterocitation values for each node/publication of a graph.
get_reference_title

Function to extract the publication title from a reference using Freecite
save_graph

Function to save a graph
compute_citation_ranking

Function to compute the citation ranking.
compute_Ji

Function to compute the evolution of the Ji metric for a term (e.g. publication title) present in the reference list of a bibliographic dataset.
compute_Ji_ranking

Function to compute the Ji metric ranking for publications in a citation graph.