Bibtex Extension

The bibtex extension allows you to cite references stored in BibTeX database(s).

Configuration

The bibtex extension is enabled by default. The only thing necessary for using the citation commands is to provide properly-formatted .bib file(s) within the included content in your configuration file.

Usage

Two commands are provided for citing BibTeX references: !cite and !citep. The latter includes parentheses, while the former does not. To cite multiple references, they are separated with a comma.

To generate the list of references cited on a page, the !bibtex bibliography command is used. If it is not used, then it will automatically be placed at the bottom of the page.

See Example 1 for examples.

Example 1: Citation examples.

[!cite](slaughter2014framework)

[!cite](slaughter2014framework, slaughter2015continuous)

[!cite](slaughter2014framework, slaughter2015continuous, gaston2015physics)

[!citep](slaughter2014framework)

[!citep](slaughter2014framework, slaughter2015continuous)

!bibtex bibliography

Some text after the references.

Slaughter et al. (2014)

Slaughter et al. (2014) and Slaughter et al. (2015)

Slaughter et al. (2014), Slaughter et al. (2015), and Gaston et al. (2015)

(Slaughter et al., 2014)

(Slaughter et al., 2014; Slaughter et al., 2015)

References

  1. D. R. Gaston, C. J. Permann, J. W. Peterson, A. E. Slaughter, D. Andrš, Y. Wang, M. P. Short, D. M. Perez, M. R. Tonks, J. Ortensi, and R. C. Martineau. Physics-based multiscale coupling for full core nuclear reactor simulation. Annals of Nuclear Energy, Special Issue on Multi-Physics Modelling of LWR Static and Transient Behaviour, 84:45–54, October 2015. URL: http://dx.doi.org/10.1016/j.anucene.2014.09.060.[BibTeX]
  2. A.E. Slaughter, M.J. Johnson, M.R. Tonks, D.R. Gaston, C.J. Permann, J.W. Peterson, D. Andrš, J.M. Miller, E.E. Adams, and D.J. Walters. MOOSE: a framework to enable rapid advances and collaboration in modeling snow and avalanches. In International Snow Science Workshop. Banff, AB, 2014. URL: http://arc.lib.montana.edu/snow-science/item.php?id=2120.[BibTeX]
  3. Andrew E Slaughter, John W Peterson, Derek R Gaston, Cody J Permann, David Andrš, and Jason M Miller. Continuous integration for concurrent moose framework and application development on github. Journal of Open Research Software, 2015. URL: http://doi.org/10.5334/jors.bx.[BibTeX]

Some text after the references.