Difference between revisions of "Team:TECHNION-ISRAEL/example 2"

(Blanked the page)
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html lang="en">
 
<head>
 
<!-- Title for the page & metadata  -->       
 
<title>navbar</title>
 
<meta charset="utf-8">
 
<meta name="navbar" content="width=device-width, initial-scale=1">
 
  
<!-- Bootstrap CSS -->
 
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/bootstrap.min.css/CSS?action=raw&ctype=text/css"/>
 
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/bootstrap-theme.min.css/CSS?action=raw&ctype=text/css"/>
 
<!-- Bootstrap JS -->
 
<script type="text/javascript" src="https://2017.igem.org/Team:TECHNION-ISRAEL/jquery-2.1.1.min.js/Javascript?action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2017.igem.org/Team:TECHNION-ISRAEL/bootstrap.min.js/Javascript?action=raw&ctype=text/javascript"></script>
 
<!-- ===================Basic Bootstrap's CSS and JS=================== -->
 
<!-- Our wiki CSS -->
 
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/CSS?action=raw&ctype=text/css"/>
 
 
<!-- fonts -->
 
  <!-- Fonts -->
 
<script src="https://use.fontawesome.com/597ba5ca72.js"></script>
 
<link href="https://fonts.googleapis.com/css?family=Assistant" rel="stylesheet" rel="stylesheet">
 
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,500" rel="stylesheet">
 
 
<!--for hover and no on click---->
 
 
<style type="text/css">
 
@media screen and (min-width: 768px){
 
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
 
display: block;
 
}
 
.dropdown-menu{
 
margin-top: 0;
 
}
 
.dropdown-toggle{
 
margin-bottom: 2px;
 
}
 
.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
 
margin-bottom: 0;
 
}
 
}
 
 
</style>
 
 
<script type="text/javascript">
 
$(document).ready(function(){
 
$(".dropdown, .btn-group").hover(function(){
 
var dropdownMenu = $(this).children(".dropdown-menu");
 
if(dropdownMenu.is(":visible")){
 
dropdownMenu.parent().toggleClass("open");
 
}
 
});
 
});   
 
</script>
 
 
<!--wiki  problems style---->
 
 
<style>
 
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {padding-top: 20px;}
 
</style>
 
 
</head>
 
 
<body>
 
<div class = "container-fluid">
 
<div class= "row" style="background-color:white;" >
 
<div class ="col-md-1">
 
<div class = "parpar-left"> <a href="https://2017.igem.org/Team:TECHNION-ISRAEL">
 
<img  src="https://static.igem.org/mediawiki/2017/4/49/T--TECHNION-ISRAEL--par1.png" style= "max-width:58px; margin-top: -8px; position: fixed;">
 
</a></div>
 
 
</div>
 
<div class= "col-md-10">
 
<nav class= "navbar navbar-inverse navbar-fixed-top " style= "position:fixed; margin:auto; width: 980px ;">
 
<div class="dropdown" style="padding-left: 100px;">
 
<button class="dropdown-toggle" type="button" data-toggle="dropdown"> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL"> project </a>
 
<span class="caret"></span></button>
 
<ul class= "dropdown-menu" style=" margin: 0px;  left: 2px;">
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Description"> description </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/cell_lines"> cell lines </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Design"> design </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Applied_Design"> applied design </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/delay_mechanism"> delay mechanism </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/kill_switch"> kill switch </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Demonstrate" > proof of concept </a> </li>
 
</ul>
 
</div>
 
 
<div class="dropdown">
 
<button class="dropdown-toggle" type="button" data-toggle="dropdown"> wet lab
 
<span class="caret"></span></button>
 
<ul class= "dropdown-menu"  style="margin: 0px;  left: 2px;" >
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Results"> results </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/hpc7"> hpc7 results </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Notebook"> notebook </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Experiments"> protocols </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/InterLab"> interlab </a> </li>
 
</ul>
 
</div>
 
 
<div class="dropdown">
 
<button class="dropdown-toggle" type="button" data-toggle="dropdown"> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Parts"> parts </a>
 
<span class="caret"></span></button>
 
<ul class= "dropdown-menu" style="margin: 0px;  left: 2px;">
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Parts"> parts </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Basic_Part"> basic part </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Composite_Part"> composite part </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Part_Collection"> part collection </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Improve"> improvement </a> </li>
 
</ul>
 
</div>
 
 
<div class="dropdown">
 
<button class="dropdown-toggle" type="button" data-toggle="dropdown" style= "width: auto"; > human practices
 
<span class="caret"></span></button>
 
<ul class= "dropdown-menu" style="margin: 0px;  left: 18px; width: 170px;" >
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/HP/Silver"> HP silver </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Engagement" > Education & Public Engagement </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/HP/Gold_Integrated"> integrated HP </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/ethics"> ethics </a> </li>
 
 
</ul>
 
</div>
 
 
<div class="dropdown">
 
<button class="dropdown-toggle" type="button" data-toggle="dropdown"> judging
 
<span class="caret"></span></button>
 
<ul class= "dropdown-menu"  style="margin: 0px;  left: 2px ">
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Safety"> safety </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Collaborations"> collaboration </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Achievements"> achievements </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Model"> modelling </a> </li>
 
</ul>
 
</div>
 
 
 
<div class="dropdown" style="padding-right: 100px;">
 
<button class="dropdown-toggle" type="button" data-toggle="dropdown">team
 
<span class="caret"></span></button>
 
<ul class= "dropdown-menu"  style=" margin: 0px;  left: 2px;">
 
<li> <a href =" https://2017.igem.org/Team:TECHNION-ISRAEL/Team"> members </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/Attributions"> attributions </a> </li>
 
<li> <a href ="https://2017.igem.org/Team:TECHNION-ISRAEL/gallery"> gallery </a> </li>
 
</ul>
 
</div>
 
</nav>
 
 
 
</div>
 
</div>
 
 
<div class="row">
 
<div class="col-md-offset-1 col-md-10">
 
<p>In our project we set out to induce immune tolerance. This lead us the virtue of tolerance in a societal sense. Just as we set out to “teach” our bodies tolerance in the lab, we worked hard to educate for tolerance in the community. The Israeli society is unique for its variety of communities composed of different religions, ethnic groups, cultures, nationalities, languages, opinions and beliefs. Our team is a representative sample of this cultural and religious amalgam that makes Israel so special. Our team consists of Muslims, Orthodox Jews, Haredi Jews, immigrants, Atheists and Agnostics. This summer we learned firsthand how important and fruitful working together can be. It is for this reason that we believe raising awareness and encouraging public discussion about tolerance is so important.
 
 
In light of this vision, we used multiple methods to spread our message of tolerance to various populations in Israel and around the world while educating about synthetic biology throughout the whole process.
 
 
On the educational front, we organized a conference on the topic of "science and theology" for religious women from the “Bnei Menashe” community. The purpose of this conference was to expose this unique community to science, and show that religion and science are not mutually exclusive. We organized an activity for children with physical and mental disabilities on the topic of "tolerance to oneself.” Furthermore we created a permanent educational program about the immune system for a children’s science education center in the socioeconomic periphery. We have also created an immune system craft kit for children similar to the one we designed for the science education center. We are currently in discussions with multiple toy companies regarding manufacturing and distribution, with the goal of sharing this important knowledge globally.
 
 
Beyond the many educational activities we organized, we worked very hard to engage the public. We initiated a "tolerance challenge" on social media. Individuals and groups from all over the world sent diverse and thoughtful pictures of themselves holding a “Tolerance” sign. This campaign was designed to raise awareness and show the world that tolerance is a global value that people from all backgrounds can agree on. We even organized a community run titled: “run for tolerance!” Dozens of citizens came to support and raise awareness for this important cause. In an attempt to reach a wider audience, we created a video about the city of Shefa-‘Amer, an outstanding example of tolerance and coexistence. To date our video has been shared hundreds of times and viewed over 17,000 times, spreading our message of tolerance throughout the world. Lastly, we wrote an “Ethics Handbook” in an attempt to delve deeply into the moral social issues concerning our project specifically, and iGEM as a whole. We sent this handbook to iGEM HQ in the hopes that it may serve as an official iGEM ethics resource that will help future iGEM teams in their ethical analyses.
 
 
To conclude, we organized multiple educational activities on synthetic biology, created valuable tools for the iGEM community, interacted with a large variety of populations, and raised awareness for the common virtue of tolerance among people globally.
 
 
For a much more detailed view of each activity please look through our human practice pages!
 
</p>
 
</div>
 
</div>
 
</div>
 
 
</body>
 
</html>
 

Latest revision as of 02:03, 2 November 2017