Difference between revisions of "Team:UCL/Safety"

Line 6: Line 6:
 
<head>
 
<head>
  
 
+
     <meta charset="UTF-8">
     <h1 class="title" style="font-size:50px!important; color:#E55190">LEGIT - From light to structure</h1>
+
    <title>LIT Entrepreneurs Product</title>
  
 
     <!-- Latest compiled JavaScript -->
 
     <!-- Latest compiled JavaScript -->
 
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  
 +
    <script>
 +
 +
        $(document).ready(function(){
 +
         
 +
            function open_PDF()
 +
            {
 +
                var new_window = window.open('mysite.com/yourpdf.pdf','alternati', ' menubar,resizable,dependent,status,width=400,heigh t=600,left=10,top=10')
 +
            }
 +
 +
        });
 +
    </script>
 
</head>
 
</head>
  
 
<style>
 
<style>
 
     .image-content-here {
 
     .image-content-here {
         width:100%;
+
        height: 200px;
         height:100%;
+
         width:220px;
         margin:0;
+
         border-radius: 50%;
 +
         margin: 1% 5% 1% 5%;
 +
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 
     }
 
     }
 +
 +
    .introbit {
 +
        position:relative;
 +
        font-size: 25px;
 +
        font-family: "Crimson Text";
 +
        padding: 1% 3% 2% 15%;
 +
        margin:0 !important;
 +
    }
 +
 +
    .quotes {
 +
        position:relative;
 +
        font-size: 22px;
 +
        font-style:italic;
 +
        font-family: "Crimson Text";
 +
        padding: 1% 3% 2% 15%;
 +
        margin:0 !important;
 +
    }
 +
 +
    .competitors-table {
 +
        margin:10% 0 0 0;
 +
        border: 1px solid black;
 +
        border-collapse: collapse;
 +
    }
 +
 +
    .competitors-tr {
 +
        border: 1px solid black;
 +
 +
    }
 +
 +
    .competitors-td  {
 +
        padding: 3% 3% 3% 3%;
 +
        border: 1px solid black;
 +
        border-collapse: collapse;
 +
    }
 +
 +
    .competitors-td-changing {
 +
        padding: 3% 3% 3% 3%;
 +
        border: 1px solid black;
 +
        border-collapse: collapse;
 +
    }
 +
 +
    .competitors-td-first-column {
 +
        padding: 1% 8% 1% 2% !important;
 +
        font-weight: 600;
 +
        font-size:16px;
 +
        max-width: 100%;
 +
        background-color: #c6c6d8;
 +
    }
 +
 +
    .table-buttons {
 +
        margin: 2% 0 1% 3%;
 +
        float:right;
 +
        position: relative;
 +
    }
 +
    .icons-here {
 +
        height:100px;
 +
        width:100px;
 +
        padding: 1%;
 +
        margin: 1% 10% 5% 10%;
 +
    }
 +
 +
    table, th, td {
 +
        border: 1px solid black;
 +
        border-collapse: collapse;
 +
    }
 +
    th, td {
 +
        padding: 10px;
 +
    }
 +
    th{
 +
        text-align: center;
 +
    }
 +
    td {
 +
        text-align: left;
 +
    }
 +
 +
 
</style>
 
</style>
  
 
<body data-spy="scroll" data-target="#side-index">
 
<body data-spy="scroll" data-target="#side-index">
 
+
<!-- The top navbar -->
 
<div style="margin:0 !important; padding:0 !important" class="container-fluid">
 
<div style="margin:0 !important; padding:0 !important" class="container-fluid">
 
 
     <div id="top" class="row">
 
     <div id="top" class="row">
<a href="https://2017.igem.org/Team:UCL"><img src="https://static.igem.org/mediawiki/2017/9/92/Logotop.png" class="logo-top"></a>
+
 
 +
      <a href="https://2017.igem.org/Team:UCL"><img src="https://static.igem.org/mediawiki/2017/9/92/Logotop.png" class="logo-top"></a>
  
 
         <ul class="navy">
 
         <ul class="navy">
Line 83: Line 172:
  
 
         </ul>
 
         </ul>
 
 
     </div>
 
     </div>
  
Line 89: Line 177:
  
 
<div class="container-fluid">
 
<div class="container-fluid">
 
 
     <div class="row">
 
     <div class="row">
  
         <div style="margin-top: 20px; margin-left:15% !important;" class="col-sm-11">
+
         <!-- The side navbar -->
 +
        <nav id="side-index" class="col-sm-2">
 +
            <ul class="nav nav-stacked" data-spy="affix" data-offset-top="205">
 +
                <li id="step1" class="navy-link side-link"><a href="#Overview">Overview</a></li>
 +
                <li id="step2" class="navy-link side-link"><a href="#How">How does it Work</a></li>
 +
<li id="step3" class="navy-link side-link"><a href="#design">Design</a></li>
 +
<li id="step4" class="navy-link side-link"><a href="#manufacture">Manufacture</a></li>
 +
<li id="step5" class="navy-link side-link"><a href="#safety">Safety</a></li>
 +
            </ul>
 +
        </nav>
  
            <h1 style="padding: 3% 0 1% 0 !important" class="title">Safety in the Lab</h1>
+
        <!-- Content -->
 +
        <div style="float: right !important" class="col-sm-10">
  
             <ul class="list-section">
+
             <!-- Intro -->
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/Parts">Our new biobricks</a></li>
+
            <div id="who" class="row">
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/Attributions">Attributions</a></li>
+
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/InterLab">We had fun with the Interlab</a></li>
+
            </ul>
+
  
             <h1 style="padding: 3% 0 1% 0 !important" class="title">Silver</h1>
+
             <!-- Product-->
 +
            <div id="product" class="row">
 +
                <div class="text-section col-sm-10" style="border:none">
  
            <ul class="list-section">
+
                    <h1 class="title" style="font-size: 50px!important">Safety </h1>
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/Collaborations">Collaborations with SVCE 2017 for Modelling and UK Teams for HP</a></li>
+
<h1 class="subtitle">Currently under development </h1>
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/HP/Silver">Human Practices - How we thought about safety</a></li>
+
                    <div class="row" style="border:none; max-width: 100%">
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/Results">Data to characterize - check the tissue engineering experimental data</a></li>
+
            </ul>
+
  
            <h1 style="padding: 3% 0 1% 0 !important" class="title">Gold</h1>
+
                        <div class="text-section" style="border: none" id="safety-considerations-in-our-project-design">
 +
                            <h1 class="title">Safety Considerations of our Project Design</h1>
 +
                            <p class="text-content-new" style="border: none;  margin-left:20px!important">Placeholder text: The ting goes skrrrahh! Pap, pap, ka-ka-ka! Skidiki-pap-pap! And a pu-pu-drrrr-boom! Skya! Du-du-ku-ku-pun-pun! Poom, poom. You dun know. -Big Shaq</p>
 +
                        </div>
 +
                    </div>
  
            <ul class="list-section">
+
                    <div class="text-section" style="border: none" id="Lab-Safety">
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/HP/Gold_Integrated">Integrated Practices</a></li>
+
                        <h1 class="title">Lab Safety</h1>
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/Model">Our 4 models </a></li>
+
                        <img src="https://static.igem.org/mediawiki/2017/0/07/HowDoesItWork.png"  id="special-image-here-2" style="width:700px; height:400px; margin-left: 10%">
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/Part_Improvement">Improving the IrrE plasmid from past years</a></li>
+
                        <p class="text-content-new">Placeholder text: The ting goes skrrrahh! Pap, pap, ka-ka-ka! Skidiki-pap-pap! And a pu-pu-drrrr-boom! Skya! Du-du-ku-ku-pun-pun! Poom, poom. You dun know. -Big Shaq</p>
            </ul>
+
                    </div>
  
 +
                    <div class="text-section" style="border: none" id="bioterrorism">
 +
                        <h1 class="title">Biotrerrorism</h1>
 +
                        <div class="text-section col-sm-10" style="border: none">
 +
                            <p class="text-content-new">Placeholder text: The ting goes skrrrahh! Pap, pap, ka-ka-ka! Skidiki-pap-pap! And a pu-pu-drrrr-boom! Skya! Du-du-ku-ku-pun-pun! Poom, poom. You dun know. -Big Shaq</p>
 +
                        </div>
  
            <h1 style="padding: 3% 0 1% 0 !important" class="title">Extras</h1>
+
                            </div>
 +
                    </div>
 +
                </div>
  
            <ul class="list-section">
 
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/Engagement">Public Engagement</a></li>
 
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/Entrepreneurship">Entrepreneurship</a></li>
 
                <li class="list-item-content"><a href="https://2017.igem.org/Team:UCL/Applied_Design">Applied Design</a></li>
 
            </ul>
 
  
 +
                <div class="text-section col-sm-10" style="border:none">
 +
                    <div class="text-section" style="border: none" >
 +
                        <h1 class="title">The future of the LIT bulbs </h1>
 +
                        <div class="row" style="border: none; max-width: 100%!important">
 +
                            <p class="text-content-new">We decided to envision the implementation of our product, the LIT bulb, using a “think global, act local” approach. We examined and quantified the economic, social and ecological advantages the application of the LIT bulb would have in the U.K. and extrapolated these results onto the world. We also worked on tweaking our original idea to include a further safety measure that could assuage public concerns about leakage of genetically modified organisms into the surroundings. Our long-term future thinking includes making LIT bulbs that can be used for lighting billboards, gardens and outdoor venues.</p>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
 +
                <div class="text-section col-sm-10" style="border:none">
 +
                    <div class="text-section" style="border:none" id="safety">
 +
                        <h1 class="title">Safety</h1>
 +
                        <p class="text-content-new">According to the GPP (Green Public Procurement), a public street light can be defined as:</p>
 +
                        <p class="text-content-new"><i>“Fixed lighting installation intended to provide good visibility to users of outdoor public traffic areas during the hours of darkness to support traffic safety, traffic flow and public security”. </i></p>
 +
                        <p class="text-content-new">The aim is to install the LIT bulb in conventional LIT bulb all around London, our product will constantly be exposed to the general public.  At LIT we put a lot of weight on the security and opinion of our customers. Hence, we have established internal policies to ensure a safe use of the LIT bulb and to diminish the negative view associated with GMOs.</p>
 +
                        <p class="text-content-new">To tackle public concerns for using genetically engineered cells we will set up LIT bulbs in small communities and educate the public about the scientific steps involved in the production of bioluminescence from cells and showcase the fool proof safety measures involved in its workings.</p>
 +
                        <p class="text-content-new">The 21st century is an era of high tech and incredible technological advance, where authorities and governments aim to implement new technologies in any areas of public life. Yet, whenever a new product is introduced to the market, the regulations in place have to be considered. We worked on tweaking our original idea to include a further safety measure that could assuage public concerns about leakage of genetically modified organisms into the surroundings. In case a LIT bulb broke (e.g. from a car accident) and the genetically engineered bacteria were released into the environment, the cells would die immediately and as such verify that they would not pose a threat of bio-contaminant .</p>
 +
                </div>
 +
            </div>
 
         </div>
 
         </div>
 +
 +
        <a href="#" id="myBtn" title="Go to top">Back to Top</a>
  
 
     </div>
 
     </div>
 +
</div>
 
</div>
 
</div>
  

Revision as of 12:58, 31 October 2017

LIT Entrepreneurs Product

Safety

Currently under development

Safety Considerations of our Project Design

Placeholder text: The ting goes skrrrahh! Pap, pap, ka-ka-ka! Skidiki-pap-pap! And a pu-pu-drrrr-boom! Skya! Du-du-ku-ku-pun-pun! Poom, poom. You dun know. -Big Shaq

Lab Safety

Placeholder text: The ting goes skrrrahh! Pap, pap, ka-ka-ka! Skidiki-pap-pap! And a pu-pu-drrrr-boom! Skya! Du-du-ku-ku-pun-pun! Poom, poom. You dun know. -Big Shaq

Biotrerrorism

Placeholder text: The ting goes skrrrahh! Pap, pap, ka-ka-ka! Skidiki-pap-pap! And a pu-pu-drrrr-boom! Skya! Du-du-ku-ku-pun-pun! Poom, poom. You dun know. -Big Shaq

The future of the LIT bulbs

We decided to envision the implementation of our product, the LIT bulb, using a “think global, act local” approach. We examined and quantified the economic, social and ecological advantages the application of the LIT bulb would have in the U.K. and extrapolated these results onto the world. We also worked on tweaking our original idea to include a further safety measure that could assuage public concerns about leakage of genetically modified organisms into the surroundings. Our long-term future thinking includes making LIT bulbs that can be used for lighting billboards, gardens and outdoor venues.

Safety

According to the GPP (Green Public Procurement), a public street light can be defined as:

“Fixed lighting installation intended to provide good visibility to users of outdoor public traffic areas during the hours of darkness to support traffic safety, traffic flow and public security”.

The aim is to install the LIT bulb in conventional LIT bulb all around London, our product will constantly be exposed to the general public. At LIT we put a lot of weight on the security and opinion of our customers. Hence, we have established internal policies to ensure a safe use of the LIT bulb and to diminish the negative view associated with GMOs.

To tackle public concerns for using genetically engineered cells we will set up LIT bulbs in small communities and educate the public about the scientific steps involved in the production of bioluminescence from cells and showcase the fool proof safety measures involved in its workings.

The 21st century is an era of high tech and incredible technological advance, where authorities and governments aim to implement new technologies in any areas of public life. Yet, whenever a new product is introduced to the market, the regulations in place have to be considered. We worked on tweaking our original idea to include a further safety measure that could assuage public concerns about leakage of genetically modified organisms into the surroundings. In case a LIT bulb broke (e.g. from a car accident) and the genetically engineered bacteria were released into the environment, the cells would die immediately and as such verify that they would not pose a threat of bio-contaminant .

Back to Top