-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·189 lines (166 loc) · 10.1 KB
/
index.html
File metadata and controls
executable file
·189 lines (166 loc) · 10.1 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<title>FuTURES³ Lab</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="FuTURES³ Lab at University of Utah - Research in software security, testing, and automated bug repair">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons/css/academicons.min.css">
<link href="css/main.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Work Sans' rel='stylesheet'>
<!-- Preload carousel images -->
<link rel="preload" as="image" href="img/slideshow/arch.jpg">
<link rel="preload" as="image" href="img/slideshow/yeaseen.jpg">
<link rel="preload" as="image" href="img/slideshow/dinner.jpg">
<link rel="preload" as="image" href="img/slideshow/david.jpg">
<link rel="preload" as="image" href="img/slideshow/utahsec.jpg">
</head>
<script>
window.addEventListener('load', function () {
const logo = document.querySelector('.overlay-logo');
if (!logo) return;
// If it's already cached and loaded
if (logo.complete) {
logo.classList.add('animate-in');
} else {
// Wait until it's fully loaded
logo.addEventListener('load', function () {
logo.classList.add('animate-in');
});
}
});
</script>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<div id="navbar-placeholder"></div>
<main id="main-content" role="main">
<h1 class="sr-only">FuTURES³ Lab - Software Security Research</h1>
<div class="container main-container">
<div class="col-md-12">
<div id="photos" class="carousel slide" data-ride="carousel" role="region" aria-label="Lab photos slideshow" style="border-radius: 55px; filter: drop-shadow(0 0 0.5rem black);">
<ul class="carousel-indicators" aria-label="Slide navigation">
<li data-target="#photos" data-slide-to="0" class="active" aria-current="true"><span class="sr-only">Slide 1</span></li>
<li data-target="#photos" data-slide-to="1"><span class="sr-only">Slide 2</span></li>
<li data-target="#photos" data-slide-to="2"><span class="sr-only">Slide 3</span></li>
<li data-target="#photos" data-slide-to="3"><span class="sr-only">Slide 4</span></li>
<li data-target="#photos" data-slide-to="4"><span class="sr-only">Slide 5</span></li>
<li data-target="#photos" data-slide-to="5"><span class="sr-only">Slide 6</span></li>
</ul>
<div class="carousel-wrapper">
<div class="carousel-inner" style="border-radius: 15px;">
<div class="item active" style="position: relative;">
<img src="img/slideshow/arch.jpg" alt="Delicate Arch in Utah with lab members">
<img src="img/logos/lablogo-plain_white_path.svg" class="overlay-logo" alt="FuTURES³ Lab logo">
</div>
<div class="item"><img src="img/slideshow/tanner.png" alt="Lab member Tanner"></div>
<div class="item"><img src="img/slideshow/zao.jpg" alt="Lab member Zao"></div>
<div class="item"><img src="img/slideshow/dinner.jpg" alt="Lab dinner gathering"></div>
<div class="item"><img src="img/slideshow/yeaseen.jpg" alt="Lab member Yeaseen"></div>
<div class="item"><img src="img/slideshow/gabe.jpg" alt="Lab member Gabe"></div>
</div>
</div>
<a class="carousel-control left" href="#photos" data-slide="prev" style="border-radius: 15px;" aria-label="Previous slide"><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span></a>
<a class="carousel-control right" href="#photos" data-slide="next" style="border-radius: 15px;" aria-label="Next slide"><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span></a>
</div>
<br>
</div>
<div class="col-md-12">
<div class="row middle-align">
<div class="col-md-6">
<div style="text-align: center;">
<img class="button sponsor" src="img/logos/lablogo-full_blue_path.svg" alt="FuTURES³ Lab full logo" style="width: 100%; max-width: 575px;">
</div>
</div>
<br class="on-narrow">
<div class="col-md-6" style="margin-top:1.5%">
<p style="text-align: left;">We are a team of researchers who build practical systems with the aim of improving <b>real-world software security and robustness</b>.</p>
<p style="text-align: left;">We routinely <a href="bugs">find software bugs</a> and publish our work in <b>security</b> and <b>software engineering</b> venues like ACM CCS and ICSE.</p>
<p style="text-align: left;">Our group currently focuses on the following research areas: <b>software testing</b>, <b>program analysis</b>, and <b>automated bug repair</b>.</p>
</div>
</div>
</div>
<!-- News (e.g., papers, talks, etc.) -->
<section class="col-md-12" style="margin-top: 1em;" aria-labelledby="news">
<hr><h2 id="news" style="text-align: left;">New News</h2>
<div class="news-container">
<ul id="news-list" aria-label="Lab news updates"></ul>
</div>
</section>
<script>
fetch('news.json')
.then(response => response.json())
.then(news => {
const list = document.getElementById('news-list');
news.forEach(item => {
const li = document.createElement('li');
li.innerHTML = `<span class="news-date">${item.date}</span> ${item.text}`;
list.appendChild(li);
});
})
.catch(err => console.error('Error loading news:', err));
</script>
<div class="col-md-12" style="margin-top:10pt;">
<hr><h2 id="contact" style="text-align: left;">Contact</h2>
<div class="col-md-5 text-left">
<table role="presentation">
<tbody>
<tr>
<td width="10%" style="padding-left:0em;">
<i class="fa fa-map-marker" aria-hidden="true"></i>
</td>
<td>
3446 Merrill Engineering (MEB) <br>
50 Central Campus Drive <br>
Salt Lake City, UT 84112
</td>
</tr>
<tr>
<td width="10%" style="padding-left:0em;">
<i class="fa fa-envelope" aria-hidden="true"></i>
</td>
<td>
snagy@cs.utah.edu
</td>
</tr>
<tr>
<td width="10%" style="padding-left:0em;">
<i class="fa fa-phone" aria-hidden="true"></i>
</td>
<td>
+1 801-581-8224
</td>
</tr>
</tbody>
</table>
</div>
<br class="on-narrow">
<div class="col-md-7 text-center">
<div class="map-wrapper">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3021.6947593760556!2d-111.84924788810584!3d40.76873783402054!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87525f8e1b9c7d31%3A0x914548c9f976bce5!2sUniversity%20of%20Utah%20School%20of%20Computing!5e0!3m2!1sen!2sus!4v1686075330489!5m2!1sen!2sus" scrolling="no" style="border:0; /*height:20%*/ width:100%; max-height:125px;" allowfullscreen="" loading="lazy" class="rounded" title="Map showing University of Utah School of Computing location"></iframe>
<div class="map-overlay"></div>
</div>
</div>
</div>
<div class="col-md-12" style="margin-top:1.5em;">
<hr><h2 id="sponsors" style="text-align: left;">Our Sponsors</h2>
<div class="col-md-12" style="display:flex; justify-content:center; gap:20px;">
<a href="https://www.nsf.gov" target="_blank" style="display:flex; justify-content:center;" aria-label="National Science Foundation website">
<img class="img button sponsor" src="img/logos/nsf.png" alt="NSF Logo">
</a>
<a href="https://www.darpa.mil" target="_blank" style="display:flex; justify-content:center;" aria-label="DARPA website">
<img class="img button sponsor" src="img/logos/darpa.png" alt="DARPA Logo">
</a>
</div>
</div>
</div>
</main>
<br>
<div id="footer-placeholder"></div>
<script src="includes/load-includes.js"></script>
</body>
</html>