diff -r 9aa2d5e2a1cc -r 5f6722c88789 project/templates/about/day_two.html --- 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 %} +

SciPy Day 2 - First Session

Hope you enjoyed the first day of the conference. The first talk of the second day was by Gaƫl Varoquaux on Machine learning as a tool for Neuroscience 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 @@

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 here.

+{% endblock content %}