project/templates/talk/sprint-schedule.html
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 17:18:14 +0530
branch2011
changeset 454 2d3479837338
parent 75 26f34fe4ebf5
child 459 6cd2a8ce6662
permissions -rw-r--r--
Added the sprint page
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
73
05e834df29ff Added split schedule for tutorial and sprint.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "base.html" %}
05e834df29ff Added split schedule for tutorial and sprint.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
{% block content %}
454
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
     3
<h1>SciPy.in 2011 Sprint Schedule</h1>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
     4
<h2>Day 5, Thursday, December 8th, 2011 </h2>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
     5
<h2>Topics</h3>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
     6
<ol>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
     7
<li>Changing Mayavi/TVTK to use VTK's "new" pipeline.</li>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
     8
	<ul>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
     9
		<li>Mayavi currently uses VTK's old pipeline structure and this is to be
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    10
		deprecated in future VTK releases.  This is important for the future
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    11
		of Mayavi.</li>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    12
		<li>See <a href="http://www.vtk.org/Wiki/VTK/Tutorials/New_Pipeline">here</a></li>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    13
		<li>This change will be invasive and will require a fair bit of work.  You
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    14
		will need to know VTK fairly well and also Traits and Mayavi.
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    15
		</li>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    16
		<li>Documentation on Traits, Mayavi and Envisage are available from <a href="http://github.enthought.com/">here</a></li>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    17
	</ul>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    18
	<br /><br />
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    19
<li>Improving PyQt/PySide support.</li>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    20
	<ul>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    21
		<li>Mayavi's support for PyQt/Pyside is not tested and doesn't work
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    22
		properly.  We will try to fix this if time permits.  Requires
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    23
		knowledge of TraitsUI and PyQt/PySide.</li>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    24
	</ul>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    25
</ol>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    26
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    27
<h2 id="sec-1"><span class="section-number-3"></span>Intended audience </h2>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    28
<p>These sprint sessions are for those who already have a through 
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    29
knowledge about the given topics and are willing to contribute to open source projects.</p>
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 75
diff changeset
    30
<p>For more information please contact Puneeth &lt;puneeth [at] enthought.com&gt; or Pankaj &lt;pankaj [at] enthought.com&gt;
73
05e834df29ff Added split schedule for tutorial and sprint.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    31
{% endblock content %}