Merge branch 'master' of gitlab.odin.cse.buffalo.edu:odin-lab/Website

This commit is contained in:
Oliver Kennedy 2017-07-16 20:25:43 -04:00
commit 285e2b786b
58 changed files with 2280 additions and 156 deletions

View file

@ -111,6 +111,9 @@ site :odin_lab, out: "build" do
add_static("slides", "slides")
## Sub-sites
add_static("subsites/nmeneghetti", "people/niccolo_meneghetti")
end
task :default => [ :odin_lab ]
@ -182,11 +185,11 @@ end
file "okennedy_short.pdf" => "okennedy_short.tex" do
system("pdflatex okennedy_short.tex")
end
file "artifacts/okennedy_collaborators.tsv" => $db.files do
file "artifacts/okennedy_collaborators.txt" => ($db.files + ["lib/nsfconflicts.rb"]) do
NSFConflicts.new("Oliver Kennedy", $db).
render("artifacts/okennedy_collaborators.tsv")
render("artifacts/okennedy_collaborators.txt")
end
task :collab => "artifacts/okennedy_collaborators.tsv"
task :collab => "artifacts/okennedy_collaborators.txt"
file "artifacts/oracle_papers.txt" => [ $db.files, "artifacts", "Rakefile" ].flatten do

View file

@ -2,6 +2,7 @@ body {
padding-top: 50px;
padding-bottom: 30px;
text-align: justify;
min-height: calc(100vh + 1px); /* force scroll bars to always show to avoid changing padding/alignment when going to a page with/without scroll bars */
}
.starter-template {
padding: 40px 15px;

View file

@ -122,13 +122,14 @@
{ "venue" : "TODS", "years" : [ 2015 ] },
{ "venue" : "CSE", "years" : [ 2015 ] },
{ "venue" : "pVLDB", "track" : "PhD", "years" : [ 2013 ] },
{ "venue" : "pVLDB", "track" : "Demo", "years" : [ 2016 ] },
{ "venue" : "pVLDB", "track" : "Demo", "years" : [ 2016, 2017, 2018 ] },
{ "venue" : "pVLDB", "years" : [ 2017, 2018 ] },
{ "venue" : "SIGMOD", "years" : [ 2015, 2016, 2017, 2018 ] },
{ "venue" : "PWEEK", "years" : [ 2016 ] },
{ "venue" : "HILDA", "years" : [ 2016, 2017 ] },
{ "venue" : "TOIT", "years" : [ 2016 ] },
{ "venue" : "KAIS", "years" : [ 2017 ] }
{ "venue" : "KAIS", "years" : [ 2017 ] },
{ "venue" : "SoCC", "years" : [ 2017 ] }
],
"memberships" : [
{ "org" : "ACM", "start" : 2012 },
@ -144,17 +145,17 @@
{ "org" : "LIBERTY Partnerships", "start" : 2013,
"roles" : [
{ "title" : "Summer Mentor", "years" : [2013, 2014] },
{ "title" : "`I Can' Program Volunteer", "years" : [2015, 2016] }
{ "title" : "`I Can' Program Volunteer", "years" : [2015, 2016, 2017] }
]
},
{ "org" : "Coder Dojo Mentor", "years" : [2013, 2014] },
{ "org" : "Science is Elementary Class Leader", "years" : [2014,2015,2016] }
{ "org" : "Science is Elementary Class Leader", "years" : [2014, 2015, 2016] }
],
"service" : {
"general" : [
{ "description" : "WebDB Session Chair", "years" : [ 2013 ] },
{ "description" : "NSF Panel Member", "years" : [ 2014, 2015, 2016 ] },
{ "description" : "SIGMOD Reproducability Committee", "years" : [ 2015, 2016 ] }
{ "description" : "SIGMOD Reproducability Committee", "years" : [ 2015, 2016, 2017 ] }
],
"dept" : [
{ "org" : "Dept. of Comp. Sci. and Eng., University at Buffalo, SUNY",
@ -175,18 +176,6 @@
]
},
"artifacts" : [
{
"name" : "DBToaster",
"class" : "software",
"description" : "A tool that dynamically compiles database engines optimized for any given query workload.",
"released" : "05/2012",
"metrics" : {
"sitevisits" : 4191,
"downloads" : 1032
},
"metricsasof" : "December 10, 2014",
"url" : "http://www.dbtoaster.org"
},
{
"name" : "Just-in-Time Data Structures",
"class" : "software",
@ -201,6 +190,18 @@
"description" : "A probabilistic overlay for database systems",
"url" : "http://mimirdb.info"
},
{
"name" : "DBToaster",
"class" : "software",
"description" : "A tool that dynamically compiles database engines optimized for any given query workload.",
"released" : "05/2012",
"metrics" : {
"sitevisits" : 4191,
"downloads" : 1032
},
"metricsasof" : "December 10, 2014",
"url" : "http://www.dbtoaster.org"
},
{
"name" : "PigOut",
"class" : "software",

View file

@ -1,4 +1,53 @@
[
{ "title" : "Intuitive Data Interpretation",
"agency" : "Oracle University Relations",
"role" : "PI",
"amount" : 96684,
"effort" : "100%",
"status" : "submitted",
"start" : "07/2017", "end" : "06/2018",
"type" : "gift",
"supports" : ["William Spoth"],
"commitment" : { "summer" : 1 },
"urls" : {
}
},
{ "title" : "CAREER: Declarative Uncertainty",
"agency" : "NSF: CISE: IIS: III",
"role" : "PI",
"amount" : 542276,
"effort" : "100%",
"status" : "submitted",
"start" : "01/2018", "end" : "01/2023",
"type" : "grant",
"commitment" : { "summer" : "0,0,¾,1½,1½" },
"supports": ["Poonam Kumari"]
},
{ "title" : "Scalable Unification of Graph Analytics and Reasoning (SUGAR)",
"agency" : "DARPA",
"role" : "Co-I",
"amount" : 114781,
"effort" : "50%",
"status" : "submitted",
"start" : "12/2017", "end" : "05/2021",
"type" : "grant",
"copis" : ["Barry Smith"],
"commitment" : { "summer" : 1 },
"subaward" : [
{ "institution" : "CUBRC",
"pis" : [
"Greg Tauer",
"Michael D. Moskal",
"Steve Hookway",
"Avi Pfeffer",
"Jonathan Logan",
"Ron Rudnicki",
"Justin Del Vecchio",
"Norbert Zinteck"
]
}
]
},
{ "title" : "INgestion, Transformation, Alignment, Association and Curation Technologies (INTACT)",
"agency" : "DARPA",
"role" : "PI",
@ -21,7 +70,7 @@
"role" : "CoPI",
"amount" : 98214,
"effort" : "1%",
"status" : "submitted",
"status" : "rejected",
"start" : "08/2017", "end" : "08/2018",
"type" : "grant",
"copis" : ["Kemper Lewis", "Debabrata Talukdar", "Sara Behdad"],
@ -131,7 +180,7 @@
"role" : "Co-PI",
"effort" : "33%",
"copis" : ["Geoffrey Challen", "Lukasz Ziarek"],
"status" : "accepted",
"status" : "completed",
"amount" : 38656,
"start" : "08/2015", "end" : "07/2016",
"type" : "gift",

View file

@ -8,13 +8,6 @@
"status" : "Senior Research Developer",
"ubit" : "mrb24"
},
"Ying Yang" : {
"status" : "PhD",
"projects" : ["mimir"],
"link" : "http://www.cse.buffalo.edu/~yyang25/",
"ubit" : "yyang25",
"expected" : "Spring 2017"
},
"Ting Xie" : {
"status" : "PhD",
"projects" : ["insider-threats"],
@ -88,6 +81,21 @@
"joint_advisor" : true,
"advisor" : ["Luke Ziarek"],
"ubit" : "gourabmi"
},
"Shivang Aggarwal" : {
"status" : "MS",
"projects" : ["mimir"],
"ubit" : "shivanga"
},
"Darshana Balakrishnan" : {
"status" : "MS",
"projects" : ["astral"],
"ubit" : "dbalakri"
},
"Olivia Alphonce" : {
"status" : "BS",
"projects" : ["mimir"],
"ubit" : "oalphonc"
}
},
"temp-leave" : {
@ -95,11 +103,6 @@
"status" : "BS",
"projects" : ["mimir"]
},
"Patrick Coonan" : {
"status" : "BS/MS",
"projects" : ["insider-threats"],
"ubit" : "pcoonan"
},
"Lakshmi Prasanna Ethiraj" : {
"status" : "BS",
"projects" : ["pocketdata"],
@ -203,11 +206,28 @@
"projects" : ["mimir"],
"ubit" : "niccolom",
"advisor" : ["Jan Chomicki"],
"link" : "http://www.acsu.buffalo.edu/~niccolom/",
"link" : "http://odin.cse.buffalo.edu/people/niccolo_meneghetti/",
"position" : "Software Engineer",
"company" : "HPE/Vertica",
"joint_advisor" : true,
"year" : 2016
},
"Ying Yang" : {
"degree" : "PhD",
"projects" : ["mimir"],
"link" : "http://www.cse.buffalo.edu/~yyang25/",
"ubit" : "yyang25",
"year" : 2017,
"position" : "Software Engineer",
"company" : "Oracle"
},
"Patrick Coonan" : {
"status" : "BS/MS",
"projects" : ["insider-threats"],
"ubit" : "pcoonan",
"year" : 2017,
"position" : "Software Engineer",
"company" : "Roswell Park Cancer Institute"
}
}
}

View file

@ -19,7 +19,9 @@
"length" : 12,
"urls" : {
"paper" : "http://odin.cse.buffalo.edu/papers/2017/SIGMOD-BetaPDBs-final.pdf",
"video" : "https://youtu.be/CbTaDRdTG7s?t=2m56s"
"video" : "https://youtu.be/CbTaDRdTG7s?t=2m56s",
"slides" : "http://odin.cse.buffalo.edu/slides/conference/2017-Niccolo-BetaPDBs.pptx",
"poster" : "http://odin.cse.buffalo.edu/slides/conference/2017-Niccolo-BetaPDBs-poster.ppt"
},
"grants_cited" : [
{ "agency" : "NSF: CISE: SaTC", "agency_id" : "1409551" },

View file

@ -1,4 +1,8 @@
{
"SoCC" : {
"fullname" : "Symposium on Cloud Computing",
"type" : "conference"
},
"KAIS" : {
"fullname" : "Knowledge and Information Systems",
"type" : "journal"

View file

@ -195,14 +195,16 @@ module GemSmith
}
apply { |f|
template = f.fetch(:template, default_template)
f[:dependencies].push(template)
f[:stream].transform_all { |body|
b = binding()
f.each { |k,v| b.local_variable_set(k, v) }
$gemsmith[:now_rendering] = File.join(f[:rel_dir], File.basename(f[:out_path]))
erb[template].result(b)
}
template = f.fetch(:template){ f.fetch("template", default_template) }
if template != "None"
f[:dependencies].push(template)
f[:stream].transform_all { |body|
b = binding()
f.each { |k,v| b.local_variable_set(k, v) }
$gemsmith[:now_rendering] = File.join(f[:rel_dir], File.basename(f[:out_path]))
erb[template].result(b)
}
end
}
end

View file

@ -243,6 +243,10 @@ module LabMetadata
@@publication_erb.result(b)
end
def LabMetadata.render_pubs(publist)
"<dl>\n"+publist.map { |pub| render_pub(pub) }.join("\n")+"\n</dt>"
end
def LabMetadata.info_for_affiliate(name)
info = { "canonical" => name }
while(info.include? "canonical")

View file

@ -35,6 +35,7 @@ class NSFConflicts
}.to_h
)
@shortname = full_details(@me)["ubit"]
@my_data = @data["cv"][@shortname]
end
def grant_co_pis
@data["cv/okennedy/grants"].
@ -129,6 +130,8 @@ class NSFConflicts
end
File.open(target, "w+") do |f|
f.puts("==== TABLE A ====")
f.puts("\t#{@my_data["name"]}\t#{@my_data["work"]["employer"]}")
f.puts("==== TABLE B ====")
full_details(advisors).each do |adv|
f.puts "G:\t#{render_name(adv)}\t#{adv["institution"]}\t#{adv["email"]}"

View file

@ -12,9 +12,34 @@ class NSFCnP
@grants = grants.symbolize_json
end
def NSFCnP::commitment_string(record, category)
# pick out the first commitment field.
commitment =
record
.fetch(:commitment)
.fetch(category, 0)
.to_s
commitment =
case commitment
when String then
commitment
.gsub(/\u00BC/, ".25") # 1/4 symbol
.gsub(/\u00BD/, ".5") # 1/2 symbol
.gsub(/\u00BE/, ".75") # 3/4 symbol
.split(/, */)
when Number then ["#{commitment}"]
when Array then commitment
else raise "Invalid #{category} commitment for #{record[:title]}: '#{commitment}'"
end
(commitment.map { |x| x if x.to_f > 0 }.compact + [0]).first.to_s
end
def render(target)
grants = @grants
pi_name = @me
Prawn::Font::AFM.hide_m17n_warning = true
Prawn::Document.generate(target,
background: "lib/NSFCP.png",
background_scale: 0.5
@ -84,16 +109,16 @@ class NSFCnP
commitment = record.fetch(:commitment)
bounding_box([4.4.in, 0.2.in], width: 0.6.in, height: 0.19.in) do
stroke_bounds if @@debug
text commitment.fetch(:calendar, 0).to_s, align: :center
text NSFCnP::commitment_string(record, :calendar), align: :center
end
bounding_box([5.45.in, 0.2.in], width: 0.55.in, height: 0.19.in) do
stroke_bounds if @@debug
text commitment.fetch(:schoolyear, 0).to_s, align: :center
text NSFCnP::commitment_string(record, :schoolyear), align: :center
end
bounding_box([6.4.in, 0.2.in], width: 1.in, height: 0.19.in) do
stroke_bounds if @@debug
text commitment.fetch(:summer, 0).to_s, align: :center
text NSFCnP::commitment_string(record, :summer), align: :center
end
end
end

View file

@ -13,22 +13,20 @@ links = (
%>
<li class="list-group-item">
<h4 class="list-group-item-heading"><%= pub["title"] %></h4>
<p class="list-group-item-text">
<div class="authors"><%= pub["authors"].map { |author| LabMetadata::link_for author }.join(", ") %></div>
<div class="metadata" style="font-weight: bold;"><span class="venue"><%= pub["venue"] %> <%= pub["year"] %></span>
<%
type = LabMetadata.complete_venue(pub)["type"]
case type
when nil, "conference", "journal" then "ignore"
when "techreport" then %>(Tech Report)<%
else %>(<%= type.capitalize %>)<%
end
%> <span class="paper_links">[ <%= links.join(" | ") %> ]</span>
</div>
<div id="<%=bibtexdiv%>" style="display: none">
<pre class="well" style="margin-left: auto; margin-right: auto; font-size: 8pt;"><%= LabMetadata.bibtex_for pub %></pre>
</div>
</p>
</li>
<dt style="margin-top: 10px"><%= pub["title"] %></dt>
<dd style="padding-left: 10px">
<div class="authors"><%= pub["authors"].map { |author| LabMetadata::link_for author }.join(", ") %></div>
<div class="metadata" style="font-weight: bold;"><span class="venue"><%= pub["venue"] %> <%= pub["year"] %></span>
<%
type = LabMetadata.complete_venue(pub)["type"]
case type
when nil, "conference", "journal" then "ignore"
when "techreport" then %>(Tech Report)<%
else %>(<%= type.capitalize %>)<%
end
%> <span class="paper_links">[ <%= links.join(" | ") %> ]</span>
</div>
<div id="<%=bibtexdiv%>" style="display: none" class="select-on-click">
<pre class="well" style="margin-left: auto; margin-right: auto; margin-top: 10px; font-size: 8pt;"><%= LabMetadata.bibtex_for pub %></pre>
</div>
</dd>

Binary file not shown.

Binary file not shown.

View file

@ -1,6 +1,7 @@
---
title: Overview
---
<div class="logo_text" style="text-align: right; margin-top: 0px; margin-right: 35px; margin-bottom: 20px">
The ODIn Lab @
<img src="<%=asset_path("logos")%>/lab_logo_notext_black.png" width="110" height="110" style="vertical-align: bottom; margin-bottom:-10px"/>

Binary file not shown.

View file

@ -6,15 +6,11 @@ title: Publications
<div class="paper_list">
<% $db["publications"].map { |pub| [pub["year"].to_i, pub] }.reduce.each do |year, pubs| %>
<div class="panel">
<div class="panel-heading">
<center><h2><%= year %></h2></center>
</div><div class="panel-body">
<% pubs.each do |pub|
if pub.fetch("visible", true) %>
<%= LabMetadata.render_pub pub %>
<% end %>
<% end %>
</div>
<div class="panel-heading">
<center><h2><%= year %></h2></center>
</div><div class="panel-body">
<%= LabMetadata.render_pubs(pubs.clone.keep_if { |pub| pub.fetch("visible", true) }) %>
</div>
</div>
<% end %>
</div>

View file

@ -19,7 +19,11 @@ title: Members and Affiliates
<h1>Alumni</h1>
<% $db["lab/alumni"].each do |name, data| %>
<div class="person">
<%= name %>
<% if data["link"] %>
<a href='<%= data["link"] %>'><%= name %></a>
<% else %>
<%= name %>
<% end %>
<span class="affiliation"><%= data["degree"] %>; <%= data["year"] %>; <%= data["position"] %> @ <%= data["company"] %></span>
</div>
<% end %>

View file

@ -3,15 +3,17 @@ title: Oliver Kennedy
github: okennedy
twitter: xthemage
scholar: 9Q9tiCsAAAAJ
dblp: hd/k/Kennedy:Oliver
cv: http://odin.cse.buffalo.edu/artifacts/okennedy.pdf
pic: ../assets/people/oliver.jpg
pic_w: 230
pic_h: 346
pic:
file: ../assets/people/oliver.jpg
width: 230
height: 346
---
Oliver Kennedy is an Assistant Professor at the University at Buffalo. Oliver's primary area of research is Databases, although his research interests frequently cross over into Programming Languages and Datastructures. His work focuses on self-service analytics, making databases, schema design, and physical layout decisions more approachable. Through real-world usage metrics gathered from industry collaborations and the use of real-world testbeds, Oliver's work aims to address the practical problems faced by database users everywhere.
Oliver Kennedy is an Assistant Professor at the University at Buffalo. Oliver's primary area of research is Databases, although his research interests frequently cross over into Programming Languages and Datastructures. His work focuses on self-service analytics, making messy data, schema design, and physical layout decisions more approachable. Through real-world usage metrics gathered from industry collaborations and the use of real-world testbeds, Oliver's work aims to address the practical problems faced by data consumers everywhere. His projects include a UI for ad-hoc cleaning and analytics called <a href="http://www.mimirdb.info">Mimir</a> and a universal, <a href="/research/astral/index.html">Just In-Time Datastructure</a>.
Oliver is a graduate of <a href="http://www.cscornell.edu">Cornell University</a>, where he developed a powerful tool for compiling highly specialized database engines called <a href="http://www.dbtoaster.org">DBToaster</a>. DBToaster was featured in The VLDB Journal's issue on the best papers of VLDB 2012. Oliver continued these efforts as a Postdoc at <a href="http://data.epfl.ch">The DATA lab</a> at <a href="http://www.epfl.ch">EPFL</a>.
Oliver is a graduate of <a href="http://www.cscornell.edu">Cornell University</a>, where he developed <a href="http://www.dbtoaster.org">DBToaster</a>, a tool for compiling specialized database engines. DBToaster was featured in The VLDB Journal's issue on the best papers of VLDB 2012. Oliver continued his work on DBToaster as a Postdoc at <a href="http://data.epfl.ch">The DATA lab</a> at <a href="http://www.epfl.ch">EPFL</a>.
In addition to his research efforts, Oliver can be found participating in outreach programs through <a href="http://libertypartnerships.com/">The LIBERTY Partnerships</a> and UB's branch of <a href="http://www.elementaryschoolscience.org">Science is Elementary</a>, studying Western Martial Arts disciplines including Capo Ferro, or cooking with his awesome wife Chris.
In addition to his research efforts, Oliver can be found participating in outreach programs through <a href="http://libertypartnerships.com/">The LIBERTY Partnerships</a>, studying Western Martial Arts disciplines including Capo Ferro, or cooking with his awesome wife Chris.

View file

@ -24,11 +24,7 @@ title: ASTral
</ul>
<h2>Publications</h2>
<ul class="paper_list">
<% $db["publications"].
where { |pub| pub.fetch("projects", []).include? "astral" }.
each do |pub| %>
<%= LabMetadata.render_pub(pub) %>
<% end %>
</ul>
<%= LabMetadata.render_pubs(
$db["publications"].
where { |pub| pub.fetch("projects", []).include? "astral" }
) %>

View file

@ -22,12 +22,6 @@ The PocketData project explores how smartphones make use of embedded databases i
------
## <center><a href="http://blue.cse.buffalo.edu/projects/maybe/"><tt>maybe</tt> Statements</a></center>
One of the reasons programming mobile systems is so hard is the uncertainty created by the wide variety of environments a typical app encounters at runtime. Programmers should not be forced to make choices about runtime environments at development time. The Maybe project aims to create an infrastructure that developers can use to analyze and optimize program behavior __after__ it enters the wild.
------
<h1 style="margin-top:60px; margin-bottom:40px;">Older Projects</h1>
## <center><a href="http://www.dbtoaster.org"><img src="../assets/logos/dbtoaster-logo.gif" alt="dbtoaster-logo" width="174" height="80" /></a></center>

View file

@ -22,11 +22,10 @@ datasets:
<h2>Publications</h2>
<ul class="paper_list">
<% $db["publications"].
where { |pub| pub.fetch("projects", []).include? "insider-threats" }.
each do |pub| %>
<%= LabMetadata.render_pub(pub) %>
<% end %>
<%= LabMetadata.render_pubs(
$db["publications"].
where { |pub| pub.fetch("projects", []).include? "insider-threats" }
) %>
</ul>
<hr />

View file

@ -1,19 +1,6 @@
---
title: Mimir
acronym: Modular Interface for Managing Incomplete Records
pageLinks:
- id: pageTop
title: Mimir
- id: what
title: What is Mimir?
- id: how
title: Using Mimir
- id: who
title: Who Are We?
- id: downloads
title: Downloads
- id: research
title: For Researchers
---
<a href="https://github.com/UBOdin/mimir"><img style="position: absolute; top: 30; right: 0; border: 0;" class="img-responsive" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
@ -29,7 +16,7 @@ pageLinks:
</div>
<p class="lead">Mimir is about getting you to your analysis as fast as possible. It lets you harness the raw power of SQL, StackOverflow's <a href="https://insights.stackoverflow.com/survey/2016#technology">second-most popular</a> language for 4 years running. Mimir then adds a ton of powerful SQL extensions designed to dealing with messy data easier:
<div class="row">
<div class="row show-grid">
<div class="col-sm-6 col-md-4">
<div class="thumbnail">
<a href="screenshots/cli_load.png" class="thumbnail">
@ -74,23 +61,32 @@ pageLinks:
<h2 id="how">Documentation</h2>
<ul>
<h4>If you want to use Mimir...</h4>
<ul>
<h5><a href="https://github.com/UBOdin/mimir/blob/master/README.md#quick-start">Get Mimir</a></h5>
<h5><a href="whitepaper.html">5 minute overview</a></h5>
<h5><a href="https://github.com/UBOdin/mimir/wiki/Mimir-SQL">Mimir SQL</a></h5>
<h5><a href="https://github.com/UBOdin/mimir/wiki/Lenses-and-Adaptive-Schemas">Mimir's Lenses</a></h5>
</ul>
<h4>If you want to hack on Mimir...</h4>
<ul>
<h5><a href="https://github.com/UBOdin/mimir/wiki/Development">Setting Up a Dev Environment</a></h5>
<h5><a href="https://github.com/UBOdin/mimir/wiki/Concepts">Conceptual Introduction to Mimir</a></h5>
<h5><a href="https://github.com/UBOdin/mimir/wiki/Web%20Interface">Conceptual Introduction to the UI</a></h5>
<h5><a href="http://doc.odin.cse.buffalo.edu/mimir">ScalaDocs</a></h5>
<h5><a href="https://github.com/UBOdin/mimir/issues">Issue Tracker</a></h5>
</ul>
</ul>
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<center><h4>If you want to use Mimir...</h4>
<h5><a href="https://github.com/UBOdin/mimir/blob/master/README.md#quick-start">Get Mimir</a></h5>
<h5><a href="whitepaper.html">5 minute overview</a></h5>
<h5><a href="https://github.com/UBOdin/mimir/wiki/Mimir-SQL">Mimir SQL</a></h5>
<h5><a href="https://github.com/UBOdin/mimir/wiki/Lenses-and-Adaptive-Schemas">Mimir's Lenses</a></h5>
</center>
</div>
<div class="col-md-4">
<center><h4>If you're having problems...</h4>
<h5><a href="https://github.com/UBOdin/mimir/issues">Issue Tracker</a></h5>
</center>
</div>
<div class="col-md-4">
<center><h4>If you want to hack on Mimir...</h4>
<h5><a href="https://github.com/UBOdin/mimir/wiki/Development">Setting Up a Dev Environment</a></h5>
<h5><a href="https://github.com/UBOdin/mimir/wiki/Concepts">Conceptual Introduction to Mimir</a></h5>
<h5><a href="https://github.com/UBOdin/mimir/wiki/Web%20Interface">Conceptual Introduction to the UI</a></h5>
<h5><a href="http://doc.odin.cse.buffalo.edu/mimir">ScalaDocs</a></h5>
<h5><a href="https://github.com/UBOdin/mimir/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3A%22ramp-up%20project%22%20no%3Aassignee%20-label%3A%22Claimed%22%20-label%3A%22Awaiting%20Merge%22%20">Easy Projects to Start With</a></h5>
</center>
</div>
</div>
</div>
<hr/>
@ -119,13 +115,9 @@ pageLinks:
<hr/>
<h2>Publications</h2>
<div class="paper_list">
<% $db["publications"].
where { |pub| pub.fetch("projects", []).include? "mimir" }.
where { |pub| case LabMetadata::complete_venue(pub)["type"] when "conference", "journal", "workshop" then true else false end }.
sort { |a, b| b["year"].to_i <=> a["year"].to_i }.
take(10).
each do |pub| %>
<%= LabMetadata.render_pub(pub) %>
<% end %>
</div>
<%= LabMetadata.render_pubs(
$db["publications"].
where { |pub| pub.fetch("projects", []).include? "mimir" }.
where { |pub| case LabMetadata::complete_venue(pub)["type"] when "conference", "journal", "workshop" then true else false end }.
sort { |a, b| b["year"].to_i <=> a["year"].to_i }.
take(10)) %>

View file

@ -21,14 +21,10 @@ title: PocketData
<hr />
<h2>Publications</h2>
<ul class="paper_list">
<% $db["publications"].
where { |pub| pub.fetch("projects", []).include? "pocketdata" }.
each do |pub| %>
<%= LabMetadata.render_pub(pub) %>
<% end %>
</ul>
<%= LabMetadata.render_pubs(
$db["publications"].
where { |pub| pub.fetch("projects", []).include? "pocketdata" }
) %>
<h2>Resources</h2>

View file

@ -39,10 +39,10 @@ schedule:
Amol Deshpande is a Professor in the Department of Computer Science at the University of Maryland with a joint appointment in the University of Maryland Institute for Advanced Computer Studies (UMIACS). He received his Ph.D. from University of California at Berkeley in 2004.  His research interests include uncertain data management, adaptive query processing, data streams, graph analytics, and sensor networks. He is a recipient of an NSF Career award, and has received best paper awards at the VLDB 2004, EWSN 2008, and VLDB 2009 conferences.
who: Amol Deshpande
where: Davis 113A
- when: May 25; Time TBD
- when: May 25; 2:30 PM
what: Software Synthesis for Networks
who: Hossein Hojjat
where: Location TBD
where: Davis 113A
details:
abstract: |
Although Software-Defined Networking (SDN) makes it possible to build rich applications in software, programmers nowadays are forced to deal with numerous low-level details such as debugging a network configuration that has a bug.
@ -51,6 +51,36 @@ schedule:
(Joint work with Nate Foster (Cornell University), Pavol Cerny (University of Colorado at Boulder), Jedidiah McClurg (University of Colorado at Boulder), Philipp Ruemmer (Uppsala University))
bio: |
Hossein Hojjat is an assistant professor in the Computer Science department at the Rochester Institute of Technology (RIT). Before joining RIT, he was a postdoctoral researcher at Cornell University. He earned a PhD in Computer Science from EPFL in 2013. His research interests center on program synthesis and computer-aided verification.
- when: June 16; 3:00 PM
what: Software Development as a Writing Seminar
who: Walker White
where: Davis 113A
details:
abstract: |
The game design courses at Cornell put students together in interdiscplinary teams
of software developers, artists, and other domain experts to produce a shippable game.
As part of this process, the students develop professional skills such as writing and
presenting for various audiences, the development and maintenance of highly functional
teams, and proper project management. As a result, these courses are highly regarded by
employers, even those outside of the games industry.<br/>
We have found that core feature for developing student professional skills is an intense
cycle of documentation. Cooperating with the Engineering Communications program, we have
structured these courses as a writing seminar. While the students develop their games,
they also produce multiple design-related documents. Furthermore, they revise these
documents multiple times in response to instructor feedback.<br/>
In this talk, we provide an overview of this documentation process and show how it
works to strengthen student teams and professional skills. This will include our design
of the documents themselves, as we have to balance deep planning with agile development
during these fast-moving courses. We also discuss the importance of shifting the document
audience -- from developer, to designer, to investor, to player -- in helping the students
communicate between the various disciplines on their team. Finally, we talk about our
assessment process, and how we work together with the Engineering Communication Program
to provide the students with effective feedback.
bio: |
Walker White is a Senior Lecturer and Stephen H. Weiss Teaching Fellow in the Department
of Computer Science at Cornell University. Since 2007 he has been the Director of the
Game Design Initiative at Cornell, which supports an interdisciplinary minor in game
design and development. He has won several teaching awards for his work in this program.
---
<p>The UBDB seminar meets on Mondays at TBD, typically in TBD. Subscribe to <a href="https://listserv.buffalo.edu/cgi-bin/wa?A0=cse-database-list">cse-database-list</a> for more details.</p>

View file

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>404 Page not found &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/poole.css">
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/syntax.css">
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/favicon.png">
<link href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/index.xml" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class="">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/">Home</a> </li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/about.html"> About Me </a></li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/publications.html"> Publications </a></li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/teaching.html"> Teaching </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<h1>404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/">Head back home</a> to try finding it again.</p>
</div>
</body>
</html>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View file

@ -0,0 +1,76 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>About Me &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/poole.css">
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/syntax.css">
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/favicon.png">
<link href="" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/">Home</a> </li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/about.html"> About Me </a></li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/publications.html"> Publications </a></li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/teaching.html"> Teaching </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<div class="post">
<h1>About Me</h1>
<p>I have completed my PhD at SUNY Buffalo, in the <a href="http://www.cse.buffalo.edu">Department of Computer Science and Engineering</a>, under the supervision of <a href="http://www.cse.buffalo.edu/~chomicki/">Dr. Jan Chomicki</a> and <a href="http://odin.cse.buffalo.edu/people/oliver_kennedy.html">Dr. Oliver Kennedy</a>.</p>
<p>In September 2016 I joined <a href="https://www.vertica.com/">Vertica</a>.</p>
<h1 id="contact-information">Contact Information</h1>
<pre><code>email: niccolom 'at' buffalo 'dot' edu
</code></pre>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,76 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>About Me &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/poole.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/syntax.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="file:///home/ni/projects/mysite03/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="file:///home/ni/projects/mysite03/public/favicon.png">
<link href="" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="file:///home/ni/projects/mysite03/public/"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="file:///home/ni/projects/mysite03/public/">Home</a> </li>
<li><a href="file:///home/ni/projects/mysite03/public/about/"> About Me </a></li>
<li><a href="file:///home/ni/projects/mysite03/public/publications/"> Publications </a></li>
<li><a href="file:///home/ni/projects/mysite03/public/teaching/"> Teaching </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<div class="post">
<h1>About Me</h1>
<p>I completed my PhD at SUNY Buffalo, in the <a href="http://www.cse.buffalo.edu">Department of Computer Science and Engineering</a>, under the supervision of <a href="http://www.cse.buffalo.edu/~chomicki/">Dr. Jan Chomicki</a> and <a href="http://odin.cse.buffalo.edu/people/oliver_kennedy.html">Dr. Oliver Kennedy</a>.</p>
<p>In September 2016 I joined <a href="https://www.vertica.com/">Vertica</a>.</p>
<h1 id="contact-information">Contact Information</h1>
<pre><code>email: niccolom 'at' buffalo 'dot' edu
</code></pre>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Development &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/poole.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/syntax.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="file:///home/ni/projects/mysite03/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="file:///home/ni/projects/mysite03/public/favicon.png">
<link href="file:///home/ni/projects/mysite03/public/categories/development/index.xml" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="file:///home/ni/projects/mysite03/public"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="file:///home/ni/projects/mysite03/public/">Home</a> </li>
<li><a href="file:///home/ni/projects/mysite03/public/about/"> about </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<ul class="posts">
<li>
<span><a href="#ZgotmplZ">about</a> <time class="pull-right post-list">Sat, Jun 3, 2017</time></span>
</li>
</ul>
</div>
</body>
</html>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Development on Niccolò Meneghetti</title>
<link>file:///home/ni/projects/mysite03/public/categories/development/</link>
<description>Recent content in Development on Niccolò Meneghetti</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 03 Jun 2017 10:47:22 -0400</lastBuildDate>
<atom:link href="file:///home/ni/projects/mysite03/public/categories/development/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>about</title>
<link>file:///home/ni/projects/mysite03/public/about/</link>
<pubDate>Sat, 03 Jun 2017 10:47:22 -0400</pubDate>
<guid>file:///home/ni/projects/mysite03/public/about/</guid>
<description></description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Golang &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/poole.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/syntax.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="file:///home/ni/projects/mysite03/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="file:///home/ni/projects/mysite03/public/favicon.png">
<link href="file:///home/ni/projects/mysite03/public/categories/golang/index.xml" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="file:///home/ni/projects/mysite03/public"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="file:///home/ni/projects/mysite03/public/">Home</a> </li>
<li><a href="file:///home/ni/projects/mysite03/public/about/"> about </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<ul class="posts">
<li>
<span><a href="#ZgotmplZ">about</a> <time class="pull-right post-list">Sat, Jun 3, 2017</time></span>
</li>
</ul>
</div>
</body>
</html>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Golang on Niccolò Meneghetti</title>
<link>file:///home/ni/projects/mysite03/public/categories/golang/</link>
<description>Recent content in Golang on Niccolò Meneghetti</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 03 Jun 2017 10:47:22 -0400</lastBuildDate>
<atom:link href="file:///home/ni/projects/mysite03/public/categories/golang/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>about</title>
<link>file:///home/ni/projects/mysite03/public/about/</link>
<pubDate>Sat, 03 Jun 2017 10:47:22 -0400</pubDate>
<guid>file:///home/ni/projects/mysite03/public/about/</guid>
<description></description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Niccolò Meneghetti</title>
<link>http://odin.cse.buffalo.edu/nmeneghetti/categories.html</link>
<description>Recent content in Categories on Niccolò Meneghetti</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="http://odin.cse.buffalo.edu/nmeneghetti/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -0,0 +1,258 @@
/*
* __ __
* /\ \ /\ \
* \ \ \___ __ __ \_\ \ __
* \ \ _ `\/\ \/\ \ /'_` \ /'__`\
* \ \ \ \ \ \ \_\ \/\ \_\ \/\ __/
* \ \_\ \_\/`____ \ \___,_\ \____\
* \/_/\/_/`/___/> \/__,_ /\/____/
* /\___/
* \/__/
*
* Designed, built, and released under MIT license by @mdo. Learn more at
* https://github.com/poole/hyde.
*/
/*
* Contents
*
* Global resets
* Sidebar
* Container
* Reverse layout
* Themes
*/
/*
* Global resets
*
* Update the foundational and global aspects of the page.
*
* font-family: "PT Sans", Helvetica, Arial, sans-serif;
*
*/
html {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
/* font-family: "Raleway", sans-serif; */
}
@media (min-width: 48em) {
html {
font-size: 16px;
}
}
@media (min-width: 58em) {
html {
font-size: 20px;
}
}
/*
* Sidebar
*
* Flexible banner for housing site name, intro, and "footer" content. Starts
* out above content in mobile and later moves to the side with wider viewports.
*/
.sidebar {
text-align: center;
padding: 2em 1em;
color: rgba(255,255,255,.5);
background-color: #202020;
line-height: 3;
}
@media (min-width: 48em) {
.sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 20em;
text-align: right;
line-height: 3;
}
}
/* Sidebar links */
.sidebar a {
color: #fff;
}
/* About section Abril Fatface Sans PT */
.sidebar-about h1 {
color: #fff;
margin-top: 0;
font-family: "Sans PT", serif;
font-size: 2.5em;
}
/* Sidebar nav */
.sidebar-nav {
margin-top: 2em;
margin-bottom: 2em;
padding-left: 0;
list-style: none;
}
.sidebar-nav-item {
display: block;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
text-decoration: underline;
}
.sidebar-nav-item.active {
font-weight: bold;
}
/* Sticky sidebar
*
* Add the `sidebar-sticky` class to the sidebar's container to affix it the
* contents to the bottom of the sidebar in tablets and up.
*/
@media (min-width: 48em) {
.sidebar-sticky {
position: absolute;
right: 1em;
top: 1em;
left: 1em;
}
}
/* Container
*
* Align the contents of the site above the proper threshold with some margin-fu
* with a 25%-wide `.sidebar`.
*/
.content {
padding-top: 4em;
padding-bottom: 4em;
}
@media (min-width: 48em) {
.content {
max-width: 38em;
margin-left: 20em;
margin-right: 2em;
}
}
@media (min-width: 64em) {
.content {
margin-left: 22em;
margin-right: 4em;
}
}
/*
* Reverse layout
*
* Flip the orientation of the page by placing the `.sidebar` on the right.
*/
@media (min-width: 48em) {
.layout-reverse .sidebar {
left: auto;
right: 0;
}
.layout-reverse .content {
margin-left: 2em;
margin-right: 20em;
}
}
@media (min-width: 64em) {
.layout-reverse .content {
margin-left: 4em;
margin-right: 22em;
}
}
/*
* Themes
*
* As of v1.1, Hyde includes optional themes to color the sidebar and links
* within blog posts. To use, add the class of your choosing to the `body`.
*/
/* Base16 (http://chriskempson.github.io/base16/#default) */
/* Red */
.theme-base-08 .sidebar {
background-color: #ac4142;
}
.theme-base-08 .content a,
.theme-base-08 .related-posts li a:hover {
color: #ac4142;
}
/* Orange */
.theme-base-09 .sidebar {
background-color: #d28445;
}
.theme-base-09 .content a,
.theme-base-09 .related-posts li a:hover {
color: #d28445;
}
/* Yellow */
.theme-base-0a .sidebar {
background-color: #f4bf75;
}
.theme-base-0a .content a,
.theme-base-0a .related-posts li a:hover {
color: #f4bf75;
}
/* Green */
.theme-base-0b .sidebar {
background-color: #90a959;
}
.theme-base-0b .content a,
.theme-base-0b .related-posts li a:hover {
color: #90a959;
}
/* Cyan */
.theme-base-0c .sidebar {
background-color: #75b5aa;
}
.theme-base-0c .content a,
.theme-base-0c .related-posts li a:hover {
color: #75b5aa;
}
/* Blue */
.theme-base-0d .sidebar {
background-color: #6a9fb5;
}
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
color: #6a9fb5;
}
/* Magenta */
.theme-base-0e .sidebar {
background-color: #aa759f;
}
.theme-base-0e .content a,
.theme-base-0e .related-posts li a:hover {
color: #aa759f;
}
/* Brown */
.theme-base-0f .sidebar {
background-color: #8f5536;
}
.theme-base-0f .content a,
.theme-base-0f .related-posts li a:hover {
color: #8f5536;
}

View file

@ -0,0 +1,413 @@
/*
* ___
* /\_ \
* _____ ___ ___\//\ \ __
* /\ '__`\ / __`\ / __`\\ \ \ /'__`\
* \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/
* \ \ ,__/\ \____/\ \____//\____\ \____\
* \ \ \/ \/___/ \/___/ \/____/\/____/
* \ \_\
* \/_/
*
* Designed, built, and released under MIT license by @mdo. Learn more at
* https://github.com/poole/poole.
*/
/*
* Contents
*
* Body resets
* Custom type
* Messages
* Container
* Masthead
* Posts and pages
* Pagination
* Reverse layout
* Themes
*/
/*
* Body resets
*
* Update the foundational and global aspects of the page.
*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
}
/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
}
@media (min-width: 38em) {
html {
font-size: 20px;
}
}
body {
color: #515151;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/* No `:visited` state is required by default (browsers will use `a`) */
a {
color: #268bd2;
text-decoration: none;
}
/* `:focus` is linked to `:hover` for basic accessibility */
a:hover,
a:focus {
text-decoration: underline;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
margin-bottom: .5em;
font-weight: bold;
line-height: 1.25;
color: #313131;
text-rendering: optimizeLegibility;
}
h1 {
font-size: 2em;
}
h2 {
margin-top: 1em;
font-size: 1.5em;
}
h3 {
margin-top: 1.5em;
font-size: 1.25em;
}
h4, h5, h6 {
margin-top: 1em;
font-size: 1em;
}
/* Body text */
p {
margin-top: 0;
margin-bottom: 1em;
}
strong {
color: #303030;
}
/* Lists */
ul, ol, dl {
margin-top: 0;
margin-bottom: 1em;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: .5em;
}
/* Misc */
hr {
position: relative;
margin: 1.5em 0;
border: 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #fff;
}
abbr {
font-size: 85%;
font-weight: bold;
color: #555;
text-transform: uppercase;
}
abbr[title] {
cursor: help;
border-bottom: 1px dotted #e5e5e5;
}
/* Code */
code,
pre {
font-family: Menlo, Monaco, "Courier New", monospace;
}
code {
padding: .25em .5em;
font-size: 85%;
color: #bf616a;
background-color: #f9f9f9;
border-radius: 3px;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1em;
padding: 1em;
font-size: .8em;
line-height: 1.4;
white-space: pre;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
background-color: #f9f9f9;
}
pre code {
padding: 0;
font-size: 100%;
color: inherit;
background-color: transparent;
}
.highlight {
margin-bottom: 1em;
border-radius: 4px;
}
.highlight pre {
margin-bottom: 0;
}
/* Quotes */
blockquote {
padding: .5em 1em;
margin: .8em 0;
color: #7a7a7a;
border-left: .25em solid #e5e5e5;
}
blockquote p:last-child {
margin-bottom: 0;
}
@media (min-width: 30em) {
blockquote {
padding-right: 5em;
padding-left: 1.25em;
}
}
img {
display: block;
margin: 0 0 1em;
border-radius: 5px;
max-width: 100%;
}
img.displayed {
display: block;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
margin-left: auto;
margin-right: auto;
vertical-align: middle;
}
/* Tables */
table {
margin-bottom: 1em;
width: 100%;
border: 1px solid #e5e5e5;
border-collapse: collapse;
}
td,
th {
padding: .25em .5em;
border: 1px solid #e5e5e5;
}
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
background-color: #f9f9f9;
}
/*
* Custom type
*
* Extend paragraphs with `.lead` for larger introductory text.
*/
.lead {
font-size: 1.25em;
font-weight: 300;
}
/*
* Messages
*
* Show alert messages to users. You may add it to single elements like a `<p>`,
* or to a parent if there are multiple elements to show.
*/
.message {
margin-bottom: 1em;
padding: 1em;
color: #717171;
background-color: #f9f9f9;
}
/*
* Container
*
* Center the page content.
*/
.container {
max-width: 38em;
padding-left: 1em;
padding-right: 1em;
margin-left: auto;
margin-right: auto;
}
/*
* Masthead
*
* Super small header above the content for site name and short description.
*/
.masthead {
padding-top: 1em;
padding-bottom: 1em;
margin-bottom: 3em;
}
.masthead-title {
margin-top: 0;
margin-bottom: 0;
color: #505050;
}
.masthead-title a {
color: #505050;
}
.masthead-title small {
font-size: 75%;
font-weight: 400;
color: #c0c0c0;
letter-spacing: 0;
}
/*
* Posts and pages
*
* Each post is wrapped in `.post` and is used on default and post layouts. Each
* page is wrapped in `.page` and is only used on the page layout.
*/
.page,
.post {
margin-bottom: 4em;
}
/* Blog post or page title */
.page-title,
.post-title,
.post-title a {
color: #303030;
}
.page-title,
.post-title {
margin-top: 0;
}
/* Meta data line below post title */
.post-date {
display: block;
margin-top: -.5em;
margin-bottom: 1em;
color: #9a9a9a;
}
/* Related posts */
.related {
padding-top: 2em;
padding-bottom: 2em;
border-top: 1px solid #eee;
}
.related-posts {
padding-left: 0;
list-style: none;
}
.related-posts h3 {
margin-top: 0;
}
.related-posts li small {
font-size: 75%;
color: #999;
}
.related-posts li a:hover {
color: #268bd2;
text-decoration: none;
}
.related-posts li a:hover small {
color: inherit;
}
/*
* Pagination
*
* Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
* there are no more previous or next posts to show.
*/
.pagination {
overflow: hidden; /* clearfix */
margin-left: -1em;
margin-right: -1em;
font-family: "PT Sans", Helvetica, Arial, sans-serif;
color: #ccc;
text-align: center;
}
/* Pagination items can be `span`s or `a`s */
.pagination-item {
display: block;
padding: 1em;
border: 1px solid #eee;
}
.pagination-item:first-child {
margin-bottom: -1px;
}
/* Only provide a hover state for linked pagination items */
a.pagination-item:hover {
background-color: #f5f5f5;
}
@media (min-width: 30em) {
.pagination {
margin: 3em 0;
}
.pagination-item {
float: left;
width: 50%;
}
.pagination-item:first-child {
margin-bottom: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination-item:last-child {
margin-left: -1px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
}

View file

@ -0,0 +1,66 @@
.hll { background-color: #ffffcc }
/*{ background: #f0f3f3; }*/
.c { color: #999; } /* Comment */
.err { color: #AA0000; background-color: #FFAAAA } /* Error */
.k { color: #006699; } /* Keyword */
.o { color: #555555 } /* Operator */
.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
.cp { color: #009999 } /* Comment.Preproc */
.c1 { color: #999; } /* Comment.Single */
.cs { color: #999; } /* Comment.Special */
.gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #FF0000 } /* Generic.Error */
.gh { color: #003300; } /* Generic.Heading */
.gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
.go { color: #AAAAAA } /* Generic.Output */
.gp { color: #000099; } /* Generic.Prompt */
.gs { } /* Generic.Strong */
.gu { color: #003300; } /* Generic.Subheading */
.gt { color: #99CC66 } /* Generic.Traceback */
.kc { color: #006699; } /* Keyword.Constant */
.kd { color: #006699; } /* Keyword.Declaration */
.kn { color: #006699; } /* Keyword.Namespace */
.kp { color: #006699 } /* Keyword.Pseudo */
.kr { color: #006699; } /* Keyword.Reserved */
.kt { color: #007788; } /* Keyword.Type */
.m { color: #FF6600 } /* Literal.Number */
.s { color: #d44950 } /* Literal.String */
.na { color: #4f9fcf } /* Name.Attribute */
.nb { color: #336666 } /* Name.Builtin */
.nc { color: #00AA88; } /* Name.Class */
.no { color: #336600 } /* Name.Constant */
.nd { color: #9999FF } /* Name.Decorator */
.ni { color: #999999; } /* Name.Entity */
.ne { color: #CC0000; } /* Name.Exception */
.nf { color: #CC00FF } /* Name.Function */
.nl { color: #9999FF } /* Name.Label */
.nn { color: #00CCFF; } /* Name.Namespace */
.nt { color: #2f6f9f; } /* Name.Tag */
.nv { color: #003333 } /* Name.Variable */
.ow { color: #000000; } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #FF6600 } /* Literal.Number.Float */
.mh { color: #FF6600 } /* Literal.Number.Hex */
.mi { color: #FF6600 } /* Literal.Number.Integer */
.mo { color: #FF6600 } /* Literal.Number.Oct */
.sb { color: #CC3300 } /* Literal.String.Backtick */
.sc { color: #CC3300 } /* Literal.String.Char */
.sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
.s2 { color: #CC3300 } /* Literal.String.Double */
.se { color: #CC3300; } /* Literal.String.Escape */
.sh { color: #CC3300 } /* Literal.String.Heredoc */
.si { color: #AA0000 } /* Literal.String.Interpol */
.sx { color: #CC3300 } /* Literal.String.Other */
.sr { color: #33AAAA } /* Literal.String.Regex */
.s1 { color: #CC3300 } /* Literal.String.Single */
.ss { color: #FFCC33 } /* Literal.String.Symbol */
.bp { color: #336666 } /* Name.Builtin.Pseudo */
.vc { color: #003333 } /* Name.Variable.Class */
.vg { color: #003333 } /* Name.Variable.Global */
.vi { color: #003333 } /* Name.Variable.Instance */
.il { color: #FF6600 } /* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt { color: #999; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Niccolò Meneghetti</title>
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/poole.css">
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/syntax.css">
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/favicon.png">
<link href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/index.xml" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body>
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/">Home</a> </li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/about.html"> About Me </a></li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/publications.html"> Publications </a></li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/teaching.html"> Teaching </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<img class="displayed" src="UB_BLK.jpg" alt="UB logo" width="80%" align="middle"/>
</div>
</body>
</html>

View file

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Niccolò Meneghetti</title>
<link>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/</link>
<description>Recent content on Niccolò Meneghetti</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Wed, 01 Apr 2015 18:49:17 -0400</lastBuildDate>
<atom:link href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Teaching</title>
<link>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/teaching.html</link>
<pubDate>Wed, 01 Apr 2015 18:49:17 -0400</pubDate>
<guid>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/teaching.html</guid>
<description> CSE 462: Database Concepts (Spring 2015)
https://piazza.com/buffalo/spring2015/cse462/home
CSE 563: Knowledge Representation (Fall 2014)
https://piazza.com/buffalo/fall2014/cse563/home
CSE 562: Graduate Database Systems (Spring 2014)
https://piazza.com/buffalo/spring2014/cse562/home
EAS 230: Computing and Numerical Methods for Engineers (Summer 2014)
https://piazza.com/buffalo/summer2014/eas230/home
</description>
</item>
<item>
<title>Publications</title>
<link>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/publications.html</link>
<pubDate>Wed, 01 Apr 2015 14:55:41 -0400</pubDate>
<guid>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/publications.html</guid>
<description>(DBLP)
Beta Probabilistic Databases: A Scalable Approach to Belief Updating and Parameter Learning
Niccol&amp;ograve; Meneghetti, Oliver Kennedy and Wolfgang Gatterbauer
SIGMOD 2017 Proceedings of the 2017 ACM International Conference on Management of Data Pages 573-586 (pdf, presentation, acm)
Output-sensitive Evaluation of Prioritized Skyline Queries
Niccol&amp;ograve; Meneghetti, Denis Mindolin, Paolo Ciaccia and Jan Chomicki
SIGMOD 2015 Proceedings of the 2015 ACM SIGMOD International Conference on Management of Data Pages 1955-1967 (pdf, acm)</description>
</item>
<item>
<title>About Me</title>
<link>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/about.html</link>
<pubDate>Wed, 01 Apr 2015 10:04:57 -0400</pubDate>
<guid>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/about.html</guid>
<description> I have completed my PhD at SUNY Buffalo, in the Department of Computer Science and Engineering, under the supervision of Dr. Jan Chomicki and Dr. Oliver Kennedy.
In September 2016 I joined Vertica.
Contact Information email: niccolom &#39;at&#39; buffalo &#39;dot&#39; edu </description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>main &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/poole.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/syntax.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="file:///home/ni/projects/mysite03/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="file:///home/ni/projects/mysite03/public/favicon.png">
<link href="" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="file:///home/ni/projects/mysite03/public/"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="file:///home/ni/projects/mysite03/public/">Home</a> </li>
<li><a href="file:///home/ni/projects/mysite03/public/about.html"> About Me </a></li>
<li><a href="file:///home/ni/projects/mysite03/public/publications.html"> Publications </a></li>
<li><a href="file:///home/ni/projects/mysite03/public/teaching.html"> Teaching </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<div class="post">
<h1>main</h1>
<h2 id="a-title">A title</h2>
<p>This is my first page</p>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,71 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>main &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/poole.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/syntax.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="file:///home/ni/projects/mysite03/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="file:///home/ni/projects/mysite03/public/favicon.png">
<link href="" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="file:///home/ni/projects/mysite03/public/"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="file:///home/ni/projects/mysite03/public/">Home</a> </li>
<li><a href="file:///home/ni/projects/mysite03/public/about/"> About Me </a></li>
<li><a href="file:///home/ni/projects/mysite03/public/publications/"> Publications </a></li>
<li><a href="file:///home/ni/projects/mysite03/public/teaching/"> Teaching </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<div class="post">
<h1>main</h1>
<h2 id="a-title">A title</h2>
<p>This is my first page</p>
</div>
</div>
</body>
</html>

Binary file not shown.

View file

@ -0,0 +1,96 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Publications &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/poole.css">
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/syntax.css">
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/favicon.png">
<link href="" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/">Home</a> </li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/about.html"> About Me </a></li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/publications.html"> Publications </a></li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/teaching.html"> Teaching </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<div class="post">
<h1>Publications</h1>
<p>(<a href="http://dblp.uni-trier.de/pers/hc/m/Meneghetti:Niccolo=.html">DBLP</a>)</p>
<ul>
<li><p><strong>Beta Probabilistic Databases: A Scalable Approach to Belief Updating and Parameter Learning</strong><br />
Niccol&ograve; Meneghetti, Oliver Kennedy and Wolfgang Gatterbauer<br />
<em>SIGMOD 2017</em> Proceedings of the 2017 ACM International Conference on Management of Data
Pages 573-586 (<a href="../SIGMOD-BetaPDBs-final.pdf">pdf</a>, <a href="https://youtu.be/CbTaDRdTG7s?t=2m56s">presentation</a>, <a href="https://doi.org/10.1145/3035918.3064026">acm</a>)</p></li>
<li><p><strong>Output-sensitive Evaluation of Prioritized Skyline Queries</strong><br />
Niccol&ograve; Meneghetti, Denis Mindolin, Paolo Ciaccia and Jan Chomicki<br />
<em>SIGMOD 2015</em> Proceedings of the 2015 ACM SIGMOD International Conference on Management of Data
Pages 1955-1967 (<a href="../modf214-meneghettiA.pdf">pdf</a>, <a href="https://doi.org/10.1145/2723372.2723736">acm</a>)</p></li>
<li><p><strong>Lenses: An On-Demand Approach to ETL</strong><br />
Y. Yiang, N. Meneghetti, R. Fehling, Z.H. Liu and O. Kennedy<br />
<em>VLDB 2015</em> Volume 8 Issue 12, August 2015. Pages 1578-1589 (<a href="http://dx.doi.org/10.14778/2824032.2824055">acm</a>)</p></li>
<li><p><strong>Skyline queries, front and back</strong><br />
Jan Chomicki, Paolo Ciaccia and Niccol&ograve; Meneghetti<br />
<em>SIGMOD Record</em> Vol. 42, Issue 3, Pages 6-18, 2013 (<a href="http://dl.acm.org/citation.cfm?doid=2536669.2536671">acm</a>)</p></li>
</ul>
<h1 id="working-papers">Working Papers</h1>
<ul>
<li><strong>Learning from Query Answers</strong><br />
Niccol&ograve; Meneghetti, Oliver Kennedy and Wolfgang Gatterbauer<br /></li>
</ul>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,86 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Publications &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/poole.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/syntax.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="file:///home/ni/projects/mysite03/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="file:///home/ni/projects/mysite03/public/favicon.png">
<link href="" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="file:///home/ni/projects/mysite03/public/"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="file:///home/ni/projects/mysite03/public/">Home</a> </li>
<li><a href="file:///home/ni/projects/mysite03/public/about/"> About Me </a></li>
<li><a href="file:///home/ni/projects/mysite03/public/publications/"> Publications </a></li>
<li><a href="file:///home/ni/projects/mysite03/public/teaching/"> Teaching </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<div class="post">
<h1>Publications</h1>
<p>(<a href="http://dblp.uni-trier.de/pers/hc/m/Meneghetti:Niccolo=.html">DBLP</a>)</p>
<ul>
<li><strong>Output-sensitive Evaluation of Prioritized Skyline Queries.</strong><br />
Niccol&ograve; Meneghetti, Denis Mindolin, Paolo Ciaccia and Jan Chomicki<br />
<em>Proceedings of the 2015 ACM SIGMOD International Conference on Management of Data, Melbourne, Victoria, Australia, May 31 - June 4, 2015</em>. (<a href="../modf214-meneghettiA.pdf">pdf</a>)</li>
<li><strong>Skyline queries, front and back.</strong><br />
Jan Chomicki, Paolo Ciaccia and Niccol&ograve; Meneghetti<br />
<em>SIGMOD Record</em> Vol. 42, Issue 3, Pages 6-18, 2013. (<a href="http://dl.acm.org/citation.cfm?doid=2536669.2536671">pdf</a>)<br /></li>
</ul>
<h1 id="working-papers">Working Papers</h1>
<ul>
<li><strong>Lenses: An On-Demand Approach to ETL.</strong><br />
Y. Yiang, N. Meneghetti, R. Fehling, Z.H. Liu and O. Kennedy<br />
To appear in <em>VLDB 2015, August 31 - September 4, Kohala Coast, Hawaii</em>.</li>
</ul>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/teaching.html</loc>
<lastmod>2015-04-01T18:49:17-04:00</lastmod>
</url>
<url>
<loc>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/publications.html</loc>
<lastmod>2015-04-01T14:55:41-04:00</lastmod>
</url>
<url>
<loc>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/about.html</loc>
<lastmod>2015-04-01T10:04:57-04:00</lastmod>
</url>
<url>
<loc>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/categories.html</loc>
<priority>0</priority>
</url>
<url>
<loc>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/</loc>
<lastmod>2015-04-01T18:49:17-04:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>http://odin.cse.buffalo.edu/people/niccolo_meneghetti/tags.html</loc>
<priority>0</priority>
</url>
</urlset>

View file

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Development &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/poole.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/syntax.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="file:///home/ni/projects/mysite03/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="file:///home/ni/projects/mysite03/public/favicon.png">
<link href="file:///home/ni/projects/mysite03/public/tags/development/index.xml" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="file:///home/ni/projects/mysite03/public"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="file:///home/ni/projects/mysite03/public/">Home</a> </li>
<li><a href="file:///home/ni/projects/mysite03/public/about/"> about </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<ul class="posts">
<li>
<span><a href="#ZgotmplZ">about</a> <time class="pull-right post-list">Sat, Jun 3, 2017</time></span>
</li>
</ul>
</div>
</body>
</html>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Development on Niccolò Meneghetti</title>
<link>file:///home/ni/projects/mysite03/public/tags/development/</link>
<description>Recent content in Development on Niccolò Meneghetti</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 03 Jun 2017 10:47:22 -0400</lastBuildDate>
<atom:link href="file:///home/ni/projects/mysite03/public/tags/development/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>about</title>
<link>file:///home/ni/projects/mysite03/public/about/</link>
<pubDate>Sat, 03 Jun 2017 10:47:22 -0400</pubDate>
<guid>file:///home/ni/projects/mysite03/public/about/</guid>
<description></description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Golang &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/poole.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/syntax.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/publiccss/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="file:///home/ni/projects/mysite03/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="file:///home/ni/projects/mysite03/public/favicon.png">
<link href="file:///home/ni/projects/mysite03/public/tags/golang/index.xml" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="file:///home/ni/projects/mysite03/public"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="file:///home/ni/projects/mysite03/public/">Home</a> </li>
<li><a href="file:///home/ni/projects/mysite03/public/about/"> about </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<ul class="posts">
<li>
<span><a href="#ZgotmplZ">about</a> <time class="pull-right post-list">Sat, Jun 3, 2017</time></span>
</li>
</ul>
</div>
</body>
</html>

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Golang on Niccolò Meneghetti</title>
<link>file:///home/ni/projects/mysite03/public/tags/golang/</link>
<description>Recent content in Golang on Niccolò Meneghetti</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 03 Jun 2017 10:47:22 -0400</lastBuildDate>
<atom:link href="file:///home/ni/projects/mysite03/public/tags/golang/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>about</title>
<link>file:///home/ni/projects/mysite03/public/about/</link>
<pubDate>Sat, 03 Jun 2017 10:47:22 -0400</pubDate>
<guid>file:///home/ni/projects/mysite03/public/about/</guid>
<description></description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Niccolò Meneghetti</title>
<link>http://odin.cse.buffalo.edu/nmeneghetti/tags.html</link>
<description>Recent content in Tags on Niccolò Meneghetti</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="http://odin.cse.buffalo.edu/nmeneghetti/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View file

@ -0,0 +1,79 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Teaching &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/poole.css">
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/syntax.css">
<link rel="stylesheet" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/favicon.png">
<link href="" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/">Home</a> </li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/about.html"> About Me </a></li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/publications.html"> Publications </a></li>
<li><a href="http://odin.cse.buffalo.edu/people/niccolo_meneghetti/teaching.html"> Teaching </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<div class="post">
<h1>Teaching</h1>
<ul>
<li><p>CSE 462: Database Concepts (Spring 2015)<br />
<a href="https://piazza.com/buffalo/spring2015/cse462/home">https://piazza.com/buffalo/spring2015/cse462/home</a></p></li>
<li><p>CSE 563: Knowledge Representation (Fall 2014)<br />
<a href="https://piazza.com/buffalo/fall2014/cse563/home">https://piazza.com/buffalo/fall2014/cse563/home</a></p></li>
<li><p>CSE 562: Graduate Database Systems (Spring 2014)<br />
<a href="https://piazza.com/buffalo/spring2014/cse562/home">https://piazza.com/buffalo/spring2014/cse562/home</a></p></li>
<li><p>EAS 230: Computing and Numerical Methods for Engineers (Summer 2014)<br />
<a href="https://piazza.com/buffalo/summer2014/eas230/home">https://piazza.com/buffalo/summer2014/eas230/home</a></p></li>
</ul>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,76 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.20.7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Teaching &middot; Niccolò Meneghetti</title>
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/poole.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/syntax.css">
<link rel="stylesheet" href="file:///home/ni/projects/mysite03/public/css/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="file:///home/ni/projects/mysite03/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="file:///home/ni/projects/mysite03/public/favicon.png">
<link href="" rel="alternate" type="application/rss+xml" title="Niccolò Meneghetti" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="file:///home/ni/projects/mysite03/public/"><h1>Niccolò Meneghetti</h1></a>
<p class="lead">
University at Buffalo
</p>
</div>
<ul class="sidebar-nav">
<li><a href="file:///home/ni/projects/mysite03/public/">Home</a> </li>
<li><a href="file:///home/ni/projects/mysite03/public/about/"> About Me </a></li>
<li><a href="file:///home/ni/projects/mysite03/public/publications/"> Publications </a></li>
<li><a href="file:///home/ni/projects/mysite03/public/teaching/"> Teaching </a></li>
</ul>
<p>&copy; 2017. All rights reserved. </p>
</div>
</div>
<div class="content container">
<div class="post">
<h1>Teaching</h1>
<ul>
<li>CSE 462: Database Concepts (Spring 2015)<br />
<a href="https://piazza.com/buffalo/spring2015/cse462/home">https://piazza.com/buffalo/spring2015/cse462/home</a></li>
<li>CSE 563: Knowledge Representation (Fall 2014)<br />
<a href="https://piazza.com/buffalo/fall2014/cse563/home">https://piazza.com/buffalo/fall2014/cse563/home</a><br /></li>
<li>CSE 562: Graduate Database Systems (Spring 2014)<br />
<a href="https://piazza.com/buffalo/spring2014/cse562/home">https://piazza.com/buffalo/spring2014/cse562/home</a><br /></li>
<li>EAS 230: Computing and Numerical Methods for Engineers (Summer 2014)<br />
<a href="https://piazza.com/buffalo/summer2014/eas230/home">https://piazza.com/buffalo/summer2014/eas230/home</a><br /></li>
</ul>
</div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

View file

@ -95,5 +95,44 @@
})();
</script>
<!-- End Piwik Code -->
<!-- Click select. Liberally borrowed from DBLP -->
<script type="text/javascript">
function getSelectionText(){
var b = "";
if (window.getSelection) {
b = window.getSelection().toString()
} else {
if (document.selection && document.selection.type != "Control") {
b = document.selection.createRange().text
}
}
return b
}
function selectText(c) {
var e = document, b, d;
if (e.body.createTextRange) {
b = document.body.createTextRange();
b.moveToElementText(c);
b.select()
} else {
if (window.getSelection) {
d = window.getSelection();
b = document.createRange();
b.selectNodeContents(c);
d.removeAllRanges();
d.addRange(b)
}
}
}
$(".select-on-click").click(function() {
var c = getSelectionText();
if (!c || c.length == 0) {
selectText($(this)[0])
}
});
if (!$(".select-on-click").prop("title")) {
$(".select-on-click").prop("title", "click to select text")
}
</script>
</body>
</html>

View file

@ -1,7 +1,14 @@
<%
name = if defined? name then name else "A Mysterious Stranger" end
%>
<div class="person">
<% if defined? pic %>
<img class="photo" src="<%=pic%>" width="<%=pic_w%>" height="<%=pic_h%>" />
<% if pic.is_a? Hash %>
<img class="photo" src="<%=pic["file"]%>" width="<%=pic["width"]%>" height="<%=pic["height"]%>" />
<% elsif pic.is_a? String %>
<img class="photo" src="<%=pic%>" />
<% end %>
<% end %>
<h1><%= name %></h1>
@ -9,14 +16,13 @@
<% if defined? github %><a href="http://github.com/<%=github%>">GitHub</a><% end %>
<% if defined? twitter %><a href="http://twitter.com/<%=twitter%>">Twitter</a><% end %>
<% if defined? scholar %><a href="http://scholar.google.com/citations?user=/<%=scholar%>">Google&nbsp;Scholar</a><% end %>
<% if defined? dblp %><a href="http://dblp.uni-trier.de/pers/<%=dblp%>">DBLP</a><% end %>
<% if defined? cv %><a href="<%=cv%>">CV</a><% end %>
</div>
<%= body %>
<h2>Publications</h2>
<div class="paper_list">
<% LabMetadata::publications_for(name).each { |pub| %> <%= LabMetadata.render_pub(pub) %> <% } %>
</div>
<%= LabMetadata::render_pubs(LabMetadata::publications_for(name)) %>
</div>