* Required for providing data to the DNA Bank Network *

* Access restricted to administrators * @author Gabriele Droege, DNA Bank Network * @version 2.0 * @package Configuration * @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org
The contents of this file are subject to the Mozilla Public License Version 1.1 * @filesource * @license http://www.mozilla.org/MPL/ MPL */ /** * calling connection to database */ include ("../config/head.php"); /** * calling authorisation script */ include ("../auth.php"); ?> DNA Module - Wrapper Configuration

Wrapper configuration - Metadata of DNA records

0) { while($row = mysqli_fetch_object($result)) { $TCName = $row->TechnicalContactName; $TCEmail = $row->TechnicalContactEmail; $TCAddress = $row->TechnicalContactAddress; $CCName = $row->ContentContactName; $CCEmail = $row->ContentContactEmail; $CCAddress = $row->ContentContactAddress; $RepTitle = $row->DatasetTitle; $RepText = $row->DatasetDetails; $OwnName = $row->OwnerOrganizationName; $OwnAddress = $row->OwnerAddress; $OwnURI = $row->OwnerURI; $OwnLogoURI = $row->OwnerLogoURI; $Copyright = $row->CopyrightText; $TermsOfUse = $row->TermsOfUseText; $Citation = $row->CitationsText; $RecordBasis = $row->RecordBasis; $SourceID = $row->SourceID; $SourceInstitutionID = $row->SourceInstitutionID; } } ?>

Content Contact

Name Email
Address

Technical Contact

Name Email
Address

Owner

Institution Institution URL
Address
Icon path

Representation

Title of DNA bank database
Description of DNA bank database

IPR Statements

Citation
Copyright declaration
Terms of Use

Others

SourceID (Collection) SourceInstitutionID (Institution)
RecordBasis
'; ?>