mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
63 lines
1.6 KiB
HTML
63 lines
1.6 KiB
HTML
---
|
|
title: Lattice Colouring
|
|
excerpt:
|
|
layout: none
|
|
image:
|
|
|
|
---
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="generator" content="pandoc" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
<title>Lattice Colouring</title>
|
|
|
|
|
|
<script src="/assets/mathjax/tex-mml-svg.js" id="MathJax-script" async></script>
|
|
<script src="/assets/js/thesis_scrollspy.js"></script>
|
|
<script src="https://d3js.org/d3.v5.min.js" defer></script>
|
|
|
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
<script src="/assets/js/index.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<!--Capture the table of contents from pandoc as a jekyll variable -->
|
|
{% capture tableOfContents %}
|
|
<br>
|
|
<nav aria-label="Table of Contents" class="page-table-of-contents">
|
|
<ul>
|
|
<li><a href="#lattice-colouring" id="toc-lattice-colouring">Lattice Colouring</a></li>
|
|
</ul>
|
|
</nav>
|
|
{% endcapture %}
|
|
|
|
<!-- Give the table of contents to header as a variable so it can be put into the sidebar-->
|
|
{% include header.html extra=tableOfContents %}
|
|
|
|
<main>
|
|
|
|
<!-- Table of Contents -->
|
|
<!-- <nav id="TOC" role="doc-toc">
|
|
<ul>
|
|
<li><a href="#lattice-colouring" id="toc-lattice-colouring">Lattice Colouring</a></li>
|
|
</ul>
|
|
</nav>
|
|
-->
|
|
|
|
<!-- Main Page Body -->
|
|
<div id="page-header">
|
|
<p>Appendices</p>
|
|
<hr />
|
|
</div>
|
|
<section id="lattice-colouring" class="level1">
|
|
<h1>Lattice Colouring</h1>
|
|
<div class="sourceCode" id="cb1"><pre class="sourceCode python"><code class="sourceCode python"></code></pre></div>
|
|
</section>
|
|
|
|
|
|
</main>
|
|
</body>
|
|
</html>
|