From bf6666a1a0e965d2dfb1be775b0e773db9f5e05b Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 28 Nov 2014 16:02:07 +0530 Subject: added list of selected abstracts to CFP --- static/website/css/main.css | 9 ++++++ static/website/templates/call-for-proposals.html | 39 ++++++++++++++++++------ 2 files changed, 38 insertions(+), 10 deletions(-) diff --git a/static/website/css/main.css b/static/website/css/main.css index cd6dae2..c816257 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -339,3 +339,12 @@ body { color: green!important; font-family: -webkit-body; } + + + +.table-bordered tr:nth-child(odd){ + background: #D3D3D3; + } +.table-bordered tr:nth-child(even){ + background: #EDEDED; + } diff --git a/static/website/templates/call-for-proposals.html b/static/website/templates/call-for-proposals.html index 9f50231..917f055 100644 --- a/static/website/templates/call-for-proposals.html +++ b/static/website/templates/call-for-proposals.html @@ -12,22 +12,41 @@ Call for Proposals {% block content %}
-

- Thank You for your interest in presenting at SciPy India 2014. -
We regret to inform you that we have closed the CFP for this year. -
Stay tuned with us, the schedule for the conference will be up soon. -

-

Important Dates

+

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 +
Call for proposals ends25th    Nov 2014HIGH SPEED REAL TIME BISCUIT INSPECTION SYSTEM + Neethu N J
List of accepted proposals will be publishedOn or Before 28th Nov. 2014Efficiency Model Based On Response Surface Methodology for A 3 Phase Induction Motor Using Python + Rakesh Hirur
Python Powered Scientific Instrumentation Tool + Jithin Bhagavathi +
+

+ CFP for SciPy India 2014 is closed +

{% if not request.user.is_authenticated %} -- cgit