Mentions légales du service

Skip to content
Snippets Groups Projects
related.org 1.89 KiB

Related material

Examples of BibTeX entries

Here are a few examples existing today of bibtex exports from research software repositories or registries.

Geodynamics (http://geodynamics.org)

Wilson, J.M.; Schultz, K.; Heien, E.; Sachs, M.; Rundle, J. (2017), Virtual Quake v3.1.1, doi: 10.5281/zenodo.1098321, url: https://doi.org/10.5281/zenodo.1098321

Cite code as:

@software{john_max_wilson_2017_1098321,
	author = "Wilson, J.M. and Schultz, K. and Heien, E. and Sachs, M. and Rundle, J.",
	title="Virtual Quake v3.1.1",
	year="2017",
	organization="",
	optkeywords="Virtual Quake",
	doi="http://doi.org/10.5281/zenodo.1098321",
	opturl="https://doi.org/10.5281/zenodo.1098321"}

DATACITE bibtex for a DOI

> curl https://data.datacite.org/application/x-bibtex/10.5281/zenodo.13750

@misc{https://doi.org/10.5281/zenodo.13750,
 doi = {10.5281/zenodo.13750},
 url = {https://zenodo.org/record/13750},
 author = {Katz, Daniel S. and Merzky, Andre and Turilli, Matteo and Wilde, 
    Michael and Zhang, Zhao},
 keywords = {computer science, application skeleton, co-design, distributed 
    computing, many-task computing, parallel computing},
 title = {Application Skeleton V1.2},
 publisher = {Zenodo},
 year = {2015}
}

CFF converter to bibtex

For a CITATION.cff file, there is a command line tool for converting to a bibtex entry of type @misc. Also available on https://us-central1-citation-cff.cloudfunctions.net/convert?url=https://github.com/nlppln/nlppln&format=bibtex Put in url a repository with CFF file.

@misc{YourReferenceHere,
author = {
    	Janneke M. van der Zwaan and
    	Dafne van Kuppevelt
   	},
title = {NLP Pipeline (nlppln)},
month = {1},
year  = {2019},
doi	= {10.5281/zenodo.1116323},
url	= {https://github.com/nlppln/nlppln}
}