Skip to content

aeroreyna/pandoc-doi2bib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bibliography csl
paper.bib
test/ieee.csl

pandoc-doi2bib

This Pandoc filter allows you to put references using the DOI id any article with the form @DOI:XXX.XXX/XXXXXXX and updates the bibliography *.bib file indicated in the YAML metadata accordingly.

Example paper.md:

---
bibliography: paper.bib
csl: test/ieee.csl
---

# Introduction

Just cite some nice papers like @DOI:10.1007/s10462-018-09676-2
or @DOI:10.1155/2014/497514.

Run the command:

pandoc --filter pandoc-doi2bib --filter pandoc-citeproc -s README.md -o README.pdf

and the results is an automatic citation like:

Just cite some nice papers like [1] or [2].

References

[1] F. Fausto, A. Reyna-Orta, E. Cuevas, Ángel G. Andrade, and M. Perez-Cisneros, “From ants to whales: Metaheuristics for all tastes,” Artificial Intelligence Review, Jan. 2019.

[2] E. Cuevas and A. Reyna-Orta, “A cuckoo search algorithm for multimodal optimization,” The Scientific World Journal, vol. 2014, pp. 1–20, 2014.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published