diff options
author | Sashi20 | 2017-11-17 17:28:49 +0530 |
---|---|---|
committer | GitHub | 2017-11-17 17:28:49 +0530 |
commit | 4b25cb1586e952aac5a595a6ebf074553f95de8e (patch) | |
tree | 24d4b197425b5c7b0503e30a95d556f3bbea9389 | |
parent | ad0a365bb337552653799b0a24cc7596d2d22365 (diff) | |
parent | 5e8c2d04fd0f1e245b483ff3439252ea8273a412 (diff) | |
download | SciPy2017-4b25cb1586e952aac5a595a6ebf074553f95de8e.tar.gz SciPy2017-4b25cb1586e952aac5a595a6ebf074553f95de8e.tar.bz2 SciPy2017-4b25cb1586e952aac5a595a6ebf074553f95de8e.zip |
Merge pull request #34 from Sashi20/devel
Minor changes to the schedule table
-rw-r--r-- | website/templates/home.html | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/website/templates/home.html b/website/templates/home.html index f5e57c3..1b7a806 100644 --- a/website/templates/home.html +++ b/website/templates/home.html @@ -377,13 +377,11 @@ <center> <h4>Day 1 - Workshops</h4> </center> - <table width="100%" class="table-striped table-bordered"> + <table width="100%" class="table table-bordered table-striped"> <thead> - <tr> - <th width="25%"><b>Time</b></th> - <th width="40%" ><b>Basic Track</b> </th> - <th width="40%"> <b>Advanced Track</b></th> - </tr> + <th width="20%"><b>Time</b></th> + <th width="35%"><b>Basic Track</b> </th> + <th width="35%"><b>Advanced Track</b></th> </thead> <tbody> <tr style="background-color: #9de8f1;"> @@ -396,7 +394,7 @@ <td > Python for Data Analysis</td> <td> Image Classification using deep learning (keras/Tensorflow)</td> </tr> - <tr > + <tr style="background-color: #9de8f1;"> <td>10:55 AM - 11 :05 AM</td> <td colspan="2" style="text-align:center"><b>TEA</b></td> @@ -406,7 +404,7 @@ <td > Scientific Computing using Orange</td> <td> GPU Computing using PyOpenCL</td> </tr> - <tr > + <tr style="background-color: #9de8f1;"> <td>01:00 PM - 02:00 PM</td> <td colspan="2" style="text-align:center"><b>LUNCH</b></td> @@ -416,7 +414,7 @@ <td> Controlling devices with Python using KuttyPy</td> <td> Model Evaluation and Selection with Scikit-Learn</td> </tr> - <tr > + <tr style="background-color: #9de8f1;"> <td>03:55 PM - 04:05 PM</td> <td colspan="2" style="text-align:center"><b>TEA</b></td> </tr> @@ -469,7 +467,7 @@ </tr> <tr style="background-color: #9de8f1;"> <td>11:10 AM - 11:30 AM</td> - <td><b>Tea</b></td> + <td><b>TEA</b></td> </tr> <tr > @@ -505,8 +503,6 @@ <tr > <td>02:30 PM - 02:50 PM</td> <td> Reliability analysis of Power electronic circuits in Grid-connected Photo-voltaic system using fiabilipy-2.7 Python package</td> - - <!-- <td><a href="http://scipy.in/2016/downloads/chinmay_kanchi.zip" >View here</a></td> --> </tr> </tr> @@ -518,12 +514,10 @@ <tr > <td>03:10 PM - 03:30 PM</td> <td> Smart Meter Data Analytics using Orange</td> - <!-- <td><a href="https://scipy.in/2017/downloads/ankitmahato/attachment/ABSTRACT/Smart_Meter_Data_Analytics_using_Orange_ankitmahato..pdf" target="_blank">View Here</a></td> --> </tr> <tr > <td>03:30 PM - 03:50 PM </td> <td> FAQ Bots for Freshmen: From AIML to Keras with a stop at Chatterbot</td> - <!-- <td><a href="http://scipy.in/2016/downloads/Pankaj_Pandey.pdf" target="_blank">View here</a></td>--> </tr> <tr style="background-color: #9de8f1;" > <td>03:50 PM - 04:10 PM</td> |