diff --git a/examples/tutorial.html b/examples/tutorial.html index bda58e2..401374a 100644 --- a/examples/tutorial.html +++ b/examples/tutorial.html @@ -71,18 +71,45 @@

Citation

-

- Take a look at this paper gregor2015draw which is about X. -

-

- Why do we reason mercier2011humans -

+

Bibtex is the supported way of making academic citations. You first need have a global definition of all your possible citations. This can either be inlined in the document, or it can reference an external bibtex file.

+

+    <dt-bibliography>
+    @article{gregor2015draw,
+      title={DRAW: A recurrent neural network for image generation},
+      author={Gregor, Karol and Danihelka, Ivo and Graves, Alex and Rezende, Danilo Jimenez and Wierstra, Daan},
+      journal={arXivreprint arXiv:1502.04623},
+      year={2015}
+    }
+    @article{mercier2011humans,
+      title={Why do humans reason? Arguments for an argumentative theory},
+      author={Mercier, Hugo and Sperber, Dan},
+      journal={Behavioral and brain sciences},
+      volume={34},
+      number={02},
+      pages={57--74},
+      year={2011},
+      publisher={Cambridge Univ Press}
+    }
+    </dt-bibliography>
+  
+

Citations are then used with the <dt-cite> tag.

+

+    <dt-cite>gregor2015draw</dt-cite>
+  
+

Take a look at this paper gregor2015draw.

+

Math


Footnotes

This is a

+
+

HTML Includes

+
+

Authors

+
+

Metadata

Contributions