CV cleanup and updates

pull/1/head
Oliver Kennedy 2019-04-23 20:43:05 -04:00
parent 80afa51860
commit 5b7dba3a94
5 changed files with 29 additions and 10 deletions

View File

@ -122,7 +122,7 @@
"individual" : "YES"
},
{ "description" :
"The SIGMOD 2017 paper titled \"Beta Probabilistic Databases: A Scalable Approach to Belief Updating and Parameter Learning\" was invited to submit a Best-Of-SIGMOD extended article to the ACM Transactions on Database Systems Journal.",
"The SIGMOD 2017 paper titled \"Beta Probabilistic Databases: A Scalable Approach to Belief Updating and Parameter Learning\", authored by Oliver's student Niccolo Meneghetti, was accepted for publication as a Best-Of-SIGMOD extended article in the ACM Transactions on Database Systems.",
"year" : 2017,
"type" : "best-paper",
"source" : "SIGMOD",
@ -161,7 +161,8 @@
}
],
"chairs" : [
{ "venue" : "pVLDB", "track" : "Reproducability", "years" : [ 2018 ] }
{ "venue" : "pVLDB", "track" : "Reproducability", "years" : [ 2018 ] },
{ "venue" : "SoCC", "track" : "Scholarship", "years" : [ 2019 ] }
],
"reviewer" : [
{ "venue" : "VLDBJ", "years" : [ 2013, 2017, 2018 ] },
@ -170,7 +171,7 @@
{ "venue" : "CSE", "years" : [ 2015 ] },
{ "venue" : "pVLDB", "track" : "PhD", "years" : [ 2013 ], "pc": true },
{ "venue" : "pVLDB", "track" : "Demo", "years" : [ 2016, 2017 ], "pc": true },
{ "venue" : "pVLDB", "years" : [ 2017, 2018 ], "pc": true },
{ "venue" : "pVLDB", "years" : [ 2017, 2018, 2020 ], "pc": true },
{ "venue" : "SIGMOD", "years" : [ 2015, 2016, 2017, 2019 ], "pc": true },
{ "venue" : "ICDE", "years" : [ 2019 ], "pc" : true },
{ "venue" : "PWEEK", "years" : [ 2016 ], "pc": true },
@ -226,6 +227,13 @@
]
},
"artifacts" : [
{
"name" : "Vizier",
"class" : "software",
"description" : "An interactive data-centric notebook.",
"released" : "01/2018",
"url" : "http://github.com/VizierDB"
},
{
"name" : "Just-in-Time Data Structures",
"class" : "software",

View File

@ -1,9 +1,13 @@
[
{ "venue" : "Department of Computer Science and Engineering, SUNY Buffalo",
"courses" : [
{ "code" : "CSE 662",
"title" : "(planned) Languages and Runtimes for Big Data",
"semester" : "Fall 2019" },
{ "code" : "CSE 4/562",
"enrollment" : 59,
"title" : "Database Systems",
"semester" : "(planned) Spring 2019" },
"semester" : "Spring 2019" },
{ "code" : "CSE 611",
"enrollment" : 46,
"title" : "MS Project Development",

View File

@ -46,7 +46,7 @@
"role" : "CoPI",
"amount" : 1774074,
"effort" : "35%",
"status" : "submitted",
"status" : "rejected",
"start" : "07/01/2019",
"end" : "06/30/2042",
"type" : "grant",

View File

@ -28,7 +28,14 @@
},
"SoCC" : {
"fullname" : "Symposium on Cloud Computing",
"type" : "conference"
"type" : "conference",
"tracks" : {
"Scholarship" : {
"fullname" : "The Symposium on Cloud Computing Travel Scholarship",
"type" : "committee",
"acronym" : "SoCC-Scholarship"
}
}
},
"KAIS" : {
"fullname" : "Knowledge and Information Systems",

View File

@ -350,7 +350,7 @@ class CV < Latex::Builder
grant_categories = [
["Planned Applications", "planned", ["grant", "gift"]],
["Pending Applications", "submitted", ["grant", "gift"]],
["Awarded Grants", "accepted", ["grant"]],
["Active Grants", "accepted", ["grant"]],
["Gifts", "accepted", ["gift"]],
]
grant_categories += [
@ -564,13 +564,13 @@ class CV < Latex::Builder
elsif not sel_data[year].nil?
"#{rate} #{sel_data[year]}"
elsif sel_data["average"].is_a? Numeric
"#{rate} unknown; average rate #{
"#{rate} unknown; average rate for past conferences #{
get_avg_selectivity(record)
}"
elsif not sel_data["average"].nil?
"#{rate} #{sel_data["average"]}"
else
"#{rate} unknown; average rate #{
"#{rate} unknown; average rate for past conferences #{
get_avg_selectivity(record)
}"
end
@ -620,7 +620,7 @@ class CV < Latex::Builder
make_section("Publications and Artifacts"+since_title_subscript(:publications))
center {
print_direct "\\noindent (Students I (co)advise and I are \\textbf{bolded}, my former advisor is \\underline{underlined})"
print_direct "\\noindent Students I advise or co-advise and I are in \\textbf{bold}, my former advisor is \\underline{underlined}"
}
# block("center") do