-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathposters.html
142 lines (135 loc) · 5.46 KB
/
posters.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
---
layout: default
---
{% include slider-cf-posters.html %}
<!-- Content -->
<div class="block">
<div class="container">
<div class="row">
<div class="col-md-3">
<section class="events small" id="events-small">
<header>
<h2>Dates</h2>
</header>
<div class="section-content">
<article class="event nearest">
<figure class="date">
<div class="month">june</div>
<div class="day">26</div>
</figure>
<aside>
<header>
Deadline for submission of posters
</header>
</aside>
</article><!-- /article -->
<article class="event nearest-second">
<figure class="date">
<div class="month">july</div>
<div class="day">6</div>
</figure>
<aside>
<header>
Notification of accepted posters
</header>
</aside>
</article><!-- /article -->
<article class="event nearest">
<figure class="date">
<div class="month">july</div>
<div class="day">20</div>
</figure>
<aside>
<header>
Deadline for camera ready copy of posters
</header>
</aside>
</article><!-- /article -->
</div><!-- /.section-content -->
</section><!-- /.events-small -->
<section class="events small" id="events-small">
<header>
<h2>Links</h2>
</header>
<div class="section-content">
<ul class="list-links">
<li><h4><a href="#submission">Poster submission</a></h4></li>
<li><h4><a href="#guidelines">Submission guidelines</a></h4></li>
<li><h4><a href="#process">Review process</a></h4></li>
<li><h4><a href="papers.html">Call for papers</a></h4></li>
<li><h4><a href="program.html">Program committee</a></h4></li>
</ul>
</div><!-- /.section-content -->
</section><!-- /.events-small -->
</div><!-- /.col-md-3 -->
<div class="col-md-6">
<section id="main-content">
<header>
<h1>Call for posters</h1>
</header>
<div class="section-content">
<p>
The SoCC poster sessions provide an opportunity to present works-in-progress in an informal setting.
Topics of interest are the same as the research topics in the SoCC conference call for papers. While
anyone can submit a proposal, preference will be given to posters where the primary contribution is
from one or more students, or from an industry/start-up organization. Students must present student
posters at the conference.
</p>
<a id="submission"><h2>Poster submission</h2></a>
<p>
Authors and students are invited to submit posters to communicate the essence of a research problem -
why the problem matters, techniques used to solve the problem, any initial results, and the novelty
and importance.
</p>
<a id="guidelines"><h2>Submission guidelines</h2></a>
<p>
We encourage the posters to follow the guidelines for consideration.
<ul class="submission-list">
<li>
<p>
For the poster to be effective, we encourage you to read the article
<a href="http://goo.gl/HUVffd">Creating an effective poster</a> by John Wilkes.
</p>
</li>
<li>
<p>Include a URL providing additional information about your work to the attendees.</p>
</li>
<li>
<p>
Indicate if the submission should be considered for the student or industry/start-up
best-poster award.
</p>
</li>
<li>
<p>Accepted posters should be A0 paper size (841 x 1189mm); portrait mode is recommended.
</li>
<li>
<p>
By submitting a poster, you grant SoCC permission to post the poster on this web site,
if accepted. (You'll be given an opportunity to modify before posting)
</p>
</ul>
</p>
<a id="process"><h2>Review process</h2></a>
<p>
Submissions are single blind, so please include authors' names and affiliation.
</p>
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
<div class="col-md-3">
<section class="news-small" id="news-small">
<header>
<h2>Latest News</h2>
</header>
<div class="section-content">
<a class="twitter-timeline" href="https://twitter.com/SoCC2015" data-widget-id="572628227764404224" data-tweet-limit="10"i data-chrome="noborders transparent">
Tweets by @SoCC2015
</a>
</div><!-- /.section-content -->
</section><!-- /.news-small -->
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- end Content -->