58 lines
2.3 KiB
HTML
58 lines
2.3 KiB
HTML
<div class="frontmatter">
|
|
|
|
<!-- Title Page -->
|
|
<h1 style="margin-top:3em; font-size:2.4em; text-align:center;">Basic Book Builder</h1>
|
|
<h2 style="text-align:center; font-weight:normal;">A Pandoc template for building books and articles</h2>
|
|
|
|
<div style="text-align:center; margin:2em 0;">
|
|
<img src="lib/img/UAF-ACEP.png" alt="Cover illustration" style="max-width:350px;">
|
|
</div>
|
|
|
|
<hr style="margin:3em 0;">
|
|
|
|
|
|
<!-- Metadata Page (PDF analog) -->
|
|
<div style="text-align:left; margin-top:5em;">
|
|
|
|
<h2>Basic Book Builder</h2>
|
|
<h3>A Pandoc template for building books and articles</h3>
|
|
|
|
<!-- Metadata Page (PDF analog) -->
|
|
<table style="margin-top:5em; width:100%; border-collapse:collapse;">
|
|
<tbody>
|
|
<!-- <tr><td style="width:30%; font-weight:bold;">Title</td><td>Basic Book Builder</td></tr> -->
|
|
<!-- <tr><td style="font-weight:bold;">Subtitle</td><td>A Pandoc template for building books and articles</td></tr> -->
|
|
<tr><td style="font-weight:bold;">Affiliation</td><td>Alaska Center for Energy and Power</td></tr>
|
|
<tr><td style="font-weight:bold;">Institution</td><td>University of Alaska Fairbanks</td></tr>
|
|
<tr><td style="font-weight:bold;">Author</td><td>John Haverlack</td></tr>
|
|
<!-- <tr><td style="font-weight:bold;">Copyright</td><td>© 2025 Alaska Center for Energy and Power</td></tr>
|
|
<tr><td style="font-weight:bold;">License</td><td>CC BY-ND 4.0</td></tr> -->
|
|
<tr><td style="font-weight:bold;">Version</td><td>1.0.1</td></tr>
|
|
<tr><td style="font-weight:bold;">Date</td><td>2025-11-21</td></tr>
|
|
<tr><td style="font-weight:bold;">State</td><td>BETA</td></tr>
|
|
<tr><td style="font-weight:bold;">Source</td><td>https://github.com/jehaverlack/basic-book-builder</td></tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<h3>License</h3>
|
|
|
|
<p>This work is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License (<a href="https://creativecommons.org/licenses/by-nd/4.0/deed.en">CC BY-ND 4.0</a>).</p>
|
|
|
|
</div>
|
|
|
|
Copyright © 2025 Alaska Center for Energy and Power
|
|
|
|
<hr style="margin:4em 0;">
|
|
|
|
</div>
|
|
|
|
|
|
<script>
|
|
window.MathJax = {
|
|
tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] },
|
|
svg: { fontCache: 'global' }
|
|
};
|
|
</script>
|
|
<script src="lib/mathjax/tex-mml-chtml.js"></script>
|