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