template/homepage.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 25 Sep 2009 23:54:25 +0530
changeset 8 f0b5ff862c6d
parent 5 7358eeae14d8
permissions -rwxr-xr-x
Added django-registration and its settings.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
     1
{% extends "index.html" %}
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
     2
{% load i18n %}
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
     3
{% block siderbar %}  
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
     4
  
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
     5
{% endblock %}
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
     6
{% block centercontent %}
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
     7
  <div class="post">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
     8
		<div class="title">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
     9
			<h2><a href="scope">Scope of the conference:</a></h2>				
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    10
		</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    11
    <div class="entry">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    12
			<p><strong>Scipy.in </strong>is a conference providing opportunities to spread the use of
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    13
the Python programming language in the Scientific Computing community in
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    14
India. It provides a unique opportunity to interact with the "Who's who"
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    15
of the Python for Scientific Computing fraternity and learn, understand,
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    16
participate and contribute what is happening in the realms of Scientific
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    17
Computing using Python. Attendees of the conference and participants of
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    18
the sprints planned will be able to access and review the tools
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    19
available, apart from learning domain-specific applications and how the
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    20
tools apply to a plethora of application problems.<br>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    21
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    22
One of the goals of the conference is to combine education, engineering,
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    23
and science with computing through the medium of Python and thereby
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    24
extrapolate on how powerful Scientific Computing is in various fields
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    25
and among different communities.</p>			
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    26
			<!--<p class="links"> <a href="#" class="more">Read More</a> <a href="#" class="comments">No Comments</a> </p> -->
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    27
			</div>						
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    28
	</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    29
	<div class="post">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    30
			<div class="title">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    31
				<h2><a name="theme">Theme</a></h2>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    32
			</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    33
			<div class="entry">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    34
				<p>Theme for Conference talks - <strong>"Scientific Python in Action"</strong> with respect to Application and Teaching</p>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    35
			</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    36
	</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    37
	<div class="post">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    38
			<div class="title">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    39
				<h2><a name="venue">Venue:</a></h2>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    40
			</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    41
			<div class="entry">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    42
				<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 />
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    43
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>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    44
			</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    45
	</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    46
	<div class="post">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    47
			<div class="title">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    48
				<h2><a name="date">Dates</a></h2>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    49
			</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    50
			<div class="entry">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    51
				<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
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    52
public), and 2 days of Sprints.</p>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    53
        <table cellspacing="5">
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    54
        <tr> <td align=center>Date</td><td>Activity</td> </tr>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    55
        <tr > <td align=right>Saturday, Dec. 12 2009</td><td>Conference</td> </tr>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    56
        <tr> <td align=right>Sunday, Dec. 13 2009</td><td>Conference</td> </tr>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    57
        <tr> <td align=right>Monday, Dec. 14 2009</td><td>Tutorials</td> </tr>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    58
        <tr> <td align=right>Tuesday, Dec. 15 2009</td><td>Tutorials</td> </tr>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    59
        <tr> <td align=right>Wednesday, Dec. 16 2009</td><td>Sprint</td> </tr>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    60
        <tr> <td align=right>Thursday, Dec. 17 2009</td><td>Sprint</td> </tr>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    61
        </table>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    62
			</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    63
	</div>
7358eeae14d8 Rough website for Scipy.
Shantanu <shantanu@fossee.in>
parents:
diff changeset
    64
{% endblock %}