project/templates/home.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 05 Nov 2009 14:37:18 +0530
changeset 15 07e4c036a0e7
parent 13 1de2f4008a5d
child 32 d56751e6bfb0
permissions -rw-r--r--
Added venue information.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13
1de2f4008a5d Forgot to add home.html in previous commit. Adding it now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "base.html" %}
1de2f4008a5d Forgot to add home.html in previous commit. Adding it now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
1de2f4008a5d Forgot to add home.html in previous commit. Adding it now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
{% block content %}
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
     4
<h1>Scope of the conference</h1>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
     5
<div class="entry">
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
     6
  <p><strong>Scipy.in </strong>is a conference providing opportunities to 
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
     7
spread the use of the Python programming language in the Scientific Computing
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
     8
community in India. It provides a unique opportunity to interact with the
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
     9
"Who's who" of the Python for Scientific Computing fraternity and learn,
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    10
understand, participate and contribute what is happening in the realms of
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    11
Scientific Computing using Python. Attendees of the conference and participants
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    12
of the sprints planned will be able to access and review the tools available,
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    13
apart from learning domain-specific applications and how the tools apply to a
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    14
plethora of application problems.<br>
13
1de2f4008a5d Forgot to add home.html in previous commit. Adding it now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    15
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    16
One of the goals of the conference is to combine education, engineering and
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    17
science with computing through the medium of Python and thereby extrapolate on
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    18
how powerful Scientific Computing is in various fields and among different
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    19
communities.
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    20
  </p>			
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    21
</div>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    22
<h1>Theme</h1>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    23
<div class="entry">
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    24
  <p>Theme for Conference talks - <strong>"Scientific Python in Action"</strong>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    25
with respect to Application and Teaching</p>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 13
diff changeset
    26
</div>
13
1de2f4008a5d Forgot to add home.html in previous commit. Adding it now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    27
{% endblock content %}