template/home.html
author Shantanu <shantanu@fossee.in>
Wed, 21 Oct 2009 16:20:53 +0530
changeset 33 d9c054b4111f
parent 32 192ca2513f89
child 34 b0acf2caa3d5
permissions -rwxr-xr-x
Names added to organizers block.

{% extends "index.html" %}
{% load i18n %}
{% block sidebar %}  
 <div id="sidebar">
		<ul>
		   <li>
		   <ul>   
		     {% if user.is_authenticated %}
		     <li>{{ user.username }}</li>
		     <li><a href="logout" >{% trans "Logout" %}</a></li>
		     {% else %}
		     <form id="search" method="post" action=".">				
					{{ form.as_p }}
		     <input type="submit" value="login" />		     
		     </form>
		     <li><a href="/accounts/register">Register</a> </li>
		     {% endif %}
		     </ul>
		   <li id="categories">
				    <h2>Links</h2>
				    <ul>
					    <li><a href="http://scipy.in/#venue">Venue</a> </li>
					    <li><a href="http://scipy.in/#theme">Theme</a> </li>
					    <li><a href="http://scipy.in/#date">Dates</a> </li>
					    <li><a href="http://scipy.in/#organizers">Organizers</a> </li>
				    </ul>
		   </li>
		</ul>
	</div>
	<!-- end sidebar --> 
{% 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 jointly 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), <a href="http://space-kerala.org/">SPACE-Kerala </a>, <a href="http://www.itmission.kerala.gov.in/"> Kerala State IT Mission (KSITM)</a> and SIG-FOSS of CSI. 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://www.itmission.kerala.gov.in/"> Kerala State IT Mission (KSITM)</a></li>
					    <li>SIG-FOSS of CSI</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 %}