All Projects → ropensci → bibtex

ropensci / bibtex

Licence: other
bibtex parser for R

Programming Languages

c
50402 projects - #5 most used programming language
TeX
3793 projects
r
7636 projects
Yacc
648 projects
Lex
420 projects
shell
77523 projects

Projects that are alternatives of or similar to bibtex

LaTeX-Templates
Document templates composed using LaTeX for my college assignments and projects (Applicable for any other university or college) ✨
Stars: ✭ 18 (-37.93%)
Mutual labels:  bibtex
rfc-bibtex
A command line tool that creates bibtex entries for IETF RFCs and Internet Drafts.
Stars: ✭ 43 (+48.28%)
Mutual labels:  bibtex
papis-zotero
Zotero compatiblity scripts for papis
Stars: ✭ 29 (+0%)
Mutual labels:  bibtex
JabRef-Browser-Extension
Browser extension for JabRef to allow importing of new items directly from the browser.
Stars: ✭ 73 (+151.72%)
Mutual labels:  bibtex
doi2bib
get the bibtex string given a doi
Stars: ✭ 127 (+337.93%)
Mutual labels:  bibtex
ads2bibdesk
ads2bibdesk helps you add astrophysics articles listed on NASA/ADS to your BibDesk database using the new ADS Developer API
Stars: ✭ 32 (+10.34%)
Mutual labels:  bibtex
bibmanager
A BibTeX manager for LaTeX projects
Stars: ✭ 52 (+79.31%)
Mutual labels:  bibtex
bibtex-js
Library for parsing .bib files, used in Bibliography.js 📚
Stars: ✭ 55 (+89.66%)
Mutual labels:  bibtex
academic-cv-publications
Generate a customised list of publications for your LaTeX CV using BibTeX entries.
Stars: ✭ 60 (+106.9%)
Mutual labels:  bibtex
bibpy
Bibtex parser in python
Stars: ✭ 28 (-3.45%)
Mutual labels:  bibtex
bibtex-parser
BibTex Parser provides an API to read .bib files programmatically.
Stars: ✭ 36 (+24.14%)
Mutual labels:  bibtex
scholia
Wikidata-based scholarly profiles
Stars: ✭ 166 (+472.41%)
Mutual labels:  bibtex
snipmate-snippets-bib
Snipmate.vim support for BibTeX files
Stars: ✭ 13 (-55.17%)
Mutual labels:  bibtex
PubViz
PubViz is a tool for interactive visualization of publication data in BibTeX.
Stars: ✭ 14 (-51.72%)
Mutual labels:  bibtex
AASTeX60
Version 6 of the LaTeX style files and documentation for authoring AAS Journal (AJ/ApJ) articles.
Stars: ✭ 40 (+37.93%)
Mutual labels:  bibtex
Rdpack
R package Rdpack provides functions and macros facilitating writing and management of R documentation.
Stars: ✭ 21 (-27.59%)
Mutual labels:  bibtex
gbt7714-bibtex-style
GB/T 7714-2015 BibTeX Style
Stars: ✭ 704 (+2327.59%)
Mutual labels:  bibtex
doi2bib
📝 Easily convert Digital Object Identifier (DOI) and Uniform Resource Locator (URL) to BibTeX and DOI to plain text.
Stars: ✭ 28 (-3.45%)
Mutual labels:  bibtex
OmniOutliner-Plug-Ins
Omni Automation plug-ins for OmniOutliner, including a basic reference manager based on BibTeX
Stars: ✭ 15 (-48.28%)
Mutual labels:  bibtex
nom-bibtex
A feature complete bibtex parser using nom
Stars: ✭ 13 (-55.17%)
Mutual labels:  bibtex

bibtex

CRAN R build status Coverage Downloads Total Downloads

Installation

You can install bibtex from CRAN with:

install.packages("bibtex")

You can install bibtex from GitHub with:

if(!requireNamespace("remotes", quietly = TRUE)) { install.packages("remotes") }
remotes::install_github("ropensci/bibtex")

Acknowledgements

Without the work of Romain François, bibtex likely wouldn't exist. Romain was the principal developer of bibtex up until 2020 when he was unable to continue supporting the package due to time commitments. His work will continue on thanks in part to his willingness to donate it to rOpenSci.

Meta

ropensci

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].