diff options
author | Madhusudan.C.S | 2009-12-12 02:17:26 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-12-12 02:17:26 +0530 |
commit | c242beac493dafa57e2f9543093d6c8e73cfd7f3 (patch) | |
tree | 2c3c67308142f4bac8ee74fb30e2ca0ce6baa31f | |
parent | 4c582e07989975f3792c633d6af8960f0ebdf498 (diff) | |
download | scipycon-c242beac493dafa57e2f9543093d6c8e73cfd7f3.tar.gz scipycon-c242beac493dafa57e2f9543093d6c8e73cfd7f3.tar.bz2 scipycon-c242beac493dafa57e2f9543093d6c8e73cfd7f3.zip |
Added schedule.
-rw-r--r-- | project/static/css/styles.css | 58 | ||||
-rw-r--r-- | project/static/img/advanced.png | bin | 0 -> 176 bytes | |||
-rw-r--r-- | project/static/img/beginner.png | bin | 0 -> 195 bytes | |||
-rw-r--r-- | project/static/img/general.png | bin | 0 -> 195 bytes | |||
-rw-r--r-- | project/static/img/intermediate.png | bin | 0 -> 194 bytes | |||
-rw-r--r-- | project/static/img/keynote.png | bin | 0 -> 195 bytes | |||
-rw-r--r-- | project/templates/talk/list-all-talks.html | 183 |
7 files changed, 216 insertions, 25 deletions
diff --git a/project/static/css/styles.css b/project/static/css/styles.css index 296b2a0..fae6f2b 100644 --- a/project/static/css/styles.css +++ b/project/static/css/styles.css @@ -142,7 +142,6 @@ table.list-talks { border: 1px solid #ddd; font-size: 1.1em; - width: 95%; } table.list-talks td @@ -164,6 +163,63 @@ table.list-talks a text-decoration: none; } +/* list my talks table layout */ +table.list-all-talks +{ + border: 1px solid #ddd; + font-size: 1.1em; + width: 95%; +} + +table.list-all-talks td +{ + border: 1px solid #ddd; + padding: 5px 15px; + font-size: 1.2em; + color: black; +} + +table.list-all-talks td.speaker +{ + border: 1px solid #ddd; + font-size: 1.2em; + color: black; +} + +table.list-all-talks td.speaker h4 +{ + font-size: 1.25em; + margin:0; padding: 0; +} + +table.list-all-talks th +{ + border: 1px solid #ddd; + font-weight: bold; + align: center; + padding: 5px 15px; +} + +table.list-all-talks th.speaker +{ + border: 1px solid #ddd; + font-size: 1.2em; + color: black; + text-align: center; +} + +table.list-all-talks th.speaker h4 +{ + font-size: 1.25em; + margin:0; + padding: 0; +} + +table.list-all-talks a +{ + text-decoration: none; +} + .important { color: #337799; diff --git a/project/static/img/advanced.png b/project/static/img/advanced.png Binary files differnew file mode 100644 index 0000000..c5fa46d --- /dev/null +++ b/project/static/img/advanced.png diff --git a/project/static/img/beginner.png b/project/static/img/beginner.png Binary files differnew file mode 100644 index 0000000..830a884 --- /dev/null +++ b/project/static/img/beginner.png diff --git a/project/static/img/general.png b/project/static/img/general.png Binary files differnew file mode 100644 index 0000000..e10d3c8 --- /dev/null +++ b/project/static/img/general.png diff --git a/project/static/img/intermediate.png b/project/static/img/intermediate.png Binary files differnew file mode 100644 index 0000000..302a409 --- /dev/null +++ b/project/static/img/intermediate.png diff --git a/project/static/img/keynote.png b/project/static/img/keynote.png Binary files differnew file mode 100644 index 0000000..c95d614 --- /dev/null +++ b/project/static/img/keynote.png diff --git a/project/templates/talk/list-all-talks.html b/project/templates/talk/list-all-talks.html index a9cefc8..275736b 100644 --- a/project/templates/talk/list-all-talks.html +++ b/project/templates/talk/list-all-talks.html @@ -3,29 +3,164 @@ {% block title %}My Talks{% endblock %} {% block content %} -<h1>My Talks</h1> -{% if talk_list %} -<h3>List of the talks I have submitted.</h3> - -<table class="list-talks"> - <tr> - <th>Title</th> - <th>Speaker</th> - <th>Topic</th> - <th>Duration</th> - <th>Audience type</th> - </tr> - {% for talk in talk_list %} - <tr> - <td>{{ talk.title }}</td> - <td>{{ talk.speaker.get_full_name }}</td> - <td>{{ talk.topic }}</td> - <td>{{ talk.duration }}</td> - <td>{{ talk.audience }}</td> - </tr> - {% endfor %} +<h1>SciPy.in 2009 Schedule</h1> +<strong>Talk type:</strong> Keynote: <img src="/img/keynote.png" alt="Keynote" /> +General/Non-programmer: <img src="/img/general.png" alt="General" /> +Beginner Programmer: <img src="/img/beginner.png" alt="Beginner" /> +Intermediate Programmer: <img src="/img/intermediate.png" alt="Intermediate" /> +Advanced Programmer: <img src="/img/beginner.png" alt="Advanced" /> +<br /><br /> +<table class="list-all-talks"> + <h2>Day 1, Saturday, December 12th, 2009</h2> + <tr> + <th class="speaker"><h4>Time</h4></th> + <th class="speaker"><h4>Talk</h4>Speaker</th> + </tr> + <tr style="background-color: #90c9dc;"> + <td>8:30AM - 9:30AM</td> + <td class="speaker" width="75%">Registration</td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>9:30AM - 10:15AM</td> + <td class="speaker" width="75%"><h4>Welcome</h4><hr /> + <h4>Presidential Address</h4><hr /> + <h4>Introduction to SciPy.in 2009</h4>Mr. Jarrod Millman<hr /> + <h4>Inaugaration</h4>Dr. Travis Oliphant<hr /> + <h4>Vote of thanks</h4>Dr. Prabhu Ramachandran + </td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>10:15AM - 10:25AM</td> + <td class="speaker" width="75%"><h4>Introduction to Travis Oliphant</h4>Mr. Jarrod Millman</td> + </tr> + <tr style="background-color: #ebc91e;"> + <td>10:25AM - 11:25AM</td> + <td class="speaker" width="75%"><h4>Keynote: SciPy Beginnings and Applications</h4>Dr. Travis Oliphant</td> + </tr> + <tr> + <td>11:25AM - 11:45AM</td> + <td class="speaker" width="75%"><h4>Tea Break</h4></td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>11:45AM - 12:45PM</td> + <td class="speaker" width="75%"><h4>Spoken Tutorials: Strategies for promoting open source software and +bridging digital divide + </h4>Professor Kannan Moudgalya</td> + </tr> + <tr style="background-color: #f91828;"> + <td>12:45PM - 1:15PM</td> + <td class="speaker" width="75%"><h4>A Python based SPH framework</h4>Chandrashekhar Kaushik</td> + </tr> + <tr> + <td>11:25AM - 11:45AM</td> + <td class="speaker" width="75%"><h4>Lunch Break</h4></td> + </tr> + <tr style="background-color: #04c9cb;"> + <td>2:15PM - 2:45PM</td> + <td class="speaker" width="75%"><h4>Experimentation with python - why not do it the FOSS way?</h4>Praneeth Bodduluri & Suryajith Chillara</td> + </tr> + <tr style="background-color: #33c910;"> + <td>2:45PM - 3:15PM</td> + <td class="speaker" width="75%"><h4>Digital Image Processing with Python</h4>Debayan Banerjee</td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>3:15PM - 3:45PM</td> + <td class="speaker" width="75%"><h4>3D object recognition from 2D view-aspects using similarity measures</h4>Abhishek Pathak</td> + </tr> + <tr> + <td>3:25PM - 4:00PM</td> + <td class="speaker" width="75%"><h4>Tea Break</h4></td> + </tr> + <tr style="background-color: #f91828;"> + <td>4:00PM - 5:00PM</td> + <td class="speaker" width="75%"><h4>Understanding GIL and How it affects your processing speed</h4>Senthil Kumaran</td> + </tr> + <tr style="background-color: #33c910;"> + <td>5:00PM - 5:30PM</td> + <td class="speaker" width="75%"><h4>Language Detector for Python using n-gram</h4>Kumaran M</td> + </tr> + <tr> + <td>5:30PM - 6:00PM</td> + <td class="speaker" width="75%"><h4>General Break</h4></td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>6:00PM - 7:00PM</td> + <td class="speaker" width="75%"><h4>Cultural events</h4></td> + </tr> + <tr> + <td>7:00PM - 8:30PM</td> + <td class="speaker" width="75%"><h4>Dinner</h4></td> + </tr> +</table> + <h2>Day 2, Saturday, December 13th, 2009</h2> +<table class="list-all-talks"> + <tr> + <th class="speaker"><h4>Time</h4></th> + <th class="speaker"><h4>Talk</h4>Speaker</th> + </tr> + <tr style="background-color: #04c9cb;"> + <td>9:30AM - 10:00AM</td> + <td class="speaker" width="75%"><h4>Nipype</h4>Chris Burns</td> + </tr> + <tr style="background-color: #33c910;"> + <td>10:00AM - 10:45AM</td> + <td class="speaker" width="75%"><h4>An update on the NumPy/SciPy projects & a discussion of build and distribution systems</h4>David Cournapeau</td> + </tr> + <tr style="background-color: #04c9cb;"> + <td>10:45AM - 11:15AM</td> + <td class="speaker" width="75%"><h4>A brief introduction to Sage</h4>Dr. Prabhu Ramachandran</td> + </tr> + <tr> + <td>11:15AM - 11:30AM</td> + <td class="speaker" width="75%"><h4>Tea Break</h4></td> + </tr> + <tr style="background-color: #04c9cb;"> + <td>11:30AM - 12:00PM</td> + <td class="speaker" width="75%"><h4>Finding candidate transcription factors involved in gene regulation</h4>Farhat Habib</td> + </tr> + <tr style="background-color: #33c910;"> + <td>12:00PM - 12:30PM</td> + <td class="speaker" width="75%"><h4>Python and AVRs: Perfect way to make cheap and functional instrumentation</h4>Akshay Srinivasan</td> + </tr> + <tr style="background-color: #04c9cb;"> + <td>12:30PM - 1:00PM</td> + <td class="speaker" width="75%"><h4>Brain computer</h4>Deepak Nath</td> + </tr> + <tr> + <td>1:00PM - 2:00PM</td> + <td class="speaker"><h4>Lunch Break</h4></td> + </tr> + <tr style="background-color: #33c910;"> + <td>2:00PM - 3:00PM</td> + <td class="speaker" width="75%"><h4>Mayavi - Prabhu</h4>Dr. Prabhu Ramachandran</td> + </tr> + <tr style="background-color: #04c9cb;"> + <td>3:00PM - 3:30PM</td> + <td class="speaker" width="75%"><h4>Chaco and Traits</h4>Dr. Travis Oliphant</td> + </tr> + <tr> + <td>3:30PM - 3:45PM</td> + <td class="speaker"><h4>Tea Break</h4></td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>3:45PM - 4:15PM</td> + <td class="speaker" width="75%"><h4>SODAR data using fuzzy rule-base expert system package implemented in python</h4>Abhishek Pathak</td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>4:15PM - 4:45PM</td> + <td class="speaker" width="75%"><h4>A graph matching approach to classification of SODAR data</h4>Abhishek Pathak</td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>4:45PM - 5:15PM</td> + <td class="speaker" width="75%"><h4>The SciPy web and documentation tools</h4>Jarrod Millman</td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>5:15PM - 5:45PM</td> + <td class="speaker" width="75%"><h4>The FOSSEE project</h4>Asokan Pichai</td> + </tr> + <tr style="background-color: #90c9dc;"> + <td>5:45PM - 6:00PM</td> + <td class="speaker" width="75%"><h4>Valedictory talk</h4>Dr. Prabhu Ramachandran</td> + </tr> </table> -{% else %} -<h2>No talks</h2> -{% endif %} {% endblock content %} |