This commit is contained in:
Oliver Kennedy 2016-06-03 12:13:12 -04:00
parent a3ac33a61b
commit 72b54d7d4f
6 changed files with 24 additions and 3 deletions

View file

@ -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([

View file

@ -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"]

Binary file not shown.

Binary file not shown.

5
src/vizier/index.html Normal file
View file

@ -0,0 +1,5 @@
<h1 style="text-align: center">Vizier</h1>
<p>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.</p>
<p>

View file

@ -57,6 +57,7 @@
<%= if File.split(rel_dir).include? cat.downcase then "<li class=\"active\">" else "<li>" end %>
<a href="<%=root_path(File.join(cat.downcase, "index.html"))%>"><%= cat %></a></li>
<% end %>
<li><a href="http://github.com/ubodin">Software</a></li>
<li><a href="http://gitlab.odin.cse.buffalo.edu/odin-lab/documentation/wikis/home">Wiki</a></li>
</ul>
</div><!--/.nav-collapse -->