-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (81 loc) · 3.8 KB
/
Copy pathindex.html
File metadata and controls
84 lines (81 loc) · 3.8 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<title>Edward He</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://ehe9991.github.io/style.css">
</head>
<body>
<main>
<section class="header">
<h1>Adaptive Break Parameter Adjustment</h1>
<h1>in Stochastic Local Search</h1>
<p class="headerSub">Improving the performance of the YalSAT solver</p>
<a target="#" href="./assets/pdfs/proposal.pdf">
<p class="headerBtn">VIEW PROPOSAL</p>
</a>
</section>
<section class="reports">
<section id="milestone-1" class="col door1">
<div class="section-inner">
<h5 class="doorBtn"><a target="#" href="./assets/pdfs/milestone_1.pdf">MILESTONE I</a></h5>
</div>
</section>
<section id="milestone-2" class="col door2">
<div class="section-inner">
<h5 class="doorBtn"><a target="#" href="./assets/pdfs/milestone_2.pdf">MILESTONE II</a></h5>
</div>
</section>
<section id="milestone-3" class="col door3">
<div class="section-inner">
<h5 class="doorBtn"><a target="#" href="./assets/pdfs/milestone_3.pdf">MILESTONE III</a></h5>
</div>
</section>
<section id="milestone-4" class="col door4">
<div class="section-inner">
<h5 class="doorBtn"><a target="#" href="./assets/pdfs/milestone_4.pdf">MILESTONE IV</a></h5>
</div>
</section>
<section id="milestone-5" class="col door5">
<div class="section-inner">
<h5 class="doorBtn"><a target="#" href="./assets/pdfs/milestone_5.pdf">MILESTONE V</a></h5>
</div>
</section>
</section>
<section class="reports">
<section id="milestone-6" class="col-4 door6">
<div class="section-inner">
<h5 class="doorBtnBot"><a target="#" href="./assets/pdfs/milestone_6.pdf">MILESTONE VI</a></h5>
</div>
</section>
<section id="milestone-7" class="col-4 door7">
<div class="section-inner">
<h5 class="doorBtnBot"><a target="#" href="./assets/pdfs/milestone_7.pdf">MILESTONE VII</a></h5>
</div>
</section>
<section id="final" class="col-4 door8">
<div class="section-inner">
<h5 class="doorBtnBot"><a target="#" href="./assets/pdfs/final_paper.pdf">FINAL PAPER</a></h5>
</div>
</section>
</section>
<footer>
<div class="footer d-flex flex-row justify-content-between">
<div class="col-4 d-flex flex-column justify-content-center leftCol">
<h1 class="row">Edward He</h1>
<h3 class="row">eshe@andrew.cmu.edu</h1>
</div>
<div class="col-4 d-flex flex-column justify-content-center rightCol">
<h3 class="row footerText">15-400</h3>
<a href="https://github.com/ehe9991"><img class="row icon" src="./assets/imgs/github.svg"></a>
</div>
</div>
</footer>
</main>
<!–– JS Bootstrap script ––>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</body>
</html>