-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
91 lines (85 loc) · 3.7 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<title>Open and Original Problems in Software Language Engineering</title>
</head>
<body>
<div class="header">
<a href="2025/index.html"><img src="images/oopsle-2025.png" alt="Open and Original Problems in Software Language Engineering"/><
<div class="inner">
<h1>OOPSLE</h1>
<h2>International Workshop on Open and Original Problems in Software Language Engineering</h2>
<h3>a discussion-driven workshop for locating and defining unsolved problems in SLE</h3>
<h3>← the current year</h3>
</div>
</a>
</div>
<div id="content-wrapper">
<div class="maininner">
<div id="main-content">
<p>
The OOPSLE workshop is a discussion-oriented and collaborative
forum for formulating and addressing with open, unsolved and
unsolvable problems in software language engineering.
</p>
<p>“Software languages” comprise all kinds of artificial
languages used in software development: for programming,
markup, pretty-printing, modelling, data description, formal
specification, evolution, etc. Software language engineering is
a relatively new research domain of systematic, disciplined and
measurable approaches of development, evolution and maintenance
of such languages.
</p>
<h1 id="years">Editions</h1>
<ol>
<li>
<a href="2013/index.html">OOPSLE’13</a> at <a href="http://wcre.wikidot.com/2013">WCRE’13</a>.
</li>
<li>
<a href="2014/index.html">OOPSLE’14</a> at <a href="http://web.archive.org/web/20140914081721/http://ansymo.ua.ac.be/csmr-wcre">CSMR-WCRE’14</a>.
</li>
<li>
<a href="2015/index.html">OOPSLE’15</a> at <a href="http://saner.soccerlab.polymtl.ca/">SANER’15</a>.
</li>
<li>
<a href="2016/index.html">OOPSLE’16</a> at <a href="http://saner.inf.usi.ch/">SANER’16</a>.
<br/>
OOPSLE’17 — skipped for the sake of focusing on the <a href="https://www.dagstuhl.de/17342">SLEBoK Dagstuhl</a>.
<br/>
OOPSLE’18 — skipped for the sake of <a href="https://2018.splashcon.org/track/slebok-2018">SLEBoK Workshop</a>.
</li>
<li>
<a href="2020/index.html">OOPSLE’20</a> – with <a href="https://staf2020.hvl.no/">STAF’20</a>, virtual.
</li>
<li>
<a href="2025/index.html">OOPSLE’25</a> – coming soon. Stay tuned!
<!-- with <a href="https://conf.researchr.org/home/staf-2025">STAF’25</a>. -->
</li>
</ol>
<h1 id="chairs">Organisation</h1>
<ul>
<li>
<a href="http://www.ii.uib.no/~anya/">Anya Helene Bagge</a>,
Associate Professor at the <a href="https://www.uib.no/en/ii">UiBergen</a>,
Norway (2013–2020)</li>
<li>
<a href="https://www4.uib.no/en/find-employees/Mikhail.Barash">Mikhail Barash</a>,
Associate Professor at the <a href="https://www.uib.no/en/ii">UiBergen</a>,
Norway (since 2025)</li>
<li>
<a href="http://grammarware.net/">Vadim Zaytsev</a>,
Associate Professor at the <a href="https://www.utwente.nl/en/eemcs/fmt/">UTwente</a>,
The Netherlands (since 2013)</li>
</ul>
</div>
</div>
</div>
</body>
</html>