-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
349 lines (343 loc) · 19.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img//apple-icon.png">
<link rel="icon" type="image/png" href="./assets/img//favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
Harmonizing DevOps Taxonomies
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<!-- CSS Files -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="./assets/css/paper-kit.css?v=2.2.0" rel="stylesheet" />
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="./assets/demo/demo.css" rel="stylesheet" />
</head>
<body class="index-page sidebar-collapse">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-transparent " color-on-scroll="300">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="" rel="tooltip" title="Harmonizing DevOps Taxonomies" data-placement="bottom" target="_blank">
Harmonizing DevOps Taxonomies
</a>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navigation">
<ul class="navbar-nav">
<li class="nav-item">
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io" target="_blank" class="nav-link"><i class="fa fa-github"></i> GitHub</a>
</li>
<li class="nav-item">
<a href="" target="_blank" class="btn btn-danger btn-round">Access the paper</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="page-header section-dark" style="background-image: url('./assets/img/wallpaper.jpg')">
<div class="filter"></div>
<div class="content-center">
<div class="container">
<div class="title-brand">
<h1 class="presentation-title">Harmonizing DevOps Taxonomies</h1>
</div>
<h2 class="presentation-subtitle text-center">A Grounded Theory Study</h2>
</div>
</div>
<!-- <div class="moving-clouds" style="background-image: url('./assets/img/clouds.png'); "></div> -->
<h6 class="category category-absolute">
<a href="https://www.upm.es" target="_blank">
<img src="./assets/img/logo_upm.png" class="creative-tim-logo">
</a>
<a href="https://www5.usp.br" target="_blank">
<img src="./assets/img/logo_usp.png" class="creative-tim-logo">
</a>
</h6>
</div>
<div class="main">
<div class="section section-dark text-center">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Public Repository</h2>
<h5 class="description">This is Public Repository for the research "Harmonizing DevOps Taxonomies:
A Grounded Theory Study"</h5>
<br>
<a href="#paper-kit" class="btn btn-danger btn-round">See Paper</a>
</div>
</div>
<br/>
<br/>
<div class="row content-center">
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger">
<i class="nc-icon nc-icon nc-layout-11"></i>
</div>
<div class="description">
<h4 class="info-title">DevOps</h4>
<p class="description">This work presents empirical research on the structure of DevOps teams in software-producing organizations.</p>
<!-- <a href="javascript:;" class="btn btn-link btn-danger">See more</a> -->
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger">
<i class="nc-icon nc-vector"></i>
</div>
<div class="description">
<h4 class="info-title">Harmonizing DevOps</h4>
<p>The goal is to better understand the organizational structure and characteristics of teams adopting DevOps by harmonizing the existing knowledge.</p>
<!-- <a href="javascript:;" class="btn btn-link btn-danger">See more</a> -->
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-danger">
<i class="nc-icon nc-single-copy-04"></i>
</div>
<div class="description">
<h4 class="info-title">Grounded Theory</h4>
<p>We conducted a Grounded Theory study by analyzing existing studies on DevOps teams and taxonomies.</p>
<!-- <a href="javascript:;" class="btn btn-link btn-danger">See more</a> -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section section-gray section-buttons">
<div class="container">
<div class="title">
<h2>Our Methodology</h2>
</div>
<div id="buttons">
<div class="title">
<h5><b>We applied a novel GT process that extends the Charmaz's GT variant to
allow multiple researchers to participate in the coding process, that is,
<i>collaborative coding</i>. This GT process ensures consensus on the constructs
that support the theory, thus improving the rigor of qualitative research
(cf. <a href="https://arxiv.org/pdf/2107.11449.pdf" target="_blank">here</a>).
To this end, we analyze the <b>intercoder agreement (ICA)</b> to
measure the extent to which different raters assign the same precise
value (code or category) for each item rated (qualitative data item or quotations).</h5>
<h5>The GT process is composed by the following stages: initial/open coding, selection of core categories,
selective coding, sorting, theoretical coding, and theory writing (see Figure 1). The outputs of
these phases are the coding, the memos, the categories, and the resulting theory, all managed
through the tool Atlas.ti v9.</b></h5>
<img src="./assets/img/methodology.png" alt="Rounded Image" class="img-rounded img-responsive" style="width: 100%">
<center>Figure 1. Process for using ICA in GT studies. Part 2: Key stages and artifacts.</center>
</div>
</div>
</div>
</div>
<div class="section section-dark text-center">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Study Conduction - files</h2>
<h4 class="description">
The main outputs of this process, in addition to the theory described in the paper,
are the codebook and the disagreements diary, which have been refined and improved
in the iterations 1 to 5 as follows.
</h4>
<br/>
<br/>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/CODEBOOK%20-%20releases/Codebook%20iteration%205(final).pdf" class="btn btn-danger btn-round" target="_blank">Codebook</a>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/disagreements%20diary.pdf" class="btn btn-outline-danger btn-round" target="_blank">disagreements diary</a>
</div>
</div>
</div>
</div>
<div class="section section-dark-blue">
<div class="container">
<h2 class="title text-center"><b>Open Coding</b></h2>
<div class="row">
<div class="col-lg-4 col-md-6 mx-auto">
<div class="card card-register">
<h3 class="title mx-auto"><b>Iteraction 1</b></h3>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/01_OPEN%20CODING%20-%20ITERATION%201/UnifiedDevOps%20OpenCoding%20ITE1%20ICA%20(jd%20%2B%20ia).atlproj9" class="btn btn-danger btn-block btn-round" target="_blank">Atlas.ti project - coders R1 & R2</a>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/01_OPEN%20CODING%20-%20ITERATION%201/UnifiedDevOps%20OpenCoding%20ITE1%20ICA%20(jd%20%2B%20ia)%20-%20cu%20alpha.pdf" class="btn btn-outline-neutral btn-round" target="_blank">Cu-alpah and cu-alpha results R1 & R2</a>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/01_OPEN%20CODING%20-%20ITERATION%201/UnifiedDevOps%20OpenCoding%20ITE1%20ICA%20(cr2%20%2B%20jp2).atlproj9" class="btn btn-danger btn-block btn-round" target="_blank">Atlas.ti project - coders R3 & R4</a>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/01_OPEN%20CODING%20-%20ITERATION%201/UnifiedDevOps%20OpenCoding%20ITE1%20ICA%20(cr%20%2B%20jp)%20-%20cu%20alpha.pdf" class="btn btn-outline-neutral btn-round" target="_blank">Cu-alpha and cu-alpha results R3 & R4</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mx-auto">
<div class="card card-register">
<h3 class="title mx-auto"><b>Iteraction 2</b></h3>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/02_OPEN%20CODING%20-%20ITERATION%202/UnifiedDevOps%20OpenCoding%20ITE2%20ICA%20(jd%20%2B%20iq%20%2B%20cr%20%2B%20jp).atlproj9" class="btn btn-danger btn-block btn-round" target="_blank">Atlas.ti project - coders R1 - R4</a>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/02_OPEN%20CODING%20-%20ITERATION%202/UnifiedDevOps%20OpenCoding%20ITE2%20ICA%20(jd%20%2B%20ia%20%2B%20cr%20%2B%20jp)%20-%20cu%20alpha.pdf" class="btn btn-outline-neutral btn-round" target="_blank">Cu-alpah and cu-alpha results R1 - R4</a>
</div>
</div>
</div>
<h2 class="title text-center"><b>Selection of Core Categories</b></h2>
<div class="col text-center">
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/03_SELECTION%20OF%20CORE%20CATEGORIES/selection%20of%20core%20categories.pdf" class="btn btn-outline-neutral btn-round btn-lg" target="_blank">Analysis</a>
</div>
</div>
</div>
<div class="section section-dark-blue">
<div class="container">
<h2 class="title text-center"><b>Selective Coding</b></h2>
<div class="row">
<div class="col-lg-4 col-md-6 mx-auto">
<div class="card card-register">
<h3 class="title mx-auto"><b>Iteraction 3</b></h3>
<a href="" class="btn btn-danger btn-block btn-round" target="_blank">Atlas.ti project - coders R1-R4</a>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/04_SELECTIVE%20CODING%20-%20ITERATION%203/UnifiedDevOps%20Selective%20Coding%20ITE3%20ICA%20(jp%20%2B%20jd%20D5%20D6)%20-%20cu%20alpha.pdf" class="btn btn-outline-neutral btn-round" target="_blank">Cu-alpha and cu-alpha results</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mx-auto">
<div class="card card-register">
<h3 class="title mx-auto"><b>Iteraction 4</b></h3>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/05_SELECTIVE%20CODING%20-%20ITERATION%204/UnifiedDevOps%20Selective%20Coding%20ITE4%20ICA.atlproj9" class="btn btn-danger btn-block btn-round" target="_blank">Atlas.ti project - coders R1-R4</a>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/05_SELECTIVE%20CODING%20-%20ITERATION%204/UnifiedDevOps%20Selective%20Coding%20ITE4%20ICA%20(jd%20%2B%20ia%20%2B%20cr%20%2B%20jp)%20-%20cu%20alpha.pdf" class="btn btn-outline-neutral btn-round" target="_blank">Cu-alpha and cu-alpha results</a>
</div>
</div>
<div class="col-lg-4 col-md-6 mx-auto">
<div class="card card-register">
<h3 class="title mx-auto"><b>Iteraction 5</b></h3>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/06_SELECTIVE%20CODING%20-%20ITERATION%205/UnifiedDevOps%20Selective%20Coding%20ITE5%20ICA.atlproj9" class="btn btn-danger btn-block btn-round" target="_blank">Atlas.ti project - coders R1 & R3</a>
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/06_SELECTIVE%20CODING%20-%20ITERATION%205/UnifiedDevOps%20Selective%20Coding%20ITE5%20ICA%20(jd%20%2B%20jp)%20-%20cu%20alpha.pdf" class="btn btn-outline-neutral btn-round" target="_blank">Cu-alpha and cu-alpha results</a>
</div>
</div>
</div>
<h2 class="title text-center"><b>Sorting</b></h2>
<div class="col text-center">
<a href="https://github.com/jdiazfernandez/devops_taxonomies.github.io/blob/main/07_SORTING/sorting.docx" class="btn btn-outline-neutral btn-round btn-lg" target="_blank">Analysis</a>
</div>
</div>
</div>
<div class="section">
<div class="container text-center">
<h2 class="title">Authors</h2>
<div class="row">
<div class="col-sm-4 col-md-2 mr-auto">
<img src="./assets/img/faces/jessica.png" class="img-thumbnail img-responsive content-center" alt="Rounded Image">
<p class="text-center">Jessica Díaz</p>
</div>
<div class="col-sm-4 col-md-2 mr-auto">
<img src="./assets/img/faces/jorge.png" class="img-thumbnail img-responsive" alt="Rounded Image">
<p class="text-center">Jorge Pérez</p>
</div>
<div class="col-sm-4 col-md-2 mr-auto">
<img src="./assets/img/faces/isaque.jpg" class="img-thumbnail img-responsive" alt="Rounded Image">
<p class="text-center">Isaque Alves</p>
</div>
<div class="col-sm-4 col-md-2 mr-auto">
<img src="./assets/img/faces/fabio.jpg" class="img-thumbnail img-responsive" alt="Rounded Image">
<p class="text-center">Fabio Kon</p>
</div>
</div>
<div class="row content-center">
<div class="col-sm-3 col-md-2 mr-auto">
<img src="./assets/img/faces/paulo.png" class="img-thumbnail img-responsive" alt="Rounded Image">
<p class="text-center">Paulo Meirelles</p>
</div>
<div class="col-sm-3 col-md-2 mr-auto">
<img src="./assets/img/faces/leonardo.png" class="img-thumbnail img-responsive" alt="Rounded Image">
<p class="text-center">Leonardo Leite</p>
</div>
<div class="col-sm-3 col-md-2 mr-auto">
<img src="./assets/img/faces/carla.jpeg" class="img-thumbnail img-responsive" alt="Rounded Image">
<p class="text-center">Carla Rocha</p>
</div>
<div class="col-sm-3 col-md-2 mr-auto">
<!-- <img src="./assets/img/faces/carla.jpeg" class="img-thumbnail img-responsive" alt="Rounded Image">
<p class="text-center">Carla Rocha</p> -->
</div>
</div>
<div class="row text-center upgrade-pro">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Questions & Comments</h2>
<h5>Please contact yesica.diaz(AT)upm.es in case of questions.</h5>
<h5>License and Software Information © Universidad Politécnica de Madrid (UPM),
Spain © Universidade de São Paulo (USP), Brazil</h5>
<p class="description">UPM & USP publishes this documentation subject to
the terms of the <b>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License</b>
with the aim of helping the community with our knowledge which we think can be also useful for other people.
You will find a copy of the CC BY-NC-SA license in the root folder of this package.
All rights not explicitly granted to you under the CC BY-NC-SA license remain the
sole and exclusive property of UPM.</p>
</div>
</div>
</div>
</div>
<footer class="footer footer-black footer-white ">
<div class="container">
<div class="row">
<nav class="footer-nav">
<ul>
<li>
<a href="https://www.upm.es" target="_blank">UPM</a>
</li>
<li>
<a href="https://www5.usp.br" target="_blank">USP</a>
</li>
<li>
<a href="https://www.creative-tim.com/license" target="_blank">Licenses</a>
</li>
</ul>
</nav>
<div class="credits ml-auto">
<span class="copyright">
©
<script>
document.write(new Date().getFullYear())
</script>, made with <i class="fa fa-heart heart"></i> by us
</span>
</div>
</div>
</div>
</footer>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="./assets/js/core/bootstrap.min.js" type="text/javascript"></script>
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
<script src="./assets/js/plugins/bootstrap-switch.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="./assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker -->
<script src="./assets/js/plugins/moment.min.js"></script>
<script src="./assets/js/plugins/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Control Center for Paper Kit: parallax effects, scripts for the example pages etc -->
<script src="./assets/js/paper-kit.js?v=2.2.0" type="text/javascript"></script>
<!-- Google Maps Plugin -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
<script>
$(document).ready(function() {
if ($("#datetimepicker").length != 0) {
$('#datetimepicker').datetimepicker({
icons: {
time: "fa fa-clock-o",
date: "fa fa-calendar",
up: "fa fa-chevron-up",
down: "fa fa-chevron-down",
previous: 'fa fa-chevron-left',
next: 'fa fa-chevron-right',
today: 'fa fa-screenshot',
clear: 'fa fa-trash',
close: 'fa fa-remove'
}
});
}
function scrollToDownload() {
if ($('.section-download').length != 0) {
$("html, body").animate({
scrollTop: $('.section-download').offset().top
}, 1000);
}
}
});
</script>
</body>
</html>