project/templates/home.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 05 Nov 2009 14:20:58 +0530
changeset 13 1de2f4008a5d
child 15 07e4c036a0e7
permissions -rw-r--r--
Forgot to add home.html in previous commit. Adding it now.

{% extends "base.html" %}

{% block content %}
  <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>
{% endblock content %}