diff options
author | Madhusudan.C.S | 2010-12-09 20:24:32 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-12-09 20:24:32 +0530 |
commit | 68fbcd6c8155e219c6a35d89f1e3b415b06209ad (patch) | |
tree | 46db7621e2460704f46e597db485703fedb848a1 /project | |
parent | e89c6505dde5dfd2b3c6576d5d45c74b75e63397 (diff) | |
download | scipycon-68fbcd6c8155e219c6a35d89f1e3b415b06209ad.tar.gz scipycon-68fbcd6c8155e219c6a35d89f1e3b415b06209ad.tar.bz2 scipycon-68fbcd6c8155e219c6a35d89f1e3b415b06209ad.zip |
Added a talk to be given by CDAC people.
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/talk/conf_schedule.html | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/project/templates/talk/conf_schedule.html b/project/templates/talk/conf_schedule.html index 40faaa5..b08cae4 100644 --- a/project/templates/talk/conf_schedule.html +++ b/project/templates/talk/conf_schedule.html @@ -71,15 +71,13 @@ <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> @@ -1413,4 +1411,35 @@ clear the FUD regarding jobs </ul> + + + +<h3 id="sec-4_21">Python based Galaxy workflow integration on GARUDA Grid</h3> + + +<p>Karuna and/or Mangala +</p> + + + +<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> + + + {% endblock content %} |