-
Notifications
You must be signed in to change notification settings - Fork 0
/
_submit.html
36 lines (29 loc) · 1.33 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
33
34
35
36
{% 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 and are normally 25 minutes in length, including time for questions. Presentations
are grouped generally by theme.
</p>
<h4>How To Participate</h4>
<p>
To submit an abstract for a presentation, please use <a href="{{info.submissionlink}}">EasyChair</a>, the web link is given below.
Please note that there is a limit of 1 talk per participant.
<br>
<div class="text-xs-center">
<a role="button" class="btn btn-primary btn-lg" href="{{info.submissionlink}}">Submit an abstract</a>
</div>
<br>
At the top of the submission page you can read the CM2020 submission instructions.
At the bottom, you will be asked to submit to one of the two tracks:
<ol>
<li>The CM2020 regular program that requires an abstract by Jan 15. </li>
<li>The Student paper competition (see <a href="student.html"> instructions and deadlines </a>) </li>
</ol>
Choose the appropriate track and continue. Using the instructions provide the required information.
</p>
</div>
{% endblock %}