ettu paper

This commit is contained in:
Oliver Kennedy 2016-01-27 18:25:19 -05:00
parent 937186fe21
commit 52620cdd88
4 changed files with 6 additions and 4 deletions

View file

@ -4,6 +4,7 @@ module.exports = function(name, ext){
name. name.
replace(/ /g, "_"). replace(/ /g, "_").
replace(/ò/g, "o"). replace(/ò/g, "o").
replace(/ö/g, "o").
toLowerCase() toLowerCase()
+ ext + ext
) )

View file

@ -21,7 +21,7 @@
"projects" : ["insider-threats"], "projects" : ["insider-threats"],
"ubit" : "tingxie" "ubit" : "tingxie"
}, },
"Gokhan Kul" : { "Gökhan Kul" : {
"status" : "PhD", "status" : "PhD",
"projects" : ["insider-threats"], "projects" : ["insider-threats"],
"ubit" : "gokhanku", "ubit" : "gokhanku",

File diff suppressed because one or more lines are too long

View file

@ -9,11 +9,12 @@
"note" : "Authors grouped by institution", "note" : "Authors grouped by institution",
"urls" : { "urls" : {
"under submission" : "http://arxiv.org/abs/1601.00073" "under submission" : "http://arxiv.org/abs/1601.00073"
} },
"projects" : ["mimir"]
}, },
{ "title":"A Preliminary Cyber Ontology for Insider Threats in the Financial Sector", { "title":"A Preliminary Cyber Ontology for Insider Threats in the Financial Sector",
"authors":[ "authors":[
"Gokhan Kul", "Gökhan Kul",
"Shambhu Upadhyay" "Shambhu Upadhyay"
], ],
"venue":"MIST","year":2015, "venue":"MIST","year":2015,