-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
369 lines (338 loc) · 15.4 KB
/
index.html
File metadata and controls
369 lines (338 loc) · 15.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OtimizES (UEM)</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Prata&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datetimepicker.min.css">
<link rel="stylesheet" href="css/nouislider.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="/images/favicon.png" />
</head>
<body>
<div class="main-section" ng-app="myApp" ng-controller="myCtrl">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">OtimizES (UEM)</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav"
aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="dropdown nav-item">
<a href="#" class="dropdown-toggle nav-link icon d-flex align-items-center"
data-toggle="dropdown">
<i class="ion-ios-people mr-2"></i>
Authors
<b class="caret"></b>
</a>
<div class="dropdown-menu dropdown-menu-left" ng-if="works" style="white-space: nowrap; overflow: hidden;">
<a target="_blank" href="http://lattes.cnpq.br/3603496659156120" class="dropdown-item" style="max-width: 50vw;">
<i class="ion-ios-person mr-2"></i> Thelma Elita Colanzi
</a>
<a target="_blank" href="http://lattes.cnpq.br/6738366464597912" class="dropdown-item" style="max-width: 50vw;">
<i class="ion-ios-person mr-2"></i> Aline Maria Malachini Miotto Amaral
</a>
<a target="_blank" ng-href="{{author.git}}" ng-repeat="author in getAuthors(authors)" class="dropdown-item" style="max-width: 50vw;">
<i class="ion-ios-person mr-2"></i> {{author.name}}
</a>
</div>
</li>
<li class="nav-item">
<a href="https://github.com/otimizes/OPLA-Tool/releases" target="_blank"
class="nav-link icon d-flex align-items-center"><i
class="ion-ios-cloud-download mr-2"></i> Download OPLA-Tool</a></li>
<li class="nav-item">
<a href="https://otimizes.github.io/OPLA-Tool" target="_blank"
class="nav-link icon d-flex align-items-center"><i
class="ion-md-open mr-2"></i> Access OPLA-Tool project</a></li>
<li class="dropdown nav-item">
<a href="#" class="dropdown-toggle nav-link icon d-flex align-items-center"
data-toggle="dropdown">
<i class="ion-ios-bookmarks mr-2"></i>
More
<b class="caret"></b>
</a>
<div class="dropdown-menu dropdown-menu-left">
<a href="#researchers" class="dropdown-item"><i class="ion-ios-people mr-2"></i>
Researchers</a>
<a href="#carousel" class="dropdown-item"><i class="ion-ios-apps mr-2"></i> Thesys</a>
<a href="#cards" class="dropdown-item"><i class="ion-ios-git-network mr-2"></i>
Works</a>
<a href="#contact" class="dropdown-item"><i class="ion-ios-contact mr-2"></i>
Contact</a>
</div>
</li>
<li class="nav-item"><a target="_blank" href="https://www.youtube.com/channel/UCnxWyRoyrvWzI1CVqNU6HXg" class="nav-link icon d-flex align-items-center"><i
class="ion-logo-youtube"></i></a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<section class="hero-wrap js-fullheight">
<div class="container">
<div class="row description js-fullheight align-items-center justify-content-center">
<div class="col-md-8 text-center">
<div class="text">
<img src="images/logo-grupo-pesquisa.png" style="width: 90%; margin: 20px;">
<h4 class="mb-5">Research Group on Search-Based Software Enginering.</h4>
<p><a href="https://github.com/otimizes" class="btn btn-white px-4 py-3"><i
class="ion-ios-return-right mr-2"></i>Access Project</a></p>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section pb-0" id="researchers">
<div class="container">
<div class="row">
<div class="col-md-12 heading-title">
<h1>Researchers</h1>
</div>
</div>
</div>
</section>
<section class="ftco-section" id="buttons">
<div class="container">
<div class="row mb-5">
<div class="col-md-1" style="display: flex; align-items: center;">
<img src="images/thelma.png" class="img-raised rounded img-fluid image" style="width: 100%;">
</div>
<div class="col-md-11">
<div class="row">
<div class="col-md-12">
<h2 class="heading-section"> Thelma Elita Colanzi <br>
</h2>
</div>
<div class="col-md-12">
<ul>
<li>Thelma received the DS degree (2014) from Federal University of Paraná (UFPR), Brazil. She holds the MSc degree in Computer
Science and Computational Math from University of São Paulo (USP/São Carlos), Brazil. She has been lecturer at State University
of Maringá since 2006. Her areas of interest are: software design and maintenance, software product lines, search-based software
engineering and multi-objective evolutionary algorithms.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row mb-5">
<div class="col-md-1" style="display: flex; align-items: center;">
<img src="images/aline.png" class="img-raised rounded img-fluid image" style="width: 100%;">
</div>
<div class="col-md-11">
<div class="row">
<div class="col-md-12">
<h2 class="heading-section">Aline Maria Malachini Miotto Amaral <br>
</h2>
</div>
<div class="col-md-12">
<ul>
<li>Aline received the DS degree (2014) from Pontifical Catholic University of Paraná, Brazil (PUCPR). She holds the MSc degree in Computer
Science and Computational Math from University of São Paulo (USP/São Carlos), Brazil. She has been lecturer at State University of Maringá
since 2015. Her areas of interest are: Machine Learning, Software Product Lines and Dynamic Adaptive Search-Based Software Engineering</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-section-2 bg-primary" id="carousel">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-5">
<h2 class="heading-section mb-4 pb-md-3">
Multi-Objective Optimization Approach for PLA Design (MOA4PLA)
</h2>
<p class="text-justify">The Multi-Objective Optimization Approach for PLA design (MOA4PLA)
[Colanzi et al., 2014], as
the name says, is an approach to optimize Product Line Architectures (PLAs) design using
multi-objective algorithms. MOA4PLA receives a PLA modeled in a UML class diagram containing
all commonalities and variabilities, and optimize it while being guided by an evaluation
model composed by software metrics.
At the end of the optimization process, a set of solutions with the best trade-off between
objectives is generated and the architect may select which architecture will be used.</p>
<p><a href="https://acervodigital.ufpr.br/bitstream/handle/1884/36061/R%20-%20T%20-%20THELMA%20ELITA%20COLANZI.pdf?sequence=1&isAllowed=y"
class="btn btn-white" target="_">See Thesys</a> <a href="https://otimizes.github.io/OPLA-Tool"
class="btn btn-white" target="_">Access the project</a></p>
</div>
<div class="col-md-7">
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/oplatool-a.png" alt="" class="img-fluid rounded">
</div>
<div class="carousel-item">
<img src="images/oplatool-b.png" alt="" class="img-fluid rounded">
</div>
<div class="carousel-item">
<img src="images/oplatool-c.png" alt="" class="img-fluid rounded">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="ion-ios-arrow-round-back"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="ion-ios-arrow-round-forward"></span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-section-2 bg-light" id="cards">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="heading-section mb-4 pb-md-3">
Works
<i ng-click="showInfo1 = true" class="ion-ios-information-circle-outline mouse-pointer"
data-toggle="tooltip" data-placement="right"
title="Click here to learn how to list your work below."></i>
</h2>
<div class="alert alert-info" ng-if="showInfo1">
<div class="container">
<div class="d-flex">
<div class="alert-icon">
<i class="ion-ios-information-circle-outline"></i>
</div>
<p class="mb-0 ml-2">To display your work, send a pull request in <a
href="https://github.com/otimizes/OPLA-Tool" target="_blank">OPLA-Tool
Github</a> updating the works.xml file with it. Just insert a new tag <work>...</work> with your information.
When the Pull Request is accepted by Admin, the work will be shown here.
</div>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true"><i class="ion-ios-close"></i></span>
</button>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6" ng-repeat="work in works" ng-if="works" id="work-{{cleanStr(work.title)}}">
<div class="card">
<h5><span class="badge badge-primary" style="position: absolute; right: -3px; top: 4px;">{{work.year}}</span></h5>
<h5 class="card-header py-4">{{work.title}}</h5>
<div class="card-body">
<h5 class="card-title">{{work.author}}
<i ng-click="work.show = !work.show" ng-class="{'ion-ios-arrow-down': work.show, 'ion-ios-arrow-up': !work.show}" class="mouse-pointer" data-toggle="tooltip" data-placement="right" title="Click here to show the abstract."></i>
</h5>
<p class="card-text text-justify" ng-show="work.show">{{work.abstract}}</p>
<a ng-href="{{work.paperlink}}" class="btn btn-primary" target="_blank">Go to
paper</a>
<a ng-href="{{work.experimentalpackagelink}}" class="btn btn-white"
target="_blank">Experimental Package</a>
</div>
</div>
</div>
</div>
</section>
<!-- - - - - -end- - - - - -->
<section id="contact" class="ftco-section ftco-section-2 section-signup page-header img"
style="background-image: url(images/bg_2.jpg);">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 ml-auto mr-auto">
<div class="card card-login py-4">
<form class="form-login" method="post" action="mailto:otimizes@uem.br" enctype="text/plain">
<div class="card-header card-header-primary text-center">
<h4 class="card-title">Let us a message</h4>
</div>
<!-- <p class="description text-center">Or Be Classical</p> -->
<div class="card-body p-4">
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="ion-ios-contact"></i>
</span>
</div>
<input type="text" class="form-control" name="name" placeholder="Name...">
</div>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="ion-ios-paper-plane"></i>
</span>
</div>
<input type="email" class="form-control" name="email" placeholder="Email...">
</div>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="ion-ios-text"></i>
</span>
</div>
<input type="text" class="form-control" name="message" placeholder="Message...">
</div>
</div>
<div class="footer text-center">
<input type="submit" class="btn btn-primary" value="Send"></input>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- - - - - -end- - - - - -->
<!-- - - - - -end- - - - - -->
<footer class="ftco-section ftco-section-2">
<div class="col-md-12 text-center">
<p class="mb-0">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All rights reserved | This template is made by <a target="_blank" href="https://wmfsystem.com.br">Willian Marques Freire</a> based <i class="icon-heart"
aria-hidden="true"></i> on
<a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</footer>
</div>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" /></svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.7.8/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/x2js/1.2.0/xml2json.min.js"></script>
<script src="js/nouislider.min.js"></script>
<script src="js/moment-with-locales.min.js"></script>
<script src="js/bootstrap-datetimepicker.min.js"></script>
<script src="js/main.js"></script>
<script src="js/controller.js"></script>
</body>
</html>