Difference between revisions of "Team:Costa Rica/Human Practices"

Line 5: Line 5:
 
<div class="container" style="padding-top: 50px;">
 
<div class="container" style="padding-top: 50px;">
  
<div class="row mb-2">
+
    <div class="row mb-2">
 
         <div class="col-md-5">
 
         <div class="col-md-5">
<img src="https://static.igem.org/mediawiki/2019/2/23/T--Costa_Rica--team-J9.png" class="img-fluid" alt="Responsive image" style="width: 80%; margin-top:70px; margin-bottom:20px;">
+
            <img src="https://static.igem.org/mediawiki/2019/2/23/T--Costa_Rica--team-J9.png" class="img-fluid"
<br>
+
                alt="Responsive image" style="width: 80%; margin-top:70px; margin-bottom:20px;">
         
+
            <br>
<p>Human practices are meant to explain why our project is important to the world. Here we present how we do an intense work to inform the people of Costa Rica about Synthetic Biology, iGEM and the new possibilities of Engineered Probiotics.</p>
+
 
         
+
            <p>Human practices are meant to explain why our project is important to the world. Here we present how we do
 +
                an intense work to inform the people of Costa Rica about Synthetic Biology, iGEM and the new
 +
                possibilities of Engineered Probiotics.</p>
 +
 
 
         </div>
 
         </div>
  
 
         <div class="col-md-7">
 
         <div class="col-md-7">
  
          <img src="https://static.igem.org/mediawiki/2019/9/91/T--Costa_Rica--team-group.png" class="img-fluid" alt="Responsive image" style="width: 90%; float:right;">
+
            <img src="https://static.igem.org/mediawiki/2019/9/91/T--Costa_Rica--team-group.png" class="img-fluid"
 +
                alt="Responsive image" style="width: 90%; float:right;">
  
 
         </div>
 
         </div>
        </div>
+
    </div>
  
<div class="row mb-2" style="margin-top:80px;margin-bottom:80px;">
+
    <div class="row mb-2" style="margin-top:80px;margin-bottom:80px;">
 
         <div class="col-md-6">
 
         <div class="col-md-6">
          <center onclick="currentSlide(1)" class="medal">Public Engagement</center>
+
            <center onclick="currentSlide(1)" class="medal">Public Engagement</center>
         
+
 
 
         </div>
 
         </div>
 
         <div class="col-md-6">
 
         <div class="col-md-6">
          <center onclick="currentSlide(2)" class="medal">Integrated Human Practice</center>
+
            <center onclick="currentSlide(2)" class="medal">Integrated Human Practice</center>
  
 
         </div>
 
         </div>
  
        </div>
+
    </div>
<style>
+
    <style>
* {box-sizing: border-box}
+
        * {
body {font-family: Verdana, sans-serif; margin:0}
+
            box-sizing: border-box
 +
        }
  
/* Slideshow container */
+
        body {
.slideshow-container {
+
            font-family: Verdana, sans-serif;
  position: relative;
+
            margin: 0
  background: #FFFFFF;
+
        }
  border-radius: 25px;
+
}
+
  
/* Slides */
+
        /* Slideshow container */
.mySlides {
+
        .slideshow-container {
  display: none;
+
            position: relative;
margin-top:40px;
+
            background: #FFFFFF;
padding-bottom: 40px;
+
            border-radius: 25px;
}
+
        }
  
.medal {
+
        /* Slides */
  opacity: 0.6;
+
        .mySlides {
 +
            display: none;
 +
            margin-top: 40px;
 +
            padding-bottom: 40px;
 +
        }
  
  font-family: Montserrat;
+
        .medal {
 +
            opacity: 0.6;
  
  font-size: 20px;
+
            font-family: Montserrat;
  
  font-weight: 300;
+
            font-size: 20px;
  
  font-style: normal;
+
            font-weight: 300;
  
  font-stretch: normal;
+
            font-style: normal;
  
  line-height: normal;
+
            font-stretch: normal;
  
  letter-spacing: normal;
+
            line-height: normal;
  
  padding-bottom: 10px;
+
            letter-spacing: normal;
  
  color: #000000;
+
            padding-bottom: 10px;
}
+
  
.medal.active {
+
            color: #000000;
    font-family: Montserrat;
+
        }
  
  font-size: 20px;
+
        .medal.active {
 +
            font-family: Montserrat;
  
  font-weight: 500;
+
            font-size: 20px;
  
  font-style: normal;
+
            font-weight: 500;
  
  font-stretch: normal;
+
            font-style: normal;
  
  line-height: normal;
+
            font-stretch: normal;
  
  letter-spacing: normal;
+
            line-height: normal;
  
  color: #000000;
+
            letter-spacing: normal;
  
}
+
            color: #000000;
  
div.index-Menu{
+
        }
padding:30px; 
+
  
}
+
        div.index-Menu {
 +
            padding: 30px;
  
.medal.active:after {
+
        }
    content: ""; /* This is necessary for the pseudo element to work. */
+
    display: block; /* This will put the pseudo element on its own line. */
+
    margin: 0 auto; /* This will center the border. */
+
    width: 15%; /* Change this to whatever width you want. */
+
    padding-top: 10px; /* This creates some space between the element and the border. */
+
    border-bottom: 3px solid #705ba0; /* This creates the border. Replace black with whatever color you want. */
+
}
+
  
.medal:hover {
+
        .medal.active:after {
    font-family: Montserrat;
+
            content: "";
 +
            /* This is necessary for the pseudo element to work. */
 +
            display: block;
 +
            /* This will put the pseudo element on its own line. */
 +
            margin: 0 auto;
 +
            /* This will center the border. */
 +
            width: 15%;
 +
            /* Change this to whatever width you want. */
 +
            padding-top: 10px;
 +
            /* This creates some space between the element and the border. */
 +
            border-bottom: 3px solid #705ba0;
 +
            /* This creates the border. Replace black with whatever color you want. */
 +
        }
  
  font-size: 20px;
+
        .medal:hover {
 +
            font-family: Montserrat;
  
  font-weight: 500;
+
            font-size: 20px;
  
  font-style: normal;
+
            font-weight: 500;
  
  font-stretch: normal;
+
            font-style: normal;
  
  line-height: normal;
+
            font-stretch: normal;
  
  letter-spacing: normal;
+
            line-height: normal;
  
  color: #000000;
+
            letter-spacing: normal;
}
+
  
 +
            color: #000000;
 +
        }
  
  
.mySlidesB {
 
  display: none;
 
margin-top:40px;
 
padding-bottom: 40px;
 
}
 
  
/* Next & previous buttons */
+
        .mySlidesB {
.prev, .next {
+
            display: none;
  cursor: pointer;
+
            margin-top: 40px;
  position: absolute;
+
            padding-bottom: 40px;
  top: 50%;
+
        }
  width: auto;
+
  margin-top: -22px;
+
  padding: 16px;
+
  color: white;
+
  font-weight: bold;
+
  font-size: 18px;
+
  transition: 0.6s ease;
+
  border-radius: 0 3px 3px 0;
+
  user-select: none;
+
}
+
  
/* Position the "next button" to the right */
+
        /* Next & previous buttons */
.next {
+
        .prev,
  right: 0;
+
        .next {
  border-radius: 3px 0 0 3px;
+
            cursor: pointer;
}
+
            position: absolute;
 +
            top: 50%;
 +
            width: auto;
 +
            margin-top: -22px;
 +
            padding: 16px;
 +
            color: white;
 +
            font-weight: bold;
 +
            font-size: 18px;
 +
            transition: 0.6s ease;
 +
            border-radius: 0 3px 3px 0;
 +
            user-select: none;
 +
        }
  
/* On hover, add a black background color with a little bit see-through */
+
        /* Position the "next button" to the right */
.prev:hover, .next:hover {
+
        .next {
  background-color: rgba(0,0,0,0.8);
+
            right: 0;
}
+
            border-radius: 3px 0 0 3px;
 +
        }
  
.text {
+
        /* On hover, add a black background color with a little bit see-through */
  color: #f2f2f2;
+
        .prev:hover,
  font-size: 15px;
+
        .next:hover {
  padding: 8px 12px;
+
            background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
+
        }
  bottom: 8px;
+
  width: 100%;
+
  text-align: center;
+
}
+
  
</style>
+
        .text {
 +
            color: #f2f2f2;
 +
            font-size: 15px;
 +
            padding: 8px 12px;
 +
            position: absolute;
 +
            bottom: 8px;
 +
            width: 100%;
 +
            text-align: center;
 +
        }
 +
    </style>
  
  
<div class="slideshow-container">
+
    <div class="slideshow-container">
  
  
  
<div class="mySlides">
+
        <div class="mySlides">
<div class="row" style="background:blue;">
+
            <div class="row" style="background:blue;">
<div class="col3" style="
+
                <div class="col3" style="
 
                 margin-left: 0em;
 
                 margin-left: 0em;
 
                 padding-right: 0px;
 
                 padding-right: 0px;
Line 189: Line 206:
 
                         background-color: #FFFFFF;
 
                         background-color: #FFFFFF;
 
                         padding-bottom: 0px;margin-top: 2.4em;" id="myHeader">
 
                         padding-bottom: 0px;margin-top: 2.4em;" id="myHeader">
                       
+
 
 
                         <h4 style="
 
                         <h4 style="
 
                         padding-left: 1em;
 
                         padding-left: 1em;
Line 212: Line 229:
 
                         </ul>
 
                         </ul>
 
                     </div>
 
                     </div>
</div>
+
                </div>
<div class="col-md-9" style="padding-left: 6em;padding-right: 2em; background:black;">
+
                <div class="col-md-9" style="padding-left: 6em;padding-right: 2em; background:black;">
  
<!-- Slideshow container -->
+
                    <!-- Slideshow container -->
<div class="slideshow-container">
+
                    <div class="slideshow-container">
  
  <!-- Full-width images with number and caption text -->
+
                        <!-- Full-width images with number and caption text -->
  <div class="mySlidesB">
+
                        <div class="mySlidesB">
    <div class="text-center">
+
                            <div class="text-center">
    <div class="numbertext">1 / 3</div>
+
                                <div class="numbertext">1 / 3</div>
    <img src="https://static.igem.org/mediawiki/2019/5/5b/T--Costa_Rica--team-N4.png" class="img-fluid" style="height:500px;">
+
                                <img src="https://static.igem.org/mediawiki/2019/5/5b/T--Costa_Rica--team-N4.png"
    </div>
+
                                    class="img-fluid" style="height:500px;">
  </div>
+
                            </div>
 +
                        </div>
  
  <div class="mySlidesB ">
+
                        <div class="mySlidesB ">
    <div class="text-center">
+
                            <div class="text-center">
    <div class="numbertext">1 / 3</div>
+
                                <div class="numbertext">1 / 3</div>
    <img src="https://static.igem.org/mediawiki/2019/6/6e/T--Costa_Rica--team-N5.png" class="img-fluid" style="height:500px;">
+
                                <img src="https://static.igem.org/mediawiki/2019/6/6e/T--Costa_Rica--team-N5.png"
    </div>
+
                                    class="img-fluid" style="height:500px;">
  </div>
+
                            </div>
 +
                        </div>
  
  <div class="mySlidesB ">
+
                        <div class="mySlidesB ">
    <div class="text-center">
+
                            <div class="text-center">
    <div class="numbertext">1 / 3</div>
+
                                <div class="numbertext">1 / 3</div>
    <img src="https://static.igem.org/mediawiki/2019/7/70/T--Costa_Rica--team-N6.png" class="img-fluid" style="height:500px;">
+
                                <img src="https://static.igem.org/mediawiki/2019/7/70/T--Costa_Rica--team-N6.png"
    </div>
+
                                    class="img-fluid" style="height:500px;">
  </div>
+
                            </div>
 +
                        </div>
  
  <div class="mySlidesB ">
+
                        <div class="mySlidesB ">
    <div class="text-center">
+
                            <div class="text-center">
    <div class="numbertext">1 / 3</div>
+
                                <div class="numbertext">1 / 3</div>
    <img src="https://static.igem.org/mediawiki/2019/e/e0/T--Costa_Rica--team-N7.png" class="img-fluid" style="height:500px;">
+
                                <img src="https://static.igem.org/mediawiki/2019/e/e0/T--Costa_Rica--team-N7.png"
    </div>
+
                                    class="img-fluid" style="height:500px;">
  </div>
+
                            </div>
 +
                        </div>
  
  <div class="mySlidesB ">
+
                        <div class="mySlidesB ">
    <div class="text-center">
+
                            <div class="text-center">
    <div class="numbertext">1 / 3</div>
+
                                <div class="numbertext">1 / 3</div>
    <img src="https://static.igem.org/mediawiki/2019/a/ab/T--Costa_Rica--team-N8.png" class="img-fluid" style="height:500px;">
+
                                <img src="https://static.igem.org/mediawiki/2019/a/ab/T--Costa_Rica--team-N8.png"
    </div>
+
                                    class="img-fluid" style="height:500px;">
  </div>
+
                            </div>
 +
                        </div>
  
  <div class="mySlidesB ">
+
                        <div class="mySlidesB ">
    <div class="text-center">
+
                            <div class="text-center">
    <div class="numbertext">1 / 3</div>
+
                                <div class="numbertext">1 / 3</div>
    <img src="https://static.igem.org/mediawiki/2019/6/64/T--Costa_Rica--team-N9.png" class="img-fluid" style="height:500px;">
+
                                <img src="https://static.igem.org/mediawiki/2019/6/64/T--Costa_Rica--team-N9.png"
    </div>
+
                                    class="img-fluid" style="height:500px;">
  </div>
+
                            </div>
 +
                        </div>
  
  <div class="mySlidesB ">
+
                        <div class="mySlidesB ">
    <div class="text-center">
+
                            <div class="text-center">
    <div class="numbertext">1 / 3</div>
+
                                <div class="numbertext">1 / 3</div>
    <img src="https://static.igem.org/mediawiki/2019/7/7a/T--Costa_Rica--team-N10.png" class="img-fluid" style="height:500px;">
+
                                <img src="https://static.igem.org/mediawiki/2019/7/7a/T--Costa_Rica--team-N10.png"
    </div>
+
                                    class="img-fluid" style="height:500px;">
  </div>
+
                            </div>
 +
                        </div>
  
  <div class="mySlidesB ">
+
                        <div class="mySlidesB ">
    <div class="text-center">
+
                            <div class="text-center">
    <div class="numbertext">1 / 3</div>
+
                                <div class="numbertext">1 / 3</div>
    <img src="https://static.igem.org/mediawiki/2019/thumb/2/20/T--Costa_Rica--team-N11.png/800px-T--Costa_Rica--team-N11.png.jpeg" class="img-fluid" style="height:500px;filter:Flip;">
+
                                <img src="https://static.igem.org/mediawiki/2019/thumb/2/20/T--Costa_Rica--team-N11.png/800px-T--Costa_Rica--team-N11.png.jpeg"
    </div>
+
                                    class="img-fluid" style="height:500px;filter:Flip;">
  </div>
+
                            </div>
 +
                        </div>
  
  <div class="mySlidesB ">
+
                        <div class="mySlidesB ">
    <div class="text-center">
+
                            <div class="text-center">
    <div class="numbertext">1 / 3</div>
+
                                <div class="numbertext">1 / 3</div>
    <img src="https://static.igem.org/mediawiki/2019/thumb/f/fb/T--Costa_Rica--team-N12.png/800px-T--Costa_Rica--team-N12.png.jpeg" class="img-fluid" style="height:500px; filter:Flip;">
+
                                <img src="https://static.igem.org/mediawiki/2019/thumb/f/fb/T--Costa_Rica--team-N12.png/800px-T--Costa_Rica--team-N12.png.jpeg"
    </div>
+
                                    class="img-fluid" style="height:500px; filter:Flip;">
  </div>
+
                            </div>
 +
                        </div>
  
  <div class="mySlidesB ">
+
                        <div class="mySlidesB ">
    <div class="text-center">
+
                            <div class="text-center">
    <div class="numbertext">1 / 3</div>
+
                                <div class="numbertext">1 / 3</div>
    <img src="https://static.igem.org/mediawiki/2019/thumb/b/b4/T--Costa_Rica--team-N13.png/800px-T--Costa_Rica--team-N13.png.jpeg" class="img-fluid" style="height:500px ;filter:Flip;">
+
                                <img src="https://static.igem.org/mediawiki/2019/thumb/b/b4/T--Costa_Rica--team-N13.png/800px-T--Costa_Rica--team-N13.png.jpeg"
    </div>
+
                                    class="img-fluid" style="height:500px ;filter:Flip;">
  </div>
+
                            </div>
 +
                        </div>
  
  <!-- Next and previous buttons -->
+
                        <!-- Next and previous buttons -->
  <a class="prev" onclick="currentSlidePictures(1)">&#10094;</a>
+
                        <a class="prev" onclick="currentSlidePictures(1)">&#10094;</a>
  <a class="next" onclick="currentSlidePictures(-1)">&#10095;</a>
+
                        <a class="next" onclick="currentSlidePictures(-1)">&#10095;</a>
</div>
+
                    </div>
  
  
Line 301: Line 328:
  
  
</div>
+
                </div>
</div>
+
            </div>
 +
        </div>
  
 +
            <div class="mySlides">
  
<div class="mySlides">
+
                <h2>Antibiotic resistance: A global problem</h2>
  
<h2>Antibiotic resistance: A global problem</h2>
+
                <p>Since we were brainstorming about possible problems to be addressed, we quickly (not so much)
 +
                    stumbled upon the issue of antibiotic resistance. This phenomenon is expected to provoke up to 10
 +
                    million annual deaths by 2050 (O'Neill, 2014), possibly the first death cause worldwide. This has
 +
                    lead the United Nations to declare antibiotic resistance as one of the greatest threats to global
 +
                    public health. </p>
  
<p>Since we were brainstorming about possible problems to be addressed, we quickly (not so much) stumbled upon the issue of antibiotic resistance. This phenomenon is expected to provoke up to 10 million annual deaths by 2050  (O'Neill, 2014), possibly the first death cause worldwide. This has lead the United Nations to declare antibiotic resistance as one of the greatest threats to global public health. </p>
 
  
 +
                <h2>Resistant bacterial infections: Choosing our project aim</h2>
  
<h2>Resistant bacterial infections: Choosing our project aim</h2>
+
                <p>Antibiotic resistance is an exponential growing problem around the world and it has a very serious
 +
                    social impact. Looking for a solution to this problem we focused on a gastrointestinal pathogen,
 +
                    Clostridioides difficile. This bacteria infected patients in 21 of the 29 hospitals of Costa Rica
 +
                    from 2011-2014. Even one of our team members have suffered from this illness.</p>
  
<p>Antibiotic resistance is an exponential growing problem around the world and it has a very serious social impact. Looking for a solution to this problem we focused on a gastrointestinal pathogen, Clostridioides difficile. This bacteria infected patients in 21 of the 29 hospitals of Costa Rica from 2011-2014. Even one of our team members have suffered from this illness.</p>
+
                <h2>Problems: </h2>
 +
                <h3>Awareness for antibiotic resistance is lacking</h3>
  
<h2>Problems: </h2>
+
                <p>There is a worldwide ignorance on the subject of microbial resistance to antibiotics and Costa Rica
<h3>Awareness for antibiotic resistance is lacking</h3>
+
                    is not the exception. Globally, the main cause of this problem is the misuse of antibiotics, leading
 +
                    to the survival of some resistant bacteria, able to spread again. Also, the bad waste management of
 +
                    these drugs contributes to increase resistant bacteria. This bacteria can later transfer their
 +
                    resistance to human microbiota (van Rijn et al., 2019). </p>
 +
                <p>Research is being conducted to discover new antibiotics. However, only two new antibiotic classes
 +
                    (lipopeptides and oxazolidinones) have been developed and approved by international drug agencies
 +
                    (US Food and Drug Administration and European Medicines Agency) in the last three decades
 +
                    (Tacconelli et al., 2018). The field of antibiotics is not lucrative enough for pharmaceutical
 +
                    companies and newly discovered compounds remain similar in function to current antibiotics. As a
 +
                    result, only a few large companies such as GlaxoSmithKline, Novartis, Merck and Roche are still
 +
                    actively engaged in antibiotic research and development (Jackson, Czaplewski & Piddock, 2018).</p>
 +
                <p>During our problems exploration we realized antibiotic resistance consists of the two problems
 +
                    mentioned above. Therefore, we decided to go out the lab to help create awareness on antibiotic
 +
                    resistance in our country and prove the prevalence of antibiotic resistance bacteria using the agar
 +
                    antibiotic resistance test.</p>
  
<p>There is a worldwide ignorance on the subject of microbial resistance to antibiotics and Costa Rica is not the exception. Globally, the main cause of this problem is the misuse of antibiotics, leading to the survival of some resistant bacteria, able to spread again. Also, the bad waste management of these drugs contributes to increase resistant bacteria. This bacteria can later transfer their resistance to human microbiota (van Rijn et al., 2019). </p>
+
                <h3>Larger agar antibiotic resistance test</h3>
<p>Research is being conducted to discover new antibiotics. However, only two new antibiotic classes (lipopeptides and oxazolidinones) have been developed and approved by international drug agencies (US Food and Drug Administration and European Medicines Agency) in the last three decades (Tacconelli et al., 2018). The field of antibiotics is not lucrative enough for pharmaceutical companies and newly discovered compounds remain similar in function to current antibiotics. As a result, only a few large companies such as GlaxoSmithKline, Novartis, Merck and Roche are still actively engaged in antibiotic research and development (Jackson, Czaplewski & Piddock, 2018).</p>
+
<p>During our problems exploration we realized antibiotic resistance consists of the two problems mentioned above. Therefore, we decided to go out the lab to help create awareness on antibiotic resistance in our country and prove the prevalence of antibiotic resistance bacteria using the agar antibiotic resistance test.</p>
+
  
<h3>Larger agar antibiotic resistance test</h3>
 
  
 +
                <p>We went to the streets to have a closer encounter with people. In total we sampled 10 different
 +
                    places of Costa Rica: La Agonía Park in Alajuela, Central Park in Heredia, Central Park in Cartago
 +
                    and seven different places in San Jose (Central Park, El Mercado Central, La Sabana Metropolitan
 +
                    Park, France Park and the buses stations from Limón, Puntarenas and Liberia). We talked to 100 Costa
 +
                    Ricans, explained them a little bit of our problem and sampled their mouth with sterile swabs and
 +
                    following the National Health Ministry regulations. Samples were grown in petri dishes supplemented
 +
                    with amoxicillin (antibiotic most commonly used in Costa Rica) for 24h at 37 °C. </p>
  
<p>We went to the streets to have a closer encounter with people. In total we sampled 10 different places of Costa Rica: La Agonía Park in Alajuela, Central Park in Heredia, Central Park in Cartago and seven different places in  San Jose (Central Park, El Mercado Central, La Sabana Metropolitan Park, France Park and the buses stations from Limón, Puntarenas and Liberia). We talked to 100 Costa Ricans, explained them a little bit of our problem and sampled their mouth with sterile swabs and following the National Health Ministry regulations. Samples were grown in petri dishes supplemented with amoxicillin (antibiotic most commonly used in Costa Rica) for 24h at 37 °C. </p>
 
 
</html>
 
</html>
 
{{Costa_Rica/Interactive-Map}}
 
{{Costa_Rica/Interactive-Map}}
Line 334: Line 388:
 
<h2>References</h2>
 
<h2>References</h2>
 
<p class="ref">
 
<p class="ref">
Jackson, N., Czaplewski, L., & Piddock, L. J. (2018). Discovery and development of new antibacterial drugs: learning from experience?. Journal of Antimicrobial Chemotherapy, 73(6), 1452-1459.
+
    Jackson, N., Czaplewski, L., & Piddock, L. J. (2018). Discovery and development of new antibacterial drugs: learning
<br>
+
    from experience?. Journal of Antimicrobial Chemotherapy, 73(6), 1452-1459. </p>
<p class="ref"> O’Neill, J. (2014). Antimicrobial resistance. Tackling a Crisis for the Health and Wealth of Nations.
+
 
<br>
+
<p class="ref"> O’Neill, J. (2014). Antimicrobial resistance. Tackling a Crisis for the Health and Wealth of
<p class="ref"> Tacconelli, E., Carrara, E., Savoldi, A., Harbarth, S., Mendelson, M., Monnet, D. L., ... & Ouellette, M. (2018). Discovery, research, and development of new antibiotics: the WHO priority list of antibiotic-resistant bacteria and tuberculosis. The Lancet Infectious Diseases, 18(3), 318-327.
+
    Nations. </p>
<br>
+
 
<p class="ref"> van Rijn, M., Haverkate, M., Achterberg, P., & Timen, A. (2019). The public uptake of information about antibiotic resistance in the Netherlands. Public Understanding of Science, 28(4), 486-503.
+
<p class="ref"> Tacconelli, E., Carrara, E., Savoldi, A., Harbarth, S., Mendelson, M., Monnet, D. L., ... &
 +
    Ouellette, M. (2018). Discovery, research, and development of new antibiotics: the WHO priority list of
 +
    antibiotic-resistant bacteria and tuberculosis. The Lancet Infectious Diseases, 18(3), 318-327. </p>
 +
 
 +
<p class="ref"> van Rijn, M., Haverkate, M., Achterberg, P., & Timen, A. (2019). The public uptake of
 +
    information about antibiotic resistance in the Netherlands. Public Understanding of Science, 28(4),
 +
    486-503.
 
</p>
 
</p>
  
Line 349: Line 409:
 
</div>
 
</div>
 
<script>
 
<script>
var slideIndex = 1;
+
    var slideIndex = 1;
showSlides(slideIndex);
+
    showSlides(slideIndex);
  
  
function currentSlide(n) {
+
    function currentSlide(n) {
  showSlides(slideIndex = n);
+
        showSlides(slideIndex = n);
}
+
    }
  
function showSlides(n) {
+
    function showSlides(n) {
  var i;
+
        var i;
  var slides = document.getElementsByClassName("mySlides");
+
        var slides = document.getElementsByClassName("mySlides");
  var dots = document.getElementsByClassName("medal");
+
        var dots = document.getElementsByClassName("medal");
  
  if (n > slides.length) {slideIndex = 1}  
+
        if (n > slides.length) { slideIndex = 1 }
  if (n < 1) {slideIndex = slides.length}
+
        if (n < 1) { slideIndex = slides.length }
  for (i = 0; i < slides.length; i++) {
+
        for (i = 0; i < slides.length; i++) {
      slides[i].style.display = "none";
+
            slides[i].style.display = "none";
  }
+
        }
  for (i = 0; i < dots.length; i++) {
+
        for (i = 0; i < dots.length; i++) {
      dots[i].className = dots[i].className.replace(" active", "");
+
            dots[i].className = dots[i].className.replace(" active", "");
  
  }
+
        }
  slides[slideIndex-1].style.display = "block";
+
        slides[slideIndex - 1].style.display = "block";
  dots[slideIndex-1].className += " active";
+
        dots[slideIndex - 1].className += " active";
  
}
+
    }
  
  
var slideIndexPictures = 1;
+
    var slideIndexPictures = 1;
showSlidesPictures(slideIndexPictures);
+
    showSlidesPictures(slideIndexPictures);
  
  
function currentSlidePictures(n) {
+
    function currentSlidePictures(n) {
  showSlidesPictures(slideIndexPictures = slideIndexPictures - n);
+
        showSlidesPictures(slideIndexPictures = slideIndexPictures - n);
}
+
    }
  
function showSlidesPictures(n) {
+
    function showSlidesPictures(n) {
  var i;
+
        var i;
  var slides = document.getElementsByClassName("mySlidesB");
+
        var slides = document.getElementsByClassName("mySlidesB");
  
  
  if (n > slides.length) {slideIndexPictures = 1}  
+
        if (n > slides.length) { slideIndexPictures = 1 }
  if (n < 1) {slideIndexPictures = slides.length}
+
        if (n < 1) { slideIndexPictures = slides.length }
  for (i = 0; i < slides.length; i++) {
+
        for (i = 0; i < slides.length; i++) {
      slides[i].style.display = "none";
+
            slides[i].style.display = "none";
  }
+
        }
  
  slides[slideIndexPictures-1].style.display = "block";
+
        slides[slideIndexPictures - 1].style.display = "block";
  
  
}
+
    }
  
  
Line 406: Line 466:
  
 
</div>
 
</div>
 +
 
</html>
 
</html>
 
{{Costa_Rica/Footbar}}
 
{{Costa_Rica/Footbar}}

Revision as of 21:54, 20 October 2019

Responsive image

Human practices are meant to explain why our project is important to the world. Here we present how we do an intense work to inform the people of Costa Rica about Synthetic Biology, iGEM and the new possibilities of Engineered Probiotics.

Responsive image
Public Engagement
Integrated Human Practice
1 / 3
1 / 3
1 / 3
1 / 3
1 / 3
1 / 3
1 / 3
1 / 3
1 / 3
1 / 3

Antibiotic resistance: A global problem

Since we were brainstorming about possible problems to be addressed, we quickly (not so much) stumbled upon the issue of antibiotic resistance. This phenomenon is expected to provoke up to 10 million annual deaths by 2050 (O'Neill, 2014), possibly the first death cause worldwide. This has lead the United Nations to declare antibiotic resistance as one of the greatest threats to global public health.

Resistant bacterial infections: Choosing our project aim

Antibiotic resistance is an exponential growing problem around the world and it has a very serious social impact. Looking for a solution to this problem we focused on a gastrointestinal pathogen, Clostridioides difficile. This bacteria infected patients in 21 of the 29 hospitals of Costa Rica from 2011-2014. Even one of our team members have suffered from this illness.

Problems:

Awareness for antibiotic resistance is lacking

There is a worldwide ignorance on the subject of microbial resistance to antibiotics and Costa Rica is not the exception. Globally, the main cause of this problem is the misuse of antibiotics, leading to the survival of some resistant bacteria, able to spread again. Also, the bad waste management of these drugs contributes to increase resistant bacteria. This bacteria can later transfer their resistance to human microbiota (van Rijn et al., 2019).

Research is being conducted to discover new antibiotics. However, only two new antibiotic classes (lipopeptides and oxazolidinones) have been developed and approved by international drug agencies (US Food and Drug Administration and European Medicines Agency) in the last three decades (Tacconelli et al., 2018). The field of antibiotics is not lucrative enough for pharmaceutical companies and newly discovered compounds remain similar in function to current antibiotics. As a result, only a few large companies such as GlaxoSmithKline, Novartis, Merck and Roche are still actively engaged in antibiotic research and development (Jackson, Czaplewski & Piddock, 2018).

During our problems exploration we realized antibiotic resistance consists of the two problems mentioned above. Therefore, we decided to go out the lab to help create awareness on antibiotic resistance in our country and prove the prevalence of antibiotic resistance bacteria using the agar antibiotic resistance test.

Larger agar antibiotic resistance test

We went to the streets to have a closer encounter with people. In total we sampled 10 different places of Costa Rica: La Agonía Park in Alajuela, Central Park in Heredia, Central Park in Cartago and seven different places in San Jose (Central Park, El Mercado Central, La Sabana Metropolitan Park, France Park and the buses stations from Limón, Puntarenas and Liberia). We talked to 100 Costa Ricans, explained them a little bit of our problem and sampled their mouth with sterile swabs and following the National Health Ministry regulations. Samples were grown in petri dishes supplemented with amoxicillin (antibiotic most commonly used in Costa Rica) for 24h at 37 °C.

Snow

References

Jackson, N., Czaplewski, L., & Piddock, L. J. (2018). Discovery and development of new antibacterial drugs: learning from experience?. Journal of Antimicrobial Chemotherapy, 73(6), 1452-1459.

O’Neill, J. (2014). Antimicrobial resistance. Tackling a Crisis for the Health and Wealth of Nations.

Tacconelli, E., Carrara, E., Savoldi, A., Harbarth, S., Mendelson, M., Monnet, D. L., ... & Ouellette, M. (2018). Discovery, research, and development of new antibiotics: the WHO priority list of antibiotic-resistant bacteria and tuberculosis. The Lancet Infectious Diseases, 18(3), 318-327.

van Rijn, M., Haverkate, M., Achterberg, P., & Timen, A. (2019). The public uptake of information about antibiotic resistance in the Netherlands. Public Understanding of Science, 28(4), 486-503.

"La ciencia es lo que entendemos lo suficientemente bien como para explicarle a una computadora. Arte es todo lo demás que hacemos".

— Donald Knuth.