template/home.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 12 Oct 2009 17:19:10 +0530
changeset 26 207e95f41820
parent 14 9548d0ecc8d7
child 32 192ca2513f89
permissions -rwxr-xr-x
Made some template corrections for settings.py

{% extends "index.html" %}
{% load i18n %}
{% block siderbar %}  
  
{% endblock %}
{% block centercontent %}
  <div class="post">
		<div class="title">
			<h2><a href="scope">Scope of the conference:</a></h2>				
		</div>
    <div class="entry">
			<p><strong>Scipy.in </strong>is a conference providing opportunities to spread the use of
the Python programming language in the Scientific Computing community in
India. It provides a unique opportunity to interact with the "Who's who"
of the Python for Scientific Computing fraternity and learn, understand,
participate and contribute what is happening in the realms of Scientific
Computing using Python. Attendees of the conference and participants of
the sprints planned will be able to access and review the tools
available, apart from learning domain-specific applications and how the
tools apply to a plethora of application problems.<br>

One of the goals of the conference is to combine education, engineering,
and science with computing through the medium of Python and thereby
extrapolate on how powerful Scientific Computing is in various fields
and among different communities.</p>			
			<!--<p class="links"> <a href="#" class="more">Read More</a> <a href="#" class="comments">No Comments</a> </p> -->
			</div>						
	</div>
	<div class="post">
			<div class="title">
				<h2><a name="theme">Theme</a></h2>
			</div>
			<div class="entry">
				<p>Theme for Conference talks - <strong>"Scientific Python in Action"</strong> with respect to Application and Teaching</p>
			</div>
	</div>
	<div class="post">
			<div class="title">
				<h2><a name="venue">Venue</a></h2>
			</div>
			<div class="entry">
				<p>This conference is organized by <a href="http://fossee.in">"Free/Open source Software in Science and Engineering Education" (FOSSEE)</a> project under the <a href="http://www.sakshat.ac.in/">National Mission on Education (NME)</a> through Information and Communication Technologies (ICT) jointly with <a href="http://fossee.in">SPACE-Kerala </a>. SPACE-Kerala is helping coordinate and organize the conference.<br />
The conference is proposed to be held at the Technopark in Trivandrum, keeping in mind accessibility, the number of attendees and the location, among other aspects to be considered.</p>
			</div>
	</div>
	<div class="post">
			<div class="title">
				<h2><a name="organizers">Organizers</a></h2>
			</div>
			<div class="entry">
				<p>
				  <ul>
					    <li>(co-chair) <a href='https://cirl.berkeley.edu/view/User/JarrodMillman'>Jarrod Millman</a>, Neuroscience Institute, UC Berkeley (USA)</li>
					    <li>(co-chair) <a href='http://www.aero.iitb.ac.in/~prabhu'>Prabhu Ramachandran</a>, Department of Aerospace Engineering,
IIT Bombay (India)</li>
					    <li>Vimal Joseph, <a href='http://space-kerala.org/'>SPACE-Kerala (India)</a></li>
					    <li><a href='http://fossee.in/'>FOSSEE Team</a></li>
				    </ul>
				</p>
			</div>
	</div>
	<div class="post">
			<div class="title">
				<h2><a name="date">Dates</a></h2>
			</div>
			<div class="entry">
				<p>Its a 6-day program 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>
        <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>
        </table>
			</div>
	</div>
{% endblock %}