installed.packages(RefManageR)
Software
R Packages
- RefManageR
- Description: Provides tools for managing and manipulating bibliographic references and creating BibTeX files.
- Link: RefManageR on CRAN
- bibtex
- Description: Provides functions to read, manipulate, and write BibTeX files.
- Link: bibtex on CRAN
installed.packages(bibtex)
- citr
- Description: Provides functions for easy insertion of citations in R Markdown documents.
- Link: citr on CRAN
installed.packages(citr)
- rcrossref
- Description: Provides an interface to various ‘CrossRef’ APIs, allowing for citation retrieval.
- Link: rcrossref on CRAN
installed.packages(rcrossref)
Python Programs
- bibtexparser
- Description: A BibTeX parser library for Python, allowing for easy manipulation of BibTeX files.
- Link: bibtexparser on PyPI
pip3 install bibtexparser
- manubot
- Description: An open-source tool for writing scholarly manuscripts via GitHub, allowing for citation by DOIs, PubMed IDs, etc.
- Link: manubot on GitHub
pip3 install manubot
- pybtex
- Description: A BibTeX-compatible bibliography processor in Python, supporting multiple bibliography formats.
- Link: pybtex on PyPI
pip3 install pybtex
- citeproc-py
- Description: A CSL processor for Python, useful for formatting citations and bibliographies.
- Link: citeproc-py on GitHub
-py* pip3 install citeproc
These R packages and Python programs are been used in the development of the thesis, for academic writing and research projects.