From: Nathan Wagner Date: Thu, 22 Jan 2015 00:47:29 +0000 (-0600) Subject: added bibtex file X-Git-Url: https://granicus.if.org/projects?a=commitdiff_plain;h=160ee81f1b10be55f5e94adeea7a20b2955e33f2;p=afpopgen added bibtex file --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8f322f4 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +notes.pdf: notes.tex notes.bib + xelatex $< + bibtex notes + xelatex $< + xelatex $< + +clean: + rm -f notes.pdf diff --git a/notes.bib b/notes.bib new file mode 100644 index 0000000..2c6d84a --- /dev/null +++ b/notes.bib @@ -0,0 +1,21 @@ +@article{ + leblanc, + author = {Dwight W Read and Steven A LeBlanc}, + title = {Population Growth, Carrying Capacity, and Conflict}, + journal = {Current Anthropology}, + year = 2003, + volume = 44, + Number = 1, + pages = {59-85}, + month = February, + suggested = {Read, Dwight and LeBlanc, Steven, Population Growth, Carrying Capacity, and Conflict (February 1, 2003). Current Anthropology Volume 44, Number 1, February 2003, pages 59-85. Available at SSRN: http://ssrn.com/abstract=2284544} +} + +@article{belovsky, + author = {Gary E. Belovsky}, + title = {An Optimal Foraging-Based Model of Hunter-Gatherer Population Dynamics}, + journal = {Journal of Anthropological Archaeology}, + year = 1988, + volume = 7, + pages = {329-312} +}