From 7210e5067b3eee414fe86ce3d31e3617f9ec1761 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 2 Dec 2014 01:07:09 +0530 Subject: updated schedule --- static/website/css/main.css | 15 +++ static/website/docs/scipyspot.pdf | Bin 0 -> 14928 bytes static/website/templates/home.html | 2 +- static/website/templates/schedule.html | 218 ++++++++++++++++++++++++++++++++- 4 files changed, 233 insertions(+), 2 deletions(-) create mode 100644 static/website/docs/scipyspot.pdf diff --git a/static/website/css/main.css b/static/website/css/main.css index 98364c1..e901fec 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -348,3 +348,18 @@ body { .table-bordered tr:nth-child(even){ background: #EDEDED; } + +.schedule{ + font-weight: bold; + font-family: monospace; +} + +.schedule td{ + text-align: center; +} + +.schedule th{ + text-align: center; + background-color: #213D30; + color: white; +} diff --git a/static/website/docs/scipyspot.pdf b/static/website/docs/scipyspot.pdf new file mode 100644 index 0000000..6243ddf Binary files /dev/null and b/static/website/docs/scipyspot.pdf differ diff --git a/static/website/templates/home.html b/static/website/templates/home.html index 8aab78b..63adad0 100755 --- a/static/website/templates/home.html +++ b/static/website/templates/home.html @@ -48,7 +48,7 @@
  • Contact Us diff --git a/static/website/templates/schedule.html b/static/website/templates/schedule.html index f21e7c3..22668e7 100644 --- a/static/website/templates/schedule.html +++ b/static/website/templates/schedule.html @@ -5,5 +5,221 @@ Schedule {% endblock %} {% block content %} -

    Will be updated soon. . .

    +

    Schedule: SciPy India 2014

    +
    +
    + + + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Speaker + Title + Time +
    REGISTRATION / BREAKFAST8:30
    Enthought CrewInstallation/Setup9:30
    PrashantIntroduction to IPython10:15
    Prabhu Ramachandran & Jaidev DeshpandeBasic NumPy + Matplotlib11:30
    LUNCH13:00
    Jaidev DeshpandeMore NumPy & SciPy14:00
    TEA BREAK16:00
    Dhruv BaldawaPython language basics for Scientists16:15
    DeepakMayavi17:15
    END OF THE DAY
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Speaker + Title + Time +
    REGISTRATION / BREAKFAST8:30
    ChinmayData analysis with SciPy stack9:30
    ChinmayData analysis with SciPy stack11:10
    LUNCH12:40
    Abhinash PandaShogun Machine Learning11:30
    TEA BREAK15:40
    Ramakrishna ReddyBuild / Deploy16:00
    END OF THE DAY
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Speaker + Title + Time +
    REGISTRATION / BREAKFAST8:30
    Prabhu RamachandranInauguration9:30
    Romain GuillebertKeynote9:40
    Jithin BhagavathiPython Powered Scientific Instrumentation Tool10:40
    Prof. Kannan MoudgalyaInvited Talk11:10
    Break11:40
    Prof. D. B. PhatakInvited Talk11:50
    Subhrajit DuttaOpen Steel Design And Graphics: A Python-Based FOSS12:20
    Sreeja Sankaran NampoothriReal Time Scene Analytics Using Python12:40
    LUNCH12:55
    Neethu N JHigh Speed Real Time Biscuit Inspection System14:00
    Dr. Ajith KumarKeynote14:15
    Melvin ChelliClosed loop Control of A DC Motor using expEYES with Python15:00
    Ankur AnkanProbabilistic Graphical Models using pgmpy15:20
    TEA BREAK15:50
    Prof. Jayendran VenkateswaranPuLP / OR16:10
    Rakesh HirurEfficiency Model Based On Response Surface Methodology for A 3 Phase Induction Motor Using Python16:40
    Prof. Prabhu RamachandranThe FOSSEE project17:00
    VariousLightning Talks17:00
    END OF THE DAY
    +
    +
    + +
    + {% endblock %} -- cgit