Book chapter

pull/1/head
Oliver Kennedy 2019-06-28 18:21:07 -04:00
parent 319bfb483c
commit 0268dc0179
3 changed files with 34 additions and 0 deletions

View File

@ -82,6 +82,23 @@
"report" : "https://arxiv.org/abs/1901.07627"
}
},
{
"title" : "Analyzing Uncertain Tabular Data",
"authors" : [
"Oliver Kennedy",
"Boris Glavic"
],
"venue" : "IFDS",
"projects" : ["mimir"],
"year" : 2019,
"length" : 34,
"pages" : "243-277",
"booktitle" : "Information Quality in Information Fusion and Decision Making",
"editor" : "Éloi Bossé and Galina L. Rogova",
"urls" : {
"chapter" : "https://link.springer.com/chapter/10.1007/978-3-030-03643-0_12"
}
},
{
"title" : "Query Log Compression for Workload Analytics",
"authors" : [

View File

@ -1,4 +1,8 @@
{
"IFDS" : {
"fullname" : "Information Fusion and Data Science",
"type" : "chapter"
},
"DBPL" : {
"fullname" : "Proceedings for DBPL",
"type" : "conference",

View File

@ -128,6 +128,19 @@ module LabMetadata
year: publication["year"]
}
]
when "chapter", "book"
[
"incollection",
{
author: authors.join(" and "),
title: publication["title"],
editor: publication["editor"],
booktitle: publication["booktitle"],
publisher: venue["publisher"],
year: publication["year"],
pages: publication["pages"]
}
]
when "journal"
[ "article",
{