-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (35 loc) · 1.47 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Optimizing with Column Generation</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main class="content-wrapper">
<div class="book-cover-wrapper">
<img src="book_cover.png" alt="Optimizing with Column Generation" class="book-cover">
</div>
<div class="sections-wrapper">
<section id="download">
<h2>Part I</h2>
<a class="btn" href="OptimizingWithColumnGeneration.pdf" download>Download PDF</a>
<a class="btn" href="L-2024-3_OptimizingWithColumnGeneration.bib" download>Cite (bibtex)</a>
</section>
<section id="authors">
<h2>About the authors</h2>
<a class="btn" href="bios.html">Short bios</a>
</section>
<section id="issues">
<h2>Interact with other readers</h2>
<a class="btn" href="https://github.com/OptimizingWithColumnGeneration/OptimizingWithColumnGeneration.github.io/discussions" target="_blank">Community forum</a>
</section>
</div>
</main>
<footer>
<p>© 2024 Optimizing with Column Generation. All rights reserved.</p>
</footer>
</body>
</html>