diff options
author | Madhusudan.C.S | 2009-10-30 15:13:23 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-10-30 15:13:23 +0530 |
commit | c0d5241d09457fba04d152150cd2ba5150021de8 (patch) | |
tree | c5abe09debbded1b55acaf46beb334af1a5ab897 | |
parent | f89410559c20dd88d78ccd6b9d24e7941da9d5ff (diff) | |
download | scipycon-c0d5241d09457fba04d152150cd2ba5150021de8.tar.gz scipycon-c0d5241d09457fba04d152150cd2ba5150021de8.tar.bz2 scipycon-c0d5241d09457fba04d152150cd2ba5150021de8.zip |
Changed the content of the Schedule and CfP pages.
-rw-r--r-- | project/templates/talk/schedule.html | 10 | ||||
-rw-r--r-- | project/templates/talk/talks-cfp.html | 26 |
2 files changed, 18 insertions, 18 deletions
diff --git a/project/templates/talk/schedule.html b/project/templates/talk/schedule.html index 82ee2ec..f97a876 100644 --- a/project/templates/talk/schedule.html +++ b/project/templates/talk/schedule.html @@ -2,11 +2,13 @@ {% block content %} <div class="post"> <div class="title"> - <h2><a name="date">Dates</a></h2> + <h2><a name="date">Schedule</a></h2> </div> <div class="entry"> - <p>Its a 6-day programme between December 12 - 17, 2009, comprising of 2 days of conference, 2 days of tutorials with 2 parallel tracks (one specifically for teachers and the other for the general -public), and 2 days of Sprints.</p> + <p>SciPy.in is a 6-day programme from December 12th to 17th, 2009, comprising +of two days each of conference, tutorials and sprints. The tutorial will further +be constituted of two parallel tracks - one for the general public and one +targeting teachers in collegiate education.</p> <table cellspacing="5"> <tr> <td align=center>Date</td><td>Activity</td> </tr> <tr > <td align=right>Saturday, Dec. 12 2009</td><td>Conference</td> </tr> @@ -17,6 +19,6 @@ public), and 2 days of Sprints.</p> <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr> </table> </div> -<h3>Details of the programme will be updated soon.</h3> +<h3>The agenda will be put up on this site soon.</h3> </div> {% endblock content %}
\ No newline at end of file diff --git a/project/templates/talk/talks-cfp.html b/project/templates/talk/talks-cfp.html index 96ae5b3..28a8225 100644 --- a/project/templates/talk/talks-cfp.html +++ b/project/templates/talk/talks-cfp.html @@ -2,22 +2,20 @@ {% block content %} <div class="section" id="call-for-papers"> <h1>Call for Papers</h1> -<p>We welcome contributions from the academic world as well as the industry. -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.</p> +<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, please submit an abstract of between -300 and 700 words should describe the topic and motivate its -relevance to scientific computing. Depending on the number -and quality of submissions, the conference organizers will -allot between 10-30 minutes for all accepted talks.</p> -<p>In addition, there will be an open session for lightning talks -during which any attendee willing to do so is invited to do a -couple-of-minutes-long presentation.</p> -<p>If you wish to present a talk at the conference, please follow -the guidelines below.</p> +<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> |