Difference between revisions of "Team:UI Indonesia"

Line 145: Line 145:
 
.ref{
 
.ref{
 
font-size:18px;
 
font-size:18px;
 +
}
 +
#myBtn {
 +
  display: none;
 +
  position: fixed;
 +
  bottom: 20px;
 +
  right: 30px;
 +
  z-index: 99;
 +
  font-size: 18px;
 +
  border: none;
 +
  outline: none;
 +
  background-color:transparent;
 +
  color: white;
 +
  cursor: pointer;
 +
  padding: 15px;
 +
  border-radius: 4px;
 +
}
 +
 +
#myBtn:hover {
 +
  background-color: #555;
 
}
 
}
 
</style>
 
</style>
  
 
<body>
 
<body>
 +
<button onclick="topFunction()" id="myBtn" title="Go to top"><img src="https://image.flaticon.com/icons/png/512/14/14747.png" style="width:50px;height:50px;"></button>
 +
 
<!-- Navbar -->
 
<!-- Navbar -->
 
<nav class="navbar navbar-default">
 
<nav class="navbar navbar-default">
Line 237: Line 258:
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 
   <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 
   <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 +
<script>
 +
// When the user scrolls down 20px from the top of the document, show the button
 +
window.onscroll = function() {scrollFunction()};
 +
 +
function scrollFunction() {
 +
    if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
 +
        document.getElementById("myBtn").style.display = "block";
 +
    } else {
 +
        document.getElementById("myBtn").style.display = "none";
 +
    }
 +
}
 +
 +
// When the user clicks on the button, scroll to the top of the document
 +
function topFunction() {
 +
    document.body.scrollTop = 0;
 +
    document.documentElement.scrollTop = 0;
 +
}
 +
</script>
 
<!-- Footer -->
 
<!-- Footer -->
 
<footer class="w3-center w3-green w3-padding-64 w3-opacity w3-hover-opacity-off">
 
<footer class="w3-center w3-green w3-padding-64 w3-opacity w3-hover-opacity-off">

Revision as of 06:32, 11 October 2018

Diphtheria is an infection caused by pathogenic bacterium Corynebacterium diphtheriae. The hallmark of diphtheria infection is pseudomembrane formation in posterior pharynx, potentially leading to respiratory tract obstruction and death. In addition, the bacterium produces toxin that enters cell via interaction with heparin-binding EGF-like growth factor (HB-EGF) receptor and inhibits protein synthesis, resulting in lethal complications such as myocarditis, bleeding problem, kidney and liver necrosis.
Despite being preventable and curable, incidence and mortality rate caused by diphtheria are still increasing, especially in developing countries including Indonesia. Recently, there has been diphtheria outbreak affecting major provinces in Indonesia, mainly in unvaccinated children and adults. Therefore, there are two issues to be highlighted: (1) lack of early detection and prompt treatment of diphtheria infection and (2) lack of awareness regarding diphtheria and vaccination among Indonesian people.
We, fourteen undergraduate students from various backgrounds in iGEM University of Indonesia (UI) 2018 team, are collaborating in attempt to overcome these problems. We plan to develop an alternative method for detecting diphtheria toxin by integrating native Escherichia coli chemotaxis system with heparin-binding EGF-like growth factor (HB-EGF) receptor and fluorescence resonance energy transfer (FRET) system, comprising of LuxAB and enhanced yellow fluorescence protein (eYFP). Furthermore, we plan to raise awareness regarding diphtheria and vaccination among people around us by means of charities and social works. For further information about our project, human practices, collaboration with other iGEM teams, and many others, feel free to navigate our Wiki pages.
Team UI Indonesia
  igemui2018@gmail.com