Fixed link and template 2011
authorprimal primal007@gmail.com
Wed, 07 Dec 2011 11:43:17 +0530
branch2011
changeset 519 5f6722c88789
parent 518 9aa2d5e2a1cc
child 522 01b130ea8d8d
Fixed link and template
project/templates/_right_menu.html
project/templates/about/day_two.html
--- a/project/templates/_right_menu.html	Tue Dec 06 18:26:02 2011 +0530
+++ b/project/templates/_right_menu.html	Wed Dec 07 11:43:17 2011 +0530
@@ -1,7 +1,7 @@
 <div style=" border: 1px black solid;">
 <h2 style="padding-left:2px;">News and Updates</h2>
 <ul>
-<li><a href="https://picasaweb.google.com/103426664718578242877/ScipyDay14thDecember2011">SciPy Day 1 - Images</a></li>
+<li><a href="https://picasaweb.google.com/scipy.in">SciPy Day 1 - Images</a></li>
 <li><a href="http://t.co/tA80aqTD">Recordings of SciPy Talks</a></li>
 <hr/>
 <h3 style="padding-left:2px;"> Documents of Aid</h3>
--- a/project/templates/about/day_two.html	Tue Dec 06 18:26:02 2011 +0530
+++ b/project/templates/about/day_two.html	Wed Dec 07 11:43:17 2011 +0530
@@ -1,3 +1,6 @@
+{% extends "base.html" %}
+{% block content %}
+<div class="entry">
 <h2> SciPy Day 2 - First Session</h2>
 <p>
 Hope you enjoyed the first day of the conference. The first talk of the second day was by <b>Gaƫl Varoquaux</b> on <b>Machine learning as a tool for Neuroscience</b> which was one of the highlights of the conference. He started with briefly explaining parts of his talk namely Functional Brain imaging, Models of Function and Cognitive Tasks.
@@ -18,3 +21,4 @@
 <p>
 He then went onto talking about his other project joblib which provided Python functions on steroids. He briefed about the philosophy of the project and showed code on how it avoided recomputation to avoid dependency issues. He concluded the talk by pointing out, how to find the way in the software stack by being active on the mailing list and experimenting. If you are interested in attending his tutorial tomorrow, you should download his material which can be found <a href="http://gaelvaroquaux.github.com/scikit-learn-tutorial/">here.</a>
 </p>
+{% endblock content %}