-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
381 lines (352 loc) · 12.8 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
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>EPICLab</title>
<!-- Favicon -->
<link rel="icon" href="media/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="media/favicon.ico" type="image/x-icon" />
<!-- Custom styles for this template -->
<link
href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
rel="stylesheet"
id="bootstrap-css"
/>
<link href="css/index.css" rel="stylesheet" />
<link href="css/main.css" rel="stylesheet" />
</head>
<!-- Styles -->
<style>
body {
margin: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: rgb(202, 202, 202);
}
.page-headers {
text-align: center;
margin-top: 35px;
}
.wrapper {
flex: 1;
}
</style>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">EPICLab</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"
>Home<span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="people.html">People</a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.html">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Banner -->
<div class="banner">
<img src="media/epiclab_logo.svg" alt="EPICLab Logo" class="logo" />
</div>
<!-- Three Column Section -->
<body>
<section class="split">
<div class="split-left">
<img
src="media/icons/flask-icon.svg"
alt="Flask SVG"
height="60px"
class="svg-icon"
/>
<h2>Mission</h2>
<p class="lead">
<br /><strong>EPICLabs</strong> stands for <strong></strong>End
user-centric, Productivity, Inclusion and Cognition. Our work follows
an interdisciplinary approach of performing empirical user studies to
understand the problems and barriers that developers currently face,
designing and developing interactive tools to make developers and
teams more efficient, and formative and summative user studies to
evaluate the benefits of the tools. <br />
<br />
Our research approach is
<strong
>interdisciplinary, leveraging research in data mining, program
analysis, software design, software visualization, and
human-computer interaction.</strong
>
</p>
</div>
<div class="split-middle">
<img
src="media/icons/people-icon.svg"
alt="People SVG"
height="60px"
class="svg-icon"
/>
<h2>Join Us</h2>
<p class="lead">
<br />Interested in our mission? We're seeking enthusiastic
individuals passionate about exploring user experiences through user
studies, tool development, and interdisciplinary research. <br />
<br />
<br />
If you're interested joining us, contact Anita Sarma at
<i><b>anita.sarma@oregonstate.edu</b></i> to explore your options!
</p>
</div>
<div class="split-right" id="news-section">
<img
src="media/icons/publications-icon.svg"
alt="Feed SVG"
height="60px"
class="svg-icon"
/>
<h2>Recent Publications</h2>
<br />
<p class="lead" id="news-content"></p>
</div>
</section>
<section class="featured-papers">
<!-- Featured Carousel Section -->
<h3 class="page-headers">Featured Papers</h3>
<div class="carousel-container">
<button class="external-carousel-control" onclick="prevSlide()">
❮
</button>
<div
id="awardCarousel"
class="carousel slide"
data-ride="carousel"
data-pause="hover"
data-interval="4000"
>
<div class="carousel-indicators">
<li
data-target="#awardCarousel"
data-slide-to="0"
class="active"
></li>
<li data-target="#awardCarousel" data-slide-to="1"></li>
<li data-target="#awardCarousel" data-slide-to="2"></li>
<li data-target="#awardCarousel" data-slide-to="3"></li>
<li data-target="#awardCarousel" data-slide-to="4"></li>
<li data-target="#awardCarousel" data-slide-to="5"></li>
<li data-target="#awardCarousel" data-slide-to="6"></li>
<li data-target="#awardCarousel" data-slide-to="7"></li>
<!-- Add more li elements for additional slides as needed -->
</div>
<div class="carousel-inner">
<div class="carousel-item active" id="carousel-item-1">
<img
src="media/research_graphics/do_i_belong.jpg"
alt="Do I Belong? Modeling Sense of Virtual Community Among Linux Kernel Contributors"
/>
<div class="carousel-buttons">
<a
href="https://doi.org/10.1109/ICSE48619.2023.00038"
target="_blank"
>DOI</a
>
<a href="publications/icse23-trinkenreich.pdf" target="_blank"
>PDF</a
>
</div>
<div class="carousel-caption">
<p class="photo-caption">ICSE 2023 Distinguished Paper Award</p>
</div>
</div>
<div class="carousel-item" id="carousel-item-2">
<img
src="media/research_graphics/recommending_tasks.jpg"
alt="Recommending Tasks to Newcomers in OSS Projects: How Do Mentors Handle It?"
/>
<div class="carousel-buttons">
<a
href="https://doi.org/10.1145/3412569.3412571"
target="_blank"
>DOI</a
>
<a href="publications/opensym20-balali.pdf" target="_blank"
>PDF</a
>
</div>
<div class="carousel-caption">
<p class="photo-caption">OpenSym 2020 Best Paper Award</p>
</div>
</div>
<div class="carousel-item" id="carousel-item-3">
<img
src="media/research_graphics/biases.jpg"
alt="A Tale from the Trenches: Cognitive Biases and Software Development"
/>
<div class="carousel-buttons">
<a
href="https://doi.org/10.1145/3377811.3380330"
target="_blank"
>DOI</a
>
<a href="publications/icse20-chattopadhyay.pdf" target="_blank"
>PDF</a
>
</div>
<div class="carousel-caption">
<p class="photo-caption">ICSE 2020 Distinguished Paper Award</p>
</div>
</div>
<div class="carousel-item" id="carousel-item-4">
<img
src="media/research_graphics/tradeoffs.jpg"
alt="Trade-offs in Continuous Integration: Assurance, Security, and Flexibility"
/>
<div class="carousel-buttons">
<a
href="https://doi.org/10.1145/3106237.3106270"
target="_blank"
>DOI</a
>
<a href="publications/esecfse17-hilton.pdf" target="_blank"
>PDF</a
>
</div>
<div class="carousel-caption">
<p class="photo-caption">
ESEC/FSE 2017 Distinguished Paper Award
</p>
</div>
</div>
<div class="carousel-item" id="carousel-item-5">
<img
src="media/research_graphics/merge_conflicts.jpg"
alt="Software Practitioner Perspectives on Merge Conflicts and Resolutions"
/>
<div class="carousel-buttons">
<a href="https://doi.org/10.1109/ICSME.2017.53" target="_blank"
>DOI</a
>
<a href="publications/icsme17-mckee.pdf" target="_blank">PDF</a>
</div>
<div class="carousel-caption">
<p class="photo-caption">
ICSME 2017 Distinguished Paper Award
</p>
</div>
</div>
<div class="carousel-item" id="carousel-item-6">
<img
src="media/research_graphics/global_stage.jpg"
alt="Hiring in the Global Stage: Profiles of Online Contributions"
/>
<div class="carousel-buttons">
<a href="https://doi.org/10.1109/ICGSE.2016.35" target="_blank"
>DOI</a
>
<a href="publications/icgse16-sarma.pdf" target="_blank">PDF</a>
</div>
<div class="carousel-caption">
<p class="photo-caption">ICGSE 2016 Best Paper Award</p>
</div>
</div>
<div class="carousel-item" id="carousel-item-7">
<img
src="media/research_graphics/abundance.jpg"
alt="Foraging among an Overabundance of Similar Variants"
/>
<div class="carousel-buttons">
<a
href="https://doi.org/10.1145/2858036.2858469"
target="_blank"
>DOI</a
>
<a href="publications/chi16-ragavan.pdf" target="_blank">PDF</a>
</div>
<div class="carousel-caption">
<p class="photo-caption">CHI 2016 Best Paper Award</p>
</div>
</div>
<div class="carousel-item" id="carousel-item-8">
<img
src="media/research_graphics/artifact_analysis.jpg"
alt="End-User Programmers and their Communities: An Artifact-based Analysis"
/>
<div class="carousel-buttons">
<a href="https://doi.org/10.1109/ESEM.2011.23" target="_blank"
>DOI</a
>
<a href="pdf_link_1" target="_blank">PDF</a>
</div>
<div class="carousel-caption">
<p class="photo-caption">ESEM 2011 Distinguished Paper Award</p>
</div>
</div>
<!-- You can add more here- remember to update li elements -->
</div>
</div>
<!-- External carousel control buttons -->
<button class="external-carousel-control" onclick="nextSlide()">
❯
</button>
</div>
</section>
<!-- Carousel Move Script -->
<script>
function prevSlide() {
$("#awardCarousel").carousel("prev");
}
function nextSlide() {
$("#awardCarousel").carousel("next");
}
</script>
<!-- Footer -->
<div class="footer">
<div id="copyright"></div>
<script>
var currentYear = new Date().getFullYear();
document.getElementById("copyright").innerHTML = "Copyright © " + currentYear + " EPICLab";
</script>
<div class="contact-info">
<p>Kelley Engineering Center</p>
<p>2500 NW Monroe Ave</p>
<p>Corvallis, OR 97331 USA</p>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script
src="https://code.jquery.com/jquery-3.6.4.min.js"
integrity="sha384-UG8ao2jwOWB7/oDdObZc6ItJmwUkR/PfMyt9Qs5AwX7PsnYn1CRKCTWyncPTWvaS"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Other/Custom JavaScript -->
<script src="js/recentPapers.js"></script>
</body>
</html>