From 41ed9f959aeb43820d32f8eb7f0ec4dd59fd77a4 Mon Sep 17 00:00:00 2001 From: Oliver Kennedy Date: Wed, 10 Aug 2016 11:28:08 -0400 Subject: [PATCH] Insider Threats Tech Report --- Rakefile | 1 + db/publications.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/Rakefile b/Rakefile index 61695172..a24edc98 100644 --- a/Rakefile +++ b/Rakefile @@ -76,6 +76,7 @@ site :odin_lab, out: "build" do ## Specify specialized dependencies (e.g., on the database) for_files(/people\/.*\.html$/) do add_dependency "db/lab.json" + add_dependency "db/publications.json" end for_files(/grants\/index\.html/) do add_dependency "db/cv/okennedy/grants.json" diff --git a/db/publications.json b/db/publications.json index 77e07947..9d7fbaeb 100644 --- a/db/publications.json +++ b/db/publications.json @@ -1,4 +1,17 @@ [ + { "title" : "Summarizing Large Query Logs in Ettu", + "authors": [ + "Gökhan Kul", "Duc Thanh Luong", "Ting Xie", "Patrick Coonan", + "Varun Chandola", "Oliver Kennedy", "Shambhu Upadhyaya" + ], + "venue": "ArXiv", + "year": 2016, + "length": 12, + "projects": ["insider-threats"], + "urls": { + "report": "http://arxiv.org/abs/1608.01013" + } + }, { "title": "Communicating Data Quality in On-Demand Curation", "authors": [ "Poonam Kumari", "Said Achmiz", "Oliver Kennedy"