Difference between revisions of "Team:NUS Singapore-A/shadow/Public Engagement"

 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{NUS_Singapore-A}}
 
{{NUS_Singapore-A}}
 +
{{:Team:NUS_Singapore-A/Templates/Style}}
 
<html>
 
<html>
  
Line 7: Line 8:
 
<script src="https://rawgit.com/Wlada/vue-carousel-3d/master/dist/vue-carousel-3d.min.js"></script>
 
<script src="https://rawgit.com/Wlada/vue-carousel-3d/master/dist/vue-carousel-3d.min.js"></script>
 
</head>
 
</head>
 
<style>
 
/****************************NEW CAROUSEL**********************************/
 
.carousel-3d-slide {
 
      height: auto !important;
 
      background-color: rgba(0, 0, 0, 0.25) !important;
 
    }
 
/**************************END OF NEW CAROUSEL********************************/
 
 
 
.outreach-header{
 
  max-width: 65%;
 
  height: auto;
 
}
 
 
 
/****************ANYTHING ONWARDS IS THE STYLE FROM INTERLAB********************************************/
 
 
    /* The accordion is the class given to the drop-down menu thingy */
 
    .accordion {
 
        background-color: #f2f2f2;
 
        color: black;
 
        cursor: pointer;
 
        padding: 15px;
 
        width: 90%;
 
        text-align: left;
 
        margin-left: 5%;
 
        margin-right: 5%;
 
        border: none;
 
        outline: none;
 
        /* I wanted to give a gradual change, but it's having some trouble reading the 'transition' property. I'll look into having it javascripted instead. */
 
        /*  transition: 0.4s linear;    */
 
        font-family: "Montserrat", sans-serif;
 
        font-weight: 300;
 
        font-size: 20px;
 
    }
 
   
 
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 
    .active, .accordion:hover {
 
        font: bold 20px "Montserrat", sans-serif;
 
        background-color: #e6e6e6;
 
    }
 
   
 
    /* Style the accordion panel. Note: hidden by default */
 
    .panel {
 
        background-color: white;
 
        text-align: left;
 
        margin-top: 10px;
 
        max-height: 0;
 
        overflow: hidden;
 
        transition: max-height 0.2s ease-out;
 
    }
 
    .accordion:after {
 
        content: '+';
 
        font-size: 13px;
 
        color: #777;
 
        float: right;
 
        margin-left: 5px;
 
    }
 
   
 
    /* Not sure why this function does not work. Need to check */
 
    .active:after {
 
        content: "-";
 
    }
 
 
    table, th, td {
 
        border: none;
 
        border-collapse: collapse;
 
    }
 
    table {
 
        font-family: "Lora";
 
        font-size: 13px;
 
        word-spacing: 0.5em;
 
    }
 
 
    th, td {
 
        text-align: left;
 
        padding: 3px;
 
    }
 
    table caption {
 
 
 
    }
 
    h1 {
 
      font-family: "MONTSERRAT", sans-serif;
 
      font-size: 22px;
 
      text-align: left;
 
      color: black;
 
      font-style: normal;
 
      font-weight: 300;
 
      color: black;
 
      padding-left: 5%;
 
      padding-top: 1.5%;
 
      padding-bottom: 1%;
 
      border: none;
 
    }
 
   
 
    h2 {
 
        font-family: "Lora", sans;
 
        font-weight: 300;
 
        text-align: left;
 
        color: black;
 
        margin-left: 5%;
 
        margin-bottom: 15px; 
 
    }
 
 
    h3 {
 
        font-family: "Lora", sans;
 
        font-weight: 300;
 
        text-align: left;
 
        color: black;
 
    }
 
 
 
    p, ol li, ul li  {
 
        font-family: "Lora", serif;
 
        font-size: 14px;
 
        word-spacing: 0.5em;
 
        text-align:justify;
 
    }
 
 
    img {
 
        display: block;
 
        margin-left: auto;
 
        margin-right: auto;
 
    }
 
 
    .discussion_graph, .measurement_table{
 
        width: 70%;
 
        height: auto;
 
        margin: auto;
 
    }
 
    .center-justified{
 
      text-align: justify;
 
      margin: 0 auto;
 
      width: 70%;
 
    }
 
    .button-things{
 
    vertical-align: -50%;
 
    background: none;
 
    color: inherit;
 
    border: none;
 
    padding: 0;
 
    font: inherit;
 
    cursor: pointer;
 
    outline: inherit;
 
    }
 
 
    /**********************
 
    Start of two columns */
 
    * {
 
    box-sizing: border-box;
 
    }
 
 
    /* Create two columns that floats next to each other */
 
    .column {
 
        float: left;
 
        text-align: left;
 
    }
 
    .column h1{
 
    border-bottom:none;
 
    padding-left: 0px;
 
    }
 
   
 
    .left {
 
        width: 50%;
 
        padding-left: 5%;
 
        padding-right: 2.5%;
 
    }
 
 
    .right {
 
        width: 50%;
 
        padding-left: 2.5%;
 
        padding-right: 5%;
 
    }
 
 
    /* Clear floats after the columns */
 
    .row:after {
 
        content: "";
 
        display: table;
 
        clear: both;
 
    }
 
 
    /********************
 
    End of two columns */
 
/* Style the img inside the buttons */
 
.sponsors-overview-rows button img{
 
  max-height:100%;
 
  max-width:100%;
 
}
 
/* Create an active/current tablink class */
 
.sponsors-overview-rows button.active {
 
    background-color: #ccc;
 
}
 
 
.tabcontent-wrapper{
 
  text-align: center;
 
}
 
/* Style the tab content */
 
.tabcontent {
 
    display: none;
 
    max-width: 85%;
 
    margin: auto auto;
 
    padding: 6px 12px;
 
    border-radius: 12px;
 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 
    flex-direction: row;
 
    justify-content: flex-start;
 
    align-items: center;
 
}
 
.sponsor-pic{
 
  display: flex;
 
  width: 235px;
 
  max-width: 235px;
 
  min-width: 235px;
 
  height: auto;
 
}
 
   
 
</style>
 
  
  
Line 233: Line 13:
  
 
<div class="inner-border" style="border-top:none;">
 
<div class="inner-border" style="border-top:none;">
 +
<div class = "all-wrapper">
 +
<div class = "content-wrapper">
  
<div style="text-align: center; padding-top: 15px; padding-bottom: 15px;">
+
<img src="https://static.igem.org/mediawiki/2018/0/02/T--NUS_Singapore-A--Outreach_header_C.png" class="header" alt="outreach header">
  <button class="button-things tablinks" onclick="openSponsor(event, 'IHP1')"><img src="https://static.igem.org/mediawiki/2018/0/02/T--NUS_Singapore-A--Outreach_header_C.png" class="outreach-header" alt="Outreach Header" style="width:40%"></button>
+
</div>
+
  
<div id="carousel">
+
 
   <carousel-3d :autoplay="true" :autoplay-timeout="2400">
+
   <h1>OVERVIEW</h1>
    <slide :index="0"><button class="button-things tablinks" onclick="openSponsor(event, 'IHP2')"><img src="https://static.igem.org/mediawiki/2018/7/7e/T--NUS_Singapore-A--Collabration1.jpg"/></button></slide>
+
  <p>Singapore has set its sights on becoming a global powerhouse in synthetic biology. The government is pouring money into a new research programme, the national Synthetic Biology R&D programme, and is encouraging scientists to make synthetic microorganisms, or redesign natural ones, that can be used to produce food, electronics, medicine and energy.<br><br>
  
    <slide :index="1"><button class="button-things tablinks" onclick="openSponsor(event, 'IHP3')"><img src="https://static.igem.org/mediawiki/2018/6/62/T--NUS_Singapore-A--Collabration2.jpg"/></button></slide>
+
  Through educational events and public engagement, NUSGEM aimed to raise more awareness about synthetic biology, iGEM, and our project to the public focusing greatly on high school and university students. Although synthetic biology research and development is flourishing in Singapore, it is not being emphasized to students regardless of education level. Take a look at the following syllabus for an overview of the current pre-university curriculum for biology.</p><br>
  
    <slide :index="2"><button class="button-things tablinks" onclick="openSponsor(event, 'IHP4')"><img src="https://static.igem.org/mediawiki/2018/3/3b/T--NUS_Singapore-A--Collabration3.jpg"/></button></slide>
+
  <figure class="figures">
 +
    <img src="https://static.igem.org/mediawiki/2018/5/5b/T--NUS_Singapore-A--iHP_overviewFig1.jpg">
 +
    <figcaption>Figure 1. H2 Biology Curriculum Framework in Singapore junior college.</figcaption>
 +
  </figure>
  
    <slide :index="3"><button class="button-things tablinks" onclick="openSponsor(event, 'IHP5')"><img src="https://static.igem.org/mediawiki/2018/b/b7/T--NUS_Singapore-A--Collabration4.jpg"/></button></slide>
+
  <p>Even at the undergraduate level, there are only limited opportunities for students to explore synthetic biology in their education. A cursory search revealed only 2 modules on synthetic biology being offered by National University of Singapore, 1 module on synthetic biology being offered by Nanyang Technological University, and none being offered by the other universities in Singapore (Singapore Management University, Singapore University of Technology and Design).<br><br>
  
    <slide :index="4"><button class="button-things tablinks" onclick="openSponsor(event, 'IHP6')"><img src="https://static.igem.org/mediawiki/2018/3/37/T--NUS_Singapore-A--Collabration5.jpg"/></button></slide>
+
  Due to the lack of opportunities for involvement in synthetic biology with a formal educational platform, our team feels that it is important that students are exposed to the basics of synthetic biology early on, which may  open up potential career options, and perhaps even bolster Singapore’s efforts in promoting synthetic biology research and development.<br><br>
  
   </carousel-3d>
+
   As students who have gone through all stages of the Singaporean education system, we feel that we are uniquely poised to design programmes that would be not only relatable, but also insightful for our fellow students. After much deliberation, consultation, and collaboration with current educators, we have developed a thoughtful and multi-pronged educational programme that will engage and inspire our fellow students, and open up their minds to a whole new world - that is synthetic biology.</p><br>
</div>
+
  
<div class="tabcontent-wrapper">
 
  
  
<!-- YOU CAN COPY PASTE FROM HERE TO THE NEXT WARNING -->
+
  <h1>LIFE HACKS! 2018</h1>
 +
  <p><i>Life Hacks! 2018</i> was the first large-scale outreach event organised by NUSGEM. The event was held on 28th July at the National University of Singapore, Faculty of Engineering. Students and educators from over 15 different schools and institutions attended our event. Our event was conceived to help pre-university students learn more about what synthetic biology entailed, to help them make an informed decision on pursuing synthetic biology in the tertiary education and beyond.<br>
  
 +
<p>Indeed, targeting this demographic proved to be high-impact as the concept of synthetic biology was not introduced to many of the participants at our event. Nevertheless, as synthetic biology is a growing and developing field, and as university students who felt that earlier exposure to synthetic biology would be beneficial, we highlighted the importance of equipping the students with sufficient knowledge before they entered the next stage of their education.</p><br>
 +
 
 +
  <p>This event was conducted in collaboration with NUS Biomedical Engineering Club, in order to promote synthetic biology. We were also fortunate to have worked with Prof. Raye Yeow, the Chairperson of the Biomedical Engineering Society Student Chapter, who helped disseminate news of our event to all his affiliated student groups.</p><br>
  
 +
  <p>The Life Hacks! 2018 event consisted of two sections; firstly, engaging talks by speakers who were well-versed in the issues surrounding synthetic biology, and secondly, exciting hands-on activities to give the students a taster of the daily life of a synthetic biologist.</p><br>
  
<!-- HELLO BELOW HERE IS THE DIV TAG YOU SHOULD CHANGE. REMEMBER TO RELATE THE ID TO THE CORRECT ID AT CAROUSEL UP ABOVE -->
+
  <div class="row">
 +
    <div class="column left">
 +
<p>Our first speaker was Professor Poh Chueh Loo, an Associate Professor at the Faculty of Engineering, and our team’s Principal Investigator. He gave a primer to what synthetic biology is, before moving on to share about the career and academic prospects in synthetic biology. Our next speakers were Dr. Owen Schaefer, who introduced the group to relevant and critical issues in bioethics and synthetic biology, and Dr. Sonja Luz, who spoke about the applications of synthetic biology, especially in the environment and conservation aspects.</p><br>
  
<div id="IHP2" class="tabcontent">
+
  </div>
 +
  <div class="column right">
 +
    <figure class="figures2">
 +
      <img src="https://static.igem.org/mediawiki/2018/b/b5/T--NUS_Singapore-A--Life_Hacks_2018_%28Lecture%29.jpg" alt ="life hacks lecture">
 +
      <figcaption>An interested life hacker!</figcaption>
 +
      </figure>
 +
      <br>
 +
 
 +
    </div>
 +
  </div>
  
<!-- HELLO ABOVE HERE IS THE DIV TAG YOU SHOULD CHANGE. REMEMBER TO RELATE THE ID TO THE CORRECT ID AT THE CAROUSEL UP ABOVE -->
+
  <br>
 +
  <div class="row">
 +
    <div class="column left">
 +
      <p>After lunch, four different activities were arranged for our participants: a brief lecture on gene circuit design, an activity on gene circuit design, a lab tour and short tour around our biomedical engineering department.</p> <br>
 +
    <figure class="figures2">
 +
      <img src="https://static.igem.org/mediawiki/2018/0/04/T--NUS_Singapore-A--Life_Hacks_2018_%28Lab_Photo_2%29.PNG" alt ="life hacks lab tour">
 +
      <figcaption>Team Leader Nanda awing the participants with the class blue light fluorescence</figcaption>
 +
      </figure>
 +
    </div>
 +
    <div class="column right">
 +
  <p>The lab tour introduced the participants to the BioMakerSpace in the Faculty of Engineering, more fondly referred to as “Home of NUS iGEM teams”. The BioMakerSpace is a newly-built and well-furnished laboratory for the iGEM students in our university to perform our wet-lab experiments for the competition.</p><br>
  
    <img src="https://static.igem.org/mediawiki/2018/a/a6/T--NUS_Singapore-A--IHP_FooJeeLoon.jpg" class="sponsor-pic" alt="Dr Foo Jee Loon"></a>
+
  <p>Safety is a core value of our team, and indubitably, the safety of the our participants were our top priority during the event. To ensure a positive learning experience for our participants, all of them were provided with lab coats and safety goggles, and most notably, we started the tour with an informative safety briefing.</p><br>
    <div class="row">
+
      <div class="column left" style="background-color: white;">
+
        <p>HELLO TVARITA I WANT YOU TO WRITE HERE. REMEMBER FOR EVERY NEW PICTURE YOU WANNA ADD. MAKE SURE YOU LOOK AT THE onclick="openSponsor(event, 'INSERT CORRECT NUMBER HERE')" THEN REMEMBER TO CHANGE THE DIV ID FOR THIS SPECIFIC WRITEUP </p>
+
  
        <br>
+
  <p>During the tour, we introduced to our participants the various equipment we used in our experiments, and explained how we used them. To complement our introductory session, we planned an exciting crossword challenge to test how much they understood. We were very heartened to find out from their post-survey feedback that they found the session extremely interesting and refreshing. Ms. Aishwarya Iyer, a student from NPS Singapore International School commented that “Life Hacks! sparked an interest in synthetic biology in me!” She also felt that “the entire event was a holistic experience of fun and learning through informative talks and engaging activities.”</p><br>
 +
  </div>
 +
</div>
 +
<div class="row">
 +
  <div class="column left"> 
  
        <p>HELLO TVARITA I WANT YOU TO WRITE HERE. REMEMBER FOR EVERY NEW PICTURE YOU WANNA ADD. MAKE SURE YOU LOOK AT THE onclick="openSponsor(event, 'INSERT CORRECT NUMBER HERE')" THEN REMEMBER TO CHANGE THE DIV ID FOR THIS SPECIFIC WRITEUP </p>
+
  <p>As the gene circuit lies at the heart of synthetic biology, we wished to expose our participants to its basics by preparing a brief introductory session on gene circuit design. By drawing parallels to computer engineering, which inspired the abstraction hierarchy of synthetic biology, participants were made aware of the fundamental role that gene circuits play. They also learnt about the concept of simple logic gates, and how to construct them by assembling parts together.</p><br>
 +
  <p>Subsequently, the participants were given the opportunity to try their hand at designing gene circuits through a mini hands-on activity. Each group was tasked to piece paper cut-outs of parts together to build simple systems. An example of a task went: “Design a gene circuit such that the cell produces CFP when lactose is present, and SK2 when lactose is absent.”</p><br>
 +
  </div>
 +
  <div class="column right">
 +
  <br>
 +
    <figure class="figures2">
 +
      <img src="https://static.igem.org/mediawiki/2018/6/6c/T--NUS_Singapore-A--Life_Hacks_2018_%28Gene_Circuit_Abstract_Photo_2%29.jpg" alt ="gene circuit fun">
 +
      <figcaption>gene circuits are FUN!</figcaption>
 +
      </figure>
 +
    <br>
 +
    </div>
 +
  </div>
 +
  <div class="row">
 +
    <div class="column left">
 +
  <br>
 +
    <figure class="figures2">
 +
      <img src="https://static.igem.org/mediawiki/2018/3/32/T--NUS_Singapore-A--Life_Hacks_2018_%28Gene_Circuit_1%29.jpg" alt ="gene circuit fun2">
 +
      <figcaption>Hao Yuan imparting his wisdom</figcaption>
 +
      <img src="https://static.igem.org/mediawiki/2018/5/56/T--NUS_Singapore-A--Life_Hacks_2018_%28Gene_Circuit_2%29.jpg" alt ="igem fun fun">
 +
      <figcaption>Gene Circuits never fail to bring smiles to everyone's faces</figcaption>
 +
      </figure>
 +
    <br>
 +
    </div>
 +
    <div class="column right">
  
        <br>
+
  <p>While initially hesitant and unsure, the participants gradually eased into the activity, guided along by the friendly facilitators, who ensured that all the participants were involved and addressed their many queries. One heartening observation by our facilitators - participants who were quicker at getting the hang of designing their gene circuits extended their help to their peers, even those from other groups. If this is any representation of the future of synthetic biologists, the field is indeed in good hands!</p><br>
      </div>
+
      <div class="column right" style="background-color: white;">
+
        <p><i>Use Italics for mini titles</i></p>
+
        <p>ALWAYS REMEMBER TO OPEN AND CLOSE YOUR P TAGS OR THE LAYOUT WILL BE SCREWED BIG TIME</p>
+
  
      <br>
+
  <p>Mr. Justin Soh, a student from Singapore Polytechnic, felt that Life Hacks! 2018 “[gave a] simple overview of what synthetic biology is about at its core but provides enough depth for attendees to appreciate the value of synthetic biology”. He further added – “the invited guests were not synthetic biologists themselves, but people who complemented the work of synthetic biologists. This helped me gain more insight on the impact of the work we do and how it affects the world in a larger perspective, and would greatly help inspire the future generations of biologists”.</p><br>
 
     </div>
 
     </div>
 
     </div>
 
     </div>
  
   </div>
+
   <p>Our event would not have been possible without our sponsors’ generous support - many thanks goes out to Axil Scientific, Arbor Bioscience, and Singer Instruments. Our sponsors offer high quality products and services everyday to help researchers in the life science with their research, in terms of lab reagents, consumables, gene and DNA sequencing services, and high quality instruments.</p><br>
 
+
    <figure class="figures">
 
+
      <img src="https://static.igem.org/mediawiki/2018/7/76/T--NUS_Singapore-A--LifeHacks.gif" alt="hands raised" style="width: 60%;">
<!-- HERE IS WHERE YOU SHOULD STOP YOUR COPYING. TRY TO SHOW PREVIEW BEFORE SAVING THE PAGE. ALSO DON'T USE GOOGLE CHROME WHEN SHOWING PREVIEW CAUSE IT'LL ALL BE GONE -->
+
      <figcaption>Everyone's excited for Life Hacks! 2019</figcaption>
 
+
       </figure>
 
+
<div id="IHP3" class="tabcontent">
+
  <img src="https://static.igem.org/mediawiki/2018/d/d3/T--NUS_Singapore-A--IHP_HolgerSchlaefkeSolo.jpg" class="sponsor-pic" alt="Mr. Holger Schlaefke"></a>
+
  <div class="row">
+
    <div class="column left" style="background-color: white;">
+
      <h1>LIFE HACKS! 2018</h1>
+
      <p>
+
<i>Life Hacks! 2018</i> was the first outreach event held by NUSGEM. The event was held on 28th July at the National University of Singapore, Faculty of Engineering, from 10am to 3pm. Students and educators from over 15 different schools and institutions attended our event. Our event was conceived to help pre-university students learn more about what synthetic biology entailed, to help them make an informed decision on pursuing synthetic biology in the tertiary education and beyond.
+
       </p>
+
 
+
 
       <br>
 
       <br>
  
      <p>
 
Indeed, targeting this demographic proved to be high-impact as the concept of synthetic biology was not introduced to many of the participants at our event. Nevertheless, as synthetic biology is a growing and developing field, and as university students who felt that earlier exposure to synthetic biology would be beneficial, we highlighted the importance of equipping the students with sufficient knowledge before they entered the next stage of their education.
 
      </p>
 
  
      <br>
+
  <h1>Residential College Teas (RC Teas)</h1>
 +
  <p><i>RC Teas</i> were organized to introduce synthetic biology and our project to our fellow students at our university. We organized two different student teas - one at the Tembusu Residential College, and the other at Ridge View Residential College. We limited the attendance of these student teas to help facilitate deeper and intimate discussions.</p><br>
  
      <p>
+
  <h2>TEMBUSU RESIDENTIAL COLLEGE TEA</h2>
This event was conducted in collaboration with NUS Biomedical Engineering Club, in order to promote synthetic biology. We were also fortunate to have worked with Prof. Raye Yeow, the Chairperson of the Biomedical Engineering Society Student Chapter, who helped disseminate news of our event to all his affiliated student groups.
+
  <p>The tea session Tembusu College focused on “Women in Synthetic Biology”. To grace our event was <b><u>Adjunct Associate Professor Lisa Ng</u></b>, a renowned virologist and a PI at the Singapore Immunology Network, she is well-known for working with viruses endemic in the tropics. Most notably, she was also the first Singaporean and first woman to be awarded the illustrious ASEAN “International Young Scientist and Technologist Award” in 2008.<br><br>
      </p>
+
  
      <br>
+
  During the talk, she shared with us her journey starting off as a mere undergraduate to her current status as a principal investigator. This inspiring tale provoked many questions from the participants, several participants even used this opportunity to seek career-related advice. Hearteningly, the participants were voracious and keenly participated in discussions with Dr. Lisa, prompting her to share her many stories, and even listen to our experiences.</p><br>
  
      <p>
+
  <div class="quote">“I felt inspired and empowered by her stories and advice. There was a great deal of interesting debate as well” (Participant)</div><br>
The Life Hacks! 2018 event consisted of two sections; firstly, engaging talks by speakers who were well-versed in the issues surrounding synthetic biology, and secondly, exciting hands-on activities to give the students a taster of the daily life of a synthetic biologist.
+
      </p>
+
  
      <br>
+
  <p>At the end of the event, Dr. Ng expressed how impressed she was with our event.</p>
  
      <p>
+
  <div class="quote">“It was a different experience for me, I was able to mingle with everyone rather than just present myself”. (A/Prof Lisa Ng)</div><br>
Our first speaker was Professor Poh Chueh Loo, an Associate Professor at the Faculty of Engineering, and our team’s Principal Investigator. He gave a primer to what synthetic biology is, before moving on to share about the career and academic prospects in synthetic biology. Our next speakers were Dr. Owen Schaefer, who introduced the group to relevant and critical issues in bioethics and synthetic biology, and Dr. Sonja Luz, who spoke about the applications of synthetic biology, especially in the environment and conservation aspects.
+
      </p>
+
  
      <br>
+
  <p>Overall, Dr. Ng and the attendees found the event extremely fruitful - through open discourse, this event helped participants to better understand the challenges faced by women in synthetic biology, and perhaps even STEM-related fields in general. A few participants even expressed interest in participating in similar projects in the future!</p><br>
  
      <p>
+
  <h2>RIDGE VIEW RESIDENTIAL COLLEGE TEA</h2>
After lunch, four different activities were arranged for our participants: a brief lecture on gene circuit design, an activity on gene circuit design, a lab tour and short tour around our biomedical engineering department.
+
  <div class="row">
      </p>
+
  <div class="column left">
  
      <br>
+
  <p>At the Ridge View Residential College Tea, we worked closely with the faculty at the residential college, Mr. Lim Cheng Puay, to introduce our project as part of a series lectures on the environment the college was giving. Similar to the Tembusu College Tea, we had around ten participants which facilitated a smooth discussion. Participants were extremely keen to learn more about the motivation for project, our progress, and what iGEM entitles.</p><br>
 +
  <div class="quote">“I really liked this initiative as it allowed people to understand how synthetic biology can truly be used to solve a problem.” (Participant)</div><br>
  
      <p>
+
  </div>
The lab tour introduced the participants to the BioMakerSpace in the Faculty of Engineering, more fondly referred to as “Home of NUS iGEM teams”. The BioMakerSpace is a newly-built and well-furnished laboratory for the iGEM students in our university to perform our wet-lab experiments for the competition.  
+
  <div class="column right">
       </p>
+
  <br>
 +
    <figure class="figures2">
 +
      <img src="https://static.igem.org/mediawiki/2018/e/e9/T--NUS_Singapore-A--RVRCTea_Ramzeen_Talking_1.jpg" alt ="Presentation">
 +
      <figcaption>The RVRC Presentation</figcaption>
 +
       </figure>
 +
    <br>
 +
<p>To intrigue the audience's’ interest in iGEM, we encouraged everyone on the team to be open in sharing both their experiences and struggles.</p><br>
 
     </div>
 
     </div>
    <div class="column left" style="background-color: white;">
 
 
      <p>
 
Safety is a core value of our team, and indubitably, the safety of the our participants were our top priority during the event. To ensure a positive learning experience for our participants, all of them were provided with lab coats and safety goggles, and most notably, we started the tour with an informative safety briefing.
 
      </p>
 
 
      <br>
 
 
      <p>
 
During the tour, we introduced to our participants the various equipment we used in our experiments, and explained how we used them. To complement our introductory session, we planned an exciting crossword challenge to test how much they understood. We were very heartened to find out from their post-survey feedback that they found the session extremely interesting and refreshing.
 
      </p>
 
 
      <br>
 
 
      <a href="#"><i>insert lifehacks analysis link here</i></a>
 
      <p>
 
As the gene circuit lies at the heart of synthetic biology, we wished to expose our participants to its basics by preparing a brief introductory session on gene circuit design. By drawing parallels to computer engineering, which inspired the abstraction hierarchy of synthetic biology, participants were made aware of the fundamental role that gene circuits play. They also learnt about the concept of simple logic gates, and how to construct them by assembling parts together.
 
      </p>
 
 
      <br>
 
 
      <p>
 
Subsequently, the participants were given the opportunity to try their hand at designing gene circuits through a mini hands-on activity. Each group was tasked to piece paper cut-outs of parts together to build simple systems. An example of a task went: “Design a gene circuit such that the cell produces CFP when lactose is present, and SK2 when lactose is absent.” While initially hesitant and unsure, the participants gradually eased into the activity, guided along by the friendly facilitators, who ensured that all the participants were involved and addressed their many queries. One heartening observation by our facilitators - participants who were quicker at getting the hang of designing their gene circuits extended their help to their peers, even those from other groups. If this is any representation of the future of synthetic biologists, the field is indeed in good hands!
 
      </p>
 
 
      <br>
 
 
      <p>
 
Our event would not have been possible without our sponsors’ generous support - many thanks goes out to Axil Scientific, Arbor Bioscience, and Singer Instruments. Our sponsors offer high quality products and services everyday to help researchers in the life science with their research, in terms of lab reagents, consumables, gene and DNA sequencing services, and high quality instruments.
 
      </p>
 
      <br>
 
 
     </div>
 
     </div>
  </div>
+
  <div class="row">
</div>
+
  <div class="column left">
 
+
 
+
<div id="IHP4" class="tabcontent">
+
  <img src="https://static.igem.org/mediawiki/2018/d/d3/T--NUS_Singapore-A--IHP_HolgerSchlaefkeSolo.jpg" class="sponsor-pic" alt="Mr. Holger Schlaefke"></a>
+
  <div class="row">  
+
    <div class="column left" style="background-color: white;">
+
      <h1>Residential College Teas (RC Teas)</h1>
+
      <p>
+
<i>RC Teas</i> were organized to introduce synthetic biology and our project idea to our fellow students at our university. We organized two different student teas one at the Tembusu Residential College and one at Ridge View Residential College. These student teas were close group with less than 15 people to help facilitate deeper and more intimate discussions.
+
      </p>
+
  
      <br>
+
  <p>Although our audience comprised students from different majors, they felt that they could understand what we were saying and what our project was all about.</p><br>
 
+
  <p>Through this event, we believe we have helped students realise the power of synthetic biology, whilst simultaneously educating them about the harmful and pollutive effects caused by the textile industry and how synthetic biology was uniquely poised to make a difference.</p><br>
      <p>
+
At Tembusu we focused on “Women in Synthetic Biology”. We invited Dr. Lisa Ng, a renowned virologist who is the PI of SIgn and known for working with almost every tropical disease virus. She shared her experience with us about her journey from a mere undergraduate to a principal investigator. This inspiring tale facilitated a lot of questions and several of participants used to this opportunity to seek her for advice on how to climb the career ladder.  We had around ten participants which was just cosy enough to have an in depth and personal discussion. As the participants were vocal about the opinions and openly asked several intriguing question, it was easy for Dr. Ng to open up about her experiences and even listen to our own. Although the topic was “<b>Women in Synthetic Biology</b>” and a part of discussion was focused on women and their struggles, the advice that Dr. Ng gave was helpful for all the participants regardless of gender and stream of study.
+
      </p>
+
 
+
      <br>
+
 
+
      <p>
+
<h2 style="display:inline; position: relative; "><i>“I felt inspired and empowered by her stories and advice. There was a great deal of interesting debate as well.”</i></h2> </p>
+
      <br>
+
      <p>
+
, said one of our attendee. This was just one of the many commendable remarks NUSGEM received for the Tembu Tea. Dr. Ng was also impressed with our event
+
      </p>
+
      <br>
+
      <p>
+
<h2 style="display:inline; position: relative; "><i>“It was a different experience for me, I was able to mingle with everyone rather than just present myself”.</i></h2>
+
      </p>
+
 
+
      <br>
+
 
+
      <p>
+
Overall Dr. Ng as well as the attendees found the event extremely fruitful and helped to understand better of the plight of women not only in synthetic biology but in STEM in general.  
+
      </p>
+
 
+
      <br>
+
 
     </div>
 
     </div>
    <div class="column left" style="background-color: white;">
+
  <div class="column right">
  
      <p>
+
  <div class="quote">“The Q&A and feedback session greatly helped to learn more about the project and share our opinion regarding it.” (Participant)</div><br>
At RVRC we hoped to bring more awareness about our project and why fashion and textile waste is such a big problem. We started by introducing our problem and moved on to the solution. Similar to the Tembusu Tea, we had around ten participants which facilitated a smooth discussion. Participants were extremely keen to learn more about the motivation for project, our progress and what iGEM entitles.  
+
      </p>
+
  
       <br>
+
  </div>
 +
</div>
 +
    <figure class="figures">
 +
      <img src="https://static.igem.org/mediawiki/2018/2/2e/T--NUS_Singapore-A--RVRCTea_Group_Photo.jpg" alt ="Group shot at RVRC">
 +
      <figcaption>All the smiles for iGEM and synthetic biology</figcaption>
 +
       </figure>
 +
    <br>
  
      <p>
 
“I really liked this initiative as it allowed people to understand how synthetic biology can truly be used to solve a problem. To intrigue the audience's’ interest in iGEM it really helped that everyone on the team was open in sharing their experiences and struggles. Most importantly, the Q&A and feedback session greatly helped to learn more about the project and share our opinion regarding it.”, said one of the participants who was from biomedical engineering. Although we had a mixture of students from different majors, our audience felt that everyone could understand what we were saying and what our project was all about.
 
      </p>
 
  
      <br>
+
  <h1>LSM3246 SYNTHETIC BIOLOGY PRESENTATION</h1>
 +
  <p>On the 27th of August, NUSGEM had the unique opportunity to participate in a lecture on synthetic biology (NUS LSM3246, for those who were wondering), co-ordinated by Dr. Matthew Chang, the director of SynCTI. To start off the session, we gave a brief introduction to what iGEM is and what it entails. As we felt that the exposure to synthetic biology that iGEM provided was invaluable and unparalleled, we wanted to pique the interests of current synthetic biology students, and encourage them to join next year’s iGEM team.<br><br>
  
      <p>
+
<div class="row">
The lab tour introduced the participants to the BioMakerSpace in the Faculty of Engineering, more fondly referred to as “Home of NUS iGEM teams”. The BioMakerSpace is a newly-built and well-furnished laboratory for the iGEM students in our university to perform our wet-lab experiments for the competition.
+
  <div class="column left">
      </p>
+
  
      <p>
+
  <p>We introduced the premise of our project by explaining the long-term consequences resulting from unregulated pollution caused by the production of synthetic dyes in the fashion industry, we then explicated more about our novel platform for biomanufacturing. It being a lecture on synthetic biology, the crowd was well-versed in the content matter, allowing our coverage to go in depth into our gene circuits, reaction pathways, and mechanisms.</p><br>
In conclusion, we believe to have helped students realise the power of synthetic biology while explain to them the harmful pollution by the textile industry and how we are able to make a difference with our project.  
+
      </p>
+
 
+
      <br>
+
  
 +
  <p>The session was extremely engaging as the students were keen to learn more, and the applications of biomanufacturing in our project supplemented their curriculum healthily. The students’ understanding of synthetic biology was also enhanced - through our presentation, in particular the sections on human practices and modelling, they were more aware of the practical applications and consideration of synthetic biology endeavours.</p><br>
 +
  <div class="quote">“The session was extremely insightful and grew my love for synthetic biology even more. This session has definitely swayed me towards participating in next year’s iGEM team”</div> <br>
 
     </div>
 
     </div>
   </div>
+
  <div class="column right">
</div>
+
   <p>After our presentation, the students asked thought-provoking questions and raised interesting suggestions, which made us think critically about our approach to our project, and re-affirmed certain components of our project.</p> <br>
 +
  <p>At the end of the session, we gathered feedback from the participants. Most of the students were impressed with our project and were extremely keen on participating in iGEM to expound upon their current understanding of synthetic biology.</p><br>
 +
    <figure class="figures2">
 +
      <img src="https://static.igem.org/mediawiki/2018/3/38/T--NUS_Singapore-A--LSM_Talk_Audience_Interaction.jpeg" alt ="LSM lecture1">
 +
      <figcaption>Nanda and Liyana interacting with possible iGEMers or next year!</figcaption>
 +
      </figure>
 +
    <br>
  
 +
  <p>Overall, it was a very interactive session; not only could we share more about our project and iGEM, we also increased the awareness of the environmental issues arising from the fashion industry. We also strengthened our expertise in our project from the process of the students questioning our work, and considered the many recommendations provided by the students. </p><br>
 +
  </div>
 +
  </div>
  
<div id="IHP5" class="tabcontent">
 
  <img src="https://static.igem.org/mediawiki/2018/d/d3/T--NUS_Singapore-A--IHP_HolgerSchlaefkeSolo.jpg" class="sponsor-pic" alt="Mr. Holger Schlaefke"></a>
 
  <div class="row">
 
    <div class="column left" style="background-color: white;">
 
      <h1>LSM3246 SYNTHETIC BIOLOGY PRESENTATION</h1>
 
      <p>
 
On the 27th of August, NUSGEM had the opportunity to attend and participate in a lecture on synthetic biology, LSM3246 at NUS.  We started with an introduction to what iGEM is and what it entitles as means of scouting members for next year’s team. We started off our project introduction by explaining in the need for a change in the textile industry and also how our system could change the bioproduction industry. As the crowd was well versed in synthetic biology, we were able to go in depth into gene circuit and explain the significance of each pathway as well as their mechanisms.
 
      </p>
 
  
      <br>
+
  <h1>SOCIAL MEDIA</h1>
 +
  <p>Our project used social media as a longitudinal form of educational and public engagement - whilst we had several exciting events scattered throughout our project timeline, we used our social media accounts (namely Instagram) to constantly share with our followers more about what we have learned about synthetic biology in our Human Practices interviews, and to engage our followers in amusing quizzes that pique their interest in synthetic biology.<br><br>
  
      <p>
+
  With over <b>30 posts</b> and <b>250 followers</b>, we used our Instagram account to share with our followers exciting developments in our wet-lab experiments, the pearls of wisdom we gleaned from our Human Practices interviews, and important details of our education and engagement events.</p><br>
The session was extremely engaging as the students were keen and excited to learn more. Several questions and suggestion were posed by the students through which we could explain other important of iGEM such as modelling and human practices and how each component are woven together to bring our idea to life. The students were also accompanied by Dr. Matthew Chang, director of SynCti, who is the coordinator for this module. Not only did he arrange for this sharing session, allowing us to take charge of the whole session but also provided access to his lab at SynCti which greatly helped us with our wet lab experiments and research.
+
      </p>
+
  
      <br>
+
  <figure class="figures2">
     </div>
+
     <img src="https://static.igem.org/mediawiki/2018/0/00/T--NUS_Singapore-A--Social_Media.png">
     <div class="column left" style="background-color: white;">
+
     <figcaption>Our influences throughout the globe!</figcaption>
 +
  </figure>
 +
  <br>
  
 +
  <p>One of our posts depicted a photo of a gel electrophoresis process in progress - we then shared with our followers about the purpose of this experiment - which was for us to verify the sizes of our DNA samples after performing a PCR reaction on the samples. Through this one post, our followers would be able to understand the processes going on a synthetic biology laboratory, and the importance of having good laboratory techniques in synthetic biology. Hopefully, they would be better to appreciate the values of scientific rigour and excellence as applied to the daily life of a synthetic biologist too!</p><br>
  
      <p>
 
When talking to students at the end of the session, most were impressed with our project and were extremely keen on participating in iGEM next year. “The session was extremely insightful and grew my love for synthetic biology even more. This session has definitely swayed me towards considering next year’s iGEM team”, said one of the students.
 
      </p>
 
  
      <br>
+
  <p>Another one of our posts was with one of our Human Practices interviewees - Ms Angelene Wong. We shared with our followers more about what we had learnt about the fashion industry from Ms Angelene Wong; for example, the interconnectedness of fashion and technology - how technology could be used to create accessible fashion, such as synthetic prosthetics, and how the colours used in clothing were invariably affected by local history and politics. Using the Instagram story function, we were also able to field questions from our followers who had burning questions about fashion, culture, and technology. Just as we learned more about how synthetic biology should seek to complement fashion, we were eager to share it with our followers, and engage them in our discussions as well!</p><br>
  
      <p>
 
Overall, it was a very interactive session where we could not only share about our project but also increase the awareness of the vices of the textile industry, the need for a bioreactor and the supportive platform iGEM provides to explore the ever changing and innovative world of synthetic biology.
 
      </p>
 
 
      <br>
 
    </div>
 
  </div>
 
 
</div>
 
</div>
 
<div id="IHP6" class="tabcontent">
 
  <img src="https://static.igem.org/mediawiki/2018/d/d3/T--NUS_Singapore-A--IHP_HolgerSchlaefkeSolo.jpg" class="sponsor-pic" alt="Mr. Holger Schlaefke"></a>
 
  <div class="row">
 
    <div class="column left" style="background-color: white;">
 
      <h1>SOCIAL MEDIA</h1>
 
      <p>
 
In the beginning of our project, we established our Facebook and Instagram page. We hoped to use these social media platforms to establish our presence within the iGEM community to meet other teams, help extend the knowledge of synthetic while promote our project. At the end of our project we have had almost 300 followers on Instagram and around 150 likes on Facebook.
 
      </p>
 
 
      <br>
 
    </div>
 
    <div class="column left" style="background-color: white;">
 
 
      <p>
 
Although most of our support is from Singapore, we had followers from across the globe supporting our project and its ideas. We had a variety of participants ranging from highschool students, university students, professors, textile industries and even designers! This wide net helped us find relevant personals for human practices while providing our followers an insight on iGEM and our project.
 
      </p>
 
 
      <br>
 
 
      <p>
 
The overwhelming support from our followers encouraged to give our best and achieve high!
 
 
      </p>
 
 
      <br>
 
    </div>
 
  </div>
 
 
</div>
 
</div>
 
 
<div id="IHP1" class="tabcontent" style="box-shadow: none; max-width:100%;">
 
  <div class="row">
 
    <h1>OVERVIEW</h1>
 
    <div class="column left" style="background-color:white;">
 
      <p>Through outreach, NUSGEM aimed to raise more awareness about synthetic biology, iGEM and our project to the public focusing greatly on high school and university students. Although synthetic biology research and development is growing in Singapore, it is not being emphasized to students. We feel it is important that students are exposed to the basics of synthetic biology early on to help them open to newer career options.
 
      </p>
 
    </div>
 
  </div>
 
</div>
 
 
</div> <!--Closing Div for tabcontent-wrapper -->
 
 
</div> <!-- Closing Div for inner-border -->
 
</div> <!-- Closing Div for inner-border -->
 
</body>
 
</body>
Line 519: Line 222:
  
 
/******************************************CAROUSEL SCRIPT STARTS HERE ********************************************/
 
/******************************************CAROUSEL SCRIPT STARTS HERE ********************************************/
/*
 
var slideIndex = 0;
 
showSlides();
 
  
function showSlides() {
 
    var i;
 
    var slides = document.getElementsByClassName("mySlides");
 
    var dots = document.getElementsByClassName("dot");
 
    for (i = 0; i < slides.length; i++) {
 
      slides[i].style.display = "none"; 
 
    }
 
    slideIndex++;
 
    if (slideIndex > slides.length) {slideIndex = 1}   
 
    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";
 
    setTimeout(showSlides, 3000); // Change image every 2 seconds
 
}
 
  
*/
 
 
/*********************************HEY RITA REMEMBER TO CHANGE THE SLIDES TO n-1 OF THE NUMBER OF IMAGES YOU WANT TO SHOW. LOOK AT (slides: <change me>) *************************************/
 
/*********************************HEY RITA REMEMBER TO CHANGE THE SLIDES TO n-1 OF THE NUMBER OF IMAGES YOU WANT TO SHOW. LOOK AT (slides: <change me>) *************************************/
 
new Vue({
 
new Vue({
Line 552: Line 235:
 
   }
 
   }
 
})
 
})
 +
 +
 
/******************************************CAROUSEL SCRIPT ENDS HERE **********************************************/
 
/******************************************CAROUSEL SCRIPT ENDS HERE **********************************************/
  

Latest revision as of 20:37, 15 October 2018

CONNECT WITH US
outreach header

OVERVIEW

Singapore has set its sights on becoming a global powerhouse in synthetic biology. The government is pouring money into a new research programme, the national Synthetic Biology R&D programme, and is encouraging scientists to make synthetic microorganisms, or redesign natural ones, that can be used to produce food, electronics, medicine and energy.

Through educational events and public engagement, NUSGEM aimed to raise more awareness about synthetic biology, iGEM, and our project to the public focusing greatly on high school and university students. Although synthetic biology research and development is flourishing in Singapore, it is not being emphasized to students regardless of education level. Take a look at the following syllabus for an overview of the current pre-university curriculum for biology.


Figure 1. H2 Biology Curriculum Framework in Singapore junior college.

Even at the undergraduate level, there are only limited opportunities for students to explore synthetic biology in their education. A cursory search revealed only 2 modules on synthetic biology being offered by National University of Singapore, 1 module on synthetic biology being offered by Nanyang Technological University, and none being offered by the other universities in Singapore (Singapore Management University, Singapore University of Technology and Design).

Due to the lack of opportunities for involvement in synthetic biology with a formal educational platform, our team feels that it is important that students are exposed to the basics of synthetic biology early on, which may open up potential career options, and perhaps even bolster Singapore’s efforts in promoting synthetic biology research and development.

As students who have gone through all stages of the Singaporean education system, we feel that we are uniquely poised to design programmes that would be not only relatable, but also insightful for our fellow students. After much deliberation, consultation, and collaboration with current educators, we have developed a thoughtful and multi-pronged educational programme that will engage and inspire our fellow students, and open up their minds to a whole new world - that is synthetic biology.


LIFE HACKS! 2018

Life Hacks! 2018 was the first large-scale outreach event organised by NUSGEM. The event was held on 28th July at the National University of Singapore, Faculty of Engineering. Students and educators from over 15 different schools and institutions attended our event. Our event was conceived to help pre-university students learn more about what synthetic biology entailed, to help them make an informed decision on pursuing synthetic biology in the tertiary education and beyond.

Indeed, targeting this demographic proved to be high-impact as the concept of synthetic biology was not introduced to many of the participants at our event. Nevertheless, as synthetic biology is a growing and developing field, and as university students who felt that earlier exposure to synthetic biology would be beneficial, we highlighted the importance of equipping the students with sufficient knowledge before they entered the next stage of their education.


This event was conducted in collaboration with NUS Biomedical Engineering Club, in order to promote synthetic biology. We were also fortunate to have worked with Prof. Raye Yeow, the Chairperson of the Biomedical Engineering Society Student Chapter, who helped disseminate news of our event to all his affiliated student groups.


The Life Hacks! 2018 event consisted of two sections; firstly, engaging talks by speakers who were well-versed in the issues surrounding synthetic biology, and secondly, exciting hands-on activities to give the students a taster of the daily life of a synthetic biologist.


Our first speaker was Professor Poh Chueh Loo, an Associate Professor at the Faculty of Engineering, and our team’s Principal Investigator. He gave a primer to what synthetic biology is, before moving on to share about the career and academic prospects in synthetic biology. Our next speakers were Dr. Owen Schaefer, who introduced the group to relevant and critical issues in bioethics and synthetic biology, and Dr. Sonja Luz, who spoke about the applications of synthetic biology, especially in the environment and conservation aspects.


life hacks lecture
An interested life hacker!


After lunch, four different activities were arranged for our participants: a brief lecture on gene circuit design, an activity on gene circuit design, a lab tour and short tour around our biomedical engineering department.


life hacks lab tour
Team Leader Nanda awing the participants with the class blue light fluorescence

The lab tour introduced the participants to the BioMakerSpace in the Faculty of Engineering, more fondly referred to as “Home of NUS iGEM teams”. The BioMakerSpace is a newly-built and well-furnished laboratory for the iGEM students in our university to perform our wet-lab experiments for the competition.


Safety is a core value of our team, and indubitably, the safety of the our participants were our top priority during the event. To ensure a positive learning experience for our participants, all of them were provided with lab coats and safety goggles, and most notably, we started the tour with an informative safety briefing.


During the tour, we introduced to our participants the various equipment we used in our experiments, and explained how we used them. To complement our introductory session, we planned an exciting crossword challenge to test how much they understood. We were very heartened to find out from their post-survey feedback that they found the session extremely interesting and refreshing. Ms. Aishwarya Iyer, a student from NPS Singapore International School commented that “Life Hacks! sparked an interest in synthetic biology in me!” She also felt that “the entire event was a holistic experience of fun and learning through informative talks and engaging activities.”


As the gene circuit lies at the heart of synthetic biology, we wished to expose our participants to its basics by preparing a brief introductory session on gene circuit design. By drawing parallels to computer engineering, which inspired the abstraction hierarchy of synthetic biology, participants were made aware of the fundamental role that gene circuits play. They also learnt about the concept of simple logic gates, and how to construct them by assembling parts together.


Subsequently, the participants were given the opportunity to try their hand at designing gene circuits through a mini hands-on activity. Each group was tasked to piece paper cut-outs of parts together to build simple systems. An example of a task went: “Design a gene circuit such that the cell produces CFP when lactose is present, and SK2 when lactose is absent.”



gene circuit fun
gene circuits are FUN!


gene circuit fun2
Hao Yuan imparting his wisdom
igem fun fun
Gene Circuits never fail to bring smiles to everyone's faces

While initially hesitant and unsure, the participants gradually eased into the activity, guided along by the friendly facilitators, who ensured that all the participants were involved and addressed their many queries. One heartening observation by our facilitators - participants who were quicker at getting the hang of designing their gene circuits extended their help to their peers, even those from other groups. If this is any representation of the future of synthetic biologists, the field is indeed in good hands!


Mr. Justin Soh, a student from Singapore Polytechnic, felt that Life Hacks! 2018 “[gave a] simple overview of what synthetic biology is about at its core but provides enough depth for attendees to appreciate the value of synthetic biology”. He further added – “the invited guests were not synthetic biologists themselves, but people who complemented the work of synthetic biologists. This helped me gain more insight on the impact of the work we do and how it affects the world in a larger perspective, and would greatly help inspire the future generations of biologists”.


Our event would not have been possible without our sponsors’ generous support - many thanks goes out to Axil Scientific, Arbor Bioscience, and Singer Instruments. Our sponsors offer high quality products and services everyday to help researchers in the life science with their research, in terms of lab reagents, consumables, gene and DNA sequencing services, and high quality instruments.


hands raised
Everyone's excited for Life Hacks! 2019

Residential College Teas (RC Teas)

RC Teas were organized to introduce synthetic biology and our project to our fellow students at our university. We organized two different student teas - one at the Tembusu Residential College, and the other at Ridge View Residential College. We limited the attendance of these student teas to help facilitate deeper and intimate discussions.


TEMBUSU RESIDENTIAL COLLEGE TEA

The tea session Tembusu College focused on “Women in Synthetic Biology”. To grace our event was Adjunct Associate Professor Lisa Ng, a renowned virologist and a PI at the Singapore Immunology Network, she is well-known for working with viruses endemic in the tropics. Most notably, she was also the first Singaporean and first woman to be awarded the illustrious ASEAN “International Young Scientist and Technologist Award” in 2008.

During the talk, she shared with us her journey starting off as a mere undergraduate to her current status as a principal investigator. This inspiring tale provoked many questions from the participants, several participants even used this opportunity to seek career-related advice. Hearteningly, the participants were voracious and keenly participated in discussions with Dr. Lisa, prompting her to share her many stories, and even listen to our experiences.


“I felt inspired and empowered by her stories and advice. There was a great deal of interesting debate as well” (Participant)

At the end of the event, Dr. Ng expressed how impressed she was with our event.

“It was a different experience for me, I was able to mingle with everyone rather than just present myself”. (A/Prof Lisa Ng)

Overall, Dr. Ng and the attendees found the event extremely fruitful - through open discourse, this event helped participants to better understand the challenges faced by women in synthetic biology, and perhaps even STEM-related fields in general. A few participants even expressed interest in participating in similar projects in the future!


RIDGE VIEW RESIDENTIAL COLLEGE TEA

At the Ridge View Residential College Tea, we worked closely with the faculty at the residential college, Mr. Lim Cheng Puay, to introduce our project as part of a series lectures on the environment the college was giving. Similar to the Tembusu College Tea, we had around ten participants which facilitated a smooth discussion. Participants were extremely keen to learn more about the motivation for project, our progress, and what iGEM entitles.


“I really liked this initiative as it allowed people to understand how synthetic biology can truly be used to solve a problem.” (Participant)


Presentation
The RVRC Presentation

To intrigue the audience's’ interest in iGEM, we encouraged everyone on the team to be open in sharing both their experiences and struggles.


Although our audience comprised students from different majors, they felt that they could understand what we were saying and what our project was all about.


Through this event, we believe we have helped students realise the power of synthetic biology, whilst simultaneously educating them about the harmful and pollutive effects caused by the textile industry and how synthetic biology was uniquely poised to make a difference.


“The Q&A and feedback session greatly helped to learn more about the project and share our opinion regarding it.” (Participant)

Group shot at RVRC
All the smiles for iGEM and synthetic biology

LSM3246 SYNTHETIC BIOLOGY PRESENTATION

On the 27th of August, NUSGEM had the unique opportunity to participate in a lecture on synthetic biology (NUS LSM3246, for those who were wondering), co-ordinated by Dr. Matthew Chang, the director of SynCTI. To start off the session, we gave a brief introduction to what iGEM is and what it entails. As we felt that the exposure to synthetic biology that iGEM provided was invaluable and unparalleled, we wanted to pique the interests of current synthetic biology students, and encourage them to join next year’s iGEM team.

We introduced the premise of our project by explaining the long-term consequences resulting from unregulated pollution caused by the production of synthetic dyes in the fashion industry, we then explicated more about our novel platform for biomanufacturing. It being a lecture on synthetic biology, the crowd was well-versed in the content matter, allowing our coverage to go in depth into our gene circuits, reaction pathways, and mechanisms.


The session was extremely engaging as the students were keen to learn more, and the applications of biomanufacturing in our project supplemented their curriculum healthily. The students’ understanding of synthetic biology was also enhanced - through our presentation, in particular the sections on human practices and modelling, they were more aware of the practical applications and consideration of synthetic biology endeavours.


“The session was extremely insightful and grew my love for synthetic biology even more. This session has definitely swayed me towards participating in next year’s iGEM team”

After our presentation, the students asked thought-provoking questions and raised interesting suggestions, which made us think critically about our approach to our project, and re-affirmed certain components of our project.


At the end of the session, we gathered feedback from the participants. Most of the students were impressed with our project and were extremely keen on participating in iGEM to expound upon their current understanding of synthetic biology.


LSM lecture1
Nanda and Liyana interacting with possible iGEMers or next year!

Overall, it was a very interactive session; not only could we share more about our project and iGEM, we also increased the awareness of the environmental issues arising from the fashion industry. We also strengthened our expertise in our project from the process of the students questioning our work, and considered the many recommendations provided by the students.


SOCIAL MEDIA

Our project used social media as a longitudinal form of educational and public engagement - whilst we had several exciting events scattered throughout our project timeline, we used our social media accounts (namely Instagram) to constantly share with our followers more about what we have learned about synthetic biology in our Human Practices interviews, and to engage our followers in amusing quizzes that pique their interest in synthetic biology.

With over 30 posts and 250 followers, we used our Instagram account to share with our followers exciting developments in our wet-lab experiments, the pearls of wisdom we gleaned from our Human Practices interviews, and important details of our education and engagement events.


Our influences throughout the globe!

One of our posts depicted a photo of a gel electrophoresis process in progress - we then shared with our followers about the purpose of this experiment - which was for us to verify the sizes of our DNA samples after performing a PCR reaction on the samples. Through this one post, our followers would be able to understand the processes going on a synthetic biology laboratory, and the importance of having good laboratory techniques in synthetic biology. Hopefully, they would be better to appreciate the values of scientific rigour and excellence as applied to the daily life of a synthetic biologist too!


Another one of our posts was with one of our Human Practices interviewees - Ms Angelene Wong. We shared with our followers more about what we had learnt about the fashion industry from Ms Angelene Wong; for example, the interconnectedness of fashion and technology - how technology could be used to create accessible fashion, such as synthetic prosthetics, and how the colours used in clothing were invariably affected by local history and politics. Using the Instagram story function, we were also able to field questions from our followers who had burning questions about fashion, culture, and technology. Just as we learned more about how synthetic biology should seek to complement fashion, we were eager to share it with our followers, and engage them in our discussions as well!