-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathagile.html
More file actions
200 lines (156 loc) · 7.52 KB
/
agile.html
File metadata and controls
200 lines (156 loc) · 7.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>UCC Software Engineering Research</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
-->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700,900|Lato:400,900" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/prettyphoto/css/prettyphoto.css" rel="stylesheet">
<link href="lib/hover/hoverex-all.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Template Name: Solid
Template URL: https://templatemag.com/solid-bootstrap-business-template/
Author: TemplateMag.com
License: https://templatemag.com/license/
======================================================= -->
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">UCC SOFTWARE ENGINEERING RESEARCH</a>
</div>
<div class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="about.html">TEAM</a></li>
<li><a href="publications.html">PUBLICATIONS</a></li>
<li><a href="research.html">RESEARCH</a></li>
<li><a href="outreach.html">OUTREACH</a></li>
<!-- <li><a href="contact.html">CONTACT</a></li> -->
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">RESEARCH <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="blog.html">BLOG</a></li>
<li><a href="single-post.html">SINGLE POST</a></li>
<li><a href="portfolio.html">PORTFOLIO</a></li>
<li><a href="single-project.html">SINGLE PROJECT</a></li>
</ul>
</li>-->
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<div id="blue">
<div class="container" style="max-height: 10px;">
<div class="row">
<h3 style="padding: 0px; margin: 0px;">Tailoring Agile Methods</h3>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /blue -->
<div class="container mt">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 centered">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
</div>
</div>
<!--/Carousel -->
</div>
<div class="col-lg-5 col-lg-offset-1">
<div class="spacing"></div>
<h3 id="abc-of-se-research">Tailoring Agile Methods</h3>
<p>
Agile development methods are growing in popularity with a recent survey reporting that more than 80% of
organizations now following an agile approach. Agile methods
were seen initially as best suited to small, co-located teams
developing non-critical systems. The first two constraining characteristics (small and co-located teams) have been addressed
as research has emerged describing successful agile adoption
involving large teams and distributed contexts. However, the
applicability of agile methods for developing safety-critical systems in regulated environments has not yet been demonstrated
unequivocally, and very little rigorous research exists in this area.
</p>
<br>
</div>
<div class="col-lg-4 col-lg-offset-1">
<div class="spacing"></div>
<h4>Related Publications</h4>
<div class="hline"></div>
<!--</br>-->
<li><b>JSS 2017</b>: <i><a href="#">Continuous Software Engineering: A Research Agenda and Roadmap</a></i></li>
<li><b>ICIS 2016</b>: <i><a href="#">Problematizing Agile in the Large: Alternative Assumptions for Large-Scale Agile Development</a></i></li>
<li><b>ICSE 2014</b>: <i><a href="#">Evidence-Based Decision Making in Lean Software Project Management</a></i></li>
<li><b>ICSE 2013</b>: <i><a href="#">Scaling agile methods to regulated environments: An industry case study</a></i></li>
<li><b>SPICE 2013</b>: <i><a href="#">Balancing Agility and Discipline in a Medical Device Software Organisation</a></i></li>
</div>
</div>
</div>
<div id="footerwrap">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h4>About</h4>
<p>We study how companies develop complex software systems.</p>
</div>
<div class="col-lg-6">
<h4>Research Laboratory</h4>
<p>
School of Computer Science and Information Technology <br />
University College Cork <br />
Cork, Ireland<br />
</p>
</div>
</div>
</div>
</div>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/php-mail-form/validate.js"></script>
<script src="lib/prettyphoto/js/prettyphoto.js"></script>
<script src="lib/isotope/isotope.min.js"></script>
<script src="lib/hover/hoverdir.js"></script>
<script src="lib/hover/hoverex.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-34267164-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>