From: <rv...@us...> - 2010-03-11 16:44:32
|
Revision: 544 http://treebase.svn.sourceforge.net/treebase/?rev=544&view=rev Author: rvos Date: 2010-03-11 16:44:23 +0000 (Thu, 11 Mar 2010) Log Message: ----------- Adding people page as per http://docs.google.com/Doc?docid=0AXEQpupFgwYiZGg4bXF6bl82NmZwdm50cmRz&hl=en Added Paths: ----------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/people.jsp Added: trunk/treebase-web/src/main/webapp/WEB-INF/pages/people.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/people.jsp (rev 0) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/people.jsp 2010-03-11 16:44:23 UTC (rev 544) @@ -0,0 +1,115 @@ +<div class="gutter"> + <table class="peopleTable"> + <thead><tr><th colspan="6"><h2>Current contributors</h2></th></tr></thead> + <tr> + <td> + <img src="images/people/anon.jpg" width="81" height="108" alt="Vladimir Gapeyev"/> + <br/><strong>Vladimir Gapeyev</strong> + <br/>Developer + </td> + <td> + <img src="images/people/anon.jpg" width="81" height="108" alt="Youjun Guo"/> + <br/><strong>Youjun Guo</strong> + <br/>Developer + </td> + <td> + <img src="images/people/hlapp.jpeg" width="81" height="108" alt="Hilmar Lapp"/> + <br/><strong>Hilmar Lapp</strong> + <br/>Deployment Manager + </td> + <td> + <img src="images/people/bpiel.gif" width="81" height="108" alt="William Piel"/> + <br/><strong>William Piel</strong> + <br/>Data Editor + <br />Prototype Developer + </td> + <td> + <img src="images/people/vtannen.jpeg" width="81" height="108" alt="Val Tannen"/> + <br/><strong>Val Tannen</strong> + <br/>Development Leader + </td> + <td> + <img src="images/people/rvos.jpg" width="81" height="108" alt="Rutger Vos"/> + <br/><strong>Rutger Vos</strong> + <br/>Developer + <br/>API Design + </td> + </tr> + </table> + + <table class="peopleTable"> + <thead><tr><th colspan="6"><h2>Past contributors</h2></th></tr></thead> + <tr> + <td> + <img src="images/people/anon.jpg" width="81" height="108" alt="Lucie Chan"/> + <br/><strong>Lucie Chan</strong> + <br/>Developer + </td> + <td> + <img src="images/people/anon.jpg" width="81" height="108" alt="Shirley Cohen"/> + <br/><strong>Shirley Cohen</strong> + <br/>Student Researcher + </td> + <td> + <img src="images/people/mjdominus.jpeg" width="81" height="108" alt="Mark J. Dominus"/> + <br/><strong>Mark J. Dominus</strong> + <br/>Developer + </td> + <td> + <img src="images/people/mdonoghue.gif" width="81" height="108" alt="Michael Donoghue"/> + <br/><strong>Michael Donoghue</strong> + <br/>Conceptual Issues + </td> + <td> + <img src="images/people/teriksson.gif" width="81" height="108" alt="Torsten Eriksson"/> + <br/><strong>Torsten Eriksson</strong> + <br/>Prototype Developer + </td> + <td> + <img src="images/people/anon.jpg" width="81" height="108" alt="Madhusudan Gujral"/> + <br/><strong>Madhusudan Gujral</strong> + <br/>Developer + </td> + </tr> + <tr> + <td> + <img src="images/people/anon.jpg" width="81" height="108" alt="Chris Henze"/> + <br/><strong>Chris Henze</strong> + <br/>Prototype Developer + </td> + <td> + <img src="images/people/krice.gif" width="81" height="108" alt="Ken Rice"/> + <br/><strong>Ken Rice</strong> + <br/>Prototype Developer + </td> + <td> + <img src="images/people/anon.jpg" width="81" height="108" alt="Jin Ruan"/> + <br/><strong>Jin Ruan</strong> + <br/>Developer + </td> + <td> + <img src="images/people/msanderson.gif" width="81" height="108" alt="Mike Sanderson"/> + <br/><strong>Mike Sanderson</strong> + <br/>Conceptual Issues + </td> + <td> + <img src="images/people/anon.jpg" width="81" height="108" alt="Can van Tran"/> + <br/><strong>Can van Tran</strong> + <br/>Developer + </td> + <td> + <img src="images/people/anon.jpg" width="81" height="108" alt="Tracy Zhao"/> + <br/><strong>Tracy Zhao</strong> + <br/>Developer + </td> + </tr> + </table> + + <h2>Phyloinformatics Research Foundation Inc, Board</h2> + <ul> + <li>Michael Donoghue</li> + <li>David Maddison</li> + <li>William Piel</li> + <li>Val Tannen</li> + </ul> +</div> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |