From 73367fc80941aa1752ea793a93a8a9ef2d47bc7b Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 31 Aug 2020 13:58:41 -0400 Subject: [PATCH] Publish a paper --- _config.yml | 2 + _data/papers.json | 11 +++++ _includes/nav.html | 2 +- _papers/Simple_Path_Planning_of_Turret.pdf | Bin 0 -> 159927 bytes blog/index.md => blog.md | 0 papers.md | 50 +++++++++++++++++++++ 6 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 _data/papers.json create mode 100755 _papers/Simple_Path_Planning_of_Turret.pdf rename blog/index.md => blog.md (100%) create mode 100644 papers.md diff --git a/_config.yml b/_config.yml index abb4f72..6a17eee 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,8 @@ kramdown: math_engine: mathjax collections: + papers: + output: true drafts: output: true notes: diff --git a/_data/papers.json b/_data/papers.json new file mode 100644 index 0000000..ceef595 --- /dev/null +++ b/_data/papers.json @@ -0,0 +1,11 @@ +[ + { + "title":"Turrets and deadzones", + "subtitle":"A visual look at a turret's control flow", + "authors":[ + "Evan Pratten" + ], + "date":"2020-08-31", + "url":"/papers/Simple_Path_Planning_of_Turret.pdf" + } +] \ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html index 594dfe6..8985c91 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -10,7 +10,7 @@