Difference between revisions of "Team:Costa Rica/Attributions"

 
(117 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Costa_Rica}}
+
{{Costa_Rica/General}}{{Costa_Rica/NavBar}}{{Costa_Rica/BootStrap}}
 +
 
 
<html>
 
<html>
  
 +
<main role="main" <div class="container">
 +
 +
    <style>
 +
        .readMore {
 +
            width: 224px;
 +
            height: 46px;
 +
            border-radius: 23px;
 +
            background-color: #705ba0;
 +
            font-family: Montserrat;
 +
            font-size: 16px;
 +
            font-weight: 500;
 +
            font-style: normal;
 +
            text-align: center;
 +
            color: #ffffff;
 +
        }
 +
    </style>
 +
 +
    <div class="row mb-2">
 +
        <div class="col-md-5">
 +
            <img src="https://static.igem.org/mediawiki/2019/8/8d/T--Costa_Rica--team-J1.png" class="img-fluid"
 +
                alt="Responsive image" style="width: 90%; margin-top:75px; margin-bottom:20px;">
 +
            <p>In order to achieve our project’s goal, we distributed different tasks and activities among the team
 +
                members. We also received lots of support from people outside the team, which was extremely appreciated. In
 +
                the following lines we present the work done by each of the people involved in our project.</p><button
 +
                class="readMore" id="team-image">Read More</button>
 +
        </div>
 +
 +
        <div class="col-md-7">
 +
 +
            <img src="https://static.igem.org/mediawiki/2019/5/5c/T--Costa_Rica--team-x1.png" class="img-fluid"
 +
                class="img-fluid" alt="Responsive image" style="width: 90%; float:right;">
 +
 +
 +
 +
        </div>
 +
    </div>
 +
 +
    <div class="row mb-2" style="margin-top:80px;margin-bottom:80px;">
 +
        <div class="col-md-6">
 +
            <center onclick="currentSlide(1)" class="medal">Attributions</center>
 +
        </div>
 +
 +
        <div class="col-md-6">
 +
            <center onclick="currentSlide(2)" class="medal">Acknowledgements</center>
 +
        </div>
 +
    </div>
 +
 +
    <style>
 +
        * {
 +
            box-sizing: border-box
 +
        }
 +
 +
        body {
 +
            font-family: Verdana, sans-serif;
 +
            margin: 0
 +
        }
 +
 +
        /* Slideshow container */
 +
        .slideshow-container {
 +
            position: relative;
 +
            border-radius: 25px;
 +
        }
 +
 +
        /* Slides */
 +
        .mySlides {
 +
            display: none;
 +
            margin-top: 40px;
 +
 +
            margin-right: 50px;
 +
            margin-left: 50px;
 +
            padding-bottom: 40px;
 +
        }
 +
 +
        .medal {
 +
            opacity: 0.6;
 +
 +
            font-family: Montserrat;
 +
 +
            font-size: 20px;
 +
 +
            font-weight: 300;
 +
 +
            font-style: normal;
 +
 +
            font-stretch: normal;
 +
 +
            line-height: normal;
 +
 +
            letter-spacing: normal;
 +
 +
            padding-bottom: 10px;
 +
 +
            color: #000000;
 +
        }
 +
 +
        .medal.active {
 +
            font-family: Montserrat;
 +
 +
            font-size: 20px;
 +
 +
            font-weight: 500;
 +
 +
            font-style: normal;
 +
 +
            font-stretch: normal;
 +
 +
            line-height: normal;
 +
 +
            letter-spacing: normal;
 +
 +
            color: #000000;
 +
 +
        }
 +
 +
        .medal-icon {
 +
            width: 25%;
 +
 +
 +
            position: relative;
 +
            top: -40px;
 +
            left: -220px;
 +
            margin-bottom: -150px;
 +
            float: none;
 +
 +
 +
 +
        }
 +
 +
        .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. */
 +
        }
 +
 +
        br.name {
 +
            display: block;
 +
            margin: 6px 0;
 +
        }
 +
 +
        .medal:hover {
 +
            font-family: Montserrat;
 +
 +
            font-size: 20px;
 +
 +
            font-weight: 500;
 +
 +
            font-style: normal;
 +
 +
            font-stretch: normal;
 +
 +
            line-height: normal;
 +
 +
            letter-spacing: normal;
 +
 +
            color: #000000;
 +
        }
 +
 +
        h3 {
 +
            font-size: 25px important !;
 +
        }
 +
 +
        .collapsible {
 +
            margin-top: 50px;
 +
            position: relative;
 +
            cursor: pointer;
 +
            padding: 18px;
 +
            max-width: 100%;
 +
  border-radius: 25px;
 +
            box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.2);
 +
            background-color: #ffffff;
 +
            width: 840px;
 +
            height: 88px;
 +
        }
 +
 +
        .collapsible:after {
 +
            content: '\002B';
 +
            color: white;
 +
            font-weight: bold;
 +
            float: right;
 +
            margin-left: 5px;
 +
        }
 +
 +
        .active:after {
 +
            content: "\2212";
 +
        }
 +
 +
        .content {
 +
            top: -20px;
 +
            position: relative;
 +
            padding: 0 18px;
 +
            display: none;
 +
            overflow: hidden;
 +
            max-width: 100%;
 +
            width: 840px;
 +
            border-radius: 25px;
 +
 +
            background-color: #f5f5f5;
 +
            padding: 40px;
 +
        }
 +
 +
        .margin-p {
 +
            margin-bottom: 15px;
 +
        }
 +
    </style>
 +
 +
    <body>
 +
 +
        <div class="slideshow-container">
 +
 +
            <div class="mySlides">
 +
 +
                <div class="collapsible" style="  border-radius: 25px; z-index: 5;">
 +
 +
                    <img src="https://static.igem.org/mediawiki/2019/e/ea/T--Costa_Rica--team-D1.png"
 +
                        style="position: relative; left:-60px; top:-30px; display:inline">
 +
 +
 +
                    <h3 style="font-size:25px !important;  position: relative; left:-28px; top:-20px; display:inline">
 +
                        Idea and Brainstorming</h3>
 +
 +
                </div>
 +
 +
                <div class="content shadow" style="z-index: 3;">
 +
                    <p class="margin-p"> • Anthony, María Jose, Noé, Diego, Paula and Pablo: were in charged of
 +
                        brainstorming about
 +
                        different problems, doing research about the topic, proposing a solution by the use synthetic
 +
                  biology and designing a draft of the genetic constructs to be needed.</p>
 +
                    <p class="margin-p"> •
 +
                        David and Stefany (PIs): mentored us on the process and gave us feedback.
 +
                    </p>
 +
                </div>
 +
 +
                <div class="collapsible" style="border-radius: 25px; z-index: 5;">
 +
 +
                    <img src="https://static.igem.org/mediawiki/2019/2/2c/T--Costa_Rica--team-D2.png"
 +
                        style="position: relative; left:-60px; top:-30px; display:inline">
 +
 +
 +
                    <h3 style="font-size:25px !important;  position: relative; left:-28px; top:-20px; display:inline">
 +
                        Project Development
 +
                    </h3>
 +
 +
                </div>
 +
 +
                <div class="content shadow" style="z-index: 3;">
 +
                    <p class="margin-p"> • Pablo and Noé: designed the genetic sequences that were ordered.</p>
 +
                    <p class="margin-p"> •
 +
                        Anthony, María Jose, Noé, Diego, Paula and Pablo: checked all the genetic sequences, searched
 +
                        the protocols used and designed the experiments tested.</p>
 +
                    <p class="margin-p"> •
 +
                        Diego and Adrián: modeled the different linkers for the chemeric AgrA. </p>
 +
                    <p class="margin-p"> •
 +
                        Ignacio: designed the mathematical model of the whole system.</p>
 +
                    <p class="margin-p"> •
 +
                        Pablo, Paula and María José: worked in the wet lab. They were responsible of genetic assemblies
 +
                        and protein extraction and purification. </p>
 +
                    <p class="margin-p"> •
 +
                        Anthony, Noé and Diego: worked in the wet lab. They were in charged of transforming
 +
                        <i>Lactobacillus casei</i> and performing the assays in <i>Clostridium difficile</i>. </p>
 +
                    <p class="margin-p"> •
 +
                        Adriana, Argerie, Andrés and Ana María (pre-iGEMers): helped us in some wet lab tasks, such as
 +
                        preparing culture media and reagents.</p>
 +
                    <p class="margin-p"> •
 +
                        Juliana: made our project look amazing. She designed our wiki, presentations, poster, videos and
 +
                        images. </p>
 +
                    <p class="margin-p"> •
 +
                        Adrián: programed the codes for our wiki. </p>
 +
                    <p class="margin-p"> •
 +
                        David and Stefany (PIs): carried out all the administrative processes we needed in our
 +
                        universities. They also guided us in the development of the whole project, lent us their
 +
                        laboratories and some reagents and helped us get in contact with other experts. </p>
 +
                    <p class="margin-p"> •
 +
                        Carlos Quesada y César Rodríguez (advisors): provided us with the two strains of <i>C.
 +
                            difficile</i> with which we worked. </p>
 +
                    <p class="margin-p"> •
 +
                        Elías Barquero (instructor): lent us his lab and equipment to work with <i>Clostridium
 +
                            difficile</i>. He also gave us advises on how to work with that microorganism. </p>
 +
                    <p class="margin-p"> •
 +
                        Silvia Arce (instructor): advised us on the protocols for protein extraction and purification.
 +
                    </p>
 +
                    <p class="margin-p"> •
 +
                        Erick Hernández (advisor): lent us his laboratory and equipment for protein assays. He also
 +
                        mentored us on how to obtain our protein of interest. </p>
 +
                    <p class="margin-p"> •
 +
                        Kevin (advisor): explained to the team how to modify the wiki and advised us on how to
 +
                        distribute the wiki related tasks in order to have a less stressed wiki freeze. </p>
 +
                    <p class="margin-p"> •
 +
                        Abad Rodríguez (advisor) and Carolina Sancho (advisor: helped us get permission to work in the
 +
                        laboratories of the National University and get some reagents. </p>
 +
                    <p class="margin-p"> •
 +
                        Silver (advisor): gave us feedback on which AgrAs we had to test. </p>
 +
                    <p class="margin-p"> •
 +
                        Samantha (advisor): checked our proposal of characterization and gave us feedback.
 +
 +
 +
                    </p>
 +
                    <p class="margin-p"> •
 +
                        Jean Carlo Salas and Kevin: answered all the wiki related questions regarding code. </p>
 +
                </div>
 +
 +
 +
                <div class="collapsible" style=" border-radius: 25px; z-index: 5;">
 +
 +
                    <img src="https://static.igem.org/mediawiki/2019/8/8a/T--Costa_Rica--team-D3.png"
 +
                        style="position: relative; left:-60px; top:-30px; display:inline">
 +
 +
 +
                    <h3 style="font-size:25px !important;  position: relative; left:-28px; top:-20px; display:inline">
 +
                        Human Practices </h3>
 +
 +
                </div>
 +
 +
                <div class="content shadow" style="z-index: 3;">
 +
                    <p class="margin-p"> • María José, Paula and Pablo: prepared all the materials and documents needed for
 +
                        the Integrated Human Practice.</p>
 +
                    <p class="margin-p"> •
 +
                        Anthony, María José, Noé, Paula and Pablo: sampled 100 people for the Integrated Human Practice.
 +
                    </p>
 +
                    <p class="margin-p"> •
 +
                        Diego: analysed the data generated in the Integrated Human Practice.</p>
 +
                    <p class="margin-p"> •
 +
                        Carolina P. (advisor): helped us get in contact with different decision takers and experts on
 +
                        biopolicy. She also advised us on how to design our Public Engagement Human Practice. </p>
 +
                    <p class="margin-p"> •
 +
                        María José, Paula and Pablo: collected information about biopolicy through interviews with
 +
                        different experts. </p>
 +
                    <p class="margin-p"> •
 +
                        María José: contacted the Geriatrics and Gerontology Hospital. </p>
 +
                    <p class="margin-p"> •
 +
                        All team members: searched information about biopolicy in Costa Rica Md other nations in order
 +
                        to generate the material used for the Public Engagement Human Practice. Also, we presented that
 +
                        information to several deputies.
 +
 +
                    </p>
 +
                </div>
 +
 +
                <div class="collapsible" style="border-radius: 25px; z-index: 5;">
 +
 +
                    <img src="https://static.igem.org/mediawiki/2019/2/22/T--Costa_Rica--team-D4.png"
 +
                        style="position: relative; left:-60px; top:-30px; display:inline">
 +
 +
 +
                    <h3 style="font-size:25px !important;  position: relative; left:-28px; top:-20px; display:inline">
 +
                        Collaborations</h3>
 +
 +
                </div>
 +
 +
                <div class="content shadow" style="z-index: 3;">
 +
                    <p class="margin-p"> • María José: got in touch with the Tübingen and TAS Taipei iGEM team, in order to
 +
                        design and organize the Sustainable Development Goals (SDG) Challenge. </p>
 +
                    <p class="margin-p"> •
 +
                        Pablo Vargas (instructor): proposed the idea of mapping how iGEM projects are related with SDGs
 +
                        and helped us get in contact with Tübingen team to start our collaboration. </p>
 +
                    <p class="margin-p"> •
 +
                        Juliana: worked on the design line for the SDG Challenge.</p>
 +
                    <p class="margin-p"> •
 +
                        Kevin (advisors): created the tool that generated the collage in the SDG Challenge. </p>
 +
                    <p class="margin-p"> •
 +
                        Noé took a water sample from a river to help the UPNA iGEM team. </p>
 +
                    <p class="margin-p"> •
 +
                        María José: was in charge of international relationships.
 +
 +
                    </p>
 +
                </div>
 +
 +
 +
                <div class="collapsible" style=" border-radius: 25px; z-index: 5;">
 +
 +
                    <img src="https://static.igem.org/mediawiki/2019/4/4f/T--Costa_Rica--team-D5.png"
 +
                        style="position: relative; left:-60px; top:-30px; display:inline">
 +
 +
 +
                    <h3 style="font-size:25px !important;  position: relative; left:-28px; top:-20px; display:inline">
 +
                        Funding</h3>
 +
 +
                </div>
 +
 +
                <div class="content shadow" style="z-index: 3;">
 +
                    <p class="margin-p"> • Stefany and David (PIs): helped us get in contact with different enterprises to
 +
                        get monetary funding as well as reagents and lab supplements. </p>
 +
                    <p class="margin-p"> •
 +
                        María José, Pablo and Paula: got in touch with people and enterprises willing to donate. </p>
 +
                    <p class="margin-p"> •
 +
                        Anthony and María José: organized different events for people to contribute to the project.
 +
 +
                    </p>
 +
                </div>
  
 +
            </div>
 +
            <div class="mySlides">
  
<div class="clear"></div>
+
                <h2 class="title-text">Research assistants</h2>
 +
                <p>We want to give special thanks to our passionate pre iGEMers who helped us in the wet lab:</p>
  
 +
                <h3 style="font-size: 20px !important;">
 +
                    Andrés Carranza<br class="name">
 +
                    Ana María Ocampo <br class="name">
 +
                    Argerie Oviedo <br class="name">
 +
                    Adriana Fallas<br class="name">
 +
                    Joel Rojas
 +
                </h3>
  
 +
                <h2 class="title-text">Photographers</h2>
 +
                <p>Also, we want to thank the people who captured our team essence:</p>
 +
                <h3 style="font-size: 20px !important;">
 +
                    Daniel Better Leal <br class="name">
 +
                    Melania Martínez
 +
                </h3>
  
 +
                <h2 class="title-text">Donations</h2>
 +
                <p>DiffEasy couldn’t been possible without the help of family, friends and all the people who saw our
 +
                    project and give us a hand. Thank you, every donation help us in a big way:</p>
  
 +
                <h3 style="font-size: 20px !important; ">
 +
                    William Alvarado<br class="name">
 +
                    Kevin Castro<br class="name">
 +
                    Alberth Abarca<br class="name">
 +
                    Leticia Rímolo<br class="name">
 +
                    Paul Garnier
 +
                </h3>
  
 +
            </div>
  
<div class="column full_size">
+
        </div>
<h1>Attributions</h1>
+
<p>This page is your opportunity to explain what parts of your project you did and what was done by technicians, advisers, etc. This requirement is not about literature references - these can and should be displayed throughout your wiki.
+
</p>
+
  
<h3> Bronze Medal Criterion #3</h3>
+
        <script>
<p> All of the work done in your project must be attributed correctly on this page. You must clearly state the work that was done by the students on your team and note any work that was done by people outside of your team, including the host labs, advisors, instructors, and individuals not on the team roster.
+
            var slideIndex = 1;
<br><br>
+
            showSlides(slideIndex);
Please see the <a href="https://2019.igem.org/Judging/Medals">Medals requirements page</a> for more details.</p>
+
</div>
+
  
 +
            function currentSlide(n) {
 +
                showSlides(slideIndex = n);
 +
            }
  
<div class="clear extra_space"></div>
+
            function showSlides(n) {
 +
                var i;
 +
                var slides = document.getElementsByClassName("mySlides");
 +
                var dots = document.getElementsByClassName("medal");
  
 +
                if (n > slides.length) { slideIndex = 1 }
 +
                if (n < 1) { slideIndex = slides.length }
 +
                for (i = 0; i < slides.length; i++) {
 +
                    slides[i].style.display = "none";
 +
                }
 +
                for (i = 0; i < dots.length; i++) {
 +
                    dots[i].className = dots[i].className.replace(" active", "");
  
 +
                }
 +
                slides[slideIndex - 1].style.display = "block";
 +
                dots[slideIndex - 1].className += " active";
  
<div class="column third_size">
+
            }
<h3> What should this page contain?</h3>
+
        </script>
  
<ul>
+
        <script>
<li>Clearly state what the team accomplished</li>
+
            var coll = document.getElementsByClassName("collapsible");
<li>General Support</li>
+
            var i;
<li>Project support and advice</li>
+
<li>Fundraising help and advice</li>
+
<li>Lab support</li>
+
<li>Difficult technique support</li>
+
<li>Project advisor support</li>
+
<li>Wiki support</li>
+
<li>Presentation coaching</li>
+
<li>Human Practices support</li>
+
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
+
</ul>
+
</div>
+
  
<div class="column third_size">
+
            for (i = 0; i < coll.length; i++) {
<p>Tell us if your institution teaches an iGEM or synthetic biology class and when you started your project:</p>
+
                coll[i].addEventListener("click", function () {
<ul>
+
                    this.classList.toggle("active");
<li>Does your institution teach an iGEM or synthetic biology course?</li>
+
                    var content = this.nextElementSibling;
<li>When did you start this course?</li>
+
                    if (content.style.display === "block") {
<li>Are the syllabus and course materials freely available online?</li>
+
                        content.style.display = "none";
<li>When did you start your brainstorming?</li>
+
                    } else {
<li>When did you start in the lab?</li>
+
                        content.style.display = "block";
<li>When did you start working on  your project?</li>
+
                    }
</ul>
+
                });
</div>
+
            }
 +
        </script>
  
  
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
  
<h3>Inspiration</h3>
 
<p>Take a look at what other teams have done:</p>
 
<ul>
 
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
 
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
 
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
 
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
 
</ul>
 
</div>
 
</div>
 
  
  
  
<div class="clear extra_space"></div>
 
  
<div class="column two_thirds_size">
 
<h3> Why is this page needed? </h3>
 
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
 
<p>
 
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
 
</div>
 
  
<div class="column third_size">
+
        </div>
<div class="highlight decoration_B_full">
+
<h3> Can we base our project on a previous one? </h3>
+
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
+
</div>
+
</div>
+
  
  
 +
</main>
  
 
</html>
 
</html>
 +
{{Costa_Rica/AttributionsModal}}{{Costa_Rica/Footbar}}

Latest revision as of 06:49, 13 December 2019

Responsive image

In order to achieve our project’s goal, we distributed different tasks and activities among the team members. We also received lots of support from people outside the team, which was extremely appreciated. In the following lines we present the work done by each of the people involved in our project.

Responsive image
Attributions
Acknowledgements

Idea and Brainstorming

• Anthony, María Jose, Noé, Diego, Paula and Pablo: were in charged of brainstorming about different problems, doing research about the topic, proposing a solution by the use synthetic biology and designing a draft of the genetic constructs to be needed.

• David and Stefany (PIs): mentored us on the process and gave us feedback.

Project Development

• Pablo and Noé: designed the genetic sequences that were ordered.

• Anthony, María Jose, Noé, Diego, Paula and Pablo: checked all the genetic sequences, searched the protocols used and designed the experiments tested.

• Diego and Adrián: modeled the different linkers for the chemeric AgrA.

• Ignacio: designed the mathematical model of the whole system.

• Pablo, Paula and María José: worked in the wet lab. They were responsible of genetic assemblies and protein extraction and purification.

• Anthony, Noé and Diego: worked in the wet lab. They were in charged of transforming Lactobacillus casei and performing the assays in Clostridium difficile.

• Adriana, Argerie, Andrés and Ana María (pre-iGEMers): helped us in some wet lab tasks, such as preparing culture media and reagents.

• Juliana: made our project look amazing. She designed our wiki, presentations, poster, videos and images.

• Adrián: programed the codes for our wiki.

• David and Stefany (PIs): carried out all the administrative processes we needed in our universities. They also guided us in the development of the whole project, lent us their laboratories and some reagents and helped us get in contact with other experts.

• Carlos Quesada y César Rodríguez (advisors): provided us with the two strains of C. difficile with which we worked.

• Elías Barquero (instructor): lent us his lab and equipment to work with Clostridium difficile. He also gave us advises on how to work with that microorganism.

• Silvia Arce (instructor): advised us on the protocols for protein extraction and purification.

• Erick Hernández (advisor): lent us his laboratory and equipment for protein assays. He also mentored us on how to obtain our protein of interest.

• Kevin (advisor): explained to the team how to modify the wiki and advised us on how to distribute the wiki related tasks in order to have a less stressed wiki freeze.

• Abad Rodríguez (advisor) and Carolina Sancho (advisor: helped us get permission to work in the laboratories of the National University and get some reagents.

• Silver (advisor): gave us feedback on which AgrAs we had to test.

• Samantha (advisor): checked our proposal of characterization and gave us feedback.

• Jean Carlo Salas and Kevin: answered all the wiki related questions regarding code.

Human Practices

• María José, Paula and Pablo: prepared all the materials and documents needed for the Integrated Human Practice.

• Anthony, María José, Noé, Paula and Pablo: sampled 100 people for the Integrated Human Practice.

• Diego: analysed the data generated in the Integrated Human Practice.

• Carolina P. (advisor): helped us get in contact with different decision takers and experts on biopolicy. She also advised us on how to design our Public Engagement Human Practice.

• María José, Paula and Pablo: collected information about biopolicy through interviews with different experts.

• María José: contacted the Geriatrics and Gerontology Hospital.

• All team members: searched information about biopolicy in Costa Rica Md other nations in order to generate the material used for the Public Engagement Human Practice. Also, we presented that information to several deputies.

Collaborations

• María José: got in touch with the Tübingen and TAS Taipei iGEM team, in order to design and organize the Sustainable Development Goals (SDG) Challenge.

• Pablo Vargas (instructor): proposed the idea of mapping how iGEM projects are related with SDGs and helped us get in contact with Tübingen team to start our collaboration.

• Juliana: worked on the design line for the SDG Challenge.

• Kevin (advisors): created the tool that generated the collage in the SDG Challenge.

• Noé took a water sample from a river to help the UPNA iGEM team.

• María José: was in charge of international relationships.

Funding

• Stefany and David (PIs): helped us get in contact with different enterprises to get monetary funding as well as reagents and lab supplements.

• María José, Pablo and Paula: got in touch with people and enterprises willing to donate.

• Anthony and María José: organized different events for people to contribute to the project.

Research assistants

We want to give special thanks to our passionate pre iGEMers who helped us in the wet lab:

Andrés Carranza
Ana María Ocampo
Argerie Oviedo
Adriana Fallas
Joel Rojas

Photographers

Also, we want to thank the people who captured our team essence:

Daniel Better Leal
Melania Martínez

Donations

DiffEasy couldn’t been possible without the help of family, friends and all the people who saw our project and give us a hand. Thank you, every donation help us in a big way:

William Alvarado
Kevin Castro
Alberth Abarca
Leticia Rímolo
Paul Garnier

"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.