-
Notifications
You must be signed in to change notification settings - Fork 4
/
langdev2024.html
480 lines (448 loc) · 17.2 KB
/
langdev2024.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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Langdev 2024 - Home</title>
<link href="./assets/2024/seville.css" rel="stylesheet" />
<link
rel="icon"
type="image/png"
href="./assets/2024/favicon/favicon-16x16.png"
sizes="16x16"
/>
<link
rel="icon"
type="image/png"
href="./assets/2024/favicon/favicon-32x32.png"
sizes="32x32"
/>
<script src="assets/js/script.js" defer></script>
</head>
<body>
<div class="header">
<div class="top-bar">
<a
class="langdev-logo"
href="https://langdevcon.org"
alt="langdev 2024"
>
<img src="./assets/2024/langdev2024-logo.svg" />
</a>
<input type="checkbox" id="menu-toggle" />
<label for="menu-toggle" class="menu-icon">
<span></span>
<span></span>
<span></span>
</label>
<div class="top-menu">
<nav>
<a class="ml2 current">Home</a>
<a href="2024/program" class="ml2">Program</a>
<a href="2024/speakers" class="ml2">Speakers</a>
<a href="2024/venue" class="ml2">Venue</a>
<!-- <a class="ml2 btn cta" href="#inscription">Get Tickets</a> -->
<button class="btn-exit" id="close-menu">X</button>
</nav>
</div>
</div>
<div class="banner">
<div class="c1">
<h1 class="mt12 title-xl">#langdev2024</h1>
<div class="title-l">Aerospace Edition</div>
<div class="mt3 title-l">
<a href="2024/program">Program</a> published
</div>
<div class="mt6 title-dates">LangDev Conference</div>
<div class="title-dates">Seville, 17-19 October 2024.</div>
<p>
Where language engineering enthusiasts from both industry and
academia come together to discuss the
<em>state of the art</em> & <em>state of the practice</em> of
language engineering.
</p>
<div class="mt3">
<a class="btn secondary" href="2024/venue">Plan your travel</a>
<!--<a class="btn cta" href="#cfp">Submit a proposal</a>-->
<!-- <a class="btn cta" href="#inscription">Get Tickets</a> -->
</div>
</div>
</div>
</div>
<div class="mt6 sponsors center">
<h2 class="title-m">Sponsors</h2>
<div class="flex">
<a href="https://www.f1re.nl/" alt="F1RE"
><img class="logo2" src="assets/2024/sponsors/f1re-logo.png"
/></a>
<a href="https://strumenta.com/"
><img
class="logo3"
alt="Strumenta"
src="assets/2024/sponsors/strumenta-white.png"
/></a>
<a href="https://www.typefox.io/" alt="typefox"
><img class="logo2" src="assets/2024/sponsors/typefox-logo.png"
/></a>
<a href="https://metadev.pro/"
><img
class="logo2"
alt="Metadev"
src="assets/2024/sponsors/metadev-dark.svg"
/></a>
</div>
<a class="btn" href="https://metadev.pro/contact/">
<span class="tertiary">Become a sponsor →</span>
</a>
</div>
<div class="collaborators center">
<h2 class="title-m">Collaborators</h2>
<div class="flex">
<a href="https://www.esa.int/" alt="The European Space Agency"
><img class="logo" src="assets/2024/sponsors/esa-white.png"
/></a>
<a
href="https://espacial.sevilla.org/en/"
alt="Sevilla Ariane Citie 2024"
><img
class="logo2"
src="assets/2024/sponsors/PC-Ariane-Sevilla-white.png"
/></a>
<a href="https://www.sevilla.org/" alt="Seville Cityhall"
><img class="logo" src="assets/2024/sponsors/cityhall-svq-white.png"
/></a>
<a href="https://www.us.es/" alt="University of Seville"
><img
class="logo"
src="assets/2024/sponsors/us-principal-monocromo.svg"
/></a>
<a href="https://svqtech.com/" alt="svqTech"
><img class="logo" src="assets/2024/sponsors/svqTech-white.png"
/></a>
<a href="https://www.jetbrains.com/" alt="JetBrains"
><img class="logo-frame" src="assets/2024/sponsors/jetbrains.png"
/></a>
<a href="https://www.proxyhands.com/" alt="ProxyHands"
><img class="logo" src="assets/2024/sponsors/proxy-hands.png"
/></a>
<a
href="https://www.informatica.us.es/"
alt="Escuela Técnica Superior de Ingeniería Informática"
><img class="logo4" src="assets/2024/sponsors/ETSII-logo.inv.png"
/></a>
<a
href="https://i3us.us.es/"
alt="Instituo de Ingeniería Informática de la Universidad de Sevilla"
><img class="logo4" src="assets/2024/sponsors/i3us-logo-w.png"
/></a>
</div>
<a class="btn" href="https://metadev.pro/contact/"
><span class="tertiary">Collaborate with us →</span></a
>
</div>
<div class="content">
<h2>Topics & Goals</h2>
<p>
LangDev is celebrated on an yearly basis around Europe. It brings
together the community working & researching around Language
Engineering, MDE, DSLs with a clear focus on showing progress on the
state of the art with working tooling. Talks with running software
demonstrations are encouraged over just theoretical papers.
</p>
<p>
<strong>Model Driven Engineering</strong> is gaining traction as one of
the Key competences to be developed to foster progress (as recognized by
the European Union in different programs).
</p>
<div class="special-edition">
<h2>Special Edition</h2>
<p>
Seville's edition is putting the emphasis on
<strong>Aerospace</strong> sector and <strong>Security</strong>.
</p>
<p>
Seville has an enterprise cluster of companies devoted to Aerospace.
The organization want to take the opportunity to reunite and promote
the interchange between the industry and research to align research &
transfer technologies as a meeting point for a unique networking
opportunity.
</p>
<p>
On the other hand, <strong>Security</strong> and cybersecurity is a
central topic for any digital system. Sophistication of attacks
demands better security tools, process and analysis tools. Models.
modeling tools & DSLs for security are on the rise.
</p>
</div>
<h2>Location</h2>
<a
href="https://www.informatica.us.es/"
alt="Escuela Técnica Superior de Ingeniería Informática"
><img class="logo4" src="assets/2024/sponsors/ETSII-logo.inv.png"
/></a>
<p>
<strong>Escuela Técnica Superior de Ingeniería Informática</strong
><br />
Universidad de Sevilla<br />
Avenida Reina Mercedes, s/n. 41012 Seville, Spain<br />
<a href="https://maps.app.goo.gl/dWGjuFmpbTh4NbFeA">Map</a>
</p>
<p>
Registration takes place directly on site. Please have your ticket and
passport or European identification card at hand.
</p>
<a name="inscription"><h2>Inscription</h2></a>
<p>
Inscription is closed. Langdev is a non for profit event. Cost of the
event is covered by assistants, speakers via inscriptions & sponsors.
</p>
<div class="inscription">
<div class="col1">
<span></span>
<p>When:</p>
<p>Price:</p>
<p>Includes:</p>
</div>
<div class="col2 closed">
<h3>Early Bird Ticket</h3>
<p>
from August 26<sup>th</sup><br />
till September 15<sup>th</sup>
</p>
<p class="big">100 EUR<sup>*</sup></p>
<ul>
<li>Pass for all sessions</li>
<li>Coffee breaks & lunches</li>
<li>Social Dinner</li>
<li>Guided City Tour</li>
</ul>
</div>
<div class="col4">
<span></span>
<p>When:</p>
<p>Price:</p>
<p>Includes:</p>
</div>
<div class="col3 closed">
<h3>Regular Ticket</h3>
<p>
from September 16<sup>th</sup><br />
till October 4<sup>th</sup> <br />(or complete full capacity)
</p>
<p class="big">125 EUR<sup>*</sup></p>
<ul>
<li>Pass for all sessions</li>
<li>Coffee breaks & lunches</li>
<li>Social Dinner</li>
<li>Guided City Tour</li>
</ul>
</div>
</div>
<p>* Applicable taxes (VAT) incluided.</p>
<p>
Why two kind of prices? Need to plan the logistics, therefore having a
clear number of attendes in advance helps to properly prepare for it.
</p>
<!-- <h3>How to get inscribed:</h3>
<ol class="instructions">
<li>
Complete the inscription form per attendee with the button below. If
you need it, ask for an invoice providing your tax data.
</li>
<li>
Receive a confirmation email with payment instructions (SEPA direct
bank transfer or Paypal available).
</li>
<li>Follow the instructions for payment.</li>
<li>
In a few days, receive a payment confirmation with the receipt/invoice
and your tickets for Langdev.
</li>
</ol>
<p>
<a class="btn cta" href="https://forms.gle/ZbFyznE8f8P8xWm7A"
>Get Inscribed</a
>
</p> -->
<p>
For any other inquiry please write directly to
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<h2>Important Dates</h2>
<ul>
<li>
<strong>2024-06-06</strong>: Call for Presentations opens (done)
</li>
<li><strong>2024-07-12</strong>: Submission Deadline (done)</li>
<li><strong>2024-08-26</strong>: Early Bird registration (done)</li>
<li><strong>2024-09-01</strong>: Acceptance Notification (done)</li>
<li><strong>2024-09-16</strong>: Late Bird registration (done)</li>
<li><strong>2024-10-04 </strong>: Registration Deadline (done)</li>
<li><strong>2024-10-[17..19]</strong>: LangDev’24</li>
</ul>
<a name="cfp">
<h2>Call for Presentations</h2>
</a>
<p>
<em>From: June 6<sup>th</sup> till July 12<sup>th</sup> (closed).</em>
</p>
<p>
We solicit talk proposals concerning the application, development, and
innovation of language engineering. Topics of interest include, but are
not limited to:
</p>
<ul>
<li>
Industrial case studies: experience reports, large-scale evaluations,
best practices, and human factors to adoption.
</li>
<li>Novel meta languages for language construction and composition</li>
<li>
Holistic approaches to language engineering that cross-cut multiple
language aspects (e.g., abstract and concrete syntax, semantics,
transformations) and/or integrate with program analysis, validation,
testing, or other advanced techniques.
</li>
<li>
New language workbenches or novel extensions of existing language
workbenches.
</li>
<li>
Backend infrastructure of (web-based) language workbenches explaining
solutions to collaboration, synchronization, or communication.
</li>
<li>
Low-Code / No-Code approaches using appropriate languages
<ul>
<li>Languages for describing and deriving digital twins</li>
<li>
Languages for non-engineering issues, such as science, legal,
social, or environmental sustainability issues
</li>
<li>
DSLs engineered on the basis of GPLs and GPMLs (general-purpose
languages)
</li>
</ul>
</li>
<li>
Engineering new interaction models for languages (block-based,
notebooks, live programming, etc.
</li>
<li>
Tools for debugging DSL implementation, and creating DSL debuggers.
</li>
<li>
Applications of AI to Language Workbenches and/or language
engineering.
</li>
</ul>
<p>
LangDev seeks presentations that demonstrate applied aspects of language
engineering. Presentations explaining the theory behind language
engineering are also welcome, but they need to showcase the practical
applicability of the presented approaches. Presentations about
preliminary or unfinished work are welcome.
</p>
<p>
We encourage presenters to demonstrate their work with a
<strong>demo or live coding</strong> over “just” showing slides.
Additionally, we encourage speakers to accompany their presentations
with a public repository (whenever is possible) with the code that helps
the participants to (easily) run the presented tools, experiment with
them, or tweak benchmark experiments. This helps to create a lasting
contribution.
</p>
<h3>Submission</h3>
<p>
Talk proposals should be submitted from <strong>June 6</strong> till
<strong>July 12, 2024</strong> to
<a href="mailto:[email protected]">[email protected]</a>. A
proposal includes a title and a short (maximum 200 words) abstract. As
LangDev is an international meeting, the proposals and talks should be
in English. In case the talk is accompanied by a demo, we encourage
presenters to also provide a brief demo outline as part of the proposal.
Presenters will have 30 minutes for their talks (25 min talk + 5 min
Q&A). Presenters may choose to follow a traditional presentation style
where the Q&A is at the end of the talk, or they may follow a chess
timer-based style. Notifications about acceptance will be sent out by
<strong>September 1</strong>.
</p>
<h2>Program Committee</h2>
<ul>
<li>Arjan Oortgiese - <em>Belastingdienst (Dutch Tax Office)</em></li>
<li>Bernhard Rumpe, <em>Software Engineering - RWTH Aachen</em></li>
<li>Nico Jansen - <em>RWTH Aachen</em></li>
<li>Federico Tomassetti - <em>Strumenta S.R.L.</em></li>
<li>Tijs van der Storm - <em>Centrum Wiskunde & Informatica</em></li>
<li>Antonia M. Reina - <em>University of Seville</em></li>
<li>Angel J. Varela - <em>University of Seville</em></li>
<li>Pedro J. Molina - <em>Metadev S.L.</em></li>
</ul>
All proposals will undergo reviewing by the program committee.
<h2>Organization</h2>
<p>
In case you have any further questions, please contact:
<a href="mailto:[email protected]"
>langdev2024@metadev.pro</a
>
</p>
<p>Organizers:</p>
<ul>
<li>Antonia M. Reina - <em>University of Seville</em></li>
<li>Pablo Fernandez - <em>University of Seville</em></li>
<li>Angel J. Varela - <em>University of Seville</em></li>
<li>Lucía Enríquez - <em>Metadev S.L.</em></li>
<li>Nuria Serrano - <em>Metadev S.L.</em></li>
<li>Pedro J. Molina - <em>Metadev S.L.</em></li>
</ul>
<h2>Previous Editions</h2>
<ul>
<li><a href="Langdev2023.html">Utrecht, 2023</a></li>
<li><a href="Langdev2022.html">Aachen, 2022</a></li>
<li><a href="langdev2020.html">Mainz, 2020</a></li>
<li><a href="Langdev2019.html">Amsterdam, 2019</a></li>
<li><a href="Langdev2018.html">Amsterdam, 2018</a></li>
</ul>
<hr />
<div class="footer">
<p>
<strong>LangDev'24</strong> is organized by the
<a href="https://www.us.es/">University of Seville</a> &
<a href="https://metadev.pro/">Metadev</a>.
</p>
<div class="flex bottom-line">
<a href="https://www.us.es/" alt="University of Seville"
><img
class="logo"
src="assets/2024/sponsors/us-principal-monocromo.svg"
/></a>
<a href="https://metadev.pro/"
><img
class="logo2"
alt="Metadev"
src="assets/2024/sponsors/metadev-dark.svg"
/></a>
</div>
<a class="ml2" href="https://x.com/LangDev2024" alt="X"
><img class="icon" src="assets/2024/x-icon.svg"
/></a>
<a
class="ml2"
href="https://www.linkedin.com/in/langdev2024/"
alt="Linkedin"
><img class="icon" src="assets/2024/in-icon.svg"
/></a>
<a
class="ml2"
href="https://librecounter.org/referer/show"
target="_blank"
>
<img
class="counter"
src="https://librecounter.org/outline-orange.svg"
referrerpolicy="unsafe-url"
/></a>
</div>
</div>
</body>
</html>