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/stage | |
parent | 2f3d586b78c87927b0c74d4e43391e592234653c (diff) | |
download | bog-c56fa21bd478f1b8d0de1f2e344b25ee92a7c47b.tar.gz |
Add notes example
Diffstat (limited to 'example/stage')
-rw-r--r-- | example/stage/dowloaded-file.txt | 1 | ||||
-rw-r--r-- | example/stage/downloaded.bib | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/example/stage/dowloaded-file.txt b/example/stage/dowloaded-file.txt new file mode 100644 index 0000000..ae47923 --- /dev/null +++ b/example/stage/dowloaded-file.txt @@ -0,0 +1 @@ +This file would usually be an associated PDF. diff --git a/example/stage/downloaded.bib b/example/stage/downloaded.bib new file mode 100644 index 0000000..12c8400 --- /dev/null +++ b/example/stage/downloaded.bib @@ -0,0 +1,10 @@ +@article{hinsen2011data, + author = {Hinsen, Konrad}, + title = {A Data and Code Model for Reproducible Research and + Executable Papers}, + journal = {Procedia Computer Science}, + year = 2011, + volume = 4, + pages = {579--588}, + publisher = {Elsevier} +} |