From 5106c7fbfc2f206f422d258c694f0a69db4d7a1e Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Tue, 10 Dec 2013 22:43:00 +0530 Subject: ajax display abstracts --- website/templates/get-abstract.html | 16 +++++++ website/templates/schedule.html | 93 ++++++++++++++++++++++++++++++++----- 2 files changed, 97 insertions(+), 12 deletions(-) create mode 100644 website/templates/get-abstract.html (limited to 'website/templates') diff --git a/website/templates/get-abstract.html b/website/templates/get-abstract.html new file mode 100644 index 0000000..21a90de --- /dev/null +++ b/website/templates/get-abstract.html @@ -0,0 +1,16 @@ +

{{ paper.title }}

+
+

By-{{ paper.user.first_name }} {{ paper.user.last_name }}

+ +
Speaker Bio
+

+ {{ paper.bio }} +

+{% if paper.attachments %} + View Abstract +{% else %} +
Abstract
+

+ {{ paper.abstract }} +

+{% endif %} diff --git a/website/templates/schedule.html b/website/templates/schedule.html index a4643e3..48706e8 100644 --- a/website/templates/schedule.html +++ b/website/templates/schedule.html @@ -1,5 +1,5 @@ {% extends 'page.html'%} - +{% load static %} {% block breadcrumbs %}
  • Schedule
  • Invited Speakers
  • @@ -59,9 +59,7 @@ Open Space - - - End of DAY 1 + End of DAY 1 @@ -115,9 +113,7 @@ Swig - - - End of DAY 2 + End of DAY 2 @@ -143,20 +139,30 @@ 9:10 - 9:30 Anirudh Wodeyar - BrainTone - Listening to Brain Waves in Real Time + + BrainTone - Listening to Brain Waves in Real Time + + + 9:30 - 9:45 Kuppurasu Nagaraj + PCEHR: Python Cloud based an Electronic Health Record (EHR) + + 9:30 - 10:00 Madhu Sharma + Python based implementation of a secret sharing scheme + + @@ -173,35 +179,50 @@ 11:30 - 11:50 Ambuja Salgaonkar + CHANGE MANAGEMENT WHILE INTRODUCING PYTHON IN THE FORMAL CURRICULA + + 11:50 - 12:05 Vishwanath Dalvi + Automating routing administrative tasks with PyWin32 + + 12:05 - 12:25 Arulalan T + A Python Based Framework for Systematic Weather Model Diagnosis + + 12:25 - 12:40 Sachin Patil + Python + Emacs in scientific computing + + 12:40 - 13:00 Pankaj Kumar + SudokuFinder : Solving the 17 clue Sudoku challenge + + @@ -218,28 +239,40 @@ 14:50 - 15:10 Jaidev Deshpande + Compressive Sensing Solvers in Python + + 15:10 - 15:25 Kiran Kadam + PIV Image Processing using Python + + 15:25 - 15:40 Samarth Shah + Image Processing using Microsoft Kinect and Python + + 15:40 - 16:00 Tirthankar Chakravarty + dCrypt: A novel text categorization and classification system + + @@ -251,7 +284,10 @@ 16:30 - 16:50 Hardik Ghaghada + Python Textbook Companion Project & Insights of FOSSEE + + @@ -260,7 +296,7 @@ Pecha Kucha Session - 17:30 - 17:45 + 17:50 - 17:45 Guest Speaker (depends on Availability) @@ -270,13 +306,18 @@ (depends on Availability) - - - End of DAY 3 + End of DAY 3 + +
    + +
    + × +
    + {% endblock %} + +{% block javascript %} + +{% endblock %} -- cgit