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