-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (111 loc) · 7.55 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<title>Sustainable Software Systems: The Core Characteristics and Their Achievement</title>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<script type="text/javascript" src="resources/js/functions.js"></script>
</head>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item ">
<a class="nav-link active" href="index.html">Index <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item ">
<a class="nav-link" title="RQ1 - summarizes the current understandings to define what are exactly sustainable software systems" href="view/RQ1-understandings.html">Understandings</a>
</li>
<li class="nav-item ">
<a class="nav-link" title="RQ2 - summarizes the resources taken into account when considering sustainability in software systems" href="view/RQ2-resources.html">Resources</a>
</li>
<li class="nav-item ">
<a class="nav-link" title="RQ3 - Summarizes the critical factors that hamper or contribute for developing sustainable software" href="view/RQ3-criticalfactors.html">Critical Factors</a>
</li>
<li class="nav-item ">
<a class="nav-link" title="RQ4.1 - summarizes approaches mentioned in recent literature to achieve sustainable software" href="view/RQ4.1-approaches.html">Approaches</a>
</li>
<li class="nav-item ">
<a class="nav-link" title="RQ4.2 - summarizes guidelines to achieve sustainable software" href="view/RQ4.2-guidelines.html">Guidelines</a>
</li>
<li class="nav-item ">
<a class="nav-link" title="See the full list of references" href="view/references.html">References</a>
</li>
</ul>
</div>
</nav>
<body>
<div class="container">
<h1 class="jumbotron jumbotron-fluid display-4" style="font-size: 2.5em;text-align:center; margin-top:2.5em"> Sustainable Software Systems: The Core Characteristics and Their Achievement</h1>
<div style="margin: 40px; text-align: justify;" >
<p>
<p><b>Context:</b> Sustainability is a cross-disciplinary research topic that has drawn attention from various knowledge areas, such as ecology, engineering, healthcare, and social sciences, and has supported the development of a more sustainable and modern world. Computer science area has also explored such a topic aiming at creating sustainable software systems.</p>
<p><b>Problem:</b> However, there is no consensus of what sustainable software systems are exactly and which are their current achievements to support a more sustainable world.</p>
<p><b>Objective:</b> The main contribution of this paper is to depict the core characteristics of sustainable software systems and the means to achieve them.</p>
<p><b>Results:</b> To do that, we systematically enquired the literature on sustainability in software systems and found 242 studies, from which 24 were relevant for our deep analysis. Our results summarize 17 different understandings of sustainable software systems and present evidence that sustainable software is currently mainly concerned to preserve four resources (electric energy, human resources, monetary cost, and production time). As means to achieve sustainability in software systems, we outline 68 critical factors and 98 possible means to achieve sustainability (guidelines, tools, methods, metrics, models, and frameworks). We interpreted, selected, and grouped this multiplicity of initiatives to present the current research endeavors in this area and highlight current gaps that still need to be better investigated.</p>
<p><b>Conclusions:</b> No matter the application domains of the software systems, sustainability must be treated as a core concern in software development together with both a better alignment between academia and industry and a change in the mindset of practitioners concerning sustainable system development.</p>
</p>
</div>
<h2 id="ReplicationPackage" class="jumbotron" style="text-align: center">Replication package</h2>
<p>Systematic Literature Reviews process need to be transparent, facilitate the access to data, consequently, enhance the reproducibility and auditability. Therefore, the selection of primary studies selection, data extraction and data analysis spreadsheets are also available on the link:</p>
<ul>
<li><a href="https://github.com/CSM-Research/02-SLR-SsCh/blob/master/ReplicationPackage/ReplicationPackage.rar?raw=true">Click here to download</a></li>
</ul>
<p>To checkout our repository on github acess:</p>
<ul>
<li>
<a href="https://github.com/CSM-Research/02-SLR-SsCh">Click here to access our repository on github.</a>
</li>
</ul>
<h2 class="jumbotron" style="text-align: center">Contents available</h2>
<table class="table table-hover table-striped">
<tr class="thead-dark">
<th>Resource</th>
<th>Description</th>
<th>Link</th>
</tr>
<tr>
<td>RQ1</td>
<td>Understandings about sustainable software systems</td>
<td><a href="view/RQ1-understandings.html">Link</a></td>
</tr>
<tr>
<td>RQ2</td>
<td>Resources taken into account when considering sustainability in software systems</td>
<td><a href="view/RQ2-resources.html">Link</a></td>
</tr>
<tr>
<td>RQ3</td>
<td>Critical factors for sustainable software systems</td>
<td><a href="view/RQ3-criticalfactors.html">Link</a></td>
</tr>
<tr>
<td>RQ4.1</td>
<td>Means to leverage the development of sustainable software systems (Approaches)</td>
<td><a href="view/RQ4.1-approaches.html">Link</a></td>
</tr>
<tr>
<td>RQ4.2</td>
<td>Guidelines to build a sustainable software systems</td>
<td><a href="view/RQ4.2-guidelines.html">Link</a></td>
</tr>
<tr>
<td>References</td>
<td>Table of references</td>
<td><a href="view/references.html">Link</a></td>
</tr>
</table>
</div>
</body>
</html>