From fab3fcceeb0cd8aaccb5ce5033ec956900eee20b Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Thu, 20 Jun 2024 20:36:01 +0200
Subject: [PATCH] deleted more from react branch

---
 app.py                             |  35 -----
 pieces.txt                         |   0
 wiki/footer.html                   | 169 ---------------------
 wiki/layout.html                   | 195 -------------------------
 wiki/menu.html                     |  92 ------------
 wiki/pages/1templatepageempty.html |  14 --
 wiki/pages/attributions.html       |  45 ------
 wiki/pages/bfh.html                | 133 -----------------
 wiki/pages/contribution.html       |  13 --
 wiki/pages/description.html        | 226 -----------------------------
 wiki/pages/education.html          |  12 --
 wiki/pages/engineering.html        |  14 --
 wiki/pages/entrepreneurship.html   |  11 --
 wiki/pages/example.html            | 163 ---------------------
 wiki/pages/experiments.html        |  13 --
 wiki/pages/hardware.html           |  14 --
 wiki/pages/home.html               |  25 ----
 wiki/pages/human-practices.html    |  18 ---
 wiki/pages/igembielefeld.html      |  13 --
 wiki/pages/impressum.html          |  13 --
 wiki/pages/inclusivity.html        |  14 --
 wiki/pages/measurement.html        |  15 --
 wiki/pages/model.html              |  14 --
 wiki/pages/notebook.html           |  13 --
 wiki/pages/partners.html           |  13 --
 wiki/pages/plant.html              |  13 --
 wiki/pages/results.html            |  13 --
 wiki/pages/safety.html             |  13 --
 wiki/pages/software.html           |  14 --
 wiki/pages/sources.html            |  11 --
 wiki/pages/sustainable.html        |  14 --
 wiki/pages/team.html               |  10 --
 32 files changed, 1375 deletions(-)
 delete mode 100644 app.py
 delete mode 100644 pieces.txt
 delete mode 100644 wiki/footer.html
 delete mode 100644 wiki/layout.html
 delete mode 100644 wiki/menu.html
 delete mode 100644 wiki/pages/1templatepageempty.html
 delete mode 100644 wiki/pages/attributions.html
 delete mode 100644 wiki/pages/bfh.html
 delete mode 100644 wiki/pages/contribution.html
 delete mode 100644 wiki/pages/description.html
 delete mode 100644 wiki/pages/education.html
 delete mode 100644 wiki/pages/engineering.html
 delete mode 100644 wiki/pages/entrepreneurship.html
 delete mode 100644 wiki/pages/example.html
 delete mode 100644 wiki/pages/experiments.html
 delete mode 100644 wiki/pages/hardware.html
 delete mode 100644 wiki/pages/home.html
 delete mode 100644 wiki/pages/human-practices.html
 delete mode 100644 wiki/pages/igembielefeld.html
 delete mode 100644 wiki/pages/impressum.html
 delete mode 100644 wiki/pages/inclusivity.html
 delete mode 100644 wiki/pages/measurement.html
 delete mode 100644 wiki/pages/model.html
 delete mode 100644 wiki/pages/notebook.html
 delete mode 100644 wiki/pages/partners.html
 delete mode 100644 wiki/pages/plant.html
 delete mode 100644 wiki/pages/results.html
 delete mode 100644 wiki/pages/safety.html
 delete mode 100644 wiki/pages/software.html
 delete mode 100644 wiki/pages/sources.html
 delete mode 100644 wiki/pages/sustainable.html
 delete mode 100644 wiki/pages/team.html

diff --git a/app.py b/app.py
deleted file mode 100644
index e8e2fb74..00000000
--- a/app.py
+++ /dev/null
@@ -1,35 +0,0 @@
-from os import path
-from pathlib import Path
-
-from flask import Flask, render_template
-from flask_frozen import Freezer
-
-
-template_folder = path.abspath('./wiki')
-
-app = Flask(__name__, template_folder=template_folder)
-#app.config['FREEZER_BASE_URL'] = environ.get('CI_PAGES_URL')
-app.config['FREEZER_DESTINATION'] = 'public'
-app.config['FREEZER_RELATIVE_URLS'] = True
-app.config['FREEZER_IGNORE_MIMETYPE_WARNINGS'] = True
-freezer = Freezer(app)
-
-@app.cli.command()
-def freeze():
-    freezer.freeze()
-
-@app.cli.command()
-def serve():
-    freezer.run()
-
-@app.route('/')
-def home():
-    return render_template('pages/home.html')
-
-@app.route('/<page>')
-def pages(page):
-    return render_template(str(Path('pages')) + '/' + page.lower() + '.html')
-
-# Main Function, Runs at http://0.0.0.0:8080
-if __name__ == "__main__":
-    app.run(port=3025)
diff --git a/pieces.txt b/pieces.txt
deleted file mode 100644
index e69de29b..00000000
diff --git a/wiki/footer.html b/wiki/footer.html
deleted file mode 100644
index 4b9ed291..00000000
--- a/wiki/footer.html
+++ /dev/null
@@ -1,169 +0,0 @@
-<footer class="pt-5 pb-5 footer py-5 mt-5 bg-dark text-white">
-  <div class="container">
-    <div class="col" style="padding: 2rem;">
-      <span style="float:left;">
-        <!---- Impressum ---->
-      <a href="{{ url_for('pages', page='impressum') }}" style="vertical-align:middle">Impressum</a>
-      </span>
-      <span style="float:right;">
-        <a href="https://www.linkedin.com/in/igem-bielefeld-cebitec">
-          <img class="socials" src="https://static.igem.wiki/teams/5247/design/icons/linkedin-hell.png">
-        </a>
-        <a href="https://www.instagram.com/igem.bielefeld/">
-          <img class="socials" src="https://static.igem.wiki/teams/5247/design/icons/instagram-1.png">
-        </a>
-        <a href="http://www.youtube.com/@iGemBielefeld2024">
-          <img class="socials" src="https://static.igem.wiki/teams/5247/design/icons/youtube-hell.png">
-        </a>
-        <a href="https://x.com/iGEM_Bielefeld">
-          <img class="socials" src="https://static.igem.wiki/teams/5247/design/icons/twitter-hell.png">
-        </a>
-      </span>
-    </div>
-      <!---- Kontakt ---->
-    <hr> 
-    <div class="row align-items-center">
-      <div class="col-sm-4">
-        <h6>Contact</h6>
-      </div>
-      <div class="col-sm-8">
-        <div class="row align-items-center">
-          <div class="col">
-            <a href="https://2024.igem.wiki/bielefeld-cebitec/partners">
-              <h6 class="alink">Spornsors and partners</h6>
-            </a>
-          </div>
-          <div class="col">
-            <h6>Former iGem Bielefeld teams</h6>
-          </div>
-        </div>
-      </div>
-    </div>
-    <div class="row align-items-center">
-      <div class="col-sm-4">
-          <div class="col">
-            info@igem-bielefeld.de
-          </div>
-          <div class="col" style="padding-top: 1rem;"> </div>
-          <div class="col">
-            iGEM2024
-            Universitätsstraße 25, 33613 Bielefeld
-            Centrum für Biotechnologie (CeBiTec)
-            Universität Bielefeld
-          </div> 
-        </div>
-      <div class="col-4">
-        <div class="slick-carousel align-items-center">
-            <a href="https://www.plasmidfactory.com/">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/plasmidfactory.png">
-            </a>
-            <a href="http://www.zeiss.de/naturwissenschaften">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/zeiss.png" />
-            </a>
-            <a href="https://www.jenabioscience.com/">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/jbs-dunkelgruen-text.png"/>
-            </a>
-            <a href="https://www.gip.com/home/">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/gip.png" />
-            </a>
-            <a href="https://www.integra-biosciences.com">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/integra-hinterlegt.jpeg" />
-            </a>
-            <a href="https://www.uni-bielefeld.de/">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/logos-team/uni-bielefeld-dunkel.png">
-            </a>
-            <a href="www.snapgene.com">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/snapgene.png">
-            </a>
-            <a href="www.promega.com">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/promega-gelb.png">
-            </a>
-            <a href="https://www.carlroth.de/">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/roth.jpg">
-            </a>
-            <a href="https://bts-ev.de/">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/bts.png">
-            </a>
-            <a href="https://www.uni-bielefeld.de/fakultaeten/technische-fakultaet/arbeitsgruppen/multiscale-bioengineering/campusbrauerei/">
-              <img class="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/campus-brauerei-hinterlegt.jpeg">
-            </a>
-        </div>
-      </div>
-      <div class="col-4"> 
-        <div class="row align-items-center">
-          <!-- former teams -->
-          <div class="col">
-            <div class="row align-items-center">
-              <div class="col">
-                <div class="col">
-                  <a href="https://2023.igem.wiki/bielefeld-cebitec/home"> Team 2023</a>
-                </div>
-                <div class="col">
-                  <a href="https://2021.igem.org/Team:Bielefeld-CeBiTec"> Team 2021</a>
-                </div>
-                <div class="col">
-                  <a href="https://2020.igem.org/Team:Bielefeld-CeBiTec"> Team 2020</a>
-                </div>
-                <div class="col">
-                  <a href="https://2019.igem.org/Team:Bielefeld-CeBiTec"> Team 2019</a>
-                </div>
-                <div class="col">
-                  <a href="https://2018.igem.org/Team:Bielefeld-CeBiTec"> Team 2018</a>
-                </div>
-                <div class="col">
-                  <a href="https://2017.igem.org/Team:Bielefeld-CeBiTec"> Team 2017</a>
-                </div>
-                <div class="col">
-                  <a href="https://2016.igem.org/Team:Bielefeld-CeBiTec"> Team 2016</a>
-                </div>
-              </div>
-              <div class="col">
-                <div class="col">
-                  <a href="https://2015.igem.org/Team:Bielefeld-CeBiTec" class="alink"> Team 2015</a>
-                </div>
-                <div class="col">
-                  <a href="https://2014.igem.org/Team:Bielefeld-CeBiTec"> Team 2014</a>
-                </div>
-                <div class="col">
-                  <a href="https://2013.igem.org/Team:Bielefeld-Germany"> Team 2013</a>
-                </div>
-                <div class="col">
-                  <a href="https://2012.igem.org/Team:Bielefeld-Germany"> Team 2012</a>
-                </div>
-                <div class="col">
-                  <a href="https://2011.igem.org/Team:Bielefeld-Germany"> Team 2011</a>
-                </div>
-                <div class="col">
-                  <a href="https://2010.igem.org/Team:Bielefeld-Germany"> Team 2010</a>
-                </div>
-              </div>
-            </div>
-          </div>
-        </div>
-      </div>
-    </div>
-    <hr> 
-  
-
-    <!-- The following MUST be on every page: license information and link to the repository on gitlab.igem.org -->
-      <div class="col d-none d-lg-block">
-        <!-- empty -->
-      </div>
-      <div class="col-8">
-        <p class="mb-0"><small>© 2024 - Content on this site is licensed under a <a class="subfoot" href="https://creativecommons.org/licenses/by/4.0/" rel="license">Creative Commons Attribution 4.0 International license</a>.</small></p>
-	      <p><small>The repository used to create this website is available at <a href="https://gitlab.igem.org/2024/bielefeld-cebitec">gitlab.igem.org/2024/bielefeld-cebitec</a>.</small></p>
-      </div>
-  </div>
-</footer>
-
-<style>
-  /* damit immer gut fünf in eine Reihe passen*/ 
-  .col-2{
-    margin-top: 10px;
-    margin-bottom: 10px;
-    margin-left: 15px;
-    margin-right: 15px;
-  }
-  
-
-</style>
\ No newline at end of file
diff --git a/wiki/layout.html b/wiki/layout.html
deleted file mode 100644
index b6600efa..00000000
--- a/wiki/layout.html
+++ /dev/null
@@ -1,195 +0,0 @@
-<!doctype html>
-<html lang="en" >
-  <head>
-    <!-- Required meta tags -->
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link rel="shortcut icon" href="https://static.igem.wiki/teams/5247/logos-team/precyse-logo-stand-mai.png"/>
-    <link rel="license" href="https://creativecommons.org/licenses/by/4.0/"/>
-
-    <!-- Bootstrap CSS -->
-    <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet">
-    
-    <!-- Custom CSS -->
-    <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet">
-    <link href="{{ url_for('static', filename = 'menu.css') }}" rel="stylesheet">
-    <link href="{{ url_for('static', filename = 'footer.css') }}" rel="stylesheet">
-    <link href="{{ url_for('static', filename = 'sidebar.css') }}" rel="stylesheet">
-    <link href="{{ url_for('static', filename = 'hint.css') }}" rel="stylesheet">
-    <link href="{{ url_for('static', filename = 'slick.css') }}" rel="stylesheet">
-    
-
-    <title>{% block title %}{% endblock %} | Bielefeld-CeBiTec - iGEM 2024</title>
-
-</head>
-
-
-<body >
-  <!-- AOS -->
-  <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
-  <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
-  <!-- Slick -->
-  <script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
-  <script src="static/slick.js"></script>
-  <script src="static/custom_slick.js"></script>
-
-  
-  <script src="{{ url_for('static', filename = 'd3.min.js') }}"></script>
-  <script src="{{ url_for('static', filename = 'javascript.js') }}"></script>
-
-  <script type="text/javascript" src="{{ url_for('static', filename = 'vis-network.min.js') }}"></script>
-  <script> AOS.init(); </script>
-  <!-- Navigation -->
-  {% include 'menu.html' %}
-  {% block header %}{% endblock %}
-  <!-- Page Content -->
-  <div class="container-fluid">
-    <div class="row ">
-
-      <div class="col-2 d-none d-lg-block">
-        <div class="sticky-top" style="top: 80px; overflow-wrap: break-word;">
-          {% block sidebar %}{% endblock %}
-        </div>
-      </div>
-    
-      <div class="col">
-        {% block page_content %}{% endblock %}
-        <div class="row align-items-center bottom-buttons">
-
-          <a class="btn village-style-button" href="{{ url_for('pages', page='human-practices') }}" role="button"><img src="https://static.igem.wiki/teams/5247/design/icons/humanpractices.png" class="d-block mx-auto mb-2" alt="">
-            <h3>Human Practices</h3>
-          </a>
-          <a class="btn village-style-button" href="{{ url_for('pages', page='team') }}" role="button"><img src="https://static.igem.wiki/teams/5247/design/icons/team.png" class="d-block mx-auto mb-2" alt="">
-            <h3>Team</h3>
-          </a>
-          <a class="btn village-style-button" href="{{ url_for('pages', page='experiments') }}" role="button"><img src="https://static.igem.wiki/teams/5247/design/icons/lab.png" class="d-block mx-auto mb-2" alt="">
-            <h3>Experiments</h3>
-          </a>
-          <a class="btn village-style-button" href="{{ url_for('pages', page='description') }}" role="button"><img src="https://static.igem.wiki/teams/5247/design/icons/dna.png" class="d-block mx-auto mb-2" alt="">
-            <h3>Description</h3>
-          </a>
-          <a class="btn village-style-button" href="{{ url_for('pages', page='engineering') }}" role="button"><img src="https://static.igem.wiki/teams/5247/design/icons/genetic-engineering.png" class="d-block mx-auto mb-2" alt="">
-            <h3>Engineering</h3>
-          </a>
-          <a class="btn village-style-button" href="{{ url_for('pages', page='safety') }}" role="button"><img src="https://static.igem.wiki/teams/5247/design/icons/safety.png" class="d-block mx-auto mb-2" alt="">
-            <h3>Safety</h3>
-          </a>
-          <a class="btn village-style-button" href="{{ url_for('pages', page='results') }}" role="button"><img src="https://static.igem.wiki/teams/5247/design/icons/results.png" class="d-block mx-auto mb-2" alt="">
-            <h3>Results</h3>
-          </a>
-        
-          </div>
-      </div>
-      <div class="col-1 d-none d-lg-block" >
-        <!-- empty so far -->
-      </div>
-    
-    </div>
-    
-    <div class="row mt-5">
-      <div class="col-2 d-none d-lg-block"></div>
-      <div class="col">
-        <a href="#" class="backtotop">
-          Back to Top &#8593;
-        </a>
-      </div>
-      <div class="col-1 d-none d-lg-block" style="text-align: right;"></div>
-    </div>
-
-    
-  </div>
-  
-
-
-  <!-- Footer: MUST mention license AND have a link to team wiki's repository on gitlab.igem.org -->
-  {% include 'footer.html' %}
-
-  <!-- Bootstrap Bundle with Popper -->
-  <script src="{{ url_for('static', filename = 'bootstrap.bundle.min.js') }}"></script>
-
-  <script>
-  /*for sidebar animation - must stay here in layout or else it doesn not work!! */
-  var TopDistance = 100;
-  /*Elements of the sidebar*/ 
-  let elements = [document.getElementById('one'),
-  document.getElementById('two'), 
-  document.getElementById('three'),
-  document.getElementById('four'),
-  document.getElementById('five'),
-  document.getElementById('six'),
-  document.getElementById('seven'),
-];
-  /* */ 
-  window.goTo = function(el){
-    document.documentElement.scrollTop += el.getBoundingClientRect().top - TopDistance;
-  }
-  /* */ 
-  function Highlight(el, subtitle){
-    /*getBoundingClientRect -> get the position of an element relative to the browser's viewport */
-    /* el.getBoundingClientRect().top < TopDistance + 1 && el.getBoundingClientRect().bottom > TopDistance */
-    if (el.getBoundingClientRect().top < TopDistance + 1 && el.getBoundingClientRect().bottom > TopDistance){
-        subtitle.style.color = "#F4CC1E";
-        subtitle.style.backgroundColor = "#850F78";
-        subtitle.style.borderRadius = "15px";
-        subtitle.style.borderWidth = "15px"; 
-        subtitle.style.borderColor = "#850F78"; 
-        console.log("subtitle: ",subtitle)
-        console.log("style: ", subtitle.style)
-        console.log("color: ",subtitle.style.color)
-        console.log("backcolor: ",subtitle.style.backgroundColor)
-
-        border-radius
-        
-    }
-    else{
-        subtitle.style.color = "#850F78";
-        subtitle.style.backgroundColor = "";
-    }
-  }
-  /* */ 
-  function HighlightCheck(){
-    Highlight(elements[0], document.getElementById('subtitle1'));
-    Highlight(elements[1], document.getElementById('subtitle2'));
-    Highlight(elements[2], document.getElementById('subtitle3'));
-    Highlight(elements[3], document.getElementById('subtitle4'));
-    Highlight(elements[4], document.getElementById('subtitle5'));
-    Highlight(elements[5], document.getElementById('subtitle6'));
-    Highlight(elements[6], document.getElementById('subtitle7'));
-    console.log("function HighlightCheck")
-  }
-  /* */ 
-  window.addEventListener("scroll", HighlightCheck);
-
-  // To check correct function
-  console.log("The Script runs") //Shoul dbe visible on console
-  console.log(window.frames) //Should be the url
-  console.log(window.document.getElementById('subtitle1')) //should not be "null" !
-  </script>
-  <!-- For collapsible animation - must stay here -->
-  <script>
-    var coll = document.getElementsByClassName("collapsible");
-    var i;
-    
-    for (i = 0; i < coll.length; i++) {
-      coll[i].addEventListener("click", function() {
-        this.classList.toggle("active");
-        var content = this.nextElementSibling;
-        if (content.style.display === "block") {
-          content.style.display = "none";
-        } else {
-          content.style.display = "block";
-        }
-      });
-    }
-    </script>
-    <script>
-      $('.autoplay').slick({
-        slidesToShow: 3,
-        slidesToScroll: 1,
-        autoplay: true,
-        autoplaySpeed: 2000,
-      });
-    </script>
-</body>
-</html>
diff --git a/wiki/menu.html b/wiki/menu.html
deleted file mode 100644
index 3a8b9b70..00000000
--- a/wiki/menu.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<nav class="navbar navbar-expand-lg navbar-light bg-transp fixed-top scrolled">
-  <div class="container-fluid">
-
-    <!---- TEAM NAME ---->
-    <a class="navbar-brand" href="#">
-       Bielefeld CeBiTec 
-    </a>
-    <!--- contrast mode -->
-    <!--<button onclick="contrastFunction()">contrast mode</button> -->
-    <!---- SMALL SCREEN MENU ICON ---->
-    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
-      <span class="navbar-toggler-icon"></span>
-    </button>
-    <div class="collapse navbar-collapse" id="navbarSupportedContent">
-      <ul class="navbar-nav mx-auto mb-2 mb-lg-0">
-
-        <!---- HOME ---->
-        <li class="nav-item">
-          <a class="nav-link" href="{{ url_for('home') }}">Home</a>
-        </li>
-
-        <!---- TEAM ---->
-        <li class="nav-item dropdown">
-          <a class="nav-link dropdown-toggle" href="{{ url_for('pages', page='team') }}" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
-            Team
-          </a>
-          <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='team') }}">Team</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='attributions') }}">Attributions</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='partners') }}">Partners</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='igembielefeld') }}">iGem in Bielefeld</a></li>
-          </ul>
-        </li>
-
-        <!---- PROJECT ---->
-        <li class="nav-item dropdown">
-          <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
-            Project
-          </a>
-          <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='description') }}">Description</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='engineering') }}">Engineering</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='experiments') }}">Experiments</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='notebook') }}">Notebook</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='results') }}">Results</a></li>
-          </ul>
-        </li>
-
-        <!---- SAFETY ---->
-        <li class="nav-item">
-          <a class="nav-link" href="{{ url_for('pages', page='safety') }}">Safety</a>
-        </li>
-
-        <!---- HUMAN PRACTICES ---->
-        <li class="nav-item">
-          <a class="nav-link" href="{{ url_for('pages', page='human-practices') }}">Human Practices</a>
-        </li>
-
-        <!--CONTRIBUTIONS -->
-        <li class="nav-item dropdown">
-          <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
-            Contributions
-          </a>
-          <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='contribution') }}">Contribution</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='bfh') }}">BFH European Meet-Up</a></li>
-          </ul>
-        </li>
-
-        <!---- AWARDS 
-        <li class="nav-item dropdown">
-          <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
-            Awards
-          </a>
-          <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='education') }}">Education</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='entrepreneurship') }}">Entrepreneurship</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='hardware') }}">Hardware</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='inclusivity') }}">Inclusivity</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='measurement') }}">Measurement</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='model') }}">Model</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='plant') }}">Plant</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='software') }}">Software</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='sustainable') }}">Sustainable</a></li>
-          </ul>
-        </li>
-        ---->
-
-      </ul>
-    </div>
-  </div>
-</nav>
diff --git a/wiki/pages/1templatepageempty.html b/wiki/pages/1templatepageempty.html
deleted file mode 100644
index 9f1bd455..00000000
--- a/wiki/pages/1templatepageempty.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "layout.html" %}
-
-{% block title %}<!-- title -->{% endblock %}
-{% block lead %}<!-- lead -->{% endblock %}
-
-{% block header %} {% endblock %}
-
-{% block sidebar %}
-<!-- sidebar -->
-{% endblock %}
-
-{% block page_content %}
-<!-- content -->
-{% endblock %}
\ No newline at end of file
diff --git a/wiki/pages/attributions.html b/wiki/pages/attributions.html
deleted file mode 100644
index f46734bd..00000000
--- a/wiki/pages/attributions.html
+++ /dev/null
@@ -1,45 +0,0 @@
-{% extends "layout.html" %}
-
-{% block title %}Attributions{% endblock %}
-{% block lead %}In the iGEM Competition, we celebrate student effort and achievement. The Attributions form helps the judges differentiate between what students accomplished from how their external collaborators supported them. Therefore, teams must clearly explain on the standard Project Attributions form what work they have conducted by themselves and what has been done by others.{% endblock %}
-
-
-{% block sidebar %}
-<!-- no sidebar -->
-{% endblock %}
-
-{% block page_content %}
-
-
-<!--
-  ======================================================================
-  == VERY IMPORTANT                                                   ==
-  ======================================================================
-  LEAVE THE IFRAME CODE BELOW AS IT IS, THE ATTRIBUTION FORM OF YOUR TEAM
-  WILL BE DISPLAYED ON THIS PAGE. DO NOT REMOVE IT, OTHERWISE YOU RISK OF
-  NOT MEETING BRONZE MEDAL CRITERION #2
- -->
-<div class="row mt-4">
-  <script type="text/javascript">
-    // Listen to size change and update form height
-    window.addEventListener("message", function (e) {
-      if (e.origin === "https://teams.igem.org") {
-        const {type, data} = JSON.parse(e.data);
-        if (type === "igem-attribution-form") {
-          const element = document.getElementById("igem-attribution-form");
-          element.style.height = `${data + 100}px`;
-        }
-      }
-    });
-  </script>
-  <iframe
-    style='width: 100%'
-    id="igem-attribution-form"
-    src="https://teams.igem.org/wiki/5247/attributions">
-  >
-  </iframe>
-  <!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
-
-</div>
-
-{% endblock %}
diff --git a/wiki/pages/bfh.html b/wiki/pages/bfh.html
deleted file mode 100644
index 82ee40d0..00000000
--- a/wiki/pages/bfh.html
+++ /dev/null
@@ -1,133 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Meet-Up{% endblock %}
-{% block lead %}Make a useful contribution for future iGEM teams. Use this page to document that contribution.{% endblock %}
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block header %}
-<div data-aos="zoom-in-down" data-aos-offset="500" data-aos-easing="ease-in-sine" data-aos-duration="1000">
-  <img class="center" src="https://static.igem.wiki/teams/5247/logos-team/european-meet-up.png" height="250px" style="padding-top: 10px; padding-bottom: 20px;">
-</div>
-{% endblock %}
-
-{% block page_content %}
-  
-  <!-- Page Content -->
-        
-        <span>
-            <h2 >Expanding Horizons, Embracing Beyond!</h2>
-            <p>
-                Over the past years, we have all made many friends and expanded our scientific network during the iGEM competition and afterwards. The idea behind the cooperation between Bielefeld, Frankfurt and Hamburg is based on the friendship that former participants have gained alongside the iGEM competition. Our mission is to promote future projects and bring teams together. The location of the BFH European Meet-Up 2024 will alternate between the universities of Bielefeld, Frankfurt, and Hamburg. We wish you lots of fun and hope that the iGEM competition fulfills you as much as it has fulfilled us.
-            </p>
-           
-        </span>
-        <!-- Graph 
-
-        <style type="text/css">
-            #mynetwork {
-                width: 100%;
-                height: 400px;
-                text-align: center;
-                padding-bottom: 15px;
-            }
-        </style>
-        <div id="mynetwork"></div>
-        <script type="text/javascript">
-            let nodes = new vis.DataSet([   
-                { id: 1, 
-                  shape: 'image', 
-                  image: 'https://static.igem.wiki/teams/5247/logos-team/igem-bielefeld-logo-our-colours.png', 
-                  url: 'http://www.bing.com'
-                },
-                { id: 2, shape: 'image', image: 'https://static.igem.wiki/teams/5247/logos-team/igem-bielefeld-logo-our-colours.png', url: 'http://www.bing.com'},
-                { id: 3, shape: 'image', image: 'https://static.igem.wiki/teams/5247/logos-team/igem-bielefeld-logo-our-colours.png', url: 'http://www.bing.com'}
-            ]);
-            let edges = new vis.DataSet([
-                { from: 1, to: 2 },
-                { from: 1, to: 3},
-                {from: 2, to: 3}
-            ]);
-    
-            let data = {
-                nodes: nodes,
-                edges: edges
-            };
-            // Network will automatically detect when its container is resized, and redraw itself accordingly
-            let options = {
-              autoResize: true,
-              interaction:{
-                // you cannot zoom into the graph
-                //changes colour when hovering the mouse over it 
-                zoomView: false, 
-                hover: true
-              }, 
-              nodes:{
-                chosen: {label: false, node: function (values, id, hovering, selected) {
-                values.color = '#850F78';
-              }},
-                //cannot be dragged or moved 
-                fixed: true, 
-                borderWidth: 1,
-                size: 30,
-                color: {border: '#FFF6F2', background: "#FFF6F2"},
-                font: { color: "#eeeeee" },
-                shapeProperties: {
-                  useBorderWithImage: true,
-                }
-            },
-            edges: {
-                color: 'black',
-                scaling: {
-                    label: true,
-                },
-                shadow: true,
-            }
-            };
-
-            
-            let container = document.getElementById("mynetwork");
-    
-            let network = new vis.Network(container, data, options);
-            
-            //when you click on the node/logo it opens the link specified for the node
-            network.on("selectNode", function (params) {
-                if (params.nodes.length === 1) {
-                    var node = nodes.get(params.nodes[0]);
-                    window.open(node.url, '_blank');
-                }
-              });
-
-              var changeChosenNodeShadow = function (values, id, hovering, selected) {
-                values.shadow = true;
-                values.color = '#850F78';
-                values.dashes = [10, 10]; 
-              };
-        </script>
-         end graph
-         <h3 id="collab"> The collaboration</h3>
-         <hr>
-         <p>
-
-         </p>
-         <h3 id="program"> The program</h3>
-         <hr>
-        
-         
-
-
-         <h3 id="impact"> The impact</h3>
-         <hr>
-         <p>
-
-         </p>
-         <h3 id="gallery"> Photos</h3>
-         <hr>
-         <p>
-
-         </p>
-        -->
-
-  {% endblock %}
diff --git a/wiki/pages/contribution.html b/wiki/pages/contribution.html
deleted file mode 100644
index d1e872f6..00000000
--- a/wiki/pages/contribution.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Contribution{% endblock %}
-{% block lead %}Make a useful contribution for future iGEM teams. Use this page to document that contribution.{% endblock %}
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-{% block page_content %}
-
-
-
-{% endblock %}
diff --git a/wiki/pages/description.html b/wiki/pages/description.html
deleted file mode 100644
index 4df32c88..00000000
--- a/wiki/pages/description.html
+++ /dev/null
@@ -1,226 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Project Description{% endblock %}
-{% block lead %}Describe how and why you chose your iGEM project.{% endblock %}
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-<nav class="sidebar">
-    <div onclick="goTo(document.getElementById('one'))"><span id="subtitle1">Abstract</span></div>
-    <div onclick="goTo(document.getElementById('two'))"><span id="subtitle2">Cystic Fibrosis</span></div>
-    <div onclick="goTo(document.getElementById('three'))"><span id="subtitle3">Our motivation</span></div>
-    <div onclick="goTo(document.getElementById('four'))"><span id="subtitle4">Approach</span></div>
-    <div onclick="goTo(document.getElementById('five'))"><span id="subtitle5">Delivery</span></div>
-    <div onclick="goTo(document.getElementById('six'))"><span id="subtitle6">Our vision</span></div>
-    <div onclick="goTo(document.getElementById('seven'))"><span id="subtitle6">References</span></div>
-</nav>
-{% endblock %}  
-{% block page_content %}
-<div class="container-fluid">
-    <svg width="100%" height="100%">
-        <text x="0%" y="60%">
-          Project Description
-        </text>
-    </svg>
-     <!-- the following is empty but needed for the layout for...reasons -->
-     <div class="col">
-        <div id="test"></div>
-    </div>
-    <div class="col">
-        <section id="one">
-            <h2>Abstract</h2>
-            <hr>
-            <p>We are proud to introduce our next-generation prime editing technology <a href="#" class="underline--magical">PreCyse</a>. We aim to develop an innovative gene therapy against cystic fibrosis, tackling the most common mutation ΔF508 of the CFTR (Cystic Fibrosis Transmembrane Conductance Regulator) gene. We optimize lipid nanoparticles for the efficient and cell-specific delivery of our therapeutic mRNA. Current treatment strategies are limited in terms of speed, precision and effectiveness, often failing to achieve long-lasting improvements. In addition, high costs and limited accessibility of pharmaceuticals contribute to adverse prognosis of many patients. We want to develop a monthly applied which represents a cure that is more advanced and user-friendly compared to other medications due to its longer lasting time, lowering the frequency of use. </p>
-        </section>
-    </div>   
-
-    <div class="col">
-        <section id="two">
-            <h2>Cystic Fibrosis</h2>
-            <hr>
-            <p>Cystic fibrosis (CF) is the most common life-limiting genetic disorder in the Caucasian population. In Europe, CF affecting about 1 in 3,000 newborns<a href="#desc-one"><sup>1</sup></a>. It is caused by mutations in the cftr gene, which controls ions and water movement in cells. This leads to thick mucus, clogging airways, and frequent infections. The defective CFTR protein impacts the respiratory and digestive systems, causing chronic lung infections, breathing difficulties, and malnutrition. CF's severity varies, but it reduces life quality and expectancy. There are over 1,700 CFTR mutations; the ΔF508 mutation is most common, present in 70% of cases. It prevents proper protein folding, affecting its function. </p>
-        </section>
-    </div>
-
-    <div class="col">
-        <section id="three">
-            <h2>Our motivation</h2>
-            <hr>
-            <p>We chose to focus on CF and specifically the ΔF508 mutation due to its prevalence and the severe impact it has on patients' lives. Additionally, our team includes members who have close friends affected by this condition, giving us a personal connection and a strong motivation to find a solution. By targeting the ΔF508 mutation, we aim to develop a therapy that could potentially, not only benefit many CF patients and make a significant improvement in their lives, but also can serve as a template, which research groups can use to target other genetic diseases. </p>
-        </section>
-    </div>
-
-    <div class="col">
-        <section id="four">
-            <h2>Approach</h2>
-            <hr>
-            <p>To correct the mutation, we are utilizing Prime Editing technologies. Prime Editing is a genome editing technique that allows precise DNA modifications without causing double-strand breaks<a href="#desc-two"><sup>2</sup></a>. Structurally, the Prime Editing complex consists of a Cas9 endonuclease fused to a reverse transcriptase (RT) and guided by a pegRNA, which directs the complex to the target site in the genome.  </p>
-            <div class="row align-items-center">
-                <div class="col">
-                     <p>However, the Prime Editing complex is relatively large, posing challenges for therapeutic delivery<a href="#desc-three"><sup>3</sup></a>. Additionally, Prime Editing has been shown to be relatively inefficient in terms of gene editing rates, which could limit its therapeutic utility<a href="#desc-four"><sup>4</sup></a>. Our project aims to enhance the Prime Editing approach by miniaturizing its components. Fanzor, a recently discovered eukaryotic endonuclease, performs functions similar to Cas9, a crucial part of the Prime Editing complex, but is significantly smaller. We aim to substitute Cas9 with Fanzor. </p>
-                    </div>  
-                <div class="col">
-                    <img class="img-fluid" src="https://static.igem.wiki/teams/5247/scientific-figures/complex-abb.png">
-                </div>
-                <p>Additionally, we plan to replace the reverse transcriptase in the Prime Editing complex with a smaller RT variant. Furthermore, MCP proteins will be added to the Prime Editing complex to increase its stability<a href="#desc-five"><sup>5</sup></a>.  </p>
-                <p>The pegRNA is optimized via an extension by a stem loop, which stabilizes the RNA by protecting it from RNases and serves as a binding site for the MCP, which also supports the secondary RNA structure. Additionally, the pegRNA contains a riboswitch, a sodium ion-controlled regulator that switches off the complex. This represents a major biosafety feature in that the complex is switched off after successful DNA editing and the subsequent increased influx of chloride ions into the cell. The pegRNA is combined with an optimized sgRNA resulting in higher on-target effect. Overall, its optimization leads to a longer shelf life and an increase in the biosafety of the complex. </p>
-                
-            </div>
-        </section>
-    </div>
-
-    <div class="col">
-        <section id="five">
-            <h2>Delivery</h2>
-            <hr>
-            <p>We chose LNPs as the delivery system of our Next-Generation Prime Editing Technology. Because of their large capacity and less immunogenic side effects compared to other delivery systems like Adeno-associated Viruses (AVV)<a href="#desc-six"><sup>6</sup></a>. Our aim is to optimize the LNP formulation to improve delivery to lung tissue via inhalation. Because of our collaborations, we are able to test and optimize different delivery systems to improve our organ specific therapeutic approach. Therefore, our LNP design focusses on stability and targeting. Stability is achieved by a polyethylene glycol (PEG) coating that protects the LNPs from degradation by the immune system<a href="#desc-seven"><sup>7</sup></a>. Moreover, we use capsaicin in combination with chitosan to improve the uptake of our construct through their mucus-adhesive properties<a href="#desc-eight"><sup>8</sup></a>. </p>
-            <p>We are furthermore optimising the LNPs for pulmonary therapy and investigating delivery by nebulisation as a non-invasive method compared to systemic approaches to make the therapy more convenient for patients. For specific targeting, we are focussing on marker proteins of basal cells and ionocytes that produce particularly high levels of CFTR protein and which we want to target with appropriate antibodies<a href="#desc-nine"><sup>9</sup></a>. Our workflow includes testing our next generation Prime Editing Technology delivered by our optimized LNPs in cell culture lines but also in primary nasal epithelial cells of CF patients to evaluate our optimizations and further improvements in vitro. We can also provide the outlook on the adaptation of the delivery system enabling systemic applications as well. </p>
-        </section>
-    </div>
-
-    <div class="col">
-        <section id="six">
-            <h2>Our Vision</h2>
-            <hr>    
-            <p>We are envisioning a potential integration into a broader therapeutic framework involving customized gene editing tools for various genetic disorders, that present similar problems/difficulties to the F508del mutation, as well as other genetic diseases of different causes. This could include collaborations with pharmaceutical companies to develop new treatment modalities for genetic diseases beyond cystic fibrosis, utilizing advanced delivery systems and personalized medicine approaches. </p>
-        </section>
-    </div>
-    <!-- sources-->
-    
-    <div class="col">
-        <section id="seven">
-            <h2>References</h2>
-            <hr>   
-            <ol>
-                <!-- Citation num 1-->
-                <li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-one">
-                    <span property="schema:author" typeof="schema:Person">
-                        <span property="schema:Name">Scotet, V.</span>,
-                        <span property="schema:Name">Gutierrez, H.</span>,
-                        <span property="schema:Name">Farrell, P.</span>
-                    </span>
-                    <span property="schema:name">Newborn Screening for CF across the Globe—Where Is It Worthwhile?</span>
-                    <i property="schema:publisher" typeof="schema:Organization">Int J Neonatal Screen</i>
-                    <b property="issueNumber" typeof="PublicationIssue">6</b>,
-                    (<time property="schema:datePublished" datatype="xsd:gYear" datetime="2020">2020</time>).
-                    <a class="doi" href="https://doi.org/10.3390/ijn6010018">doi: 10.3390/ijn6010018</a>
-                </li>
-
-                <!-- Citation num 2-->
-                <li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-two">
-                    <span property="schema:author" typeof="schema:Person">
-                        <span property="schema:Name">Anzalone, A.V.</span>,
-                        <span property="schema:Name">Randolph, P.B.</span>,
-                        <span property="schema:Name">Davis, J.R.</span>,
-                        <span property="schema:Name">Sousa, A.A.</span>,
-                        <span property="schema:Name">Koblan, L.W.</span>,
-                        <span property="schema:Name">Levy, J.M.</span>,
-                        <span property="schema:Name">Newby, G.A.</span>,
-                        <span property="schema:Name">Raguram, A.</span>,
-                        <span property="schema:Name">Liu, D.R.</span>
-                    </span>
-                    <span property="schema:name">Search-and-replace genome editing without double-strand breaks or donor DNA.</span>
-                    <i property="schema:publisher" typeof="schema:Organization">Nature</i>
-                    <b property="issueNumber" typeof="PublicationIssue">574</b>,
-                    <span property="schema:pageBegin">589</span>-<span property="schema:pageEnd">594</span>
-                    (<time property="schema:datePublished" datatype="xsd:gYear" datetime="2019">2019</time>).
-                    <a class="doi" href="https://doi.org/10.1038/s41586-019-1711-4">doi: 10.1038/s41586-019-1711-4</a>
-                </li>
-
-                <!-- Citation num 3-->
-                <li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-three">
-                    <span property="schema:author" typeof="schema:Person">
-                        <span property="schema:Name">Broad Institute of MIT and Harvard</span>
-                    </span>
-                    <span property="schema:name">Researchers engineer in vivo delivery system for prime editing, partially restoring vision in mice.</span>
-                    <i property="schema:publisher" typeof="schema:Organization">Phys.org</i>
-                    <b property="issueNumber" typeof="PublicationIssue"></b>,
-                    (<time property="schema:datePublished" datatype="xsd:gYear" datetime="2024">2024</time>).
-                </li>
-
-                <!-- Citation num 4-->
-                <li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-four">
-                    <span property="schema:author" typeof="schema:Person">
-                        <span property="schema:Name">Gaudelli, N.</span>,
-                        <span property="schema:Name">Komor, A.</span>,
-                        <span property="schema:Name">Rees, H.</span>,
-                        <span property="schema:Name">Packer, M.</span>,
-                        <span property="schema:Name">Badran, A.</span>,
-                        <span property="schema:Name">Bryson, D.</span>,
-                        <span property="schema:Name">Liu, D.</span>
-                    </span>
-                    <span property="schema:name">Programmable editing of a target base in genomic DNA without double-stranded DNA cleavage.</span>
-                    <i property="schema:publisher" typeof="schema:Organization">Nature</i>
-                    <b property="issueNumber" typeof="PublicationIssue">533</b>,
-                    <span property="schema:pageBegin">420</span>-<span property="schema:pageEnd">424</span>
-                    (<time property="schema:datePublished" datatype="xsd:gYear" datetime="2016">2016</time>).
-                    <a class="doi" href="https://doi.org/10.1038/nature17946">doi: 10.1038/nature17946</a>
-                </li>
-
-                <!-- Citation num 5-->
-                <li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-five">
-                    <span property="schema:author" typeof="schema:Person">
-                        <span property="schema:Name">OpenEd CUNY</span>
-                    </span>
-                    <span property="schema:name">RNA Stability and the Role of RNA-Binding Proteins.</span>
-                    <i property="schema:publisher" typeof="schema:Organization">OpenEd CUNY</i>
-                    (<time property="schema:datePublished" datatype="xsd:gYear" datetime="2024">2024</time>).
-                </li>
-
-                <!-- Citation num 6-->
-                <li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-six">
-                    <span property="schema:author" typeof="schema:Person">
-                        <span property="schema:Name">Sahay, G.</span>,
-                        <span property="schema:Name">Alakhova, D.Y.</span>,
-                        <span property="schema:Name">Kabanov, A.V.</span>
-                    </span>
-                    <span property="schema:name">Endocytosis of nanomedicines.</span>
-                    <i property="schema:publisher" typeof="schema:Organization">Journal of Controlled Release</i>
-                    <b property="issueNumber" typeof="PublicationIssue">145</b>,
-                    <span property="schema:pageBegin">182</span>-<span property="schema:pageEnd">195</span>
-                    (<time property="schema:datePublished" datatype="xsd:gYear" datetime="2010">2010</time>).
-                    <a class="doi" href="https://doi.org/10.1016/j.jconrel.2010.01.036">doi: 10.1016/j.jconrel.2010.01.036</a>
-                </li>
-
-                <!-- Citation num 7-->
-                <li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-seven">
-                    <span property="schema:author" typeof="schema:Person">
-                        <span property="schema:Name">Ramachandran, S.</span>,
-                        <span property="schema:Name">Satapathy, S.R.</span>,
-                        <span property="schema:Name">Dutta, T.</span>
-                    </span>
-                    <span property="schema:name">Delivery Strategies for mRNA Vaccines.</span>
-                    <i property="schema:publisher" typeof="schema:Organization">Pharmaceutical Medicine</i>
-                    <b property="issueNumber" typeof="PublicationIssue">36</b>,
-                    <span property="schema:pageBegin">11</span>-<span property="schema:pageEnd">20</span>
-                    (<time property="schema:datePublished" datatype="xsd:gYear" datetime="2022">2022</time>).
-                    <a class="doi" href="https://doi.org/10.1007/s40290-021-00417-5">doi: 10.1007/s40290-021-00417-5</a>
-                </li>
-
-                <!-- Citation num 8-->
-                <li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-eight">
-                    <span property="schema:author" typeof="schema:Person">
-                        <span property="schema:Name">Bandi, S.P.</span>,
-                        <span property="schema:Name">Bhatnagar, S.</span>,
-                        <span property="schema:Name">Venuganti, V.V.K.</span>
-                    </span>
-                    <span property="schema:name">Advanced materials for drug delivery across mucosal barriers.</span>
-                    <i property="schema:publisher" typeof="schema:Organization">Acta Biomaterialia</i>
-                    <b property="issueNumber" typeof="PublicationIssue">119</b>,
-                    <span property="schema:pageBegin">13</span>-<span property="schema:pageEnd">29</span>
-                    (<time property="schema:datePublished" datatype="xsd:gYear" datetime="2021">2021</time>).
-                    <a class="doi" href="https://doi.org/10.1016/j.actbio.2020.10.031">doi: 10.1016/j.actbio.2020.10.031</a>
-                </li>
-
-
-                                
-                                
-                            
-            </ol>
-        </section>
-    </div>
-</div>
-
-
-
-
-{% endblock %}
diff --git a/wiki/pages/education.html b/wiki/pages/education.html
deleted file mode 100644
index 2c26d4d9..00000000
--- a/wiki/pages/education.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Education{% endblock %}
-{% block lead %}Innovative educational tools and outreach activities have the ability to establish a two-way dialogue with new communities by discussing public values and the science behind synthetic biology.{% endblock %}
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-{% block page_content %}
-
-
-{% endblock %}
diff --git a/wiki/pages/engineering.html b/wiki/pages/engineering.html
deleted file mode 100644
index 3b8212c4..00000000
--- a/wiki/pages/engineering.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Engineering Success{% endblock %}
-{% block lead %}Demonstrate engineering success in a technical aspect of your project by going through at least one iteration of the engineering design cycle. This achievement should be distinct from your Contribution for Bronze.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-{% block page_content %}
-
-
-
-{% endblock %}
diff --git a/wiki/pages/entrepreneurship.html b/wiki/pages/entrepreneurship.html
deleted file mode 100644
index 90d075c8..00000000
--- a/wiki/pages/entrepreneurship.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Entrepreneurship{% endblock %}
-{% block lead %}The entrepreneurship prize recognizes exceptional effort to build a business case and commercialize an iGEM project.{% endblock %}
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-{% block page_content %}
-
-{% endblock %}
diff --git a/wiki/pages/example.html b/wiki/pages/example.html
deleted file mode 100644
index cbe20691..00000000
--- a/wiki/pages/example.html
+++ /dev/null
@@ -1,163 +0,0 @@
-{% extends "layout.html" %}
-
-{% block title %}<!-- empty -->{% endblock %}
-{% block lead %}<!-- empty -->{% endblock %}
-
-<!-- Please read the comments and use the blocks according to them -->
-<!--Exchange placeholders in blocks according to their names -->
-
-{% block sidebar %}
-<!-- Start Sidebar-Block -->
-<nav class="sidebar">
-  <div onclick="goTo(document.getElementById('one'))"><span id="subtitle1">Untertitel Eins</span></div>
-  <div onclick="goTo(document.getElementById('two'))"><span id="subtitle2">Untertitel Zwei</span></div>
-  <div onclick="goTo(document.getElementById('three'))"><span id="subtitle3">Untertitel Drei</span></div>
-</nav>
-<!--End Sidebar Block -->
-{% endblock %}
-{% block header %} 
-<header style="background-image: url('https://static.igem.wiki/teams/5247/photos/university/pattern.svg');">
-  <div>
-    <h1>HEADER</h1>
-  </div>
-</header>
-{% endblock %}
-
-{% block page_content %}
-<!-- Start page content -->
-<div class="container-fluid">
-    <!-- Start Heading 1 (svg format!)-->
-    <svg width="100%" height="100%">
-      <text x="0%" y="60%">
-        Das ist die Überschrift
-      </text>
-    </svg>
-    <!-- End Heading 1 (svg format!) -->
-     <!-- the following is empty but needed for the layout for...reasons -->
-    <div class="col">
-      <div id="test"></div>
-    </div>
-    <div class="col">
-      <!-- Start portion under Heading 2 -->
-      <section id="one"> <!-- the is is important to link it to the sidebar! -->
-        <h2>Untertitel Eins</h2>
-        <!-- <hr> is a Seperator -->
-        <hr>
-        <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.   </p>
-          <div class="row align-items-center videoblock">
-            <div class="col">
-              <video class="col" style="padding: 0%; margin: 0%;">
-                <img class="fit" src="https://static.igem.wiki/teams/5247/placeholders/videoplaceholder.jpeg">
-                <source src="movie.mp4" type="video/mp4">
-              </video>
-                <div class="col video-desc">
-                  Description
-                </div>
-            </div>
-            <div class="col-1" style="padding: 0%; margin: 0%; vertical-align: middle;">
-              <figure class="col" style="vertical-align: middle;">
-                <img class="round-img-vert" src="https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg" alt="Alternative Description">
-                <figcaption></figcaption>
-              </figure>
-              <figure class="col">
-                <img class="round-img-vert" src="https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg">
-                <figcaption></figcaption>
-              </figure>
-            </div>
-            <div class="col">
-              <video class="col" style="padding: 0%; margin: 0%;">
-                <img class="fit" src="https://static.igem.wiki/teams/5247/placeholders/videoplaceholder.jpeg">
-                <source src="movie.mp4" type="video/mp4">
-              </video>
-              <div class="video-desc">
-                Description
-              </div>
-            </div>
-            <button type="button" class="collapsible">More</button>
-            <div class="content">
-              <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
-            </div>
-          </div>
-      <p>
-        Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.   
-      </p>
-        <div class="row align-items-center videoblock">
-          <video class="col-7">
-            <img class="fit" src="https://static.igem.wiki/teams/5247/placeholders/videoplaceholder.jpeg">
-            <source src="movie.mp4" type="video/mp4">
-          </video>
-          <div class="col-5">
-              <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
-              <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
-          </div>
-          <button type="button" class="collapsible">More</button>
-            <div class="content">
-              <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
-            </div>
-        </div>
-      <!-- End portion under Heading 2 -->
-      </section>
-
-      <section id="two"> 
-        <h2>Untertitel Zwei</h2>
-        <hr>
-        <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
-        <aside class="hint-container tip">
-          <p class="hint-container-title">
-            Infobox Typ 1
-          </p>
-          <div class="v-card-text">
-            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
-          </div>
-        </aside>
-        <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
-        <aside class="hint-container info">
-          <p class="hint-container-title">
-            Infobox Typ 2
-          </p>
-          <div class="v-card-text">
-            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
-          </div>
-        </aside>
-        <p>
-          Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.   
-          Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.   
-          </p>
-        <div class="row align-items-center">
-          <div class="col">
-            <aside class="hint-container warning">
-              <p class="hint-container-title">
-                Infobox Typ 3
-              </p>
-              <div class="v-card-text">
-                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
-              </div>
-            </aside>
-          </div>
-          <div class="col">
-            <aside class="hint-container tip">
-              <p class="hint-container-title">
-                Halbe Größe Box
-              </p>
-              <div class="v-card-text">
-                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
-              </div>
-            </aside>
-          </div>
-        </div>
-      </section>
-
-      <section id="three"> 
-        <h2>Untertitel Drei</h2>
-        <hr>
-        <p>
-          Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.   
-        </p>
-      </section>
-    
-    
-  </div>
-</div>
-<!--End page content -->
-{% endblock %}
-
diff --git a/wiki/pages/experiments.html b/wiki/pages/experiments.html
deleted file mode 100644
index 890002dc..00000000
--- a/wiki/pages/experiments.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Experiments{% endblock %}
-{% block lead %}Describe the research, experiments, and protocols you used in your iGEM project.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-{% endblock %}
diff --git a/wiki/pages/hardware.html b/wiki/pages/hardware.html
deleted file mode 100644
index bf506473..00000000
--- a/wiki/pages/hardware.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Hardware{% endblock %}
-{% block lead %}Hardware in iGEM should make synthetic biology based on standard parts easier, faster, better, or more accessible to our community.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-
-{% endblock %}
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
deleted file mode 100644
index 080952df..00000000
--- a/wiki/pages/home.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "layout.html" %}
-
-
-
-{% block page_content %}
-
-
-
-
-<div class="container-fluid">
-  <!-- 
-  <div class="col" style="position: relative;">
-    <h2>Our project will be presented here, soon.</h2>
-  </div>-->
-  <svg width="100%" height="100%">
-    <text x="0%" y="60%">
-      Coming soon
-    </text>
-  </svg>
-
-  </div>
-  
-
-
-{% endblock %}
diff --git a/wiki/pages/human-practices.html b/wiki/pages/human-practices.html
deleted file mode 100644
index ac560e21..00000000
--- a/wiki/pages/human-practices.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "layout.html" %}
-
-{% block title %}Human Practices{% endblock %}
-  
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-
-
-{% block page_content %}
-
-
-
-
-
-{% endblock %}
diff --git a/wiki/pages/igembielefeld.html b/wiki/pages/igembielefeld.html
deleted file mode 100644
index e03db536..00000000
--- a/wiki/pages/igembielefeld.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "layout.html" %}
-
-{% block title %}<!-- empty -->{% endblock %}
-{% block lead %}<!-- empty -->{% endblock %}
-
-
-{% block sidebar %}
-<!-- sidebar -->
-{% endblock %}
-
-{% block page_content %}
-
-{% endblock %}
\ No newline at end of file
diff --git a/wiki/pages/impressum.html b/wiki/pages/impressum.html
deleted file mode 100644
index 58ba0bb4..00000000
--- a/wiki/pages/impressum.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "layout.html" %}
-
-{% block title %}<!-- empty -->{% endblock %}
-{% block lead %}<!-- empty -->{% endblock %}
-
-
-{% block sidebar %}
-<!-- sidebar -->
-{% endblock %}
-
-{% block page_content %}
-<!-- content -->
-{% endblock %}
\ No newline at end of file
diff --git a/wiki/pages/inclusivity.html b/wiki/pages/inclusivity.html
deleted file mode 100644
index f3ce60a6..00000000
--- a/wiki/pages/inclusivity.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Diversity and Inclusion{% endblock %}
-{% block lead %}Every individual, regardless of background or experience, should have an equal opportunity to engage with scientific knowledge and technological development.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-
-{% endblock %}
diff --git a/wiki/pages/measurement.html b/wiki/pages/measurement.html
deleted file mode 100644
index 0ef16591..00000000
--- a/wiki/pages/measurement.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Measurement{% endblock %}
-{% block lead %}Synthetic Biology needs great measurement approaches for characterizing parts, and efficient new methods for characterizing many parts at once. Describe your measurement approaches on this page.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-
-
-{% endblock %}
diff --git a/wiki/pages/model.html b/wiki/pages/model.html
deleted file mode 100644
index af306640..00000000
--- a/wiki/pages/model.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Model{% endblock %}
-{% block lead %}Explain your model's assumptions, data, parameters, and results in a way that anyone could understand.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-
-{% endblock %}
diff --git a/wiki/pages/notebook.html b/wiki/pages/notebook.html
deleted file mode 100644
index 29f950e7..00000000
--- a/wiki/pages/notebook.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Notebook{% endblock %}
-{% block lead %}Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-{% endblock %}
diff --git a/wiki/pages/partners.html b/wiki/pages/partners.html
deleted file mode 100644
index 0006aa14..00000000
--- a/wiki/pages/partners.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "layout.html" %}
-
-{% block title %}<!-- empty -->{% endblock %}
-{% block lead %}<!-- empty -->{% endblock %}
-
-
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-<!-- content -->
-{% endblock %}
\ No newline at end of file
diff --git a/wiki/pages/plant.html b/wiki/pages/plant.html
deleted file mode 100644
index bbde3739..00000000
--- a/wiki/pages/plant.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Plant{% endblock %}
-{% block lead %}This award is designed to celebrate exemplary work done in plant synthetic biology.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-{% endblock %}
diff --git a/wiki/pages/results.html b/wiki/pages/results.html
deleted file mode 100644
index 04c010d4..00000000
--- a/wiki/pages/results.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Results{% endblock %}
-{% block lead %}You can describe the results of your project and your future plans here.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-{% endblock %}
diff --git a/wiki/pages/safety.html b/wiki/pages/safety.html
deleted file mode 100644
index 445f7789..00000000
--- a/wiki/pages/safety.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Safety{% endblock %}
-{% block lead %}Describe all the safety issues of your project.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-{% endblock %}
diff --git a/wiki/pages/software.html b/wiki/pages/software.html
deleted file mode 100644
index 72925ed4..00000000
--- a/wiki/pages/software.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Software{% endblock %}
-{% block lead %}Software in iGEM should make synthetic biology based on standard parts easier, faster, better or more accessible to our community.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-
-{% endblock %}
diff --git a/wiki/pages/sources.html b/wiki/pages/sources.html
deleted file mode 100644
index 50cd1e79..00000000
--- a/wiki/pages/sources.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<a href="https://www.flaticon.com/free-icons/speak" title="speak icons">Speak icons created by Freepik - Flaticon</a>
-<div> Icons made by <a href="https://www.flaticon.com/authors/iconixar" title="iconixar"> iconixar </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
-<div> Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons"> Smashicons </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
-<div> Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons"> Smashicons </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
-<div> Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons"> Smashicons </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
-<div> Icons made by <a href="" title="Iconjam"> Iconjam </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
-<div> Icons made by <a href="https://www.freepik.com" title="Freepik"> Freepik </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
-<div> Icons made by <a href="https://www.freepik.com" title="Freepik"> Freepik </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
-<div> Icons made by <a href="https://www.flaticon.com/authors/elzicon" title="Elzicon"> Elzicon </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
-<div> Icons made by <a href="https://www.freepik.com" title="Freepik"> Freepik </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
-<div> Icons made by <a href="https://www.freepik.com" title="Freepik"> Freepik </a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com'</a></div>
\ No newline at end of file
diff --git a/wiki/pages/sustainable.html b/wiki/pages/sustainable.html
deleted file mode 100644
index bfa5da60..00000000
--- a/wiki/pages/sustainable.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "layout.html" %}
-  
-{% block title %}Sustainable Development Goals{% endblock %}
-{% block lead %}Describe how you have evaluated your project ideas against one or more of the SDGs.{% endblock %}
-
-<!-- Side bar has to be here to be places correctly on the left side of the page-->
-{% block sidebar %}
-
-{% endblock %}
-
-{% block page_content %}
-
-
-{% endblock %}
diff --git a/wiki/pages/team.html b/wiki/pages/team.html
deleted file mode 100644
index fc47d074..00000000
--- a/wiki/pages/team.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "layout.html" %}
-
-{% block title %}Team{% endblock %}
-{% block lead %}On this page you can introduce your team members, instructors, and advisors.{% endblock %}
-
-{% block page_content %}
-
-
-
-{% endblock %}
-- 
GitLab