-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubmissions.html
107 lines (84 loc) · 4.07 KB
/
submissions.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Context Analytics 2018</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="main" width="100%" align="center">
<div id="content_top" >
<div id="container">
<div class="figure-container">
<img src="banner.png" width="1240px">
<div class="figure-label" style="left:700px;top:220px">
<a href="https://icde2018.org/" style="font-family:Georgia;font-size:26px;color:#606060">In conjunction with ICDE 2018, Paris, France</a></font></p>
</div>
</div>
</div>
</div>
<div id="content_wrap" align="left" >
<div id="centre" class="column">
<div id="contents">
<h1>Submission Guidelines</h1>
<p>Both regular (of up to 6 pages) and late-breaking/vision (of up to 3 pages) papers should be formatted according to the ICDE formatting guidelines. </p>
<p>To submit your paper, please follow the instructions below.</p>
<ul>
<li>Log in to EasyChair using the following link: <a href="https://easychair.org/conferences/?conf=icde2017">https://easychair.org/conferences/?conf=icde2017</a>.</li>
<li>Upon a successful login, you will see the "<b>Select a Track</b>" page.</li>
<li>There you must select the "<b>Data Engineering meets the Semantic Web</b>" option and continue with the submission.</li>
<img width="400" src="track.png" alt="Select the Data Engineering meets the Semantic Web option"></img>
</ul>
<p>Formatting instructions and LaTeX macros are available for download:</p>
<ul>
<li>Template for MS Word (Single template file for Word 2003 and beyond) <a href="http://icde2017.sdsc.edu/sites/icde2017.sdsc.edu/files/page/2014_04_msw_usltr_format.doc" target="_blank">Word 2003</a>.</li>
<li>Unix template for LaTeX 1/2 (archived LaTeX tar-file)<a href="http://icde2017.sdsc.edu/sites/icde2017.sdsc.edu/files/page/unix_latex_template.tar.gz" target="_blank"> Unix Latex</a>.</li>
<li>Unix template for LaTeX 2/2 (Bibliography) (archived LaTeX tar-file)<a href=" http://icde2017.sdsc.edu/sites/icde2017.sdsc.edu/files/page/IEEEtranBST1.tar.gz" target="_blank"> Unix Latex, Bibliography</a>.</li>
<li>Windows template for LaTeX 1/2 (archived LaTeX zip-file)<a href=" http://icde2017.sdsc.edu/sites/icde2017.sdsc.edu/files/page/windows_latex_template.zip" target="_blank">Windows Latex</a>.</li>
<li>Windows template for LaTeX 2/2 (Bibliography) (archived LaTeX zip-file)<a href="http://icde2017.sdsc.edu/sites/icde2017.sdsc.edu/files/page/IEEEtranBST2.zip" target="_blank"> Windows Latex, Bibliography</a>.</li>
</ul>
<p>All accepted papers will be included in the proceedings of ICDE 2017.</p>
</div>
</div>
<div id="left" class="column">
<ul>
<li><span>Workshop information</span>
<ul>
<li><a href="index.html"><b>Home</a></b></li>
<li><a href="dates.html">Important Dates</a></b></li>
<!-- <li><a href="news.html">News</a></b></li> -->
</ul>
</li>
<li><a href="#">Call for Contributions</a>
<ul>
<li><a href="papers.html">Regular / Vision Papers</a></b></li>
<li><a href="guidelines.html"><b>Submission Guidelines</a></b></li>
</ul>
</li>
<li><span>Organization</span>
<ul>
<li><a href="wcommittee.html">Workshop Committee</a></b></li>
<li><a href="pcommittee.html">Program Committee</a></b></li>
</ul>
</li>
<li><span>Program</span>
<ul>
<!-- <li><a href="accepted_papers.html">Accepted Papers</a></b></li> -->
<li><a href="registration.html">Registration</a></b></li>
<li><a href="camera_ready.html">Camera ready guidelines</a></b></li>
</ul>
</li>
<li><a href="#">Program</a>
<ul>
<li><a href="accepted_papers.html">Accepted Papers</a></b></li>
<li><a href="keynote.html">Keynote speakers</a></b></li>
<li><a href="program.html">Workshop Program</a> <font color="red">NEW+PRESENTATIONS!</font></b></li>
</ul>
</li>
</ul>
</div>
</div>
<div id="footer">
</div>
</div>
</body>
</html>