project/templates/talk/talks-cfp.html
changeset 123 d4799b7159e4
parent 96 178b89a3ca4f
child 434 fbf05ff6dccc
child 520 203376d5e4ae
equal deleted inserted replaced
122:7bdf396d4778 123:d4799b7159e4
     1 {% extends "base.html" %}
     1 {% extends "base.html" %}
     2 {% block content %}
     2 {% block content %}
     3 <div class="section" id="call-for-papers">
     3 <div class="section" id="call-for-papers">
     4 <h1>Call for Papers</h1>
     4   <h1>Call for Papers</h1>
     5 <p>We look forward to your submissions on the use of Python for Scientific
     5   <p>
     6 Computing and Education. This includes pedagogy, exploration, modeling
     6     We look forward to your submissions on the use of Python for Scientific
     7 and analysis from both applied and developmental perspectives. We 
     7     Computing and Education. This includes pedagogy, exploration, modeling
     8 welcome contributions from academia as well as industry.</p>
     8     and analysis from both applied and developmental perspectives. We 
     9 <div class="section" id="submission-of-papers">
     9     welcome contributions from academia as well as industry.
    10 <h2>Submission of Papers</h2>
    10   </p>
    11 <p>If you wish to present your paper using this platform, please submit
    11   <div class="section" id="submission-of-papers">
    12 an abstract of 300 to 700 words describing the topic, including its relevance
    12     <h2>Submission of Papers</h2>
    13 to scientific computing. Based on the number and quality of the submissions,
    13     <p>
    14  the conference organizers will allot 10 - 30 minutes for each accepted talk.</p>
    14       If you wish to present your paper using this platform, please submit
    15 <p>In addition to these talks, there will be an open session of lightning talks,
    15       an abstract of 300 to 700 words describing the topic, including its
    16 during which any attendee who wishes to talk on a pertinent topic is invited to 
    16       relevance to scientific computing. Based on the number and quality of
    17  do a presentation not exceeding five minutes in duration.</p>
    17       the submissions, the conference organizers will allot 10 - 30 minutes
    18 <p>If you wish to present a talk at the conference, please follow the guidelines below.</p>
    18       for each accepted talk.
    19 </div>
    19     </p>
    20 <div class="section" id="submission-guidelines">
    20     <p>
    21 <h2>Submission Guidelines</h2>
    21       In addition to these talks, there will be an open session of lightning
    22 <ul class="simple">
    22       talks, during which any attendee who wishes to talk on a pertinent topic
    23 <li>Submissions should be uploaded via <a href="{% url scipycon_submit_talk %}">the web form.</a></li>
    23       is invited to do a presentation not exceeding five minutes in duration.
    24 <li>Submissions whose main purpose is to promote a commercial product or
    24     </p>
    25 service will be refused.</li>
    25     <p>
    26 <li>All accepted proposals must be presented at the SciPy conference by
    26       If you wish to present a talk at the conference, please follow the
    27 at least one author.</li>
    27       guidelines below.
    28 </ul>
    28     </p>
    29 </div>
    29   </div>
       
    30 
       
    31   <div class="section" id="submission-guidelines">
       
    32     <h2>Submission Guidelines</h2>
       
    33     <ul class="simple">
       
    34       <li>Submissions should be uploaded via <a href="
       
    35           {% url scipycon_submit_talk params.scope %}">the web form.</a></li>
       
    36       <li>Submissions whose main purpose is to promote a commercial product
       
    37           or service will be refused.</li>
       
    38       <li>All accepted proposals must be presented at the SciPy conference by
       
    39           at least one author.</li>
       
    40     </ul>
       
    41   </div>
    30 </div>
    42 </div>
    31 {% endblock content %}
    43 {% endblock content %}