-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkeynote.html
227 lines (214 loc) · 15.6 KB
/
keynote.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
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
<!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 http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/7f479a55bc.js" 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">
<!-- My Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Title and Favicon -->
<title>LEARNER 2023</title>
<link rel="icon" type="image/png" sizes="16x16" href="https://unibas3d.github.io/learner/img/favicon.png">
</head>
<body>
<nav>
<div class="top-nav d-none d-md-flex bg-darky py-3 default-p">
<!--<i class="fab fa-facebook-f top-nav-item text-white px-3"></i>
<i class="fab fa-twitter top-nav-item text-white px-3"></i>
<a href="#" class="top-nav-item text-white px-3 text-decoration-none">English</a>
<a href="#" class="top-nav-item text-white px-3 text-decoration-none">My Page</a>
<a href="#" class="top-nav-item text-white pl-3 text-decoration-none">Logout</a>-->
<p class="top-nav-item text-white px-3 text-decoration-none">International Conference on Evaluation and Assessment in Software Engineering<a class="top-nav-item text-white px-3 text-decoration-none" href="https://conf.researchr.org/home/ease-2023"><b>EASE-2023</b></a><p>
</div>
<div class="lower-nav d-none d-md-flex default-p py-5 bg-white border-bottom align-items-center">
<div id="primary_menu" class="nav-branding d-flex align-items-center cursor-pointer">
<img src="https://unibas3d.github.io/learner/img/logo.png" class="nav-logo" alt="logo">
<h2 class="nav-title">evaLuation and assEssment on softwARe eNgineers' Education and tRaining</h2>
</div>
<ul class="page-menu d-flex">
<li class="mr-5">
<a href="index.html" class="page-menu-item text-darky">
Home
</a>
</li>
<li class="mx-5">
<a href="CFP.html" class="page-menu-item text-darky">
CFP
</a>
</li>
<li class="mx-5">
<a href="organization.html" class="page-menu-item text-darky">
Organization
</a>
</li>
<li class="mx-5">
<a href="papers.html" class="page-menu-item text-darky">
Accepted Papers
</a>
</li>
<li class="mx-5">
<a href="keynote.html" class="page-menu-item text-blue">
Keynote
</a>
</li>
<li class="mx-5">
<a href="program.html" class="page-menu-item text-darky">
Program
</a>
</li>
</ul>
</div>
</nav>
<!-- Mobile Navigation -->
<div class="dropdown d-flex d-md-none position-absolute">
<i class="fas fa-bars cursor-pointer" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" role="button" style="font-size:200%;"></i>
<div class="dropdown-menu bg-darky" aria-labelledby="dropdownMenuButton" style="font-size:1.5rem;">
<a class="dropdown-item text-white" href="index.html">Home</a>
<a class="dropdown-item text-white" href="CFP.html">CFP</a>
<a class="dropdown-item text-white" href="organization.html">Organizers</a>
<a class="dropdown-item text-white" href="papers.html">Accepted Papers</a>
<a class="dropdown-item text-white" href="keynote.html">Keynote</a>
<a class="dropdown-item text-white" href="program.html">Program</a>
</div>
</div>
<main class="main w-100 default-p">
<section class="hero-section">
<!--<div style="display:inline-block;"><h1 class="second-hero-text m-0" style="text-align:left;float:left;">LEARNER 2023 </h1><h2 class="hero-venue-text text-darky" style="text-align:right; float:right; margin-top:8%; margin-right:-2%;">workshop</h2></div>-->
<p style="display:none;" class="third-hero-text text-darky m-0">
Google Developer Group DevFests are the largest Google related events in the world!
<br> Each DevFest is carefully crafted for you by your local GDG community to bring in awesome speakers from all over the world, great topics, and lots fun!</p>
<p class="hero-date-text text-darky m-0">Teaching Software Testing for Fun</p>
<p class="hero-venue-text text-darky m-0">Prof. Gordon Fraser</p>
<!--<p class="hero-venue-text text-darky m-0">City, State</p>-->
<div style="text-align: justify; text-justify: inter-word;">
<br/>
<p>
<b>Abstract</b>: Teaching software testing can be hard: Students are not always enthusiastic about writing tests for their software, and even seasoned developers may struggle to find the motivation to write tests.
In this talk I will report on my experiences and struggles in creating enthusiasm for testing, covering multiple different ways of course and content organisation explored over the years. Some of the key
ingredients that emerged over time are a focus on practical experiences and gamification. We have implemented these using different approaches, in particular the Code Defenders game that turns mutation
testing into a competitive and engaging game. While great for enthusiasm, playing games leads to followup challenges such as assessment, classroom management, or the burden of maintaining educational
testing frameworks. Student feedback and course data, however, suggest that this is worthwhile.
</p>
<br/>
<p>
<b>Short Bio</b>: Gordon Fraser is a full professor in Computer Science at the University of Passau, Germany. He received a PhD in computer science from Graz University of Technology, Austria, in 2007, worked as a post-doc
at Saarland University, and was a Senior Lecturer at the University of Sheffield, UK. The central theme of his research is improving software quality, and his recent research concerns the prevention, detection,
and removal of defects in software.
</p>
<br/>
</section>
<section class="main-program bg-green">
<h1 class="main-program-head" style="margin-top:-3%;">Important Dates</h1>
<br/>
<h4 style="padding-bottom:0.5%;"><b>Submission deadline for workshop:</b> <span style="text-decoration: line-through;">March 10th, 2023</span> - <span style="color:blue;"><b>Extended to</b> March 24th, 2023</span> <h4>
<h4 style="padding-bottom:0.5%;"><b>Notification of authors about acceptance/rejection of workshop papers:</b> April 14th, 2023 </h4>
<h4 style="padding-bottom:0.5%;"><b>Workshop author CR deadline:</b> April 28th, 2023 </h4>
<h4 style="padding-bottom:0.5%;"><b>Workshop author early registration deadline:</b> April 28th, 2023 </h4>
<h4 style="padding-bottom:0.5%;"><b>Early bird registration closes:</b> 15 May (Finnish time)</h4>
<h4 style="padding-bottom:0.5%;"><b>Workshop day:</b> June 16th, 2023 </h4>
<br/>
<br/>
<h6>LEARNER-2023</h6>
<h6 style="margin-bottom:-3%;">Website Maintained by Nicola Capece, University of Basilicata, Italy</h6>
</section>
<!--
<section class="speakers">
<h1 class="speakers-head">Featured Speakers</h1>
<p class="program-head-hr"></p>
<div class="speakers-main">
<div class="speaker d-flex align-items-start">
<img src="https://devfest.gdgrnd.ru/storage/app/media/speaker-avatar/devfest2019/cropped-images/66167751-EB24-4E43-8380-B615998E53A1-126-0-300-300-1568992885.jpeg" alt="" class="speaker-img ">
<div class="speaker-right ml-4">
<h2 class="speaker-name text-darky">Victor Bilyk</h2>
<p class="speaker-bio text-blue mt-2">Online machine learning</p>
<p class="speaker-seperator-line my-3"></p>
<p class="speaker-body text-darky">
In this report, I will share with you practical tips on the use of machine learning in the development of new products in situations where there is insufficient data for the development of conventional models. </p>
</div>
</div>
<div class="speaker d-flex align-items-start">
<img src="https://devfest.gdgrnd.ru/storage/app/media/speaker-avatar/devfest2019/cropped-images/58380517_10213587056007860_1497132999890698240_n-0-0-0-0-1568998030.jpg" alt="" class="speaker-img ">
<div class="speaker-right ml-4">
<h2 class="speaker-name text-darky">Pasha Finkelstein</h2>
<p class="speaker-bio text-blue mt-2">Fullstack testing in Kotlin</p>
<p class="speaker-seperator-line my-3"></p>
<p class="speaker-body text-darky">
Kotlin has long and firmly come into development. At least mobile phones, but in other places there is a niche for it. Let's figure out testing in Kotlin together </p>
</div>
</div>
<div class="speaker d-flex align-items-start">
<img src="https://devfest.gdgrnd.ru/storage/app/media/speaker-avatar/devfest2019/cropped-images/foto-1-76-89-330-330-1569761367.jpg" alt="" class="speaker-img ">
<div class="speaker-right ml-4">
<h2 class="speaker-name text-darky">Sergey Rogatnev</h2>
<p class="speaker-bio text-blue mt-2">Microservice Communication: Retry vs. Circuit breaker</p>
<p class="speaker-seperator-line my-3"></p>
<p class="speaker-body text-darky">
To make reliable microservice interaction, you need to take care of the error handling and recovery strategy. You will find out why Random helps in enterprise solutions and what errors are “good” for your application.</p>
</div>
</div>
<div class="speaker d-flex align-items-start">
<img src="https://devfest.gdgrnd.ru/storage/app/media/speaker-avatar/devfest2019/cropped-images/PhZx6tFHLHg-0-0-0-0-1569761157.jpg" alt="" class="speaker-img ">
<div class="speaker-right ml-4">
<h2 class="speaker-name text-darky">Alexander Ageychenko</h2>
<p class="speaker-bio text-blue mt-2">Features and limitations of background work</p>
<p class="speaker-seperator-line my-3"></p>
<p class="speaker-body text-darky">
The report includes an overview of the limitations of background work on different versions of android, the possibilities of circumventing them and performing tasks in the background in principle, as well as existing tools for this. </p>
</div>
</div>
<div class="speaker d-flex align-items-start">
<img src="https://devfest.gdgrnd.ru/storage/app/media/speaker-avatar/devfest2019/cropped-images/X7iHi-ro-210-19-300-300-1569758844.jpeg" alt="" class="speaker-img">
<div class="speaker-right ml-4">
<h2 class="speaker-name text-darky">Alexander Uralov</h2>
<p class="speaker-bio text-blue mt-2">Why are programs complicated and what to do about it</p>
<p class="speaker-seperator-line my-3"></p>
<p class="speaker-body text-darky">
From this report you will learn about what complex code is and what affects the complexity of its perception. You will learn what cyclomatic complexity of programs is and what metrics are used to evaluate code complexity. </p>
</div>
</div>
<div class="speaker d-flex align-items-start">
<img src="https://devfest.gdgrnd.ru/storage/app/media/speaker-avatar/devfest2019/cropped-images/ihtjg1aogq-1-301-27-350-350-1569758563.jpg" alt="" class="speaker-img ">
<div class="speaker-right ml-4">
<h2 class="speaker-name text-darky">Alexander Iossa</h2>
<p class="speaker-bio text-blue mt-2">Online machine learning</p>
<p class="speaker-seperator-line my-3"></p>
<p class="speaker-body text-darky">
We will consider what BDD testing is and how it helps to write E2E tests cheaper and faster. Using Gherkin syntax in conjunction with Cypress, we will consider how to make tests understandable not only for developers, but also for testers with managers. </p>
</div>
</div>
</div>
</section>
-->
</main>
<!--Aggiungere i contatti (con foto)-->
<!--<footer class="footer home-footer default-p w-100 d-flex" style="text-align:center; width:100%; margin-top:3%; margin-bottom:3%; padding-left:35%;">-->
<footer class="footer home-footer default-p w-100 d-flex" style="text-align:center; width:100%;">
<div class="main-footer w-100 d-flex" style="margin:auto; padding:10px;">
<div class="footer-right text-darky ml-5" style="display:none;">
<h2 class="m-0 p-0">LEARNER-2023</h2>
<h2 class="m-0 p-0">Website Maintained by Nicola Capece, University of Basilicata, Italy</h2>
</div>
<!--
<a href="https://creativecommons.org/">
<img src="img/creative-commons-logo.png" alt="" class="cc-img">
</a>
<div class="footer-right text-darky ml-5" style="display:none;">
<p class="m-0 p-0">2020 Creative Commons.</p>
<p class="m-0 p-0">This website is just for an educational purpose. The dates and event are fictional. <br>
Google Developer Group DevFests are the largest Google related events in the world!</p>
</div>-->
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<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>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>