pull/1/head
Oliver Kennedy 2018-10-09 08:32:28 -04:00
parent 0cb06838a5
commit 1b205d9c1b
3 changed files with 12 additions and 8 deletions

View File

@ -1,17 +1,17 @@
[
{ "title" : "III: SMALL: Safer data with Determinism Annotations",
"agency" : "NSF: CISE: IIS: SMALL",
{ "title" : "III: MEDIUM: Collaborative Research: U4U - Taming Uncertainty with Uncertainty-Annotated Databases",
"agency" : "NSF: CISE: IIS: MEDIUM",
"role" : "PI",
"amount" : 250000,
"amount" : 654712,
"effort" : "100%",
"status" : "planned",
"start" : "05/2019", "end" : "05/2021",
"status" : "submitted",
"start" : "06/2019", "end" : "05/2023",
"type" : "grant",
"commitment" : { "summer" : 0.25 },
"commitment" : { "summer" : 0.5 },
"collaborative" : [
{ "institution" : "Illinois Inst. Tech.",
"pis" : ["Boris Glavic"],
"amount" : 250000
"amount" : 450000
}
]
},

View File

@ -1,4 +1,8 @@
{
"Su Feng" : {
"institution" : "Illinois Institute of Technology",
"updated" : "2018"
},
"Barry Smith" : {
"institution" : "University at Buffalo",
"updated" : "2017",

View File

@ -145,7 +145,7 @@ class NSFConflicts
paper_coauthors.map { |name, y| [canonicalize(name), [:pub, y]] }
)
all_collabs
.reduce
.my_reduce
.to_a
.sort_by { |name, collabs| render_name(full_details(name)) }
.each { |name, collabs|