Skip to content

Commit d1c7f5b

Browse files
authored
add citation info (#1266)
Closes #1250
1 parent b2a1d61 commit d1c7f5b

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,18 @@ These topics are covered in the user manual:
7474
* People wishing to run `fwpdy11` should see `this section <https://molpopgen.github.io/fwdpy11/pages/userenv.html>`_.
7575
* Those who need to build the package from source should look `the developer's guide <https://molpopgen.github.io/fwdpy11/misc/developersguide.html>`_.
7676

77+
Citation
78+
----------------------------------
79+
80+
If you use this software for research, please cite the following publications:
81+
82+
* 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.
83+
84+
* Kevin R Thornton. A c++ template library for efficient forward-time population genetic simulation of large populations. Genetics, 198(1):157–166, September 2014.
85+
86+
This software was developed for the first paper.
87+
The second paper describes a key part of this software's back end.
88+
7789

7890
.. _fwdpy11: https://github.com/molpopgen/fwdpy11
7991
.. _fwdpp: https://github.com/molpopgen/fwdpp

doc/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ parts:
77
- file: pages/installation
88
- file: pages/deploymenttools
99
- file: pages/invokingpython
10+
- file: pages/citation
1011
- caption: Short vignettes - operations on populations
1112
chapters:
1213
- file: short_vignettes/initpops_vignette

doc/pages/citation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Citation
2+
3+
If you use this software for research, please cite the following publications:
4+
5+
* {cite}`Thornton2019-nu`
6+
* {cite}`Thornton2014-hx`
7+
8+
This software was developed for the first paper.
9+
The second paper describes a key part of this software's back end.

0 commit comments

Comments
 (0)