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