project/templates/home.html
changeset 13 1de2f4008a5d
child 15 07e4c036a0e7
equal deleted inserted replaced
12:39f05885c9e7 13:1de2f4008a5d
       
     1 {% extends "base.html" %}
       
     2 
       
     3 {% block content %}
       
     4   <div class="post">
       
     5 		<div class="title">
       
     6 			<h2><a href="scope">Scope of the conference</a></h2>				
       
     7 		</div>
       
     8     <div class="entry">
       
     9 			<p><strong>Scipy.in </strong>is a conference providing opportunities to spread the use of
       
    10 the Python programming language in the Scientific Computing community in
       
    11 India. It provides a unique opportunity to interact with the "Who's who"
       
    12 of the Python for Scientific Computing fraternity and learn, understand,
       
    13 participate and contribute what is happening in the realms of Scientific
       
    14 Computing using Python. Attendees of the conference and participants of
       
    15 the sprints planned will be able to access and review the tools
       
    16 available, apart from learning domain-specific applications and how the
       
    17 tools apply to a plethora of application problems.<br>
       
    18 
       
    19 One of the goals of the conference is to combine education, engineering,
       
    20 and science with computing through the medium of Python and thereby
       
    21 extrapolate on how powerful Scientific Computing is in various fields
       
    22 and among different communities.</p>			
       
    23 			<!--<p class="links"> <a href="#" class="more">Read More</a> <a href="#" class="comments">No Comments</a> </p> -->
       
    24 			</div>						
       
    25 	</div>
       
    26 	<div class="post">
       
    27 			<div class="title">
       
    28 				<h2><a name="theme">Theme</a></h2>
       
    29 			</div>
       
    30 			<div class="entry">
       
    31 				<p>Theme for Conference talks - <strong>"Scientific Python in Action"</strong> with respect to Application and Teaching</p>
       
    32 			</div>
       
    33 	</div>
       
    34 {% endblock content %}