citations-pandoc-example
This is just a simple example of Markdown+citations using Pandoc
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
This is just a simple example of Markdown+citations using Pandoc
Basic Info
- Host: gitlab.com
- Owner: jpvaldes
- Default Branch: master
Statistics
- Stars: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 7 years ago
Metadata Files
Readme
Citation
README.md
This is just a simple example to have as reference of how to use Markdown with bibliographical citations.
Just run make all to produce a .pdf and a .html.
Dependencies: Pandoc, LaTeX, and make.
Citation (citations.bib)
@misc{pandocweb,
author={John MacFarlane},
title={Pandoc: a universal document converter},
year=2007,
url={https://pandoc.org/},
note={Accessed: 2018-10-20}
}
@misc{citeprochs,
author={Andrea Rossato},
year=2015,
title={citeproc-hs: A Citation Style Language implementation in Haskell},
url={http://hackage.haskell.org/package/citeproc-hs},
note={Accessed: 2018-10-20}
}
@misc{citecrossref,
author={Nikolay Yakimov},
year=2016,
title={pandoc-crossref},
url={https://github.com/lierdakil/pandoc-crossref},
note={Accessed: 2018-11-6}
}