-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·123 lines (112 loc) · 4.37 KB
/
Copy pathindex.html
File metadata and controls
executable file
·123 lines (112 loc) · 4.37 KB
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
<html>
<head>
<title>SEDE 2022 - Home</title>
<!-- Test -->
<!-- Links -->
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<link rel="stylesheet" type="text/css" href="stylesheets/mobile.css">
<script src="stylesheets/jquery.js"></script>
<script src="stylesheets/slider.js"></script>
<link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="topbar">
</div>
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="submission.html">Submission</a></li>
<li><a href="keynote.html">Keynote</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="authors.html">Registration</a></li>
<li><a href="accommodation.html">Accommodation</a></li>
<li><a href="organization.html">Organization</a></li>
</ul>
</div>
<div id="images">
<img src="images/hotel.jpg" class="active" />
<img src="images/lobby.jpeg" />
<img src="images/pool.jpg" />
<img src="images/hotel2.jfif" />
<img src="images/pool2.jfif" />
</div>
<div class="main">
<h1>Welcome to SEDE 2022</h1>
<p>
<strong>31st International Conference on Software Engineering and Data Engineering</strong>
<br><br>
<table>
<tr>
<th>Dates</th>
<td>October 17-19, 2022</td>
</tr>
<tr>
<th>Location</th>
<td>Virtual Conference Online</td>
</tr>
</table>
<!--
Program <br>
<a href="files/SEDE_16_Program.pdf" target="_blank">SEDE 2016 Program</a>
<br><br>
-->
Sponsored by the <br>
<a href="http://www.isca-hq.org/">International Society for Computers and Their Applications (ISCA)</a><br><br>
In conjunction with <br>
<a href="http://www.caine-conf.org/main/">
36th International Conference on Computer Applications in Industry and Engineering (CAINE 2022)
</a><br><br>
<font color="red">Proceedings will be indexed in Scopus, EI, INSPEC, and submitted to DBLP for indexing</font>
<p id="description">
The 31st SEDE Conference is interested in gathering researchers and professionals in the domains of
Software Engineering and Data Engineering to present and discuss high-quality research results and
outcomes in their fields. SEDE 2022 aims at facilitating cross-fertilization of ideas in Software and Data
Engineering, and hence especially encourages high-quality research integrating both domains.
</p>
<table>
<tr>
<th colspan="2"><center>Important Dates</center></th>
</tr>
<tr>
<td style="width: 450px">Full Paper Submission</td>
<td align="right"><strike>May 31, 2022</strike> July 10, 2022</td>
</tr>
<tr>
<td style="width: 450px">Notification of Acceptance</td>
<td align="right"><strike>July 15, 2022</strike> July 31, 2022</td>
</tr>
<tr>
<td style="width: 450px">Pre-registration & Camera-Ready Paper Due</td>
<td align="right"><strike>August 10, 2022</strike> August 20, 2022</td>
</tr>
<tr>
<td style="width: 450px">Event Dates</td>
<td align="right">October 17-19, 2022</td>
</tr>
</table>
</p>
</div>
<div class="footer">
<p>
<a href="http://www.isca-hq.org/"><img height="70" width="110" src="images/isca.gif"></a>
<br>
International Society for Computers and their Applications
</p>
<ul>
<li>SEDE Years</li>
<li><a href="index.html">2022</a></li>
<li><a href="2021/index.html">2021</a></li>
<li><a href="2020/index.html">2020</a></li>
<li><a href="2019/index.html">2019</a></li>
<li><a href="2018/index.html">2018</a></li>
<li><a href="2017/index.html">2017</a></li>
<li><a href="2016/index.html">2016</a></li>
<li><a href="2015/index.html">2015</a></li>
</ul>
</div>
<div class="copyright">
</div>
</body>
</html>