diff options
author | Madhusudan.C.S | 2010-07-20 19:23:40 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-07-20 19:23:40 +0530 |
commit | 23292e0a35384f893cbc218ffe04cf8c96bb4847 (patch) | |
tree | 25446470226adb6e3a6548e2a550e74f7ca98bcd /project/templates/talk/talks-cfp.html | |
parent | 2fb3df596eeff7a84ed69444a217acbcd79baf39 (diff) | |
download | scipycon-23292e0a35384f893cbc218ffe04cf8c96bb4847.tar.gz scipycon-23292e0a35384f893cbc218ffe04cf8c96bb4847.tar.bz2 scipycon-23292e0a35384f893cbc218ffe04cf8c96bb4847.zip |
Add scope for all the URLs and adjust the formatting and indentation.
Diffstat (limited to 'project/templates/talk/talks-cfp.html')
-rw-r--r-- | project/templates/talk/talks-cfp.html | 64 |
1 files changed, 38 insertions, 26 deletions
diff --git a/project/templates/talk/talks-cfp.html b/project/templates/talk/talks-cfp.html index f01018f..46a601b 100644 --- a/project/templates/talk/talks-cfp.html +++ b/project/templates/talk/talks-cfp.html @@ -1,31 +1,43 @@ {% extends "base.html" %} {% block content %} <div class="section" id="call-for-papers"> -<h1>Call for Papers</h1> -<p>We look forward to your submissions on the use of Python for Scientific -Computing and Education. This includes pedagogy, exploration, modeling -and analysis from both applied and developmental perspectives. We -welcome contributions from academia as well as industry.</p> -<div class="section" id="submission-of-papers"> -<h2>Submission of Papers</h2> -<p>If you wish to present your paper using this platform, please submit -an abstract of 300 to 700 words describing the topic, including its relevance -to scientific computing. Based on the number and quality of the submissions, - the conference organizers will allot 10 - 30 minutes for each accepted talk.</p> -<p>In addition to these talks, there will be an open session of lightning talks, -during which any attendee who wishes to talk on a pertinent topic is invited to - do a presentation not exceeding five minutes in duration.</p> -<p>If you wish to present a talk at the conference, please follow the guidelines below.</p> -</div> -<div class="section" id="submission-guidelines"> -<h2>Submission Guidelines</h2> -<ul class="simple"> -<li>Submissions should be uploaded via <a href="{% url scipycon_submit_talk %}">the web form.</a></li> -<li>Submissions whose main purpose is to promote a commercial product or -service will be refused.</li> -<li>All accepted proposals must be presented at the SciPy conference by -at least one author.</li> -</ul> -</div> + <h1>Call for Papers</h1> + <p> + We look forward to your submissions on the use of Python for Scientific + Computing and Education. This includes pedagogy, exploration, modeling + and analysis from both applied and developmental perspectives. We + welcome contributions from academia as well as industry. + </p> + <div class="section" id="submission-of-papers"> + <h2>Submission of Papers</h2> + <p> + If you wish to present your paper using this platform, please submit + an abstract of 300 to 700 words describing the topic, including its + relevance to scientific computing. Based on the number and quality of + the submissions, the conference organizers will allot 10 - 30 minutes + for each accepted talk. + </p> + <p> + In addition to these talks, there will be an open session of lightning + talks, during which any attendee who wishes to talk on a pertinent topic + is invited to do a presentation not exceeding five minutes in duration. + </p> + <p> + If you wish to present a talk at the conference, please follow the + guidelines below. + </p> + </div> + + <div class="section" id="submission-guidelines"> + <h2>Submission Guidelines</h2> + <ul class="simple"> + <li>Submissions should be uploaded via <a href=" + {% url scipycon_submit_talk params.scope %}">the web form.</a></li> + <li>Submissions whose main purpose is to promote a commercial product + or service will be refused.</li> + <li>All accepted proposals must be presented at the SciPy conference by + at least one author.</li> + </ul> + </div> </div> {% endblock content %}
\ No newline at end of file |