-
Notifications
You must be signed in to change notification settings - Fork 0
/
OnlineBinPacking.html
42 lines (36 loc) · 1.76 KB
/
OnlineBinPacking.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
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>Flaxenphoenix.GitHub.io by flaxenphoenix</title>
</head>
<body>
<header>
<div class="container">
<h1>Online Bin Packing</h1>
<h2>A space optimisation hyper heuristic problem domain</h2>
</div>
</header>
<div class="container">
<section id="main_content">
<h3><a id="home" class="anchor" href="https://flaxenphoenix.github.io" aria-hidden="true"><span class="octicon octicon-link"></span></a>Home</h3>
<h3>
<a id="First-Paragraph" class="anchor" href="#welcome" aria-hidden="true"><span class="octicon octicon-link"></span></a>Online Bin Packing</h3>
<p>
I wrote this project with the help of @Zongzhe during my summer during my internship at The University of Nottingham
</p>
<h3><a id="contact" class="anchor" href="#contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h3>
<p>
There are many ways to contact me, here are some of the best:
<li><a href="https://www.facebook.com/rwdrich">Facebook</a></li>
<li><a href="https://twitter.com/FlaxenPhoenix">Twitter</a></li>
<li><a href="https://www.linkedin.com/profile/view?id=AAMAABN2JG8Bqr09YcuGthGBC6vM4PNG7AAkq4A&trk=hp-identity-name">LinkedIn</a></li>
</p>
</section>
</div>
</body>
</html>