<!-- Copyright (C) 2009 DNA Bank Network http://www.dnabank-network.org The contents of this file are subject to the Mozilla Public License Version 1.1 See LICENSE.TXT at the top of this package for the full license terms. --> <?php include("head.php"); include("auth.php"); include ("Log.php"); ?> <html> <head> <meta http-equiv="Content-Language" content="de"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="style.css"> <SCRIPT LANGUAGE="JavaScript1.1" src="functions.js"></SCRIPT> <title>DNA Bank Network</title> </head> <body> <table border="0" id="table1"> <form method="POST" action="Query.php" name="formular"> <tr> <td id="Head"> <img border="0" src="images/Logo-DNA-Bank-Network.jpg" width="107" height="59"></td> <td align="left" valign="top"> <?php if(isset($_SESSION['login']) or $_SESSION['login']) { echo "<table border='0' id='log2'><tr><td>Logged in as: "; $log = $_SESSION['log']; echo $log; echo ". </td><td><i>"; if(isset($_COOKIE['test']) or $_COOKIE['test']) { include ("shop.php"); } echo "</i></td></tr></table>";} ?> </td> <td id="NaviImpressum" align="right"> <table border="0"><tr><td><?php include "header.php"; ?></td><td align="right"> <p><input type="text" name="formSearch" id="Search" autocomplete="off"><input type="submit" name="formSubmitSearch" value="Search" id="button"></td></tr></table> </td> </tr> <tr> <td height="105" colspan="3" background="images/image.jpg"></td> </tr> <tr><td valign="top"><?php $v14 = true; include ("TableNavi.php"); ?></td><td valign="top" colspan="2"> <table border="0" id="TableWrapper2"> <tr> <td> <a class="orange" href="About-us.php">DNA Bank Network</a> </td> <td><a class="orange" href="Background.php">Background</a></td> <td><a class="red" href="Infrastructure.php">Technical Infrastructure</a></td> <td><a class="orange" href="Staff.php">Staff</a></td> </tr> </table> <table border="0" id="TableTextSmall2"> <tr> <td> <h2>Technical Infrastructure</h2></td> </tr> <tr> <td> The DNA bank databases of all network partners are decentrally administered and accessible via a central Web portal providing DNA samples of complementary collections of wildlife organisms. <br> <br> The design of the database system and the shared Web portal facilitates both access to DNA samples and its associated specimen and DNA data. For documentation purposes provenances and places of deposit of vouchers are recorded, digital vouchers images for online verification are provided, information of laboratory methods as well as the allocating scientist and links to published sequences are available.<br> <br> Quality standards for documentation including digitalization of voucher specimens and data standardization in an European and international context are considered (<a class="black" target="_blank" href="http://www.gbif.org">GBIF</a>).<p> For further information please use the menu on the left.</td> </tr> </table> </td> </tr> <tr> <td></td><td colspan="2"><?php include ("TableImpressum.php"); ?></td></tr> </table> <?php include ("Piwik.js"); ?> </body> </html>