<?php
use yii\helpers\Html;

/* @var $this yii\web\View */
$this->title = 'About BoBO';

// $this->title = 'About';
// $this->params ['breadcrumbs'] [] = $this->title;
?>
<div class="site-about">
  <!-- !<h1><?= Html::encode($this->title) ?></h1>-->
  
 <div class="jumbotron"><h2>About BoBO</h2></div>
 <div class="container">
 
 
<h2>Software credits</h2>
<b>Implementation:</b> Patricia Kelbert, Gabriele Dröge, Anne Hartebrodt, Rukeia El-Athman</br>

<b>Specifications and interface design:</b> Gabriele Dröge, Walter Berendsohn, Wolf-Henning Kusber, Elke Zippel, Anton Güntsch</br>

<b>AnnoSys:</b> Lutz Suhrbier, Tschöpe, Wolf-Henning Kusber & Walter Berendsohn
<br/><br/>

<h2>Software licensing</h2>
All portal software components are freely available under the <a href="https://www.mozilla.org/en-US/MPL/" target="_blank">Mozilla Public License 
Scheme</a> at <a href="http://ww2.biocase.org/svn/dnabank/" target="_blank">http://ww2.biocase.org/svn/dnabank/</a>.
 <br/><br/>
</div>
</div>