-
Notifications
You must be signed in to change notification settings - Fork 1
/
_submit.html
32 lines (26 loc) · 1.13 KB
/
_submit.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
{% extends "_layout.html" %}
{% block title %}Submit{% endblock %}
{% block content %}
<div class="container">
<h4>Presentation Format</h4>
<p>
Presentations at the conference are featured in morning and afternoon
session are 25 minutes in length, including time for equaitons. Presentations
are grouped generally by theme.
</p>
<h4>How To Participate</h4>
<p>
To submit an abstract for a presentation, please use <a href="https://easychair.org/conferences/?conf=copper2017">EasyChair</a> at the following (note that you do not need to submit a separate presentation abstract if you submit a student paper):
<br>
<div class="text-xs-center">
<a role="button" class="btn btn-primary btn-lg" href="https://easychair.org/conferences/?conf=copper2017">Submit an abstract</a>
</div>
<br>
You will be asked to submit either
<ol>
<li>An abstract for a presentation in the regular program.</li>
<li>A paper (in pdf form) for submission to the <a href="student.html">student paper competition</a>.</li>
</ol>
</p>
</div>
{% endblock %}