Difference between revisions of "Team:Hawaii/Human Practices"

Line 3: Line 3:
 
{{Hawaii/Navbar}}
 
{{Hawaii/Navbar}}
 
<html>
 
<html>
  <div class="human-banner">
+
    <div class="human-banner">
  
 
   </div>
 
   </div>
  
 
   <div class="human-circle">
 
   <div class="human-circle">
     <h1>ETHICAL CONSIDERATIONS</h1>
+
     <h1>HUMAN PRACTICES</h1>
 
   </div>
 
   </div>
  
 
   <div class="human-section1">
 
   <div class="human-section1">
     <p id="p1"> Transgenesis, the transfer of genetic material from one organism to another, has the potential to offer new beneficial traits to an organism. Providing advantageous genes to crops could aid in feeding our growing population and increasing the quality of produce. However, transgenic crops pose health and environmental concerns. </p>
+
     <p class="hp" id="p1">Centromeric retrotransposable (CR) elements utilize a natural transportation system to package and carry genes to functional centromeres. While its potential role in gene delivery
    <p>Centromeric retrotransposable (CR) elements utilize a natural transportation system to package and carry genes to functional centromeres. Centromeres are interesting transgene targets as the location offers genes a sort of “protection” with its lack of recombination activity. This could store beneficial genes to accumulate useful traits. However, with some mechanisms of reinsertion unknown, using CR elements to transport genes to a crucial area of cell division poses various risks. We must thoroughly understand the implications of both transgenic modification and the use of this retrotransposition system. A few concerns would be as follows:</p>
+
    will need to be continuously investigated, introducing a complex system to improve quality of life needs to be done in a careful way. The public, especially our youth, will need to be aware of
    <h3>HEALTH</h3>
+
    what this system will entail to make informed decisions about its use when the opportunity to do so arises.</p>
    <p> Although CR elements identify centromeric regions for integration, will there ever be a chance of CR elements integrating into areas of high gene expression in the genome? How will we know? Will other traits be affected by reintegration of CR elements into the centromere in the present and future? How will these new traits affect other organisms? These questions must be answered by further research. </p>
+
  
     <h3>ENVIRONMENT</h3>
+
     <h3>ENGAGING OUR YOUTH</h3>
    <p> Can and will modified transgenic crops form reactive or harmful substances with other molecules on Earth? Will downstream effects of transgenic crop production (abundance, resistance to pests...etc.) lead to changes in the food chain? Such questions may be tested through short-term and long-term experiments that introduce transgenic crops to closed artificial environmental systems. </p>
+
  
    <h3>REGULATION</h3>
+
     <p class="hp">We thus created a typing game, Biotyper, that will allow students to explore some of the images depicting cell components and processes while typing through their descriptions. Although
     <p> To what extent will transgenic modifications be regulated? Who will make the decision on what genes are deemed “useful”? Will those who object to consuming transgenic products have an equal and alternative option? Who will have a say in determining how transgenic modifications are regulated? These issues must be considered prior to public release. </p>
+
      the descriptions may be too hard to understand at first, we hope this sparks
 +
    interest in the younger community to start investigating what the images mean. These images are from the Cell Image Library and students are encouraged to explore what the image entails even further by researching terms that they are unfamiliar with online. </p>
 +
 
 +
    <p id="click-me">
 +
      <button id="play"><a href="../game/index.html">PLAY</a></button>
 +
    </p>
  
    <p>Weighing the risks and benefits of genetic modifications will be important in determining when and how transgenic crops may be used in the future. </p>
 
 
   </div>
 
   </div>
  
Line 50: Line 52:
 
}
 
}
 
.human-circle h1 {
 
.human-circle h1 {
 +
  width: 700px;
 
   font-family: 'Oswald',sans-serif;
 
   font-family: 'Oswald',sans-serif;
   font-size: 80px;
+
   font-size: 90px;
 
   color: rgb(50,50,50);
 
   color: rgb(50,50,50);
 
   letter-spacing: 3px;
 
   letter-spacing: 3px;
Line 60: Line 63:
 
   margin-top: 100px;
 
   margin-top: 100px;
 
}
 
}
.human-section1 p {
+
.hp {
 
   font-family: 'Lato', sans-serif;
 
   font-family: 'Lato', sans-serif;
 
   font-size: 20px;
 
   font-size: 20px;
Line 66: Line 69:
 
   padding-right: 100px;
 
   padding-right: 100px;
 
   line-height: 1.5;
 
   line-height: 1.5;
}
+
  }
 
.human-section1 h3 {
 
.human-section1 h3 {
 
   font-family: 'Oswald', sans-serif;
 
   font-family: 'Oswald', sans-serif;
Line 73: Line 76:
 
   margin-left: 100px;
 
   margin-left: 100px;
 
}
 
}
 +
#human-inner-section {
 +
  width: 100%;
 +
  height: 500px;
 +
  /* background-color: pink; */
 +
  display: flex;
 +
  justify-content: space-around;
 +
}
 +
#human-inner-section div {
 +
  width: 90%;
 +
  height: 100%;
 +
  /* background-color: blue; */
 +
  display: flex;
 +
  flex-direction: row;
 +
  justify-content: space-around;
 +
}
 +
#game-description {
 +
  width: 300px;
 +
  height: 100%;
 +
  /* background-color: orange; */
 +
  /* padding-right: 50px; */
 +
  margin: 0px;
 +
  font-family: 'Lato', sans-serif;
 +
  font-size: 20px;
 +
  line-height: 1.5;
 +
}
 +
#game-image {
 +
  width: 60%;
 +
  height: 100%;
 +
}
 +
#click-me {
 +
  width: 100%;
 +
  height: 100px;
 +
  display: flex;
 +
  justify-content: center;
 +
  align-items: center;
 +
}
 +
#play {
 +
  width: 150px;
 +
  height: 60px;
 +
  background-color: #3b9789 ;
 +
  border: none;
 +
  font-family: 'Oswald', sans-serif;
 +
  font-size: 30px;
 +
  letter-spacing: 2px;
 +
  color: white;
 +
}
 +
#play:hover {
 +
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
 +
}
 +
#play:focus {
 +
  border: none;
 +
}
 +
 
</style>
 
</style>
 
</html>  
 
</html>  
 
{{Hawaii/Footer}}
 
{{Hawaii/Footer}}

Revision as of 23:11, 17 October 2018

HUMAN PRACTICES

Centromeric retrotransposable (CR) elements utilize a natural transportation system to package and carry genes to functional centromeres. While its potential role in gene delivery will need to be continuously investigated, introducing a complex system to improve quality of life needs to be done in a careful way. The public, especially our youth, will need to be aware of what this system will entail to make informed decisions about its use when the opportunity to do so arises.

ENGAGING OUR YOUTH

We thus created a typing game, Biotyper, that will allow students to explore some of the images depicting cell components and processes while typing through their descriptions. Although the descriptions may be too hard to understand at first, we hope this sparks interest in the younger community to start investigating what the images mean. These images are from the Cell Image Library and students are encouraged to explore what the image entails even further by researching terms that they are unfamiliar with online.