]> granicus.if.org Git - afpopgen/commitdiff
added bibtex file
authorNathan Wagner <nw@hydaspes.if.org>
Thu, 22 Jan 2015 00:47:29 +0000 (18:47 -0600)
committerNathan Wagner <nw@hydaspes.if.org>
Thu, 22 Jan 2015 00:47:29 +0000 (18:47 -0600)
Makefile [new file with mode: 0644]
notes.bib [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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 (file)
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}
+}