-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (100 loc) · 4.23 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Hugo 0.75.1" />
<link rel="apple-touch-icon" sizes="180x180" href="https://softeng-heigvd.github.io/workshop-esa2021/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://softeng-heigvd.github.io/workshop-esa2021/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://softeng-heigvd.github.io/workshop-esa2021/favicon-16x16.png">
<link rel="manifest" href="https://softeng-heigvd.github.io/workshop-esa2021/site.webmanifest">
<link rel="mask-icon" href="https://softeng-heigvd.github.io/workshop-esa2021/safari-pinned-tab.svg" color="">
<meta name="msapplication-TileColor" content="">
<meta name="theme-color" content="">
<link rel="stylesheet" href="https://softeng-heigvd.github.io/workshop-esa2021/css/bootstrap.min.css" />
<title>ESA 2021 Home | ESA 2021</title>
<style>
body {
min-width: 300px;
}
.custom-navbar {
margin-bottom: 1em;
height: 60px;
}
.custom-navbar a {
display: inline-block;
padding: 18px 0;
margin-right: 1em;
font-weight: bold;
}
.custom-navbar a:hover,
.custom-navbar a:focus {
text-decoration: none;
}
@media print {
.custom-navbar {
display: none;
}
}
article {
padding-bottom: 1em;
}
img {
max-width: 100%;
}
body {
background-color: #fff;
}
body {
color: #212529;
}
a {
color: #007bff;
}
a:hover,
a:focus {
color: #0056b3;
}
.custom-navbar {
background-color: #212529;
}
.custom-navbar a {
color: rgba(255,255,255,.75);
}
.custom-navbar a:hover,
.custom-navbar a:focus {
color: rgba(255,255,255,1);
}
.container {
max-width: 800px;
}
</style>
</head>
<body>
<nav class="custom-navbar">
<div class="container">
<a href="/workshop-esa2021/">ESA 2021 Home</a>
<a href="/workshop-esa2021/page/call-for-submissions/">Call for submissions</a>
<a href="/workshop-esa2021/page/committees/">Committees</a>
</div>
</nav>
<div class="container">
<article>
<h1>Welcome to the first international Workshop on Efficient Software Assessments</h1>
<p>Madrid, Spain - (Virtual) May, 2021 - co-located with 43d International Conference on Software Engineering (<a href="https://conf.researchr.org/home/icse-2021">ICSE 2021</a>)</p>
<p>Software Assessments are used to reduce the uncertainty about the business value of a software product and the team that develops it. An assessment is usually carried out by an experienced professional by gathering and interpreting information about the software product and its development processes, comparing it to a reference model, and is usually limited in time and scope. Assessments that are too heavy will not be carried out often, therefore the challenge is to make them more efficient, where the available time is used wisely to focus on analysis that yields the most valuable insights. Assessments that focus on technical aspects only will not speak to business stakeholders, so the challenge is to enrich reference models with business value. New developments that address these challenges include business-oriented maturity/capability reference models; multi-resolution models that enable a dynamic adaptation of the assessment depth based on preliminary findings; new data-driven approaches based on the analysis of development artefacts; and tools for the automation of a collaborative and interactive assessment process.</p>
<p>ESA 2021 wants to provide a forum that connects researchers and practitioners to raise awareness about challenges, propose possible solutions and share practical experiences.</p>
<p>
<a href="https://softeng-heigvd.github.io/workshop-esa2021/page/committees/">Committees</a>
<br>
<small class="text-secondary">October 7, 2020</small>
</p>
<p>
<a href="https://softeng-heigvd.github.io/workshop-esa2021/page/call-for-submissions/">Call for Submissions</a>
<br>
<small class="text-secondary">October 7, 2020</small>
</p>
</article>
</div>
</body>
</html>