-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
executable file
·79 lines (70 loc) · 3.25 KB
/
Copy pathauthors.html
File metadata and controls
executable file
·79 lines (70 loc) · 3.25 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
<html>
<head>
<title>SEDE 2022 - Authors</title>
<!-- 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>SEDE 2022 Registration</h1>
<p>
<h2>Registration Information and Forms</h2>
<a href="files/3 SEDE 2022 AUTHOR REGISTRATION INFORMATION.docx" target="_blank">Author Registration Information</a><br>
<a href="files/1 SEDE 2022 AUTHOR REGISTRATION FORM.docx" target="_blank">Author Registration Form</a><br>
<a href="files/2 SEDE 2022 ATTENDEE REGISTRATION FORM.docx" target="_blank">Attendee Registration Form</a><br>
<h2>Papers Submission Information and Authors</h2>
<a href="files/4 SEDE 2022 INSTRUCTIONS FOR THE PREPARATION OF MANUSCRIPTS.docx" target="_blank">Instructions for the Preparation of Manuscripts</a><br>
<a href="files/5 SEDE 2022 ISCA COPYRIGHT FORM.docx" target="_blank">ISCA Copyright Form</a><br>
<!--<a href="https://easychair.org/publications/for_authors" target="_blank">EasyChair Format</a><br>-->
<a href="http://isca-hq.org/Documents/Word%20-%20easychair%20format%20for%20ISCA.docx">Easychair format for ISCA (Word)- right click to save</a><br>
<a href="http://isca-hq.org/Documents/LaTex-easychair-format-for-ISCA.zip">Easychair format for ISCA (LaTex, a zip file) - right click to save</a><br>
</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>