--- layout: page category: section2 type: issue01 issue: 01 year: 200x DOI: xxx.xxx title: Example with Auto Generated Footnotes bio: [ride] description: "Short description for metadata and twitter" media: - path: "issue01/section2/foldername/" default: filename.jpg ---

Abstract: your abstract here.

Keywords: keywords for metadata.


Footnotes

Here's an example of text using footnote.js, a nice little automatic footnote generator included here. Here's what to do:

Use this code in-text:

	Some sample text<sup class="footnoted"></sup>

At the end of the document, put in an ordered list with corresponding entries:

<ol id="footnotes">
	<li class="footnote">First footnote.</li>
	<li class="footnote">Second footnote.</li>
</ol>

Working Example

Some sample text and some more sample text.


Notes

  1. First footnote.
  2. Second footnote.