76 lines
2.5 KiB
HTML
76 lines
2.5 KiB
HTML
<div class="frontmatter">
|
|
|
|
<!-- Title Page -->
|
|
<h1 class="titlepage" 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 -->
|
|
<div style="text-align:left; margin-top:5em;">
|
|
|
|
<h2>Basic Book Builder</h2>
|
|
<i>A Pandoc template for building books and articles</i>
|
|
|
|
<table style="margin-top:2em; width:50%; border-collapse:collapse;">
|
|
<tbody>
|
|
<tr><td style="font-weight:bold;">Author</td><td>John Haverlack</td></tr>
|
|
<tr><td style="font-weight:bold;">Version</td><td>1.1.0</td></tr>
|
|
<tr><td style="font-weight:bold;">Date</td><td>2026-02-04</td></tr>
|
|
<tr><td style="font-weight:bold;">ISBN:</td><td>UNSPECIFIED</td></tr>
|
|
<tr><td style="font-weight:bold;">DOI:</td><td>UNSPECIFIED</td></tr>
|
|
<tr><td style="font-weight:bold;">Maturity</td><td>BETA</td></tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<p>Copyright © 2026 Alaska Center for Energy and Power</p>
|
|
|
|
<h3>Licensing</h3>
|
|
|
|
<h4>Open Source Edition (PDF and HTML)</h4>
|
|
<p>Licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License
|
|
<ul>
|
|
<li>License: <a href="https://creativecommons.org/licenses/by-nd/4.0/">CC BY-ND 4.0</a></li>
|
|
</ul>
|
|
</p>
|
|
|
|
<!-- <h4>Commercial Edition (ebook and print)</h4>
|
|
<p>All Rights Reserved. No part of the EPUB or printed editions may be reproduced or redistributed without permission.</p> -->
|
|
|
|
</div>
|
|
|
|
<hr style="margin:4em 0;">
|
|
|
|
<!-- Image attribution + perception note (PDF analog) -->
|
|
<!-- <div style="width:100%; text-align:left; display:block; margin:1em 0;">
|
|
<h2>Cover Illustration</Code></h2>
|
|
</div>
|
|
<div style="max-width:40em; margin:auto;">
|
|
Cover illustration by <a href="$img-attribution-url$">$img-attribution$</a>.
|
|
</div> -->
|
|
|
|
</div>
|
|
|
|
<!-- <hr style="margin:4em 0;">
|
|
|
|
<div style="max-width:40em; margin:auto;">
|
|
<div style="width:100%; text-align:center; display:block; margin:1em 0; font-style: italic;">
|
|
This book is dedicated to ****.
|
|
</div>
|
|
</div>
|
|
|
|
<hr style="margin:4em 0;"> -->
|
|
|
|
<script>
|
|
window.MathJax = {
|
|
tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] },
|
|
svg: { fontCache: 'global' }
|
|
};
|
|
</script>
|
|
<script src="lib/mathjax/tex-mml-chtml.js"></script>
|