This commit is contained in:
Oliver Kennedy 2017-07-16 20:10:58 -04:00
parent ee7df7873c
commit 01d0a5a55d
2 changed files with 22 additions and 1 deletions

View file

@ -217,4 +217,13 @@ file "artifacts/oracle_papers.txt" => [ $db.files, "artifacts", "Rakefile" ].fla
map { |record| "> #{record.join("\n ")}" }.
join("\n\n")
end
end
file "artifacts/nsf_merit_blurb.txt" => [ $db.files, "artifacts", "Rakefile" ].flatten do
# File.open("artifacts/nsf_related_blurb.txt", "w+") do |fh|
citable_pubs =
$db["publications"]
.where { |pub| pub.fetch("grants_cited", []).index { |grant| /NSF/ =~ grant.fetch("agency", "") } }
citable_pubs.each { |pub| puts pub["title"] }
# end
end

View file

@ -1,4 +1,11 @@
[
{
"title" : "Interactive Data Management and Data Analysis",
"authors" : ["Ying Yang"],
"venue" : "UB-PhD",
"year" : 2017,
"projects" : ["mimir"]
},
{
"title" : "Beta Probabilistic Databases: A Scalable Approach to Belief Updating and Parameter Learning",
"authors" : [
@ -13,7 +20,12 @@
"urls" : {
"paper" : "http://odin.cse.buffalo.edu/papers/2017/SIGMOD-BetaPDBs-final.pdf",
"video" : "https://youtu.be/CbTaDRdTG7s?t=2m56s"
}
},
"grants_cited" : [
{ "agency" : "NSF: CISE: SaTC", "agency_id" : "1409551" },
{ "agency" : "Oracle University Relations", "start_date" : "05/2016" },
{ "agency" : "The US Naval Postgraduate School", "agency_id" : "N00244-16-1-0022" }
]
},
{
"title" : "Small Data (Panel Discussion)",