<!-- 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
    $v100b = true;
    include ("TableNavi.php"); ?></td><td valign="top" colspan="2">
		
		<table border="0" id="TableTextSmall2">
      <tr><td colspan="2"><hr /></td></tr>
   		<tr>
				<td colspan="2">
				<h2>DNA Module</h2></td>
			</tr>
				
			<tr>
				<td>
				DNA banks are new types of biological research repositories. At the BGBM we developed an open access software for DNA data input and management: the DNA Module. It is furthermore possible to add 
				links to GenBank accessions, references of publications in which 
				DNA bank samples have been used and to administer customer 
				requests like order and shipping data as well as inventory 
				management.<br />
        The Module is based upon GBIF tools and infrastructure and is able to interact with unlimited numbers of specimen databases. Any GBIF compliant specimen database worldwide can be linked to the DNA Module, if a BioCASE or DiGIR protocol (wrapper) is applied. Wrappers able to deal with different database management systems. Moreover it includes software for transferring DNA data to the internet (e.g. DNA Bank Network, GBIF).<br />
        The DNA Module is based upon a MySQL database as well as PHP forms for DNA data input (Fig. 2) and management (Fig. 1). The software is optimised for PHP 5 and MySQL 5.<br />
        The Module can be used as a local installation as well as a web application with an external database.<br />
        To transfer DNA data to the webportal of the DNA Bank Network, the local DNA database (or a copy) has to be installed on a webserver.<br /><br />
        Further information about this transfer and the required DNA extension for ABCD is available <a class="black" href="Extension.php">here</a>.<br /><br /></td>
        <td valign="top"><div class="News"><h2>Demo Version of the DNA Module</h2>
        <a class="black" href="http://www.dnabank-network.org/Module/Demo/">http://www.dnabank-network.org/ Module/Demo</a><br /><br />
        <b>Username: guest<br />
        Password: dnaguest<br /></b>
        </div></td>
			</tr>
				
			<tr>
				<td colspan="2">
				<p style="text-align: center">
				<img border="1" src="images/Menu2.jpg" width="800" height="583"></td>
			</tr>
				
			<tr>
				<td colspan="2">
				<b>Fig. 2. Main Menu of the DNA Module.</b> Five main 
				tools for data input und administration: <i>Input, Search/Edit, 
				Data cleaning, Requests and Publications.</i>The logo on the 
				very top 
				right can be replaced by the logo of the institution using the 
				module.<p>&nbsp;</td>
			</tr>
				
			<tr>
				<td colspan="2">
				<p style="text-align: center">
				<img border="1" src="images/Input1.jpg" width="800" height="843"></td>
			</tr>
				
			<tr>
				<td colspan="2">
				<b>Fig. 3. Input Mask of the DNA Module.</b> Specimen data for <i>Hispidella hispanica</i> 
				collected in Spain shown in the upper part of the screenshot are 
				imported live from a specimen database 
				(here Herbarium Berolinense) via wrapper. Related DNA data to be 
				recorded using the input mask are shown in the lower part of the 
				screenshot.<p>If you want to learn more about the DNA Module, 
				how to get and to use it, please contact us:
				<a class="black" href="mailto:contact@dnabank-network.org">
				contact@dnabank-network.org</a>. A full documentation about the 
				DNA Module can be downloaded soon on that website.</td>
			</tr>
				
			</table>
		</td>
	</tr>
   <tr>
  <td></td><td colspan="2"><?php 
    include ("TableImpressum.php"); ?></td></tr>
</table>
<?php include ("Piwik.js"); ?>
</body>

</html>