SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.pmm.nodes/src/de/bund/bfr/knime/pmm/timeseriesreader/TimeSeriesReaderNodeFactory.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<!--
  PMM-Lab © 2012-2014, Federal Institute for Risk Assessment (BfR), Germany
  
  PMM-Lab is a set of KNIME-Nodes and KNIME workflows running within the KNIME software plattform (http://www.knime.org.).
  
  PMM-Lab © 2012-2014, Federal Institute for Risk Assessment (BfR), Germany
  Contact: armin.weiser@bfr.bund.de or matthias.filter@bfr.bund.de 
  
  Developers and contributors to the PMM-Lab project are 
  Christian Thöns (BfR)
  Matthias Filter (BfR)
  Armin A. Weiser (BfR)
  Alexander Falenski (BfR)
  Jörgen Brandt (BfR)
  Annemarie Käsbohrer (BfR)
  Bernd Appel (BfR)
  
  PMM-Lab is a project under development. Contributions are welcome.
  
  
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE knimeNode PUBLIC "-//UNIKN//DTD KNIME Node 2.0//EN" "http://www.knime.org/Node.dtd">
<knimeNode icon="./MicrobialDataReader.png" type="Source">
    <name>Data Reader</name>
    
    <shortDescription>
    Loads microbial data from a database    
    </shortDescription>
    
    <fullDescription>
        <intro>Loads laboratory test data from the internal database, stored for example as bacterial cell counts (log10(cfu/g)) over time (hours) measured for a specific test organism in a matrix with defined environmental conditions (e.g. temperature, pH value (ph) and water activity (aw)).</intro>
        
        <option name="MD Filter">Filter entries of the internal database for organism, matrix and/or literature either by typing into the text boxes or by clicking the '...' button which allows to select the names directly in the internal database.</option>
        <option name="Parameters">Additionally, database entries can be filtered for environmental conditions like temperature, pH value and water activity. Other environmental conditions can be chosen from the drop-down menu.</option>
    </fullDescription>
    
    <ports>
        <outPort index="0" name="Data">Imported data</outPort>     
    </ports>    
</knimeNode>