author | Parth buch <parth.buch.115@gmail.com> |
Sat, 01 Oct 2011 03:59:03 +0530 | |
branch | 2011 |
changeset 429 | cde70fd3073c |
parent 411 | 0e6657d73a6a |
permissions | -rw-r--r-- |
302
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
1 |
{% extends "base.html" %} |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
2 |
{% block content %} |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
3 |
<div class="entry"> |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
4 |
<h1><strong>Sponsors</strong></h1> |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
5 |
<br/> |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
6 |
<p> |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
7 |
<img src="/static/img/fossee.jpg" alt="FOSSEE Logo" title="FOSSEE Logo" |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
8 |
height="90" /><br/><br/> |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
9 |
<a href="http://fossee.in">FOSSEE</a> is the main sponsor and organizer |
399
f2485a99f0bc
changed the sponsors information to 2011
Parth buch <parth.buch.115@gmail.com>
parents:
304
diff
changeset
|
10 |
of SciPy.in 2011. They initiated an Indian edition of the popular |
302
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
11 |
SciPy conference in 2009, in order to encourage the use of Python |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
12 |
for Scientific Computing in Asia. The goal of the FOSSEE project is to |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
13 |
enable the students and faculty of Science and Engineering |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
14 |
colleges/institutes/universities across India to use open source software |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
15 |
tools for all their computational needs, thereby improving the quality of |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
16 |
instruction and learning. |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
17 |
<br/><br/><br/><br/> |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
18 |
<img src="/static/img/enthought_logo.png" alt="Enthought Logo" |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
19 |
title="Enthought Logo" /><br/><br/> |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
20 |
<a href="http://www.enthought.com/"> |
399
f2485a99f0bc
changed the sponsors information to 2011
Parth buch <parth.buch.115@gmail.com>
parents:
304
diff
changeset
|
21 |
Enthought, Inc.</a> is the supplementary sponsor for SciPy.in 2011. |
302
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
22 |
They provide scientific computing solutions through software |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
23 |
development, consulting, and training. They use Python significantly |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
24 |
for most of their projects, and work closely with many of the leading |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
25 |
Python developers involved with scientific computing. |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
26 |
</div> |
c875bfd3050b
Add new pages as html sources.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
27 |
{% endblock content %} |