diff --git a/Rakefile b/Rakefile index 7ee73ffb..20620633 100644 --- a/Rakefile +++ b/Rakefile @@ -52,6 +52,9 @@ site :odin_lab, out: "build" do for_files(/grants\/index\.html/) do add_dependency "db/cv/okennedy/grants.json" end + for_files(/papers\/index.html/) do + add_dependency "db/publications.json" + end ## Static assets add_assets([ diff --git a/db/publications.json b/db/publications.json index 4cc5c34a..df3f0809 100644 --- a/db/publications.json +++ b/db/publications.json @@ -1,4 +1,16 @@ [ + { "title": "Communicating Data Quality in On-Demand Curation", + "authors": [ + "Poonam Kumari", "Said Achmiz", "Oliver Kennedy" + ], + "venue": "QDB", + "year": 2016, + "length":4, + "projects" : ["mimir"], + "urls" : { + "under submission" : "http://odin.cse.buffalo.edu/papers/2016/QDB-Uncertainty-submitted.pdf" + } + }, { "title": "The Exception That Improves The Rule", "authors": [ "Juliana Freire", "Boris Glavic", "Oliver Kennedy", "Heiko Mueller" @@ -6,10 +18,10 @@ "venue": "HILDA", "year": 2016, "length":6, - "projects" : ["mimir"], + "projects" : ["mimir", "vizier"], "authornote" : "alpha", "urls" : { - "paper" : "http://odin.cse.buffalo.edu/papers/2016/HILDA-vizier-submitted.pdf" + "paper" : "http://odin.cse.buffalo.edu/papers/2016/HILDA-vizier-final.pdf" } }, { "title": "Provenance-aware Versioned Dataworkspaces", @@ -35,7 +47,7 @@ "year" : 2016, "note" : "Authors grouped by institution", "urls" : { - "under submission" : "http://arxiv.org/abs/1601.00073" + "report" : "http://arxiv.org/abs/1601.00073" }, "length":12, "projects" : ["mimir"] diff --git a/src/papers/2016/HILDA-vizier-final.pdf b/src/papers/2016/HILDA-vizier-final.pdf new file mode 100644 index 00000000..54a18b94 Binary files /dev/null and b/src/papers/2016/HILDA-vizier-final.pdf differ diff --git a/src/papers/2016/QDB-Uncertainty-submitted.pdf b/src/papers/2016/QDB-Uncertainty-submitted.pdf new file mode 100644 index 00000000..f1fda17c Binary files /dev/null and b/src/papers/2016/QDB-Uncertainty-submitted.pdf differ diff --git a/src/vizier/index.html b/src/vizier/index.html new file mode 100644 index 00000000..86057b9e --- /dev/null +++ b/src/vizier/index.html @@ -0,0 +1,5 @@ +

Vizier

+ +

Data curation (aka wrangling and cleaning) is a critical stage in data science in which raw data is structured, validated, and repaired. Data validation and repair establish trust in analytical results, while appropriate structuring streamlines analytics. Unfortunately, even with advances in automated tools (e.g., Oracle's Data Guide and Trifacta's Wrangler), wrangling is still a major bottleneck in data exploration.

+ +

\ No newline at end of file diff --git a/templates/lab.erb b/templates/lab.erb index 36a6c61c..35e8e63e 100755 --- a/templates/lab.erb +++ b/templates/lab.erb @@ -57,6 +57,7 @@ <%= if File.split(rel_dir).include? cat.downcase then "

  • " else "
  • " end %> "><%= cat %>
  • <% end %> +
  • Software
  • Wiki