<?php

# Always include this file
include "cbs_std.php";
# Create a html header, give the title
standard_head("deFUME-1.0 Abstract");
# Create CBS menu. Format is:
# Keyword, Path, Name_of_this_page
# Keyword is the keyword for the menu color/area.
# Name_of_this_page is what this page is called in the hieraki
# Path format is a number of comma separated entries in parenthesis
# showing the path to this page; (services/,'CBS Prediction Servers')
standard_menu("CBSPS", "(services/,'CBS Prediction Servers'),(services/deFUME-1.0/,'deFUME')", "Abstract");
?>

<!-- START INDHOLD -->

<h1>Paper abstract</h1>
<hr>
<h3>REFERENCE</h3>

<!-- Reference starts here -->

<b>deFUME: Dynamic Exploration of Functional Metagenomic Sequencing Data</b><br>
<i>Eric van der Helm1,*, Henrik Marcus Geertz-Hansen1,2,3, Hans Jasper Genee1, Sailesh Malla1, and Morten O. A. Sommer1,4</i><br>
<b>REFERENCE</b>.
<p>
    <font size="-1">
        <sup>*</sup>to whom correspondence should be addressed, e-mail:
        <a href="mailto:evand@biosustain.dtu.dk">evand@biosustain.dtu.dk</a>
        <p>
Beispiel #2
0
<?php

# Always include this file
include "cbs_std.php";
# Create a html header, give the title
standard_head("deFUME-1.0 server");
?>
<style type="text/css">
    .none {
        display: none;
    }

    ,
    .showDIV {
        display: block;
    }
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
<script>
/* Modernizr 2.8.3 (Custom Build) | MIT & BSD
 * Build: http://modernizr.com/download/#-canvas-canvastext-inputtypes-shiv-cssclasses-load
 */
;
window.Modernizr = function (a, b, c) {
    function v(a) {
        j.cssText = a
    }

    function w(a, b) {
<?php

# Always include this file
include "cbs_std.php";
# Create a html header, give the title
standard_head("MetaParser-1.0 Output format");
# Create CBS menu. Format is:
# Keyword, Path, Name_of_this_page
# Keyword is the keyword for the menu color/area.
# Name_of_this_page is what this page is called in the hieraki
# Path format is a number of comma separated entries in parenthesis
# showing the path to this page; (services/,'CBS Prediction Servers')
standard_menu("CBSPS", "(services/,'CBS Prediction Servers'),(services/MetaParser-1.0,'MetaParser')", "Output format");
?>

<!-- START INDHOLD -->

<h1>Output format</h1>
<p>
<h3>Short description:</h3>
<p>
HERE IS A SHORT DESCRIPTION

<!-- Output format description ends here -->
<h3>Example:</h3>
<p><pre>
# HERE COULD BE AN EXAMPLE

</pre>
</font>
</b>