diff options
author | Puneeth Chaganti | 2010-11-08 21:10:28 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-11-08 21:10:28 +0530 |
commit | 4bd907a510f4ea12a562b66d2587dced7bece638 (patch) | |
tree | b2895eb03ed3f093c81121f5c6f63e9bf473a5f6 /project | |
parent | 9ae8777bc0fdbd57ab435674f761dac8be302da6 (diff) | |
download | scipycon-4bd907a510f4ea12a562b66d2587dced7bece638.tar.gz scipycon-4bd907a510f4ea12a562b66d2587dced7bece638.tar.bz2 scipycon-4bd907a510f4ea12a562b66d2587dced7bece638.zip |
Added tutorial outline.
Diffstat (limited to 'project')
-rw-r--r-- | project/templates/talk/schedule.html | 161 |
1 files changed, 157 insertions, 4 deletions
diff --git a/project/templates/talk/schedule.html b/project/templates/talk/schedule.html index 65b8de3..b0918da 100644 --- a/project/templates/talk/schedule.html +++ b/project/templates/talk/schedule.html @@ -11,10 +11,10 @@ comprising of two days each of conference, tutorials and sprints.</p> <tr> <td align=center><strong>Date</strong></td><td><strong>Activity</strong></td> </tr> <tr > <td align=right>Monday, Dec. 13 2010</td><td><a href="#day1">Conference</a></td> </tr> <tr> <td align=right>Tuesday, Dec. 14 2010</td><td><a href="#day2">Conference</a></td> </tr> - <tr> <td align=right>Wednesday, Dec. 15 2010</td><td>Tutorials/Sprint</td> </tr> - <tr> <td align=right>Thursday, Dec. 16 2010</td><td>Tutorials/Sprint</td> </tr> - <tr> <td align=right>Friday, Dec. 17 2010</td><td>Tutorials/Sprint</td> </tr> - <tr> <td align=right>Saturday, Dec. 18 2010</td><td>Full Sprint</td> </tr> + <tr> <td align=right>Wednesday, Dec. 15 2010</td><td><a href="#tutorials">Tutorials/Sprint</a></td> </tr> + <tr> <td align=right>Thursday, Dec. 16 2010</td><td><a href="#tutorials">Tutorials/Sprint</a></td> </tr> + <tr> <td align=right>Friday, Dec. 17 2010</td><td><a href="#tutorials">Tutorials/Sprint</a></td> </tr> + <tr> <td align=right>Saturday, Dec. 18 2010</td><td><a href="#sprints">Full Sprint</a></td> </tr> </table> <br /> @@ -66,6 +66,159 @@ completes. Check for relevant dates.</h3> </tbody> </table> + +<h2 id="tutorials">Tutorials </h2> + +<p>This is a rough outline of the topics to be covered in the +tutorials. The exact schedule of the tutorials will be put up in a +short while. +</p> +<ul> +<li> +Sage +<ul> +<li> +basic usage +</li> +<li> +symbolic +</li> +<li> +numeric computing +</li> +<li> +basic plotting +</li> +</ul> +</li> +<li> +Basic Scientific Computing with Python +<ul> +<li> +ipython +</li> +<li> +pylab +</li> +<li> +numpy +</li> +<li> +scipy +</li> +<li> +basic Mayavi +</li> +</ul> +</li> +<li> +Basic Python +<ul> +<li> +data-types +</li> +<li> +conditionals & looping +</li> +<li> +functions & modules +</li> +</ul> +</li> +<li> +Advanced +<ul> +<li> +Cython (30 mins) +</li> +<li> +More Ipython (30 mins) +</li> +<li> +More Mayavi (1 hr) +</li> +<li> +More matplotlib (1 hr) +</li> +<li> +More Sage? (1 hr) + +</li> +</ul> +</li> +</ul> + +<p>Any participants using their own laptops should have the required +software installed on their machines, before coming to the venue of +the tutorials. The installation instructions are available <a href="http://fossee.in/installation-how-to">here</a>. +</p> + + +<h2 id="sprints">Probable Sprint Topics </h2> + + +<ul> +<li> +Documentation +<ul> +<li> +Scipy/Numpy +</li> +<li> +Mayavi +</li> +</ul> +</li> +<li> +Mayavi +</li> +<li> +Ipython +</li> +<li> +Sage +</li> +<li> +matplotlib +</li> +<li> +Spoken tutorial +<ul> +<li> +recording +</li> +<li> +dubbing +</li> +</ul> +</li> +<li> +Text books +<ul> +<li> +Kreyszig - Advanced Engineering Mathematics +</li> +<li> +Strang - Linear Algebra +</li> +<li> +Introduction to Dynamics - Ian Percival, Derek Richards + +</li> +</ul> +</li> +</ul> + +<p>Details of the Sprints can be worked out based on the interest of +the participants. +</p> +<p> +Participants of Sprints who make a significant contribution will be +given swag. The sprint lead, will choose the participants who are +eligible for the swag. +</p> + + <!-- <h3><strong>Theme for Conference talks - "Scientific Python in Action" with respect to Application and Teaching</strong></h3> <strong>Talk type:</strong> Keynote: <img src="/img/keynote.png" alt="Keynote" /> |