diff options
author | hardythe1 | 2014-11-28 16:28:57 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-28 16:28:57 +0530 |
commit | 1f6cc053b933e6d237f882beccaa3ff02bbb696d (patch) | |
tree | c8db8b9874f89ed8104532a04bde4aeb3c108f8c /static | |
parent | 417be799aea7aa24d25357ffe20a535dbc13c02a (diff) | |
download | scipy2014-1f6cc053b933e6d237f882beccaa3ff02bbb696d.tar.gz scipy2014-1f6cc053b933e6d237f882beccaa3ff02bbb696d.tar.bz2 scipy2014-1f6cc053b933e6d237f882beccaa3ff02bbb696d.zip |
updated selected papers list
Diffstat (limited to 'static')
-rw-r--r-- | static/website/templates/call-for-proposals.html | 43 |
1 files changed, 33 insertions, 10 deletions
diff --git a/static/website/templates/call-for-proposals.html b/static/website/templates/call-for-proposals.html index 9f50231..5f17e71 100644 --- a/static/website/templates/call-for-proposals.html +++ b/static/website/templates/call-for-proposals.html @@ -12,22 +12,45 @@ Call for Proposals {% block content %} <div class="row"> <div class="col-md-{% if user.is_authenticated %}6{% else %}8{% endif %}"> - <p> - Thank You for your interest in presenting at SciPy India 2014. - <br>We regret to inform you that we have closed the CFP for this year. - <br>Stay tuned with us, the schedule for the conference will be up soon. - </p> - <h3 class="garmond">Important Dates</h3> + <h3 class="garmond">Selected Papers</h3> <table class="table table-bordered"> + <th width=500>Title + <th>Speaker + <tr> + <td>Probabilistic Graphical Models using pgmpy + <td>Ankur Ankan + </tr> + <tr> + <td>Machine Learning Using Shogun Machine Learning Toolbox + <td>Abinash Panda + <tr> + <td>OPEN STEEL DESIGN AND GRAPHICS: A PYTHON-BASED FOSS + <td>Subhrajit Dutta + </tr> <tr> - <td>Call for proposals ends</td> - <td>25<sup>th</sup> Nov 2014</td> + <td>Real Time Scene Analytics Using Python + <td>Sreeja Sankaran Nampoothri </tr> <tr> - <td>List of accepted proposals will be published</td> - <td>On or Before 28<sup>th</sup> Nov. 2014</td> + <td>HIGH SPEED REAL TIME BISCUIT INSPECTION SYSTEM + <td>Neethu N J + </tr> + <tr> + <td>Efficiency Model Based On Response Surface Methodology for A 3 Phase Induction Motor Using Python + <td>Rakesh Hirur + </tr> + <tr> + <td>Python Powered Scientific Instrumentation Tool + <td>Jithin Bhagavathi + </tr> + <tr> + <td>Closed loop Control of A DC Motor using expEYES with Python + <td>Melvin Chelli </tr> </table> + <p> + <b>CFP for SciPy India 2014 is closed</b> + </p> </div> <!-- /.col --> <div class="col-md-{% if user.is_authenticated %}6{% else %}4{% endif %}"> {% if not request.user.is_authenticated %} |