Instill: A Single-Page Article Template for Academics
This site demonstrates some of the capabilities of Instill.
Abstract ¶
Instill is a single-page article template geared towards academics looking to create an online version of their paper. This page is a demonstration of Instill. See src/article.md in the repo for the Markdown source.
Contents ¶
Random Paragraphs ¶
Ullam blanditiis ducimus labore maxime quis consectetur voluptas. Blanditiis laudantium accusantium ea. Nemo soluta nemo numquam veritatis deleniti et. Id quis deserunt quas magni accusantium quis atque. Iure voluptas ut dolores. Temporibus corrupti unde dolorem rerum rerum quo. Suscipit rerum nisi perspiciatis voluptates.
Doloremque saepe ut dolorum natus. Architecto fugiat est blanditiis voluptates. Suscipit laudantium perspiciatis asperiores deserunt molestias ratione quis. Et asperiores tenetur accusantium. Excepturi architecto doloremque omnis culpa sequi blanditiis enim consequatur. Eaque vero libero vitae accusamus ut deleniti. Et ipsa aut voluptatem quam quo. Nihil cum qui accusamus.
Quia recusandae voluptas assumenda tenetur in. Et optio ea quisquam. Aperiam esse odio eum ipsum sequi. Velit ea est accusantium sint nobis dolores tenetur. Accusamus vero aut animi amet numquam quia. Non eligendi ut dolorem sint. Laudantium ut sint et rerum quasi exercitationem. Odio blanditiis ut et dolore vel dolores placeat dolores. Vel alias aperiam ipsa dolorum. Impedit sit quis fugit enim.
Example Sub-header ¶
Aut dolore similique corporis sit consequatur tempore animi quae. Qui ducimus voluptatem possimus et dolorem in corporis et. Ea quis sit molestiae aperiam distinctio eius cupiditate deleniti. Sed aliquam ut consectetur laborum odit porro ut. Perspiciatis iste corporis aut. Autem enim occaecati fugit accusantium. Nemo maiores sunt alias rem dolorum consectetur id ullam.
Sint numquam esse ad quia vel delectus et. Aut non dolorem velit reprehenderit voluptate ullam recusandae dolore. Expedita consectetur dolor eum sint consectetur voluptas id. Fuga est vitae nisi in reprehenderit. Ducimus corrupti quia est porro iure itaque et. Eligendi aut praesentium odit voluptas. Ut qui inventore ut in. Explicabo ipsa aspernatur consectetur cupiditate totam voluptatum inventore.
Math ¶
Here is some math:
Some block math:
Footnotes ¶
Footnotes work by putting the footnote text in footnote
tags, such as <footnote>This is a footnote.</footnote>
, like right here. Click to open the footnote! Footnotes can also contain formatted content, such as here. Footnotes also appear at the end of the document.
Note that footnote
is a custom tag, but the build process replaces it with proper HTML tags.
Citations ¶
This is how to cite external publications . That was done with <cite>Gregor2015</cite>
. Click on the citation to see the references pop up!
Multiple citations works too: . That was done with <cite>Gregor2015, Mnih2015</cite>
.
Citation numbers will be sorted; even though we put Gregor2015
at the end here: <cite>Silver2017, Heess2017, Gregor2015</cite>
it still shows up first .
Lists ¶
Unordered list:
- Item 1
- Item 2
Numbered List:
- Item 1
- Item 2
Code Block ¶
print("hello world")
Images ¶
Images can have captions attached to them.
Here’s some text after the images.
Appendix ¶
Acknowledgements ¶
The authors are grateful…
Author Contributions ¶
A did this. B did that. C did nothing :(
Citing this Article ¶
If citing this article, please use the following bibtex:
@article {
(you would fill this in)
}
Footnotes ¶
- This is a footnote.
- This is bold, and this is italic.
- I suppose they should really be called endnotes, but oh well.
References ¶
- DRAW: A recurrent neural network for image generation [link]
Gregor, K., Danihelka, I., Graves, A., Rezende, D., Wierstra, D., 2015. arXivreprint arXiv:1502.04623. - Human-level control through deep reinforcement learning [link]
Mnih, V., Kavukcuoglu, K., Silver, D., Rusu, A., Veness, J., Bellemare, M., Graves, A., Riedmiller, M., Fidjeland, A., Ostrovski, G., Petersen, S., Beattie, C., Sadik, A., Antonoglou, I., King, H., Kumaran, D., Wierstra, D., Legg, S., Hassabis, D., 2015. Nature. - Mastering the game of Go without human knowledge
Silver, D., Schrittwieser, J., Simonyan, K., Antonoglou, I., Huang, A., Guez, A., Hubert, T., Baker, L., Lai, M., Bolton, A., Chen, Y., Lillicrap, T., Hui, F., Sifre, L., Driessche, G., Graepel, T., Hassabis, D., 2017. Nature. - Emergence of Locomotion Behaviours in Rich Environments [link]
Heess, N., TB, D., Sriram, S., Lemmon, J., Merel, J., Wayne, G., Tassa, Y., Erez, T., Wang, Z., Eslami, S., Riedmiller, M., Silver, D., 2017. CoRR.