diff options
author | Madhusudan.C.S | 2010-12-10 18:58:57 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-12-10 18:58:57 +0530 |
commit | 691f97cfc4740026ac58604eea7ed1e4cd8ec677 (patch) | |
tree | 55df84768af1120cd052640a26f492a7911ffc95 /project | |
parent | bf68f6defd73ab6b273fa0e97df6b109e37bd6bd (diff) | |
download | scipycon-691f97cfc4740026ac58604eea7ed1e4cd8ec677.tar.gz scipycon-691f97cfc4740026ac58604eea7ed1e4cd8ec677.tar.bz2 scipycon-691f97cfc4740026ac58604eea7ed1e4cd8ec677.zip |
CDAC talk added to scheduled talks.
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/talk/conf_schedule.html | 50 |
1 files changed, 28 insertions, 22 deletions
diff --git a/project/templates/talk/conf_schedule.html b/project/templates/talk/conf_schedule.html index b08cae4..59cab1a 100644 --- a/project/templates/talk/conf_schedule.html +++ b/project/templates/talk/conf_schedule.html @@ -4,6 +4,7 @@ <h2 id="sec-1">Day 1 </h2> + <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <caption></caption> <colgroup><col class="right" /><col class="left" /><col class="left" /> @@ -59,9 +60,9 @@ <tr><td class="right">12:15-12:35</td><td class="left">Prashant Agrawal</td><td class="left"><a href="#sec-4_18">A Parallel 3D Flow Solver in Python Based on Vortex Methods</a></td></tr> <tr><td class="right">12:35-13:05</td><td class="left">Ajith Kumar</td><td class="left"><a href="#sec-4_12">Python in Science Experiments using Phoenix</a></td></tr> <tr><td class="right">13:05-14:05</td><td class="left"></td><td class="left">Lunch</td></tr> -<tr><td class="right">14:05-14:15</td><td class="left">Arun C. H.</td><td class="left"><a href="#sec-4_2">Usb Connectivity Using Python</a></td></tr> +<tr><td class="right">14:05-14:15</td><td class="left">Harikrishna</td><td class="left"><a href="#sec-4_23">Python based Galaxy workflow integration on GARUDA Grid</a></td></tr> <tr><td class="right">14:15-14:25</td><td class="left">Arun C. H.</td><td class="left"><a href="#sec-4_3">Automation of an Optical Spectrometer</a></td></tr> -<tr><td class="right">14:25-14:35</td><td class="left"></td><td class="left">More Lightning Talks</td></tr> +<tr><td class="right">14:25-14:35</td><td class="left"></td><td class="left"><a href="#More==Lightning==Talks">More Lightning Talks</a></td></tr> <tr><td class="right">14:35-14:55</td><td class="left">Krishnakant Mane</td><td class="left"><a href="#sec-4_22">Convincing Universities to include Python</a></td></tr> <tr><td class="right">14:55-15:15</td><td class="left">Shantanu Choudhary</td><td class="left"><a href="#sec-4_4">"Python" Swiss army knife for Prototyping, Research and Fun.</a></td></tr> <tr><td class="right">15:15-15:35</td><td class="left">Puneeth Chaganti</td><td class="left"><a href="#sec-4_21">Pictures, Songs and Python</a></td></tr> @@ -71,13 +72,15 @@ <tr><td class="right">16:40-17:00</td><td class="left">Ramakrishna Reddy Yekulla</td><td class="left"><a href="#sec-4_13">Building and Packaging your Scientific Python Application For Linux Distributions</a></td></tr> <tr><td class="right">17:00-17:20</td><td class="left">Yogesh Karpate</td><td class="left"><a href="#sec-4_16">Automatic Proteomic Finger Printing using Scipy</a></td></tr> <tr><td class="right">17:20-17:40</td><td class="left">Manjusha Joshi</td><td class="left"><a href="#sec-4_15">SAGE for Scientific computing and Education enhancement</a></td></tr> -<tr><td class="right">To be scheduled</td><td class="left">Karuna and/or Mangala</td><td class="left"><a href="#sec-4_23">Python based Galaxy workflow integration on GARUDA Grid</a></td></tr> </tbody> </table> + + + <h2 id="sec-3">Invited Talks </h2> @@ -1414,32 +1417,35 @@ clear the FUD regarding jobs -<h3 id="sec-4_21">Python based Galaxy workflow integration on GARUDA Grid</h3> - -<p>Karuna and/or Mangala -</p> +<h3 id="sec-4_23">Python based Galaxy workflow integration on GARUDA Grid </h3> -<h4 id="sec-4_23">Talk/Paper Abstract </h4> -<p> -Bioinformatics applications being complex problem involving multiple -comparisons, alignment, mapping and analysis can be managed better using -workflow solutions. Galaxy is an open web based platform developed in -Python for genomic research. Python is a light weight dynamic language -making Galaxy to be modular and expandable. Bioinformatics applications -being compute and data intensive scale well in grid computing -environments. In this paper we describe bringing the Galaxy workflow to -the Garuda Grid computing infrastructure for enabling bioinformatics -applications. GAURDA grid is an aggregation of heterogeneous resources and -advanced capabilities for scientific applications. Here we present the -integration of galaxy workflow tool with GARUDA grid middleware to enable -computational biologists to perform complex problems on the grid -environment through a web browser. +<p>Harikrishna </p> +<h4 id="sec-4_23_1">Talk/Paper Abstract </h4> + + +<p>Bioinformatics applications being complex problem involving +multiple comparisons, alignment, mapping and analysis can be +managed better using workflow solutions. Galaxy is an open web +based platform developed in Python for genomic research. Python +is a light weight dynamic language making Galaxy to be modular +and expandable. Bioinformatics applications being compute and +data intensive scale well in grid computing environments. In +this paper we describe bringing the Galaxy workflow to the +Garuda Grid computing infrastructure for enabling bioinformatics +applications. GAURDA grid is an aggregation of heterogeneous +resources and advanced capabilities for scientific +applications. Here we present the integration of galaxy workflow +tool with GARUDA grid middleware to enable computational +biologists to perform complex problems on the grid environment +through a web browser. +</p> + {% endblock content %} |