project/templates/about/sponsors.html
changeset 302 c875bfd3050b
child 303 19dcaef9aa1b
equal deleted inserted replaced
301:49b56af22f04 302:c875bfd3050b
       
     1 {% extends "base.html" %}
       
     2 {% block content %}
       
     3 <div class="entry">
       
     4 <h1><strong>Sponsors</strong></h1>
       
     5 <br/>
       
     6   <p>
       
     7     <img src="/static/img/fossee.jpg" alt="FOSSEE Logo" title="FOSSEE Logo"
       
     8     height="90" /><br/><br/>
       
     9     <a href="http://fossee.in">FOSSEE</a> is the main sponsor and organizer 
       
    10     of SciPy.in 2010. They initiated an Indian edition of the popular
       
    11     SciPy conference in 2009, in order to encourage the use of Python
       
    12     for Scientific Computing in Asia. The goal of the FOSSEE project is to
       
    13     enable the students and faculty of Science and Engineering
       
    14     colleges/institutes/universities across India to use open source software
       
    15     tools for all their computational needs, thereby improving the quality of
       
    16      instruction and learning.
       
    17     <br/><br/><br/><br/>
       
    18     <img src="/static/img/enthought_logo.png" alt="Enthought Logo"
       
    19     title="Enthought Logo" /><br/><br/>
       
    20     <a href="http://www.enthought.com/">
       
    21     Enthought, Inc.</a> is the supplementary sponsor for SciPy.in 2010.
       
    22     They provide scientific computing solutions through software
       
    23     development, consulting, and training. They use Python significantly 
       
    24     for most of their projects, and work closely with many of the leading
       
    25     Python developers involved with scientific computing.
       
    26     <br/><br/><br/><br/>
       
    27     <img src="/static/img/python_logo.gif" alt="PSF Logo"
       
    28     title="PSF Logo" /><br/><br/>
       
    29     <a href="http://www.python.org/psf/">
       
    30     The Python Software Foundation</a> is partially funding the sprints at 
       
    31     SciPy India 2010. The PSF is a non-profit organization devoted 
       
    32     to the spread and advancement of open source technologies associated with 
       
    33     the Python programming language.
       
    34     <br/><br/><br/><br/>
       
    35     <img src="/static/img/enhanceedu_logo.png" alt="IIIT-H Logo"
       
    36     title="IIIT-H Logo" height="150" /><br/>
       
    37     <a href="http://www.enhanceedu.iiit.ac.in/">
       
    38     EnhanceEdu</a> is partially sponsoring the accommodation for the participants
       
    39     of SciPy.in 2010. It is an initiative of IIIT Hyderabad and is involved with 
       
    40     training teachers and students belonging to engineering colleges on
       
    41     a range of current topics. They conduct various certificate programs and
       
    42     workshops in and around Hyderabad. They are also involved with the local
       
    43     organization of the conference, in association with FOSSEE.
       
    44   </p>
       
    45   <br/><br/><br/><br/>
       
    46   <h1><strong>Venue Sponsors</strong></h1>
       
    47   <p>
       
    48     <a href="http://www.isb.edu/">
       
    49     <img src="/static/img/isb_logo.gif"
       
    50     alt="Indian School of Business Logo"
       
    51     title="Indian School of Business" /><br /><br /></a>
       
    52     The <a href="http://www.isb.edu/">Indian School of Business</a> in Hyderabad is one of India's top management
       
    53     schools and is a world-renowned (and globally top-ranked) B-school. They
       
    54     have a fantastic campus with world-class infrastructure. They have 
       
    55     graciously accepted to sponsor and host the conference days 
       
    56     (Dec. 13th & 14th, 2010) at ISB's ultra-modern Khemka Auditorium.'
       
    57     <br/><br/><br/><br/>
       
    58     <a href="http://www.mahindrasatyam.com/">
       
    59     <img src="/static/img/mahindra_satyam_logo.jpg"
       
    60     alt="Mahindra Satyam Logo"
       
    61     title="Mahindra Satyam Logo" /><br/><br/>
       
    62     </a><a href="http://www.mahindrasatyam.com/">Mahindra Satyam</a>
       
    63     is a multi-national information, communications, and technology (ICT)
       
    64     company providing business consulting, information technology, and
       
    65     communication services. They have graciously accepted to sponsor and host
       
    66     the Danube Hall at Mahindra Satyam Learning World in Hyderabad's famed
       
    67     <a href="http://en.wikipedia.org/wiki/HITEC_City">HITEC City</a>, for
       
    68     the tutorial/sprint days (Dec. 15th-17th, 2010) of SciPy.in 2010.'
       
    69     <br/><br/><br/><br/>
       
    70     <a href="http://www.iiit.ac.in/">
       
    71     <img src="/static/img/iiith_logo.gif" alt="IIIT-H Logo"
       
    72     title="IIIT-H Logo" /><br/>
       
    73     <a href="http://www.iiit.ac.in/">IIIT Hyderabad</a> is an autonomous,
       
    74     research university offering under-graduate and graduate education
       
    75     in Computer Science, Electronics and Communications, and their
       
    76     applications in other domains. They have graciously volunteered to sponsor
       
    77     and host the last day of the conference involving
       
    78     sprints (Dec. 18th, 2010) and have offered a number of labs and seminar
       
    79     halls to suit the needs of the sprints.
       
    80   </p>
       
    81 </div>
       
    82 {% endblock content %}