diff options
author | Madhusudan.C.S | 2010-11-28 23:26:45 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-11-28 23:26:45 +0530 |
commit | 21bf9e25888d1cc302d2791fafece0428b02cd77 (patch) | |
tree | 4ee4e2d8555aab6aca2394282dc8123630f20bae | |
parent | 70dbb8614eb9d7f518b56299d4d036cf99b72109 (diff) | |
download | scipycon-21bf9e25888d1cc302d2791fafece0428b02cd77.tar.gz scipycon-21bf9e25888d1cc302d2791fafece0428b02cd77.tar.bz2 scipycon-21bf9e25888d1cc302d2791fafece0428b02cd77.zip |
Updated the venues page to include ISB and MSLC.
-rw-r--r-- | project/templates/about/sponsors.html | 2 | ||||
-rw-r--r-- | project/templates/about/venue.html | 50 |
2 files changed, 47 insertions, 5 deletions
diff --git a/project/templates/about/sponsors.html b/project/templates/about/sponsors.html index 4fa8f1e..a67e3f4 100644 --- a/project/templates/about/sponsors.html +++ b/project/templates/about/sponsors.html @@ -34,7 +34,7 @@ <br/><br/><br/><br/> <img src="/static/img/enhanceedu_logo.png" alt="IIIT-H Logo" title="IIIT-H Logo" height="150" /><br/> - <a href="http://www.enhanceedu.iiit.ac.in/"> + <a href="http://enhanceedu.iiit.ac.in/"> EnhanceEdu</a> is partially sponsoring the accommodation for the participants of SciPy.in 2010. It is an initiative of IIIT Hyderabad and is involved with training teachers and students belonging to engineering colleges on diff --git a/project/templates/about/venue.html b/project/templates/about/venue.html index a546a8d..c9ffdbd 100644 --- a/project/templates/about/venue.html +++ b/project/templates/about/venue.html @@ -2,11 +2,53 @@ {% block content %} <h1>Venue</h1> <div class="entry"> -<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> +<h1><strong>Conference Venue</strong></h1> +<h2>December 13th and 14th, 2010</h2> <p> -<strong>More about IIIT-Hyderabad coming soon.</strong></p> + <a href="http://www.isb.edu/"> + <img src="/static/img/isb_logo.gif" + alt="Indian School of Business Logo" + title="Indian School of Business" /><br /><br /></a> + The SciPy.in 2010 Conference is being held at + <a href="http://www.isb.edu/Campustour/academic_khemka_auditorium.html"> + Khemka Auditorium</a> at + <a href="http://www.isb.edu/">Indian School of Business</a>(ISB) in + Hyderabad. ISB is one of India's top management schools and is a + world-renowned (and globally top-ranked) B-school. +</p> +<br/><br/><br/><br/> +<h1><strong>Tutorial Venue</strong></h1> +<h2>December 15th, 16th and 17th, 2010</h2> +<p> + <a href="http://www.mahindrasatyam.com/"> + <img src="/static/img/mahindra_satyam_logo.jpg" + alt="Mahindra Satyam Logo" + title="Mahindra Satyam Logo" /></><br/><br/> + SciPy.in 2010 Tutorial is being held at + <a href="http://www.mahindrasatyam.com/careers/crossover/work_life_environment.asp ">Danube Hall at + Mahindra Satyam Learning World</a> in Hyderabad's famed + <a href="http://en.wikipedia.org/wiki/HITEC_City">HITEC City</a>. + </a><a href="http://www.mahindrasatyam.com/">Mahindra Satyam</a> + is a multi-national information, communications, and technology (ICT) + company providing business consulting, information technology, and + communication services. +</p> +<br/><br/><br/><br/> +<h1><strong>Sprint Venue</strong></h1> +<h2>December 18th, 2010</h2> +<p> + <a href="http://www.iiit.ac.in/"> + <img src="/static/img/iiith_logo.gif" alt="IIIT-H Logo" + title="IIIT-H Logo" /></a><br/> + SciPy.in 2010 Sprints are held held in various labs and seminar + halls at IIIT Hyderabad. The directions to these exact locations + will be updated soon. + <a href="http://www.iiit.ac.in/">IIIT Hyderabad</a> is an autonomous, + research university offering under-graduate and graduate education + in Computer Science, Electronics and Communications, and their + applications in other domains. have offered a number of labs and seminar + halls to suit the needs of the sprints. +</p> </div> {% endblock content %} |