mirror of
https://github.com/wassname/template.git
synced 2026-06-27 19:17:15 +08:00
Checkpoint
This commit is contained in:
@@ -27,7 +27,7 @@ let mustacheTemplate = `
|
||||
font-weight: 600;
|
||||
}
|
||||
d-bibliography ol {
|
||||
padding: 0;
|
||||
padding: 0 0 0 18px;
|
||||
}
|
||||
d-bibliography li {
|
||||
margin-bottom: 12px;
|
||||
@@ -82,6 +82,7 @@ export default class Bibliography extends HTMLElement {
|
||||
});
|
||||
}
|
||||
this.data = bibliography;
|
||||
this.render();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Vendored
+2
-1
@@ -5499,7 +5499,7 @@ var mustacheTemplate$2 = `
|
||||
font-weight: 600;
|
||||
}
|
||||
d-bibliography ol {
|
||||
padding: 0;
|
||||
padding: 0 0 0 18px;
|
||||
}
|
||||
d-bibliography li {
|
||||
margin-bottom: 12px;
|
||||
@@ -5554,6 +5554,7 @@ class Bibliography extends HTMLElement {
|
||||
});
|
||||
}
|
||||
this.data = bibliography;
|
||||
this.render();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -30,13 +30,10 @@
|
||||
</d-article>
|
||||
|
||||
<d-appendix>
|
||||
|
||||
<h3>Acknowledgments</h3>
|
||||
<p>Thank you to Maithra Raghu, Dario Amodei, Cassandra Xia, Luke Vilnis, Anna Goldie, Jesse Engel, Dan Mané, Natasha Jaques, Emma Pierson and Ian Goodfellow for their feedback and encouragement. We’re also very grateful to our team, Google Brain, for being extremely supportive of our project.</p>
|
||||
|
||||
<h3>Author Contributions</h3>
|
||||
<p>Augustus and Chris recognized the connection between deconvolution and artifacts. Augustus ran the GAN experiments. Vincent ran the artistic style transfer experiments. Chris ran the DeepDream experiments, created the visualizations and wrote most of the article.</p>
|
||||
|
||||
</d-appendix>
|
||||
|
||||
<d-bibliography>
|
||||
|
||||
Reference in New Issue
Block a user