project/templates/talk/talks-cfp.html
changeset 1 fda1c66b25f9
child 2 5d9dfa859761
equal deleted inserted replaced
0:9a77edda77b7 1:fda1c66b25f9
       
     1 {% extends "base.html" %}
       
     2 {% block content %}
       
     3 <div class="section" id="call-for-papers">
       
     4 <h1>Call for Papers</h1>
       
     5 <p>We welcome contributions from the academic world as well as the industry. 
       
     6 We look forward to your submissions on the use of Python for scientific 
       
     7 computing and education.  This includes pedagogy,  exploration, modeling and 
       
     8 analysis from both applied and developmental perspectives.</p>
       
     9 <div class="section" id="submission-of-papers">
       
    10 <h2>Submission of Papers</h2>
       
    11 <p>If you wish to present, please submit an abstract of between
       
    12 300 and 700 words should describe the topic and motivate its
       
    13 relevance to scientific computing.  Depending on the number
       
    14 and quality of submissions, the conference organizers will
       
    15 allot between 10-30 minutes for all accepted talks.</p>
       
    16 <p>In addition, there will be an open session for lightning talks
       
    17 during which any attendee willing to do so is invited to do a
       
    18 couple-of-minutes-long presentation.</p>
       
    19 <p>If you wish to present a talk at the conference, please follow 
       
    20 the guidelines below.</p>
       
    21 </div>
       
    22 <div class="section" id="submission-guidelines">
       
    23 <h2>Submission Guidelines</h2>
       
    24 <ul class="simple">
       
    25 <li>Submissions should be uploaded via <a href="{% url kiwipycon_submit_talk %}">the web form.</a></li>
       
    26 <li>Submissions whose main purpose is to promote a commercial product or
       
    27 service will be refused.</li>
       
    28 <li>All accepted proposals must be presented at the SciPy conference by
       
    29 at least one author.</li>
       
    30 </ul>
       
    31 </div>
       
    32 </div>
       
    33 {% endblock content %}