Grant updates

pull/1/head
Oliver Kennedy 2018-11-20 15:56:58 -05:00
parent 079b7400fd
commit c38313cb7a
4 changed files with 76 additions and 6 deletions

View File

@ -1,4 +1,40 @@
[
{ "title" : "III: SMALL: Constrained, Informed Laziness for Mobile Data Management [This Proposal]",
"agency" : "NSF: CISE: IIS: SMALL",
"role" : "Co-PI",
"amount" : 477250,
"effort" : "50%",
"status" : "submitted",
"start" : "01/01/2020", "end" : "12/31/2022",
"type" : "grant",
"commitment" : { "summer" : "0.25" },
"collaborative" : [
{ "institution" : "Illinois Inst. Tech.",
"pis" : ["Boris Glavic"],
"amount" : 450000
}
]
},
{ "title" : "SAM: complex environments and behavior through adolescence",
"agency" : "NIEHS",
"role" : "CoPI",
"amount" : 1774074,
"effort" : "35%",
"status" : "submitted",
"start" : "07/01/2019",
"end" : "06/30/2042",
"type" : "grant",
"commitment" : { "summer" : 0.25 },
"copis" : [
"Kordas, Katarzyna",
"Elena I. Queirolo",
"Gabriel Barg",
"Colder, Craig",
"Kennedy, Oliver",
"Olson, James",
"Ahmed, Zia"
]
},
{ "title" : "III: MEDIUM: Collaborative Research: U4U - Taming Uncertainty with Uncertainty-Annotated Databases",
"agency" : "NSF: CISE: IIS: MEDIUM",
"role" : "PI",
@ -66,7 +102,7 @@
"amount" : 96684,
"effort" : "100%",
"status" : "accepted",
"start" : "11/2017", "end" : "10/2018",
"start" : "12/2017", "end" : "12/2018",
"type" : "gift",
"supports" : ["William Spoth", "Ting Xie"],
"commitment" : { "summer" : 1 },
@ -179,7 +215,7 @@
"role" : "PI",
"amount" : 89187,
"effort" : "100%",
"status" : "accepted",
"status" : "completed",
"start" : "05/2016", "end" : "05/2017",
"type" : "gift",
"supports" : ["Ying Yang", "Poonam Kumari" ],
@ -194,7 +230,7 @@
"role" : "PI",
"amount" : 100000,
"effort" : "33%",
"status" : "accepted",
"status" : "completed",
"start" : "08/2016", "end" : "08/2017",
"type" : "grant",
"copis" : ["Lukasz Ziarek", "Geoffrey Challen"],
@ -212,7 +248,7 @@
"optional_amount" : 131218,
"total_amount" : 396575,
"effort" : "50%",
"status" : "accepted",
"status" : "completed",
"copis" : ["Moises Sudit"],
"start" : "08/2016", "end" : "12/2017",
"optional_end" : "12/2018",

View File

@ -1,4 +1,32 @@
{
"Ahmed, Zia" : {
"institution" : "University at Buffalo",
"updated" : "2018"
},
"Colder, Craig" : {
"institution" : "University at Buffalo",
"updated" : "2018"
},
"Elena I. Queirolo" : {
"institution" : "University at Buffalo",
"updated" : "2018"
},
"Gabriel Barg" : {
"institution" : "University at Buffalo",
"updated" : "2018"
},
"Kennedy, Oliver" : {
"institution" : "University at Buffalo",
"updated" : "2018"
},
"Kordas, Katarzyna" : {
"institution" : "University at Buffalo",
"updated" : "2018"
},
"Olson, James" : {
"institution" : "University at Buffalo",
"updated" : "2018"
},
"Su Feng" : {
"institution" : "Illinois Institute of Technology",
"updated" : "2018"

View File

@ -8,7 +8,7 @@
],
"venue" : "pVLDB",
"projects" : ["insider-threats"],
"year" : 2018,
"year" : 2019,
"length" : 12,
"urls" : {
"preprint" : "https://odin.cse.buffalo.edu/papers/2018/submitted/VLDB-LogCompression.pdf"
@ -41,6 +41,11 @@
"venue" : "TKDE",
"projects" : ["insider-threats"],
"year" : 2018,
"month" : 12,
"volume" : 30,
"issue" : 12,
"pages" : "2408--2420",
"issn" : "1041-4347",
"length" : 15,
"urls" : {
"preprint" : "https://odin.cse.buffalo.edu/papers/2018/TKDE-QuerySimilarity.pdf",

View File

@ -94,7 +94,8 @@ class NSFConflicts
end
def canonicalize(person)
@meta[person].fetch("canonical", person)
@meta.fetch(person, {"canonical" => person})
.fetch("canonical", person)
end
def full_details(person)