Template:Vilnius-Lithuania-OG/include/header

<script>

if(document.getElementById("home") != null) {

   document.getElementById("homeheader").classList.add('current');

} if(document.getElementById("project") != null) {

   document.getElementById("projecth").classList.add('current');

} if(document.getElementById("software") != null) {

   document.getElementById("softwareh").classList.add('current');

} if(document.getElementById("parts") != null) {

   document.getElementById("partsh").classList.add('current');

} if(document.getElementById("notebook") != null) {

   document.getElementById("notebookh").classList.add('current');

} if(document.getElementById("human") != null) {

   document.getElementById("humanh").classList.add('current');

} if(document.getElementById("people") != null) {

   document.getElementById("peopleh").classList.add('current');

}

</script> <nav id="primary-menu">

  • <a href="index.php">
    Home
    </a>
  • <a href="/pages/project/index.php">
    Project
    </a>
    • <a href="/pages/project/overview/index.html#overview">
      Overview
      </a>
    • <a href="/pages/project/design/index.php#design">
      Design
      </a>
    • <a href="/pages/project/modelling/index.html#modelling">
      Modelling
      </a>
    • <a href="/pages/project/results/index.html#results">
      Results
      </a>
    • <a href="/pages/project/proof/index.html#proof-of-concept">
      Proof of Concept
      </a>
    • <a href="/pages/project/application/index.html#applications-and-perspectives">
      Applications and Perspectives
      </a>
  • <a href="/pages/software/index.html">
    Software
    </a>
    • <a href="/pages/software/index.html#motivation">
      Motivation
      </a>
    • <a href="/pages/software/gan/index.php">
      Generative Adversarial Network – GAN
      </a>
    • <a href="/pages/software/index.html#modelling">
      Pretein Generation
      </a>
    • <a href="/pages/software/index.html#results">
      Reaction GAN
      </a>
  • <a href="/pages/parts/index.php">
    Parts
    </a>
    • <a href="/pages/parts/index.php#header">
      Overview
      </a>
    • <a href="/pages/parts/index.php#section-basic">
      Basic Parts
      </a>
    • <a href="/pages/parts/index.php#section-composite">
      Composite Parts
      </a>
    • <a href="/pages/parts/index.php#section-collection">
      Part Collection
      </a>
  • <a href="/pages/notebook/index.html">
    Notebook
    </a>
    • <a href="/pages/notebook/index.html#cat-seq-design-roadmap">
      CAT-Seq design roadmap
      </a>
    • <a href="/pages/notebook/index.html#lab-journal">
      Lab Journal
      </a>
    • <a href="/pages/notebook/index.html#protocols">
      Protocols
      </a>
    • <a href="/pages/notebook//interlab/index.php">
      Interlab
      </a>
    • <a href="/pages/notebook/safety/index.php">
      Safety
      </a>
  • <a href="/pages/human-practices/index.php">
    Human practices
    </a>
    • <a href="/pages/human-practices/index.php#silver">
      Silver
      </a>
    • <a href="/pages/human-practices/index.php#integrated">
      Integrated
      </a>
    • <a href="/pages/human-practices/index.php#education-and-public-engagement">
      Education and public engagement
      </a>
    • <a href="/pages/human-practices/index.php#collaborations">
      Collaborations
      </a>
  • <a href="/pages/people/index.php">
    People
    </a>
    • <a href="/pages/people/index.php#section-team">
      Team
      </a>
    • <a href="/pages/people/index.php#section-attributions">
      Attributions
      </a>
    • <a href="/pages/people/index.php#section-sponsors">
      Sponsors
      </a>