diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-12-07 20:28:08 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-12-07 20:28:08 -0500 |
commit | c56fa21bd478f1b8d0de1f2e344b25ee92a7c47b (patch) | |
tree | fc2d39393ee995d0bc40c5574986aa39422c0fd8 /example/bibs | |
parent | 2f3d586b78c87927b0c74d4e43391e592234653c (diff) | |
download | bog-c56fa21bd478f1b8d0de1f2e344b25ee92a7c47b.tar.gz |
Add notes example
Diffstat (limited to 'example/bibs')
-rw-r--r-- | example/bibs/dominik2010org.bib | 7 | ||||
-rw-r--r-- | example/bibs/schulte2011active.bib | 11 | ||||
-rw-r--r-- | example/bibs/schulte2012multi.bib | 12 |
3 files changed, 30 insertions, 0 deletions
diff --git a/example/bibs/dominik2010org.bib b/example/bibs/dominik2010org.bib new file mode 100644 index 0000000..b1a3680 --- /dev/null +++ b/example/bibs/dominik2010org.bib @@ -0,0 +1,7 @@ +@book{dominik2010org, + author = {Dominik, Carsten}, + title = {The {O}rg Mode 7 Reference Manual - {O}Rganize Your + Life with {GNU} {E}Macs}, + publisher = {Network Theory Ltd.}, + year = 2010 +} diff --git a/example/bibs/schulte2011active.bib b/example/bibs/schulte2011active.bib new file mode 100644 index 0000000..33c2a32 --- /dev/null +++ b/example/bibs/schulte2011active.bib @@ -0,0 +1,11 @@ +@article{schulte2011active, + author = {Schulte, Eric and Davison, Dan}, + title = {Active Documents with {O}rg-mode}, + journal = {Computing in Science \& Engineering}, + year = 2011, + volume = 13, + number = 3, + pages = {66--73}, + publisher = {Institute of Electrical and Electronics Engineers, + Inc.,| y USA USA} +} diff --git a/example/bibs/schulte2012multi.bib b/example/bibs/schulte2012multi.bib new file mode 100644 index 0000000..b68b1f0 --- /dev/null +++ b/example/bibs/schulte2012multi.bib @@ -0,0 +1,12 @@ +@article{schulte2012multi, + author = {Schulte, Eric and Davison, Dan and Dye, Thomas and + Dominik, Carsten}, + title = {A Multi-language Computing Environment for Literate + Programming and Reproducible Research}, + journal = {Journal of Statistical Software}, + year = 2012, + volume = 46, + number = 3, + pages = {1--24}, + publisher = {American Statistical Association} +} |