forked from grumpytool/grumpytool.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
323 lines (265 loc) · 13.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>GrumPy Tool</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" 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|Roboto: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/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: BizLand - v2.0.2
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<!-- <h1 class="logo mr-auto"><a href="index.html">BizLand<span>.</span></a></h1>-->
<h1 class="logo mr-auto">
<img src="assets/img/logo_grumpy.png" width="200px">
</h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt=""></a>-->
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#issues">Issues</a></li>
<li><a href="#development">Development</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container" data-aos="zoom-out" data-aos-delay="100">
<div class="row justify-content-center align-self-center">
<div class="col-md-6 order-md-first order-last">
<br><br><br><br><br>
<h1>
GrumPy <span>Tool</span>
</h1>
<h2>Gold Repository Unit for Mathematical statistics in Python</h2>
<div class="d-flex">
<a href="https://github.com/joselitojunior94/GrumPy" target="_blank" class="btn-get-started"><i class="icofont-github"></i> Github</a>
<!--<a href="https://www.youtube.com/watch?v=jDDaplaOz7Q" class="venobox btn-watch-video" data-vbtype="video" data-autoplay="true">Tool demo <i class="icofont-play-alt-2"></i></a>-->
</div>
</div>
<div class="col-md-6">
<img src="assets/img/box_grumpy.png" alt="" class="img-fluid" width="70%">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Featured Services Section ======= -->
<section id="featured-services" class="featured-services">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="icofont-ui-folder"></i></div>
<h4 class="title"><a href="">GitHub</a></h4>
<p class="description">GrumPy tool supports mining Issues from open source repositories on GitHub</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="icofont-file-python"></i></div>
<h4 class="title"><a href="">Python</a></h4>
<p class="description">GrumPy tool was developed with the Python Programming Language and the Django Framework</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="icofont-unlocked"></i></div>
<h4 class="title"><a href="">Open Source</a></h4>
<p class="description">GrumPy tool is open source and under the GNU General Public License</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="icofont-interface"></i></div>
<h4 class="title"><a href="">Graphic interface</a></h4>
<p class="description">GrumPy tool has a graphical interface, which allows for a better user experience</p>
</div>
</div>
</div>
</div>
</section><!-- End Featured Services Section -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients section-bg">
<div class="container" data-aos="zoom-in">
<div class="row">
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/python.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/django.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/celery.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/redis.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/MongoDB-Logo.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center justify-content-center">
<img src="assets/img/clients/github.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= About Section ======= -->
<section id="issues" class="issues">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h3>Why mining repository <span>Issues</span>?</h3>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/mining.png" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="100">
<h5>
The importance of user feedback and community work can define the success and prosperity of the repository.
Issues are a great ally of open source repositories due to their relevant information for improving the repository as well as bug fixes.
</h5>
<br>
<h5>
In this context, several studies on Issues have been developed in the academic community.
However, for the study of issues and their mining to be done more effectively, it is necessary to automate the mining process.
</h5>
<br>
<h5>
The GrumPy Tool seeks to help researchers in order to facilitate the automated collection of Issues in GitHub's open-source repositories, in order to provide the data through a friendly web system with statistical reporting.
</h5>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Team Section ======= -->
<section id="development" class="development section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h3>GrumPy tool <span>development</span></h3>
</div>
<div class="row">
<div class="col-lg-2 col-md-8 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="member-img">
<!-- <img src="assets/img/team/Imagem__Joselito.jpeg" class="img-fluid" alt="">-->
</div>
</div>
</div>
<div class="col-lg-9">
<h4>Joselito Mota Jr - <span>Master student</span></h4>
The development of the GrumPy tool is part of Joselito Mota Jr dissertation. Joselito is a Msc. student in
<a href="http://wiki.dcc.ufba.br/PGComp/" target="_blank">Computer Science at the Graduate Program in Computer Science (PGCOMP)</a> at the Federal University of Bahia (UFBA),
under the supervision of <a href="http://www.ivanmachado.com.br/" target="_blank">Professor Dr. Ivan Machado</a>.
The development of the tool had the collaboration of <a href="https://railana.github.io/" target="_blank">Railana Santana</a>, PhD student in Computer Science at UFBA.
<br>
<span><i class="icofont-email"></i></span> Contact email: <a href="mailto:[email protected]">joselito(dot)mota(at)ufba(dot)br</a>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact ">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h3><span>Contact Us</span></h3>
<p>GrumPy tool is part of a work developed by the research group
<a href="https://arieslab.github.io/arieslab/" target="_blank">Aries Lab</a>
at the
<a href="https://www.ufba.br/" target="_blank">Federal University of Bahia (UFBA)</a></p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-6">
<div class="info-box mb-4">
<i class="bx bx-map"></i>
<h3>Our Address</h3>
<p>Universidade Federal da Bahia</p>
<p>Institute of Mathematics and Statistics</p>
<p>Av. Adhemar de Barros, s/nº - Ondina, Salvador - BA, Brazil, 40170-110 </p>
</div>
<div class="row">
<div class="col">
<div class="info-box mb-4">
<i class="bx bx-world"></i>
<h3>Aries Lab website</h3>
<a href="https://arieslab.github.io/" target="_blank">https://arieslab.github.io/</a>
</div>
</div>
<div class="col">
<div class="info-box mb-4">
<i class="bx bx-envelope"></i>
<h3>Aries Lab website</h3>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 ">
<div class="mapouter">
<div class="gmap_canvas"><iframe width="100%" height="100%" id="gmap_canvas" src="https://maps.google.com/maps?q=UFBA%20ondina&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
<a href="https://www.embedgooglemap.net/1/"></a>
</div>
<style>.mapouter{position:relative;text-align:right;height:100%;width:100%;}.gmap_canvas {overflow:hidden;background:none!important;height:100%;width:100%;}</style>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>GrumPy Tool</span></strong>
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/bizland-bootstrap-business-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>