-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopensource.html
More file actions
244 lines (195 loc) · 10.9 KB
/
opensource.html
File metadata and controls
244 lines (195 loc) · 10.9 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
<!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="news.html">NEWS</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;">Open Source</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>
<h4 id="open-source">Introduction</h4>
<p>
The nature of software development has changed significantly
over the last decade or so, driven by trends such as an increasing
level of software outsourcing, distributed development and collaborative development models.
</p>
<br />
<h4 id="developers">Open Source Processes and Projects (2014-present)</h4>
<p></p>
<h4 id="developers">Company Involvement (2012-present)</h4>
<p></p>
<h4 id="empirical">Using Open Source Components (2010-2012)</h4>
<p></p>
<h4 id="empirical">Empirical Research in Open Source (2008-2009)</h4>
<p>
The term "open source" was coined in the late nineties, after which research
on the topic soon started to emerge. OSS has been studied from a range of different
disciplines, including economics, management, information systems, and software engineering.
In the SE community in particular, empirical methods also gained considerable attention during the
same time. A strong focus on "evidence-based practice" emerged with the publication of
"Evidence-Based Software Engineering" by Kitchenham et al., with the systematic literature review
as a key tool to summarize prior studies. In 2008-2009, the initial steps of Klaas's PhD research
comprised an investigation of the use of empirical methods in open source research. The research
aimed to identify categories of research in open source, as well as the methods used to study
open source software. The results were published in the Open Source Systems conference (2009) as well
as a FLOSS Workshop paper. This work represented one of the first systematic literature reviews
in the open source domain.
</p>
</div>
<div class="col-lg-4 col-lg-offset-1">
<div class="spacing"></div>
<h4>OSS Processes and Projects</h4>
<div class="hline"></div>
<!--</br>-->
<li><b>ICSE 2019</b>: <i><a href="">Why Do Episodic Volunteers Stay in FLOSS Communities?</a></i></li>
<li><b>TSE (in press)</b>: <i><a href="">Uncovering the Periphery: A Qualitative Survey of Episodic Volunteering in Free/Libre and Open Source Software Communities</a></i></li>
<li><b>ICSE 2016</b>: <i><a href="">How do free/open source developers pick their tools?: A Delphi study of the Debian project</a></i></li>
<li><b>IEEE Software 2015</b>: <i><a href="">Why and How Should Open Source Projects Adopt Time-Based Releases?</a></i></li>
<li><b>IEEE Software 2014</b>: <i><a href="">Microblogging in Open Source Software Development: The Case of Drupal Using Twitter</a></i></li>
<br>
<h4>Company Involvement in OSS</h4>
<div class="hline"></div>
<li><b>Springer 2019</b>: <i><a href="">A Preliminary Theory for Open Source Ecosystem Micro-economics</a></i></li>
<li><b>ICIS 2018</b>: <i><a href="">Company soldiers and gone-natives: role conflict and career ambition among firm-employed open source developers</a></i></li>
<li><b>ECIS 2015</b>: <i><a href="">Not so Shore Anymore: The New Imperatives when Sourcing in the Age of Open</a></i></li>
<li><b>Springer 2015</b>: <i><a href="">Software Sourcing in the Age of Open: Leveraging the Unknown Workforce</a></i></li>
<li><b>OSS 2012</b>: <i><a href="">Exploring the role of commercial stakeholders in open source software evolution</a></i></li>
<br>
<h4>Using Open Source Components</h4>
<div class="hline"></div>
<li><b>OSS 2013</b>: <i><a href="">Is it all lost? A study of inactive open source projects</a></i></li>
<li><b>OSS 2012</b>: <i><a href="">The Importance of Architectural Knowledge in Integrating Open Source Software</a></i></li>
<li><b>ECSA 2011</b>: <i><a href="">Design and evaluation of a process for identifying architecture patterns in open source software</a></i></li>
<li><b>IJOSSP 2011</b>: <i><a href="">Software Reuse in Open Source: A Case Study</a></i></li>
<li><b>FLOSS 2010</b>: <i><a href="">Challenges in using open source software in product development: a review of the literature</a></i></li>
<li><b>OSS 2010</b>: <i><a href="">A comparison framework for open source software evaluation methods</a></i></li>
<br />
<h4>Empirical Methods in OSS</h4>
<div class="hline"></div>
<!--</br>-->
<li><b>OSS 2009</b>: <i><a href="">Reporting empirical research in open source software: the state of practice</a></i></li>
<li><b>FLOSS 2009</b>: <i><a href="">The use of empirical methods in open source software research: Facts, trends and future directions</a></i></li>
<br>
</div>
</div>
</div>
<div id="footerwrap">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h4>About</h4>
<p>Exploring the Future of Software Development.</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>
<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>