work on meta tags

This commit is contained in:
Christopher Olah
2017-01-04 13:55:39 -08:00
parent 404c1bbd4e
commit 5e5f5f8b8b
3 changed files with 159 additions and 3 deletions
+46
View File
@@ -0,0 +1,46 @@
export default {
"title": "Experiments in Handwriting with a Neural Network",
"description": "Several interactive visualizations of a generative model of handwriting. Some are fun, some are serious.",
"url": "http://distill.pub/2016/handwriting/",
"github": "https://github.com/distillpub/post--handwriting",
"firstPublished": "Tue Dec 6 2016 21:39:33 GMT-0700 (PDT)",
"lastPublished": "Tue Dec 6 2016 21:39:33 GMT-0700 (PDT)",
"authors": [
{
"firstName": "Shan",
"lastName": "Carter",
"personalURL": "http://shancarter.com",
"affiliation": "Google Brain",
"affiliationURL": "http://g.co/brain"
},
{
"firstName": "David",
"lastName": "Ha",
"personalURL": "https://github.com/hardmaru",
"affiliation": "Google Brain",
"affiliationURL": "http://g.co/brain"
},
{
"firstName": "Ian",
"lastName": "Johnson",
"personalURL": "https://github.com/enjalot",
"affiliation": "Google Cloud",
"affiliationURL": ""
},
{
"firstName": "Chris",
"lastName": "Olah",
"personalURL": "http://colah.github.io/",
"affiliation": "Google Brain",
"affiliationURL": "http://g.co/brain"
}
],
journal: {
"title": "Distill",
"full_title": "Distill",
"abbrev_title": "Distill",
"url": "http://distill.pub",
"doi": "00.0000/dstl",
"issn": "0000-0000"
}
};