diff options
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/_menu.html | 11 | ||||
-rw-r--r-- | project/templates/about/reaching.html | 3 | ||||
-rw-r--r-- | project/templates/about/venue.html | 10 | ||||
-rw-r--r-- | project/templates/talk/schedule.html | 26 |
4 files changed, 33 insertions, 17 deletions
diff --git a/project/templates/_menu.html b/project/templates/_menu.html index 6935947..35ca640 100644 --- a/project/templates/_menu.html +++ b/project/templates/_menu.html @@ -1,14 +1,18 @@ <div id="left-inner"> <ul> <li><a href="/">Home</a></li> + <!-- <li><a href="/submit-registration/">Registration</a></li> + --> <li> - <a href="/talks-cfp/">Talks & CfP</a> + <!--<a href="/talks-cfp/">-->Talks & CfP<!--</a> --> <ul> <li><a href="/talks-cfp/schedule/">Conference Schedule</a></li> + <!-- <li><a href="/talks-cfp/tutorial/">Tutorial Schedule</a></li> <li><a href="/talks-cfp/sprint/">Sprint Plan & Schedule</a></li> <li><a href="/talks-cfp/speakers/">Speakers</a></li> + --> {% if user.is_authenticated %} <li><a href="/talks-cfp/list-talks/{{ user.id }}">My talks</a></li> {% endif %} @@ -17,13 +21,16 @@ <li> About <ul> + <!-- <li><a href="/about/accommodation/">Accommodation</a></li> <li><a href="/about/food/">Food</a></li> + --> <li><a href="/about/venue/">The Venue</a></li> + <!-- <li><a href="/about/reaching/">Reaching the venue</a></li> + --> </ul> </li> - <li><a href="/">Blog</a></li> {% if user.is_staff %} <li><a href="/howto/">HowTo</a></li> {% endif %} diff --git a/project/templates/about/reaching.html b/project/templates/about/reaching.html index b7eaa1a..ae8de98 100644 --- a/project/templates/about/reaching.html +++ b/project/templates/about/reaching.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% block content %} <h1>How to reach the venue?</h1> +To be updated with information soon. +<!-- <p class="noindent">Once you reach Trivandrum Central Station, you can reach Technopark by bus, taxi or an autorickshaw.</p> @@ -38,4 +40,5 @@ and about Rs.25 more to the campus.</p> <p class="noindent">From Thiruvananthapuram Airport, you can take a a taxi to Technopark which will cost about Rs 300. Taking an auto to technopark costs about Rs 200.</p> + --> {% endblock content %}
\ No newline at end of file diff --git a/project/templates/about/venue.html b/project/templates/about/venue.html index 2479de9..0c4e300 100644 --- a/project/templates/about/venue.html +++ b/project/templates/about/venue.html @@ -2,8 +2,12 @@ {% block content %} <h1>Venue</h1> <div class="entry"> -<p>The conference is being held at the Park Center, Technopark in Trivandrum, -keeping in mind accessibility, the number of attendees and the location, -among other aspects to be considered.</p> +<p>The conference is being held at the International Institute of Information +Technology in Hyderabad, keeping in mind accessibility, the number of attendees +and the location, among other aspects to be considered.</p> + +<p> +<strong>More about IIIT-Hyderabad, the city of Hyderabad and some +interesting pictures work coming soon.</strong></p> </div> {% endblock content %}
\ No newline at end of file diff --git a/project/templates/talk/schedule.html b/project/templates/talk/schedule.html index 2b75b2e..0e5e7f1 100644 --- a/project/templates/talk/schedule.html +++ b/project/templates/talk/schedule.html @@ -1,26 +1,27 @@ {% extends "base.html" %} {% block content %} -<h1>SciPy.in 2009 Schedule</h1> -<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> +<h1>SciPy.in 2010 Schedule</h1> +<p>SciPy.in is a 6-day programme from December 13th upto December 18th, of 2010 +comprising of two days each of conference, tutorials and sprints.</p> <strong>Over all break up of activites</strong> <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> - <tr> <td align=right>Sunday, Dec. 13 2009</td><td>Conference</td> </tr> - <tr> <td align=right>Monday, Dec. 14 2009</td><td>Tutorials</td> </tr> - <tr> <td align=right>Tuesday, Dec. 15 2009</td><td>Tutorials</td> </tr> - <tr> <td align=right>Wednesday, Dec. 16 2009</td><td>Sprint</td> </tr> - <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr> + <tr> <td align=center><strong>Date</strong></td><td><strong>Activity</strong></td> </tr> + <tr > <td align=right>Monday, Dec. 13 2010</td><td>Conference</td> </tr> + <tr> <td align=right>Tuesday, Dec. 14 2010</td><td>Conference</td> </tr> + <tr> <td align=right>Wednesday, Dec. 15 2010</td><td>Tutorials/Sprint</td> </tr> + <tr> <td align=right>Thursday, Dec. 16 2010</td><td>Tutorials/Sprint</td> </tr> + <tr> <td align=right>Friday, Dec. 17 2010</td><td>Tutorials/Sprint</td> </tr> + <tr> <td align=right>Saturday, Dec. 18 2010</td><td>Full Sprint</td> </tr> </table> <br /> <h2>Conference Schedule</h2> +<h3>A detailed list of talks will be announced after accepting the CfP process +completes. Check for relevant dates.</h3> +<!-- <h3><strong>Theme for Conference talks - "Scientific Python in Action" with respect to Application and Teaching</strong></h3> <strong>Talk type:</strong> Keynote: <img src="/img/keynote.png" alt="Keynote" /> General/Non-programmer: <img src="/img/general.png" alt="General" /> @@ -184,4 +185,5 @@ bridging digital divide <td class="speaker" width="75%"><h4>Valedictory talk</h4>Dr. Prabhu Ramachandran</td> </tr> </table> + --> {% endblock content %}
\ No newline at end of file |