{% extends 'website/templates/base.html' %} {% load widget_tweaks %} {% block sidebar %} {% endblock %} {% block current %} Call for Proposals {% endblock %} {% block content %}

Selected Papers

Title Speaker
Probabilistic Graphical Models using pgmpy Ankur Ankan
Machine Learning Using Shogun Machine Learning Toolbox Abinash Panda
OPEN STEEL DESIGN AND GRAPHICS: A PYTHON-BASED FOSS Subhrajit Dutta
Real Time Scene Analytics Using Python Sreeja Sankaran Nampoothri
HIGH SPEED REAL TIME BISCUIT INSPECTION SYSTEM Neethu N J
Python Powered Scientific Instrumentation Tool Jithin Bhagavathi
Closed loop Control of A DC Motor using expEYES with Python Melvin Chelli
Efficiency Model Based On Response Surface Methodology for A 3 Phase Induction Motor Using Python Rakesh Hirur

CFP for SciPy India 2014 is closed

{% if not request.user.is_authenticated %}
{% csrf_token %}
{% render_field login_form.username class+="form-control" %}
{% render_field login_form.password class+="form-control" %}
{% else %}
Hello {{ request.user }}! Logout

CFP for SciPy India 2014 has been closed.
We are reviewing the proposals received & will soon announce the list of selected abstracts.
Stay tuned with us.

{% endif %}
{% endblock %}