Insider Threats Tech Report

This commit is contained in:
Oliver Kennedy 2016-08-10 11:28:08 -04:00
parent ff5a1993ab
commit 41ed9f959a
2 changed files with 14 additions and 0 deletions

View file

@ -76,6 +76,7 @@ site :odin_lab, out: "build" do
## Specify specialized dependencies (e.g., on the database) ## Specify specialized dependencies (e.g., on the database)
for_files(/people\/.*\.html$/) do for_files(/people\/.*\.html$/) do
add_dependency "db/lab.json" add_dependency "db/lab.json"
add_dependency "db/publications.json"
end end
for_files(/grants\/index\.html/) do for_files(/grants\/index\.html/) do
add_dependency "db/cv/okennedy/grants.json" add_dependency "db/cv/okennedy/grants.json"

View file

@ -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", { "title": "Communicating Data Quality in On-Demand Curation",
"authors": [ "authors": [
"Poonam Kumari", "Said Achmiz", "Oliver Kennedy" "Poonam Kumari", "Said Achmiz", "Oliver Kennedy"