summaryrefslogtreecommitdiff
path: root/website/templates/base1.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/base1.html')
-rw-r--r--website/templates/base1.html690
1 files changed, 690 insertions, 0 deletions
diff --git a/website/templates/base1.html b/website/templates/base1.html
new file mode 100644
index 0000000..9b30797
--- /dev/null
+++ b/website/templates/base1.html
@@ -0,0 +1,690 @@
+<!DOCTYPE HTML>
+{% load static %}
+
+<html>
+ <head>
+ <link rel="icon" href="{% static 'img/favicon.ico'%}" type="icon">
+ <title>SciPy India 2016</title>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="stylesheet" href="{% static 'css/main.css'%}" />
+ <link rel="stylesheet" href="{% static 'css/font-awesome.min.css'%}" />
+ <link href="{% static 'css/base.css' %}" rel="stylesheet">
+ <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+
+ </head>
+ <body data-spy="scroll" data-offset="1" data-target="#navbar-main">
+
+ <!-- Wrapper -->
+ <div id="wrapper">
+{% block header %}
+
+<header id="header" class="alt">
+ <span class="logo"><img src="{% static 'img/logo.png' %}" alt="" /></span>
+ <h1 >SciPy India 2016</h1>
+ <p style="color:#484848; font-weight:700; font-size:28px;" >DECEMBER 10 & 11</p><br/><br/>
+
+ <a href="#attend" class="button special" style="width : 220px;" >Register</a></center>
+ <a href="{% url 'website:cfp' %}" class="button special" style="width : 220px;">Submit</a>
+ </header>
+{% endblock %}
+
+
+
+{% block nav %}
+<div id="navbar-main">
+ <!-- Fixed navbar -->
+ <div class="navbar navbar-inverse navbar-fixed-top">
+ <div class="navbar-collapse collapse">
+ <ul class="nav navbar-nav">
+ <li> <a href="#header" class="smoothScroll">Home</a></li>
+ <li> <a href="#about" class="smoothScroll">About</a></li>
+ <li> <a href="#speakers" class="smoothScroll">Speakers</a></li>
+ <!-- <li> <a href="#attend" class="smoothScroll">Register</a></li>-->
+ <!--<li> <a href="#coc" class="smoothScroll">COC</a></li>-->
+ <li> <a href="http://fossee.in/certificates" target="_blank" class="smoothScroll">Certificate</a></li>
+
+<!-- <li> <a href="{% url 'website:cfp' %}">Submit</a></li>-->
+ <li> <a href="#schedule" class="smoothScroll">Schedule</a></li>
+<li> <a href="#instructions" class="smoothScroll">Instructions</a></li>
+ <li> <a href="#venue" class="smoothScroll">Venue</a></li>
+ <li> <a href="#satellite" class="smoothScroll">Satellite Conference</a></li>
+ <li> <a href="{% url 'website:gallery' %}" target="_blank" class="smoothScroll">Gallery</a></li>
+
+
+ <!-- <li> <a href="#poster" class="smoothScroll">Poster</a></li>-->
+ <li> <a href="#contact" class="smoothScroll">Contact</a></li>
+ </ul>
+ </div>
+ <!--/.nav-collapse -->
+ </div>
+</div>
+{% endblock %}
+
+ <!-- Main -->
+ {% block content %}
+ <div id="main">
+
+ <!-- Introduction -->
+ <section id="about" class="main special">
+ <div class="spotlight">
+ <div class="content">
+ <header class="major">
+ <h2>ABOUT</h2>
+ </header>
+ <p align="justify" style= "font-size: 20px;">SciPy India is a conference providing opportunities to spread the use of the Python programming language in the Scientific Computing community in India. It provides a unique opportunity to interact with the "Who's who" of the Python for Scientific Computing fraternity and learn, understand, participate, and contribute to Scientific Computing using Python. One of the goals of the conference is to combine education, engineering, and science with computing through the medium of Python.</p>
+ </div>
+ </div>
+
+ </section>
+
+
+ <section id="speakers" class="main special">
+ <div class="spotlight">
+ <div class="content">
+ <header class="major">
+ <h2>SPEAKERS</h2></header>
+
+
+ <table>
+ <colgroup>
+ <col width="40%" />
+ <col width= "20%"/>
+ <col width="40%" />
+ </colgroup>
+<tr>
+<td> <img class="img-responsive" src="{% static 'img/ajith.jpg' %}" height=90% width=80% alt="">
+ </td>
+<td></td>
+<td> <img class="img-responsive" src="{% static 'img/anand1.png' %}" height=90% width=80% alt="">
+ </td>
+
+</tr>
+<tr>
+<td><p>Dr. Ajith Kumar</p>
+ <a style = "color:#636363;" href="https://github.com/expeyes" target="_blank"><i class="icon-github" style="font-size:30px;"></i></a>
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ <a style = "color:#636363;" href="http://expeyes.in/" target="_blank"><i class="icon-info" style="font-size:30px;"></i></a></td><td></td>
+ <td><p>Mr. S. Anand</p>
+ <a style = "color:#636363;" href="https://github.com/sanand0" target="_blank"><i class="icon-github" style="font-size:30px;"></i></a>
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ <a style = "color:#636363;" href="http://www.s-anand.net/" target="_blank"><i class="icon-info" style="font-size:30px;"></i></a> </td>
+</tr>
+<tr>
+<td> Dr. B. P. Ajith Kumar, a scientist working with the <a target="_blank" href = "http://www.iuac.res.in/">IUAC</a>. His main area of work is development of instrumentation for particle accelerators and associated experiments, including radio-frequency accelerating structures, control and data acquisition systems, digital and radio frequency electronics modules. He initiated the Phoenix / expEYES project. ExpEYES is currently the cheapest educational system to teach science. </td><td></td>
+<td> Anand is the Chief Executive Officer at Gramener. He leads a team of data enthusiasts with skills in analysis, design, programming and statistics. He studied at IIT Madras, IIM Bangalore and LBS, and worked at IBM, Infosys, Lehman Brothers and BCG. He and his team explore insights from data and communicate these as visual stories. These visual analyses and dashboards are built on the Gramener Visualisation Server -- Gramener's flagship product. </td>
+</tr>
+ </table>
+
+ </div>
+
+ </div>
+ </section>
+
+
+
+ <section id="attend" class="main special">
+ <header class="major">
+ <h2>REGISTER</h2>
+ </header>
+
+ <table >
+ <colgroup>
+ <col width="20%" />
+ <col width="60%" />
+
+ </colgroup>
+ <tr>
+<td bgcolor="#8CC9F0">
+<h9 style="color:white;">On-Spot Registration</h9>
+<h2 style="color:white;" style ="font-size: 25px;">&#8377;1800</h2>
+<!-- <h9 style="color:white;">(Till 10 Nov 2016)</h9> -->
+</td>
+<td>
+<b>This registration is subject to availability.</b> This ticket includes conference (tutorials + talks), lunch and snacks for 2 days and dinner for the first day. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.
+
+</td>
+</tr>
+ <tr>
+ <td bgcolor="#efa8b0">
+ <h9 style="color:white;">Early Bird</h9>
+ <h2 style="color:white;" style ="font-size: 25px;">&#8377;1200</h2>
+ <h9 style="color:white;">(Till 10 Nov 2016)</h9>
+ </td>
+ <td>
+ This ticket includes conference (tutorials + talks), lunch, and snacks for 2 days and dinner for the first day. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.
+
+
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor = "#c79cc8">
+
+ <h9 style="color:white;">Light</h9>
+ <h2 style="color:white; font-size: 25px;">&#8377;600</h2>
+ <h9 style="color:white;">(Till 5 Dec 2016)</h9>
+ </td>
+ <td>
+ This Ticket allows you to ONLY attend the conference for 2 Days (snacks for two days will be served). Does not include any conference amenities (Accommodation, Lunch, Dinner & T-shirt).This is a non-refundable ticket.
+
+
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#a89cc8">
+ <h9 style="color:white;">Regular</h9>
+ <h2 style="color:white; font-size: 25px;">&#8377;1400</h2>
+ <h9 style="color:white;">(10 Nov - 5 Dec 2016)</h9>
+ </td>
+ <td>
+ This ticket includes conference (tutorials + talks), lunch and snacks for 2 days and dinner for the first day. It does not include Accommodation & T-Shirt. This is a non-refundable ticket.
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor ="#9bb2e1">
+ <h9 style="color:white;">Accomodation</h9>
+ <h2 style="color:white; font-size: 25px;">&#8377;500</h2>
+ <h9 style="color:white;"><a href="https://scipyindia2016.doattend.com/get_addons"> Add On </a></h9>
+ </td>
+ <td>
+ Accommodation is provided on a shared basis (twin sharing) inside IIT-B campus (Boys/Girls hostel). Accommodation will be provided for 2 days, i.e, 10-11 and 11-12 December. Accommodation does not include other amenities like dinner, etc. Extension of period of stay is not available. This is a non-refundable ticket.
+
+ </td>
+ <tr>
+ <td bgcolor= "#8cc9f0">
+ <h9 style="color:white;">T-Shirt</h9>
+ <h2 style="color:white; font-size: 25px;">&#8377;350</h2>
+ <h9 style="color:white;"><a href="https://scipyindia2016.doattend.com/get_addons"> Add On </a></h9>
+ </td>
+ <td>
+ Change of size, exchange at the venue is not available. This is a non-refundable ticket.
+ </td>
+ </tr>
+ </tr>
+
+ </table>
+
+ <p id="demo"></p>
+ <footer class="major">
+ <ul class="actions">
+ <a target="_blank" href="http://scipyindia2016.doattend.com/"><input type= "image" style ="width: 200px" src="{% static 'img/register.png'%}"></a>
+ </ul>
+ </footer>
+ </section>
+
+
+
+<section id="coc" class="main special">
+ <div class="spotlight">
+ <div class="content">
+ <header class="major">
+ <h2>CODE OF CONDUCT</h2> </header>
+ <div id="coc" name="coc">
+ <p align="justify" >We appreciate your participation in SciPy 2016. We want you to have an enjoyable and enriching experience in the conference. For this all the attendees are required to conform to the following Code of Conduct. Organisers will ensure that it is enforced throughout the event.</p>
+ </div>
+
+<div >
+ <div class="tab-content">
+ <div id="short" class="tab-pane fade">
+ <table class="table table-bordered">
+ <tbody><tr style="background-color:#f0f0f0">
+ <td>
+<p>SciPy India 2016 is dedicated to providing a harassment-free conference experience for everyone, regardless of age, gender, sexual orientation, physical appearance, disability, race, religion or employment. We don't tolerate harassment of attendees in any form.</p>
+
+<p>All communication should be appropriate for a professional audience, including people from many different backgrounds.</p>
+
+<p><b>Code for Speakers:</b></p>
+
+<p>Sexual language or imagery is inappropriate for your talks or slides. Refrain from using sexist, racist or exclusionary language anywhere in your content.</p>
+
+<p><b>Code for Participants:</b></p>
+
+<p>Be kind and sensitive to the people around you and avoid any kind of offensive behavior. Sexist, racist or any other form of exclusionary or offensive jokes or excessive public swearing are not appropriate at any venue of SciPy India. Attendees violating these rules may be asked to leave the conference without a refund at the sole discretion of the conference organizers. Thank you for your consideration and help in making SciPy India a welcoming, friendly event for all of us.</p>
+</td>
+ </tr>
+ </tbody></table>
+
+ <p></p>
+ </div>
+ <div id="long" class="tab-pane fade">
+ <p>
+ <table class="table table-bordered">
+ <tbody><tr style="background-color:#f0f0f0">
+ <td><p>SciPy India is dedicated to providing a harassment-free conference experience for everyone, regardless of age, gender, sexual orientation, physical appearance, disability, race, religion or employment.</p>
+
+<p>Harassment includes offensive verbal comments related to gender, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention. We have zero tolerance on harassment of conference participants in any form, including, but not limited to the activities mentioned here.</p>
+
+<p>Participants asked to stop any harassing behavior are expected to comply immediately.</p>
+
+<p>All communication should be appropriate for a professional audience, including people from many different backgrounds. Sexual language or imagery is inappropriate for all aspects of the conference, including talks. Remember that sexist, racist or any other form of exclusionary or offensive jokes or excessive public swearing are not appropriate at any venue of SciPy India.</p>
+
+<p>Do not insult or put down attendees or engage in any action that violates the open, welcoming and sharing spirit of the conference. Be kind and sensitive to the people around you when you are attending the conference, and avoid any kind of offensive or degrading behavior.</p>
+
+<p><b>If a participant engages in behavior that violates this code of conduct, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund.</b></p>
+
+<p>Thank you for helping to make SciPy India a welcoming, friendly event for all.</p>
+
+<p><b>Contact Information:</b></p>
+
+<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff. Conference staff will be wearing "SciPy India: Organiser" badges.</p>
+
+<p>Conference staff will be happy to help participants contact venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p>
+
+<p><b>License:</b></p>
+
+<p>This Code of Conduct was forked from PSF Code of Conduct by Python Software Foundation which is under a Creative Commons Attribution 3.0 Unported License.</p>
+
+<p>SciPy India Conference Code of Conduct is licensed under a Creative Commons Attribution 3.0 Unported License.</p>
+</td>
+ </tr>
+
+ </tbody></table>
+ <p></p>
+ </div>
+
+
+ </div>
+
+ <ul class="nav nav-tabs">
+ <li>
+ <a style="background: #efa8b0;" data-toggle="tab" href="http://scipy.in/2016#short">Short Version</a></li>
+ <li><a style="background: #c79cc8;" data-toggle="tab" href="http://scipy.in/2016#long">Long Version</a></li>
+ </ul>
+
+
+ </div>
+ </div>
+ </section>
+
+
+ <section id="schedule" class="main special">
+ <div class="spotlight">
+ <div class="content">
+ <header class="major"></header>
+ <h2>SCHEDULE</h2>
+ <div id="schedule" name="schedule">
+ <div >
+ <center>
+ <ul class="nav nav-tabs">
+ <li class="active">
+ <a style="background: #efa8b0;" data-toggle="tab" href="http://scipy.in/2016#day1">Day 1</a></li>
+ <li><a style="background: #c79cc8;" data-toggle="tab" href="http://scipy.in/2016#day2">Day 2</a></li>
+ <!--<li><a style="background: #a89cc8;" data-toggle="tab" href="http://scipy.in/2015#day3">Day 3</a></li>-->
+ <!-- <li><a style="background: #9bb2e1;"data-toggle="tab" href="http://scipy.in/2015#paper">Workshop Resources</a></li>
+ <li><a style="background: #8cc9f0;" data-toggle="tab" href="http://scipy.in/2015#workshop">Workshop Instructions</a></li>
+ --><br/><br/>
+</ul>
+ <div class="tab-content">
+ <div id="day1" class="tab-pane fade in active">
+ <p>
+ </p><center><h4>10 Dec 2016 (Day 1 - Saturday)</h4></center>
+<table width="100%" >
+<thead>
+ <th width="25%"><b>Time</b></th>
+ <th width="40%" ><b>Basic Track</b> </th>
+ <th width="40%"> <b>Advanced Track</b></th>
+</thead>
+<tbody>
+<tr > <td bgcolor = "#F6CCD1" >08:30 AM - 09:00 AM</td><td bgcolor = "#F6CCD1" colspan="3" style="text-align:center"><b>REGISTRATION / BREAKFAST </b></td> <td bgcolor = "#F6CCD1"> </td>
+ </tr>
+ <tr ><td>09:00 AM - 1:00 PM</td><td >Workshop: Introductory Scientific Computing with Python:
+Ipython, Matplotlib, NumPy, SciPy - Prof. Prabhu Ramachandran</td>
+<td>Workshop: Introduction to Automated Testing in Python</td>
+ </tr>
+ <tr ><td bgcolor = "#F6CCD1">01:00 PM - 02:00 PM</td><td colspan="3" style="text-align:center" bgcolor = "#F6CCD1"><b>LUNCH</b></td> <td bgcolor = "#F6CCD1"></td>
+
+ </tr>
+ <tr ><td >02:00 PM - 04:00 PM</td>
+ <td >Workshop: Python for Microcontrollers</td>
+ <td>Workshop: Algorithm to Application: Using Traits and ETS</td>
+
+ </tr>
+ <tr ><td bgcolor = "#F6CCD1">04:00 PM - 04:15 PM</td><td colspan="3" style="text-align:center" bgcolor = "#F6CCD1"><b>TEA</b></td> <td bgcolor = "#F6CCD1"></td>
+
+ </tr>
+ <tr ><td>04:15 PM - 06:00 PM</td>
+ <td >Workshop: Introduction to Git</td>
+ <td>Workshop: ExpEYES</td>
+
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div id="day2" class="tab-pane fade">
+ <p></p><center><h4>11 Dec 2016 (Day 2 - Sunday)</h4></center>
+ <table class="table table-bordered">
+<thead>
+ <th width="20%"><b>Time</b></th>
+ <th width="70%"><b>Session</b> </th>
+ <th width="20%"><b>Slides</b></th>
+</thead>
+<tbody>
+<tr > <td bgcolor = "#E3C8E4">08:30 AM - 09:00 AM</td><td bgcolor = "#E3C8E4" ><b>BREAKFAST </b></td><td bgcolor = "#E3C8E4"></td>
+ </tr>
+ <tr ><td>09:00 AM - 10:00 AM</td>
+ <td><b>Keynote</b>: Algorithmic Data Exploration - Mr. S. Anand </td>
+ <td><a href="http://www.slideshare.net/gramener/automating-data-exploration-scipy-2016" target="_blank" >View here</a></td>
+ </tr>
+ <tr ><td>10:00 AM - 10:25 AM</td>
+ <td>Talk: Learn the Brain with Nilearn - Kamalaker Dadi </td>
+ <td><a href="http://scipy.in/2016/downloads/Kamalaker.pdf" target="_blank">View here</a></td>
+ </tr>
+ <tr ><td>10:25 AM - 10:50 AM</td>
+ <td>Talk: Scientific Python in Disaster Simulation and Visualization: Modeling and Simulation of Wildland Fire Spread
+using CAN Model - Gugan Selvaraj </td>
+ <td><a href="http://scipy.in/2016/downloads/Gugan.pdf" target="_blank">View here</a></td>
+ </tr>
+ <tr ><td>10:50 AM - 11:15 AM</td>
+ <td>Talk: Package ensemble: A package to create ensemble Machine Learning models - Prajwal Kailas </td>
+ <td><a href="http://scipy.in/2016/downloads/Prajwal_Kailas.zip" >View here</a></td>
+ </tr>
+ <tr ><td bgcolor = "#E3C8E4">11:15 AM - 11:30 AM </td><td bgcolor = "#E3C8E4"><b>TEA</b></td> <td bgcolor = "#E3C8E4"></td>
+ <tr ><td>11:30 AM - 11:55 AM</td>
+ <td>Talk: Python & Caffe: Getting started with Deep Learning - Saurabh Kumar </td>
+ <td><a href="http://scipy.in/2016/downloads/saurabhkumar.pdf" target="_blank">View here</a></td>
+ </tr>
+ <tr ><td>11:55 AM - 12:20 PM</td>
+ <td>Talk: Extracting structured data from Millions of Mobile SMS Messages - From Conception to Production - Vineesha Budhrani </td>
+ </tr>
+ <tr ><td>12:20 PM - 12:45 PM </td>
+ <td>Talk: Using Analytics to Unpack Your Financial Biography from CIBIL - Kedar Deore </td>
+ </tr>
+ <tr ><td>12:45 PM - 01:10 PM </td>
+ <td>Talk: Processing medium-sized data with Python, Pandas and Postgres - Chinmay Kanchi </td>
+ <td><a href="http://scipy.in/2016/downloads/chinmay_kanchi.zip" >View here</a></td>
+ </tr>
+
+ </tr>
+ <tr ><td bgcolor = "#E3C8E4">01:10 PM - 02:10 PM</td><td bgcolor = "#E3C8E4" ><b>LUNCH</b></td> <td bgcolor = "#E3C8E4"></td>
+ </tr>
+ <tr ><td>02:10 PM - 03:10 PM</td>
+ <td><b>Keynote</b>: Taking Python to Classrooms - Dr. Ajith Kumar </td>
+ </tr>
+ <tr ><td>03:10 PM - 03:35 PM</td>
+ <td>Talk: Developing Python Backends for Machine Learning Applications - Jaidev Deshpande </td>
+ <td><a href="http://nbviewer.jupyter.org/format/slides/github/jaidevd/jaidevd.github.io/blob/source/blog/posts/developing-python-backends-for-machine-learning-applications.ipynb#/" target="_blank">View here</a></td>
+ </tr>
+ <tr ><td>03:35 PM - 04:00 PM </td>
+ <td>Talk: Good Enough Practices for Scientific Computing in Python - Pankaj Pandey </td>
+ <td><a href="http://scipy.in/2016/downloads/Pankaj_Pandey.pdf" target="_blank">View here</a></td>
+ </tr>
+ <tr ><td>04:00 PM - 04:15 PM </td>
+ <td>Talk: Compressive Sensing: A glimpse into the Magic Reconstruction using Python - Saurabh Kumar </td>
+ <td><a href="http://scipy.in/2016/downloads/saurabhKumar_2.pdf" target="_blank">View here</a></td>
+ </tr>
+ <tr ><td>04:15 PM - 04:30 PM</td>
+ <td>Talk: Raspberry PI based Smart Greenhouse for environment monitoring and control - Saiprasad Barke and Shradda Barke </td>
+ <td><a href="http://scipy.in/2016/downloads/Saiprasad_and_Shradda.pdf" target="_blank">View here</a></td>
+ </tr>
+ <tr ><td bgcolor = "#E3C8E4">04:30 PM - 04:45 PM</td><td bgcolor = "#E3C8E4"><b>TEA</b></td> <td bgcolor = "#E3C8E4"></td>
+ </tr>
+ <tr ><td>04:45 PM - 05:45 PM</td><td><b>Lightning Talks </b></td> <td></td>
+ </tr>
+ <tr ><td>05:45 PM - 06:00 PM</td><td><b>Closing </b></td> <td></td>
+ </tr>
+
+ </tbody>
+</table>
+ <p></p>
+ </div>
+
+
+ </div> </div>
+ </div>
+ </section>
+
+
+<section id="instructions" class = "main special">
+<div class="spotlight">
+ <div class="content">
+ <header class="major">
+ <h2>Instructions</h2></header>
+<p align="justify"></p>
+ <table class="table table-condensed" style="text-align: justify;">
+ <tbody>
+ <tr>
+ <td>General Instructions</td>
+ <td width="60%">These instructions will help you during the stay at IIT Bombay. </td>
+ <td><a href="http://scipy.in/2016/downloads/General_instruction.pdf" target="_blank">View here</a> </td>
+ </tr>
+ <tr>
+ <td>SciPy 2016: <br>Preferred Workshop Track</td>
+ <td>Please select the workshop in which you wish to participate (Satellite conference registrants need not submit this form).</td>
+ <td><a href="http://tinyurl.com/SciPy2016-Workshop" target="_blank">View here</a> </td>
+ <tr>
+ <tr >
+ <td>Workshop Instructions</td>
+ <td >These instructions are for all the registered participants. It has the details of the workshops which will be conducted in SciPy India 2016 conference. Please read it carefully and follow the steps to install various software packages.<br>
+ <b>Note:</b> You will not be able to participate in the workshops without installing the above packages. There will not be any separate setup session at the venue.</td>
+ <td><a href="http://scipy.in/2016/downloads/SciPy_instruction_workshop.pdf" target="_blank">View here</a> </td>
+ </tr>
+ <tr >
+ <td>Workshop Material </td>
+ <td >1)<b> Workshop</b>: Introductory Scientific Computing with Python: Ipython, Matplotlib, NumPy, SciPy - Prof. Prabhu Ramachandran<br></td>
+ <td><a href="http://scipy.in/2016/downloads/workshop/intro_scipy_circulate.zip" target="_blank">View here</a> </td>
+ </tr>
+ </tbody> </table>
+ </div>
+ </div>
+</section>
+
+ <section id="venue" class="main special">
+ <div class="spotlight">
+ <div class="content">
+ <header class="major">
+ <h2>VENUE</h2>
+ <center><h4>Lecture Hall Complex, IIT Bombay</h4></center>
+<a href="http://scipy.in/2016/downloads/General_instruction.pdf" target="_blank">For more details: View Instruction sheet</a>
+ <div class='myIframe' >
+ <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3769.472585331343!2d72.916895!3d19.130779999999994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c7f4215f57bf%3A0xcf0c03ea45a113e1!2sLecture+Hall+Complex+(LHC)!5e0!3m2!1sen!2sin!4v1434726932900" width="650" height="450" frameborder="0" style="border:0"></iframe>
+ </div></div></div>
+ </section>
+
+
+<section id="satellite" class = "main special">
+<div class="spotlight">
+ <div class="content">
+ <header class="major">
+ <h2>Satellite Conference</h2></header>
+
+
+<p align="justify">FOSSEE at IIT Bombay is excited to conduct Satellite SciPy India 2016 Conference at the following four institutes</p>
+<table class="table table-condensed" style="text-align:justify">
+
+ <tbody>
+ <tr>
+ <td>1) B V Raju Institute of Technology, Narsapur, Telangana</td>
+ </tr>
+ <tr>
+ <td>2) BVRIT HYDERABAD College of Engineering for Women, Hyderabad, Telangana</td>
+ </tr>
+ <tr>
+ <td>3) Vishnu Institute of Technology, Bhimavaram, Andhra Pradesh</td>
+ </tr>
+ <tr>
+ <td>4) Shri Vishnu Engineering College for Women, Bhimavaram, Andhra Pradesh
+ </tr>
+ </tbody>
+ </table>
+ <p align="justify">Through this Satellite Conference, we shall have live remote sessions broadcasting certain talks and tutorials via the Internet.</p>
+
+
+ </div>
+ </div>
+
+</section>
+
+<section id="poster" class = "main special">
+<div class="spotlight">
+ <div class="content">
+ <header class="major">
+ <h2>POSTER</h2></header>
+ <a href="http://fossee.in/data/emails/images/Poster_thumbnail_2016.png" target="_blank"> <img height = 20%, width=20% src="{% static 'img/sd.png'%}" /></a>
+
+ <p align="justify">We request you to share the event details through this poster with faculty members, students and others who might be interested. You may print the poster (native size - A4) and display on the notice boards.</p>
+ </div>
+ </div>
+
+</section>
+
+
+
+
+
+ <section id="sponsors" class="main special">
+ <div class="spotlight">
+ <div class="content">
+ <header class="major">
+ <h2>SPONSOR</h2></header>
+ <div class="col-md-4">
+ <a href="http://mhrd.gov.in/" target="_blank"><img width=200 height=70 src="{% static 'img/mhrd.png'%}" /></a>
+ </div>
+ <div class="col-md-8">
+ <p align="justify">The <a href="http://fossee.in/" target="_blank">FOSSEE</a> project undertaken by IIT Bombay is funded by <a href="http://mhrd.gov.in/" target="_blank">Ministry of Human Resource Development</a> (Govt. of India) under National Mission on Education through ICT. The essence of Human Resource Development is education, which plays a significant and remedial role in balancing the socio-economic fabric of the Country. Since citizens of India are its most valuable resource, our billion-strong nation needs the nurture and care in the form of basic education to achieve a better quality of life.</p><br/><br/>
+ </div>
+ <header class="major">
+ <h2>ORGANISER</h2></header>
+ <div class="col-md-4">
+ <a href="http://fossee.in/" target="_blank"><img width=200 height=70 src="{% static 'img/fossee.png'%}" /></a>
+ </div>
+ <div class="col-md-8">
+ <p align="justify">The Annual SciPy India conference is organised by the team members of FOSSEE project which is part of the National Mission on Education through ICT with the thrust area being Adaptation and deployment of open source simulation packages equivalent to proprietary software, funded by MHRD, based at the Indian Institute of Technology Bombay (IITB).</p>
+ </div></div></div>
+ </section>
+ </div>
+ {% endblock %}
+ {% block footer %}
+
+ <footer id="footer">
+ <section id="contact">
+ <h2>Write to Us</h2>
+ <p>Feel free to send us an email if you have any questions.</p>
+ <form id="contact_us" action='#' class="form" role="form" method=POST onSubmit="alert('Your query has been submitted. We will email our response to you shortly!');" enctype="multipart/form-data">{% csrf_token %}
+ <div class="col-md-6 form-group">
+ <input class="form-control" id="name" name="name" placeholder="Name" type="text" required />
+ </div>
+ <div class="col-md-6 form-group">
+ <input class="form-control" id="email" name="email" placeholder="Email" type="email" required />
+ </div>
+ <br/><br/>
+ <textarea class="form-control" id="message" name="message" placeholder="Message" rows="5"></textarea>
+ <br/>
+ <div class = "col-md-3">
+ <input class="form-control" style="color:black;" readonly type="text" id="a" />
+ </div>
+ <div class = "col-md-3">
+ <input placeholder = "Answer" class="form-control" type="text" id="b"/>
+ </div>
+ <div class = "col-md-3">
+ <!-- <button class="button" href="" id = "c" type="submit">Send Message</button> -->
+ <button id="myButton" disabled >Send Message</button><br>
+ <p style="color: red;" id= "error">
+ </div>
+ </form>
+ </section>
+
+
+ <section>
+ <h2>Contact Us</h2>
+ <dl class="alt">
+ <dt>Phone</dt>
+ <dd> (+91) 22 25764133</dd>
+ <dt>Email</dt>
+ <dd><a style="color:white;" href="#">scipy [at] fossee [dot] in
+</a></dd>
+ </dl>
+ <ul class="icons">
+ <li><a style="color:white;" target="_blank" href="https://twitter.com/scipyindia" class="icon-twitter alt"><span class="label"></span></a></li>
+ <li><a style="color:white;" target="_blank" href="https://www.facebook.com/scipyindia2016/" class="icon-facebook alt"><span class="label"></span></a></li>
+ <li><a style="color:white;" target="_blank" href="https://plus.google.com/103605487308376724082" class="icon-google-plus alt"><span class="label"></span></a></li>
+
+ </ul>
+ Visit SciPy.in/
+ <a style="color:white;" target="_blank" href="http://scipy.in/2009">2009</a>/
+ <a style="color:white;" target="_blank" href="http://scipy.in/scipyin/2010/">2010</a>/
+ <a style="color:white;" target="_blank" href="http://scipy.in/scipyin/2011/">2011</a>/
+ <a style="color:white;" target="_blank" href="http://scipy.in/2012">2012</a>/
+ <a style="color:white;" target="_blank" href="http://scipy.in/2013" >2013</a>/
+ <a style="color:white;" target="_blank" href="http://scipy.in/2014">2014</a>/
+ <a style="color:white;" target="_blank" href="http://scipy.in/2015">2015</a>
+ </section>
+ </footer>
+ <div class="container">
+ <center><img src="{% static 'img/fossee.png' %}" width=100 height=40>
+ <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"></a>
+ <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></center>
+ <center>This work is licensed under a <a target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<center>
+ <br/>
+
+ </div>
+
+ <!-- end wrapper -->
+ {% endblock %}
+
+
+ <!-- Scripts -->
+ <script src="{% static 'js/jquery.min.js' %}"></script>
+ <script src="{% static 'js/main.js' %}"></script>
+ <script src="{% static 'js/util.js' %}"></script>
+ <script src="{% static 'js/jquery.scrollex.min.js' %}"></script>
+ <script src="{% static 'js/jquery.scrolly.min.js' %}"></script>
+ <script src="{% static 'js/skel.min.js' %}"></script>
+ <script src="{% static 'js/ie/respond.min.js' %}"></script>
+ <script src="{% static 'js/bootstrap.min.js' %}"></script>
+ <script src="{% static 'js/smoothscroll.js' %}"></script>
+
+
+<script type="text/javascript">
+window.onload = function () {
+ var n1 = Math.round(Math.random() * 10 + 1);
+ var n2 = Math.round(Math.random() * 10 + 1);
+ $("#a").val(n1 + " + " + n2 + " = ");
+ var add = n1 + n2;
+ $("#b").on('change', function (){
+ if (this.value == add){
+ $('#myButton').removeAttr('disabled');
+ document.getElementById("error").innerHTML = "";
+
+ }
+ else{
+ $('#myButton').attr('disabled', true);
+ document.getElementById("error").innerHTML = "Incorrect!";
+ }
+ });
+}</script>
+
+
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-26098261-1', 'auto');
+ ga('send', 'pageview');
+
+</script>
+
+<script>
+var slideIndex = 1;
+showDivs(slideIndex);
+
+function plusDivs(n) {
+ showDivs(slideIndex += n);
+}
+
+function showDivs(n) {
+ var i;
+ var x = document.getElementsByClassName("mySlides");
+ if (n > x.length) {slideIndex = 1}
+ if (n < 1) {slideIndex = x.length}
+ for (i = 0; i < x.length; i++) {
+ x[i].style.display = "none";
+ }
+ x[slideIndex-1].style.display = "block";
+}
+</script>
+
+
+ </body>
+</html>