-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
107 lines (92 loc) · 7.42 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
---
layout: content
title: "VERSEN: VEReniging Software Engineering Nederland"
---
<div class="row justify-content-center my-3">
<div class="col-12 col-md-6">
<h1>VEReniging Software Engineering Nederland</h1>
<p>VERSEN is the Dutch National Association for Software Engineering. Its mission is to bring together researchers, educators and practitioners in the field of software engineering in The Netherlands, who share the common goals of advancing the field or software engineering, raising public awareness of the challenges and opportunities of the field, acquiring funding for groundbreaking research, and transferring academic results to broader society.</p>
<div class="row justify-content-center">
<div class="col-6">
<a href="/contents/about" class="button">Read more</a>
</div>
<div class="col-6">
<a href="/contents/manifesto" class="button">Read manifesto</a>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<img src="/assets/img/cover-image.svg" class="mw-100">
</div>
</div>
<div id="endorsementCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row justify-content-center my-3 mt-5">
<div class="col-12 col-lg-10">
<blockquote class="blockquote blockquote-endorsement bg-white p-3 shadow rounded">
<p class="mb-0 mt-1 font-italic blockquote-endorsement-text">"The VERSEN manifesto hopes to inspire software researchers, yet I find it also provokes me as a software developer. All challengers are very recognisable from personal experience, but very rarely do I actively attempt to address them at this level. I feel motivated to do that more regularly, hopefully with the help of equally inspired researchers."</p>
Jeroen Heijmans,
<cite title="RWS">RWS</cite>
</blockquote>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row justify-content-center my-3 mt-5">
<div class="col-12 col-lg-10">
<blockquote class="blockquote blockquote-endorsement bg-white p-3 shadow rounded">
<p class="mb-0 mt-1 font-italic blockquote-endorsement-text">"I endorse VERSEN's manifesto on Software Research and Education in the Netherlands, because I share the urgency for investing in software engineering knowledge and skills. More and more organizations are being digitally disrupted and losing their competitive edge, simply because they lack talented engineers. Consequently, these organizations build up substantial technical debt that will in the end negatively impact the value they deliver to their customers and employees."</p>
Rik Farenhorst,
<cite title="Independent consultant">Independent consultant</cite>
</blockquote>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row justify-content-center my-3 mt-5">
<div class="col-12 col-lg-10">
<blockquote class="blockquote blockquote-endorsement bg-white p-3 shadow rounded">
<p class="mb-0 mt-1 font-italic blockquote-endorsement-text">"At ICTU, we develop custom software for our colleagues at other Dutch governmental organizations, with a strong focus on quality. High quality software development not only requires flexible and scalable development and test environments, but also many tools, ranging from tools to build and test the software to tools to verify security, performance, and accessibility. An important challenge is how to deliver this ecosystem of environments and tools to development teams in an effective, efficient, and secure way. We're happy to see these challenges listed in the Manifesto on Software Research and Education and hope to cooperate in and benefit from the research."</p>
Dr. Frank Niessink,
<cite title="Quality manager at ICTU">Quality manager at ICTU</cite>
</blockquote>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row justify-content-center my-3 mt-5">
<div class="col-12 col-lg-10">
<blockquote class="blockquote blockquote-endorsement bg-white p-3 shadow rounded">
<p class="mb-0 mt-1 font-italic blockquote-endorsement-text">"Software engineering is a quickly evolving discipline that continues to benefit from fundamental research and academic education. At the same time, future generations of software engineers will have to deal with ever-growing amounts of operational software. I am therefore happy to see that the Software Manifesto puts the focus on topics that are relevant in practice, such as software reliability, maintainability, and development efficiency. It is paramount that future software engineers are trained both in computer science fundamentals, and in up-to-date engineering methods to help improve the software landscape of the future."</p>
Dr. Magiel Bruntink,
<cite title="Head of Research at SIG">Head of Research at Software Improvement Group</cite>
</blockquote>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row justify-content-center my-3 mt-5">
<div class="col-12 col-lg-10">
<blockquote class="blockquote blockquote-endorsement bg-white p-3 shadow rounded">
<p class="mb-0 mt-1 font-italic blockquote-endorsement-text">"I strongly believe that we should look at developing secure software as a craft and culture by investing in software engineers helping them to learn and use the right skills. I also believe that secure software should elevate from a standalone technical concern to an enterprise issue when organizations are developing and/or acquiring software. One of the goals of the Secure Software Alliance is to help software engineers more effectively engage their leaders and executives to build and maintain more secure software. Therefore, I endorse this manifesto to invest in software engineering knowledge and skills."</p>
Danny Onwezen,
<cite title="Chairman Secure Software Alliance">Chairman Secure Software Alliance</cite>
</blockquote>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#endorsementCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#endorsementCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script>
$('#endorsementCarousel').carousel({interval: 5000})
</script>