Updating CV

pull/1/head
Oliver Kennedy 2020-06-30 14:49:39 -04:00
parent 3010545d94
commit 5a259043fe
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
5 changed files with 44 additions and 13 deletions

View File

@ -156,7 +156,7 @@
"Oliver was recognized as a VLDB Distinguished Reviewer for his service on the PC of VLDB 2018",
"year" : 2018,
"type" : "award",
"source" : "UB",
"source" : "pVLDB",
"individual" : "YES"
},
{
@ -166,11 +166,21 @@
"type" : "best-paper",
"source" : "SIGMOD",
"individual" : "NO"
},
{
"description" :
"Oliver was recognized as a Distinguished PC member for SIGMDO 2020",
"year" : 2020,
"type" : "award",
"source" : "SIGMOD",
"individual" : "YES"
}
],
"chairs" : [
{ "venue" : "pVLDB", "track" : "Reproducability", "years" : [ 2018, 2019, 2020 ] },
{ "venue" : "SoCC", "track" : "Scholarship", "years" : [ 2019 ] }
{ "venue" : "pVLDB", "position" : "Reproducability Co-Chair", "years" : [ 2018, 2019, 2020 ] },
{ "venue" : "SoCC", "position" : "Scholarship Co-Chair", "years" : [ 2019 ] },
{ "venue" : "VLDB", "position" : "Technical Co-Chair", "years" : [ 2020 ] }
],
"reviewer" : [
{ "venue" : "VLDBJ", "years" : [ 2013, 2017, 2018 ] },
@ -180,10 +190,10 @@
{ "venue" : "pVLDB", "track" : "PhD", "years" : [ 2013 ], "pc": true },
{ "venue" : "pVLDB", "track" : "Demo", "years" : [ 2016, 2017 ], "pc": true },
{ "venue" : "pVLDB", "years" : [ 2017, 2018, 2020, 2021 ], "pc": true },
{ "venue" : "SIGMOD", "years" : [ 2015, 2016, 2017, 2019, 2020 ], "pc": true },
{ "venue" : "SIGMOD", "years" : [ 2015, 2016, 2017, 2019, 2020, 2021 ], "pc": true },
{ "venue" : "ICDE", "years" : [ 2019 ], "pc" : true },
{ "venue" : "PWEEK", "years" : [ 2016 ], "pc": true },
{ "venue" : "HILDA", "years" : [ 2016, 2017, 2018 ], "pc": true },
{ "venue" : "HILDA", "years" : [ 2016, 2017, 2018, 2019, 2020 ], "pc": true },
{ "venue" : "TOIT", "years" : [ 2016 ] },
{ "venue" : "KAIS", "years" : [ 2017 ] },
{ "venue" : "SoCC", "years" : [ 2017 ], "pc": true },
@ -253,7 +263,7 @@
"class" : "software",
"description" : "An interactive data-centric notebook.",
"released" : "01/2018",
"url" : "http://github.com/VizierDB"
"url" : "https://vizierdb.info"
},
{
"name" : "Just-in-Time Data Structures",

View File

@ -1,10 +1,25 @@
[
{ "title" : "Physical Layout Optimization & Query Transformation for messy JSON collection",
"agency" : "Oracle University Relations",
"role" : "PI",
"amount" : 95635,
"effort" : "100%",
"status" : "accepted",
"start" : "05/2020", "end" : "05/2021",
"type" : "gift",
"projects" : ["mimir", "vizier"],
"supports" : ["William Spoth"],
"commitment" : { "summer" : 1 },
"agency_id" : "liu-2641",
"urls" : {
}
},
{ "title" : "CCRI: Medium: Collaborative Research: Enabling Pocket-Scale Data Management",
"agency" : "NSF: CISE: CCRI",
"role" : "Co-PI",
"amount" : 446215,
"effort" : "50%",
"status" : "submitted",
"status" : "rejected",
"start" : "09/01/2020", "end" : "08/31/2023",
"type" : "grant",
"commitment" : { "summer" : 0.5 },
@ -18,7 +33,7 @@
"role" : "Co-PI",
"amount" : 498375,
"effort" : "50%",
"status" : "submitted",
"status" : "rejected",
"start" : "01/01/2021", "end" : "12/31/2023",
"type" : "grant",
"commitment" : { "summer" : 0.25 },
@ -62,7 +77,7 @@
"role" : "PI",
"amount" : 15000,
"effort" : "100%",
"status" : "accepted",
"status" : "completed",
"start" : "10/01/2019", "end" : "09/30/2020",
"type" : "grant",
"commitment" : { "summer" : 0 }
@ -366,7 +381,7 @@
"role" : "PI",
"amount" : 494274,
"effort" : "50%",
"status" : "accepted",
"status" : "completed",
"copis" : ["Lukasz Ziarek"],
"start" : "07/2016", "end" : "04/2019",
"type" : "grant",

View File

@ -1,5 +1,5 @@
[
{ "talk" : "Just-In-Time Data Structures", "date" : "May. 2017",
{ "talk" : "Just-In-Time Data Structures", "date" : "May. 2019",
"venue" : "University of Waterloo" },
{ "talk" : "Don't Wrangle, Guess Instead (with Mimir)", "date" : "Jan. 2018",
"venue" : "Cornell" },

View File

@ -1,4 +1,8 @@
{
"VLDB" : {
"fullname" : "International Conference on Very Large Data Bases",
"type" : "conference"
},
"IFDS" : {
"fullname" : "Information Fusion and Data Science",
"type" : "chapter"

View File

@ -238,12 +238,14 @@ class CV < Latex::Builder
make_section("Professional Activities")
unless skip? :reviewer
subsection!("Program Comittee Chairships")
subsection!("Chair Positions")
render_one_activity_class(:reviewer, @data["chairs"],
lambda { |r|
position = r["position"]
raise "Position missing from #{r}" unless position
venue = LabMetadata.complete_venue(r)["type"]
raise "Unknown Venue: #{r}" unless venue;
"#{venue.capitalize}: #{LabMetadata.venue_name(r)}"
"#{position.capitalize}: #{LabMetadata.venue_name(r, size: :full)}"
})
subsection!("Program Comittee Member")