-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
282 lines (243 loc) · 12.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>ARIES LAB</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/logotipo/arieslab-icone-original.svg" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Muli:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Flattern - v4.7.0
* Template URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!--<div w3-include-html="header.html"></div>-->
<header id="header" class="d-flex align-items-center fixed-top">
<div class="container d-flex justify-content-between">
<div class="logo">
<a href="index.html"><img src="assets/img/logotipo/arieslab-original.png" alt="" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<!-- <li><a class="active" href="index.html">Home</a></li>-->
<li><a class="active" href="index.html">Home</a></li>
<li><a href="people.html">People</a></li>
<li class="dropdown"><a href="#"><span>Research</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="projects.html" target="_blank">Projects</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="awards.html">Awards</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Material</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="https://github.com/arieslab/slide-template" target="_blank">Slide template</a></li>
<li><a href="https://github.com/arieslab/presentations" target="_blank">Presentations</a></li>
<li><a href="https://github.com/arieslab/visual-identity" target="_blank">Visual Identity</a></li>
</ul>
</li>
<!-- <li><a href="contact.html">Contact</a></li>-->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div id="heroCarousel" data-bs-interval="5000" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url(assets/img/slide/dev1.jpg);">
<div class="carousel-container">
<div class="carousel-content animate__animated animate__fadeInUp">
<h2>Welcome to <span>ARIES LAB</span></h2>
<p>
The Applied Research in Software Engineering Laboratory <b>(ARIES LAB)</b>
aims to conduct quality academic investigations that bring relevant
contributions to the literature and to the software industry.
</p>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item" style="background-image: url(assets/img/slide/dev2.jpg);">
<div class="carousel-container">
<div class="carousel-content animate__animated animate__fadeInUp">
<h2>Welcome to <span>ARIES LAB</span></h2>
<p>
The Applied Research in Software Engineering Laboratory <b>(ARIES LAB)</b>
aims to conduct quality academic investigations that bring relevant
contributions to the literature and to the software industry.
</p>
</div>
</div>
</div>
<!-- Slide 5 -->
<div class="carousel-item" style="background-image: url(assets/img/slide/dev5.jpg);">
<div class="carousel-container">
<div class="carousel-content animate__animated animate__fadeInUp">
<h2>Welcome to <span>ARIES LAB</span></h2>
<p>
The Applied Research in Software Engineering Laboratory <b>(ARIES LAB)</b>
aims to conduct quality academic investigations that bring relevant
contributions to the literature and software industry.
</p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon bx bx-left-arrow" aria-hidden="true"></span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon bx bx-right-arrow" aria-hidden="true"></span>
</a>
<ol class="carousel-indicators" id="hero-carousel-indicators"></ol>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container">
<div class="row">
<div class="col-lg-6 text-center text-lg-left">
<h3>We are a <span>collaborative</span> research group.</h3>
<p> ARIES LAB is a research team at the Institute of Computing at Federal University of Bahia (UFBA) together with the Federal University of Lavras (UFLA) and the State University of Bahia (UNEB).</p>
</div>
<div class="col-lg-6 cta-btn-container">
<div class="row" >
<div class="col-lg-4">
<a href="https://www.ufba.br/" target="_blank">
<img src="assets/img/universidades/UFBA.png" class="img-fluid aos-init aos-animate" alt="" data-aos="zoom-in">
</a>
</div>
<div class="col-lg-4">
<a href="https://ufla.br/" target="_blank">
<img src="assets/img/universidades/UFLA.png" class="img-fluid aos-init aos-animate" alt="" data-aos="zoom-in" data-aos-delay="100">
</a>
</div>
<div class="col-lg-4">
<a href="https://portal.uneb.br/" target="_blank">
<img src="assets/img/universidades/uneb.png" class="img-fluid aos-init aos-animate" alt="" data-aos="zoom-in" data-aos-delay="100">
</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Cta Section -->
<!-- ======= About Us Section ======= -->
<section id="about-us" class="about-us">
<div class="container">
<div class="row no-gutters">
<div class="image col-xl-5 d-flex align-items-stretch justify-content-center justify-content-lg-start" data-aos="fade-right"></div>
<div class="col-xl-7 ps-0 ps-lg-5 pe-lg-1 d-flex align-items-stretch">
<div class="content d-flex flex-column justify-content-center">
<h3 data-aos="fade-up">Research Interest</h3>
<p data-aos="fade-up">
Our research interest is related to the following topics:
</p>
<div class="row">
<div class="col-md-6 icon-box" data-aos="fade-up">
<i class="bx bx-search"></i>
<h4>Empirical Software Engineering</h4>
<p>Involves the scientific use of quantitative and qualitative data to understand and improve the software.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-bug"></i>
<h4>Software Testing</h4>
<p>Searches Related to Software Testing Processes with the aim of improving the quality of the software.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-code-alt"></i>
<h4>Software Evolution</h4>
<p>Area of Software Engineering that investigates the continual development of systems and their changings.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-folder"></i>
<h4>Mining Software Repositories</h4>
<p>Analyzes the rich data available in software repositories, to uncover interesting about software systems, projects, and software engineering.</p>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-sun"></i>
<h4>Sustainable Software Engineering</h4>
<p>An emerging discipline with principles, philosophies, and competencies to define, develop, and run sustainable software applications.</p>
</div>
</div>
</div><!-- End .content-->
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= SPONSORSHIP Section ======= -->
<section id="sponsorship" class="clients">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Our <strong>Sponsorships</strong></h2>
<p>ARIES LAB members receive funding from CAPES, FAPESP, CNPQ and Tomorrow.</p>
</div>
<div class="row no-gutters clients-wrap clearfix" data-aos="fade-up">
<div class="col-lg-3 col-md-4 col-xs-4">
<div class="client-logo">
<img src="assets/img/sponsorship/capes_horizontal.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-4">
<div class="client-logo">
<img src="assets/img/sponsorship/fapesb.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-4">
<div class="client-logo">
<img src="assets/img/sponsorship/CNPq.png" class="img-fluid" alt="" >
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-4">
<div class="client-logo">
<img src="assets/img/sponsorship/logo-tomorrow-site.png" class="img-fluid" alt="" >
</div>
</div>
</div>
</div>
</section><!-- End Our Clients Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<div w3-include-html="footer.html"></div>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- W3C JS -->
<script src="assets/js/w3c.js"></script>
<script>
includeHTML();//w3c.js
</script>
</body>
</html>