Team:Illinois-Tools/Notebook/Week7
From 2009.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
'''Donny''' | '''Donny''' | ||
+ | |||
+ | I created a graph library which I call dongraphlib to handle our specific functions. I took a look of code from NetworkX and pygraph but made modifications and left out everything we have no need for. I included a bidirectional dijkstra algorithm to make the shortest path calculation go extremely fast (less than a second!). | ||
'''Palak''' | '''Palak''' | ||
This week I worked on creating a script that would determine whether or not the reaction is reversible. I also worked on a few administrative tasks. I spoke with the Office of the Vice Chancellor of Research to discuss what kind of support they could provide us. I also took a look at a few grants that we could apply for in order to get funding for next year. | This week I worked on creating a script that would determine whether or not the reaction is reversible. I also worked on a few administrative tasks. I spoke with the Office of the Vice Chancellor of Research to discuss what kind of support they could provide us. I also took a look at a few grants that we could apply for in order to get funding for next year. |
Revision as of 21:29, 3 August 2009
7/5- 7/11
Donny
I created a graph library which I call dongraphlib to handle our specific functions. I took a look of code from NetworkX and pygraph but made modifications and left out everything we have no need for. I included a bidirectional dijkstra algorithm to make the shortest path calculation go extremely fast (less than a second!).
Palak
This week I worked on creating a script that would determine whether or not the reaction is reversible. I also worked on a few administrative tasks. I spoke with the Office of the Vice Chancellor of Research to discuss what kind of support they could provide us. I also took a look at a few grants that we could apply for in order to get funding for next year.