Author: maxfranz Date: 2010-09-14 12:19:42 -0700 (Tue, 14 Sep 2010) New Revision: 21843
Modified: cytoscapeweb/trunk/website/src/php/content/about/cytoweb.php cytoscapeweb/trunk/website/src/php/content/tutorial.php Log: Modified: cytoscapeweb/trunk/website/src/php/content/about/cytoweb.php =================================================================== --- cytoscapeweb/trunk/website/src/php/content/about/cytoweb.php 2010-09-14 19:19:13 UTC (rev 21842) +++ cytoscapeweb/trunk/website/src/php/content/about/cytoweb.php 2010-09-14 19:19:42 UTC (rev 21843) @@ -37,16 +37,6 @@ <p><a id="link_pathguide" href="http://www.pathguide.org/interactions.php" rel="external">Pathguide</a> is a meta-database that provides an overview of more than 300 web-accessible biological pathway and network databases. It uses Cytoscape Web to display networks that illustrate the interactions among different resources.</p> -<h1>Credits</h1> - -<p>Cytoscape Web uses a number of libraries, and we would like to thank the creators and -contributors of those projects for their contributions to open source software. Cytoscape Web uses:</p> -<ul> - <li><a href="http://flare.prefuse.org/" rel="external">Flare</a></li> - <li><a href="http://alivepdf.bytearray.org/" rel="external">AlivePDF</a></li> - <li><a href="http://puremvc.org/" rel="external">PureMVC</a></li> -</ul> - <h1>Linking back to Cytoscape Web</h1> <p>We appreciate people linking back to us, because that helps us keep Cytoscape Web development funded.</p> @@ -68,9 +58,24 @@ </pre> </p> +<h1>Publication</h1> +<p>Cytoscape Web has been published in +<a href="http://bioinformatics.oxfordjournals.org/content/early/2010/07/23/bioinformatics.btq430.short">Bioinfomatics</a>.</p> + <h1>Developers</h1> <p>Cytoscape Web is developed by <i>Christian Lopes</i> and <i>Max Franz</i>.</p> +<h1>Credits</h1> + +<p>Cytoscape Web uses a number of libraries, and we would like to thank the creators and +contributors of those projects for their contributions to open source software. Cytoscape Web uses:</p> +<ul> + <li><a href="http://flare.prefuse.org/" rel="external">Flare</a></li> + <li><a href="http://alivepdf.bytearray.org/" rel="external">AlivePDF</a></li> + <li><a href="http://puremvc.org/" rel="external">PureMVC</a></li> +</ul> + + </div> \ No newline at end of file Modified: cytoscapeweb/trunk/website/src/php/content/tutorial.php =================================================================== --- cytoscapeweb/trunk/website/src/php/content/tutorial.php 2010-09-14 19:19:13 UTC (rev 21842) +++ cytoscapeweb/trunk/website/src/php/content/tutorial.php 2010-09-14 19:19:42 UTC (rev 21843) @@ -116,4 +116,7 @@ <a href="/documentation/cytoscape_web">API reference</a> to customise Cytoscape Web to your specific needs.</p> + <p>If you have still have questions, take a look at the <a href="faq">FAQ</a>. Most likely, + your question has already been answered there.</p> + </div> \ No newline at end of file -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
