diff --git a/README.rst b/README.rst index 13f170539..d0cbb9cfc 100644 --- a/README.rst +++ b/README.rst @@ -74,6 +74,18 @@ These topics are covered in the user manual: * People wishing to run `fwpdy11` should see `this section `_. * Those who need to build the package from source should look `the developer's guide `_. +Citation +---------------------------------- + +If you use this software for research, please cite the following publications: + +* Kevin R Thornton. Polygenic adaptation to an environmental shift: temporal dynamics of variation under gaussian stabilizing selection and additive effects on a single trait. Genetics, 213(4):1513–1530, December 2019. + +* Kevin R Thornton. A c++ template library for efficient forward-time population genetic simulation of large populations. Genetics, 198(1):157–166, September 2014. + +This software was developed for the first paper. +The second paper describes a key part of this software's back end. + .. _fwdpy11: https://github.com/molpopgen/fwdpy11 .. _fwdpp: https://github.com/molpopgen/fwdpp diff --git a/doc/_toc.yml b/doc/_toc.yml index 916b120f1..138dc318b 100644 --- a/doc/_toc.yml +++ b/doc/_toc.yml @@ -7,6 +7,7 @@ parts: - file: pages/installation - file: pages/deploymenttools - file: pages/invokingpython + - file: pages/citation - caption: Short vignettes - operations on populations chapters: - file: short_vignettes/initpops_vignette diff --git a/doc/pages/citation.md b/doc/pages/citation.md new file mode 100644 index 000000000..f64e937d0 --- /dev/null +++ b/doc/pages/citation.md @@ -0,0 +1,9 @@ +# Citation + +If you use this software for research, please cite the following publications: + +* {cite}`Thornton2019-nu` +* {cite}`Thornton2014-hx` + +This software was developed for the first paper. +The second paper describes a key part of this software's back end.