Difference between revisions of "Team:ASIJ Tokyo"

 
(97 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{:Team:ASIJ_Tokyo/CSS}}
+
{{ASIJ_Tokyo/CSS}}
 +
{{:Team:ASIJ_Tokyo/bar}}
 +
 
 
<html>
 
<html>
<head>
 
<title>ASIJ_Tokyo</title>
 
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:ASIJ_Tokyo/CSS">
 
<meta charset="utf-8">
 
<meta name="viewport"    content="width=device-width, initial-scale=1.0">
 
</head>
 
  
<body>
+
<style type="text/css">
<div class=nav-box></div>
+
/*page preset==============================================*/
<div class="wrapper">
+
<nav>
+
  <img id="ASIJ" src="https://static.igem.org/mediawiki/2018/thumb/6/6b/T--ASIJ_Tokyo--SchoolLogo.png/1600px-T--ASIJ_Tokyo--SchoolLogo.png">
+
  <ul>
+
<li><a class="active" href="https://2018.igem.org/ASIJ_Tokyo">Home</a></li>
+
<li><a href="https://2018.igem.org/Team:ASIJ_Tokyo">Team</a>
+
  <ul>
+
<li><a href="https://2018.igem.org/Team:ASIJ_Tokyo/Collaboration"> Collaboration </a></li>
+
<li><a href="https://2018.igem.org/Team:ASIJ_Tokyo/Attribution"> Attribution </a></li>
+
  </ul>
+
</li>
+
<li><a href="https://2018.igem.org/Team:ASIJ_Tokyo/Parts">Project</a>
+
  <ul>
+
<li> <a href="https://2018.igem.org/Team:ASIJ_Tokyo/Description"> Description </a> </li>
+
<li> <a href="https://2018.igem.org/Team:ASIJ_Tokyo/Design"> Design </a> </li>
+
<li> <a href="https://2018.igem.org/Team:ASIJ_Tokyo/Experiments"> Experiments </a></li>
+
<li> <a href="https://2018.igem.org/Team:ASIJ_Tokyo/Notebook"> Notebook </a></li>
+
<li> <a href="https://2018.igem.org/Team:ASIJ_Tokyo/Results"> Results </a></li>
+
<li> <a href="#"> Demonstrate </a></li>
+
</ul>
+
</li>
+
<li><a href="https://2018.igem.org/Team:ASIJ_Tokyo/Parts">Parts</a>
+
  <ul>
+
<li><a href="#"> Improve </a></li>
+
  </ul>
+
</li>
+
<li><a class="HP" href="https://2018.igem.org/Team:ASIJ_Tokyo/Human_Practices">Human<br> Practices</a></li>
+
<li><a href="https://2018.igem.org/Team:ASIJ_Tokyo/Safety">Safety</a></li>
+
</ul>
+
</nav>
+
  
 +
#content {
 +
    width: 100%;
 +
    margin: auto;
 +
    background: none;
 +
    border: none;
 +
    padding: 0;
 +
}
 +
 +
/* Structure ================================================== */
 +
html, body {
 +
    background-image: url("https://static.igem.org/mediawiki/2018/b/b0/T--ASIJ_Tokyo--OfficialBackground.jpeg") !important;
 +
    background-repeat: repeat, repeat;
 +
    background-size: 100%;
 +
 +
    padding: 0;
 +
    margin: 0;
 +
}
 +
 +
.wrapper {
 +
  margin-left: 10%;
 +
  margin-right: 10%;
 +
}
 +
 +
footer {
 +
border-top: 2px dotted #fff;
 +
margin-top: 10%;
 +
}
 +
 +
#footer_logo {
 +
height: 130px;
 +
display: block;
 +
margin: 25px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
}
 +
 +
footer p{
 +
float: right;
 +
color: #88C1EF;
 +
}
 +
 +
footer p a{
 +
color: #88C1EF;
 +
}
 +
 +
 
 +
/* home page $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
 +
 +
 +
#title h1 {
 +
    font-size: 90px !important;
 +
    color: #071f4e;
 +
    text-align: right;
 +
    font-weight: bold;
 +
    text-shadow: 0px 0px 10px white;
 +
    letter-spacing: 5px;
 +
    line-height: normal;
 +
    padding-top: 70px;
 +
    padding-bottom: 0;
 +
    margin-bottom: -5px;
 +
}
 +
 +
#HQ_page table{
 +
        margin-right: 0;
 +
        margin-left: 0;
 +
margin-top: 4%;
 +
margin-bottom: 5%;
 +
        background: none;
 +
        font-size: 100%;
 +
        border: none;
 +
}
 +
 +
#HQ_page td {
 +
    padding: 0;
 +
    border: none;
 +
    border-collapse: collapse;
 +
    vertical-align: inherit;
 +
}
 +
 +
#subtitle h2 {
 +
    text-align: right;
 +
    color: #071f4e;
 +
    font-size: 15px;
 +
    line-height: 30px;
 +
    padding-top: 0;
 +
}
 +
 +
#abstract {
 +
margin: auto;
 +
background-color: #88c1ef;
 +
padding: 50px;
 +
}
 +
 +
#abstract h3 {
 +
    text-align: center;
 +
    color: white;
 +
    font-size: 30px;
 +
    letter-spacing: 2px;
 +
    font-weight: 100;
 +
    margin-bottom: 15px;
 +
}
 +
 +
#HQ_page p {
 +
 +
    font-size: 18px;
 +
    text-align: justify;
 +
}
 +
 +
h6 {
 +
    font-size: 10px;
 +
    font-weight: 100;
 +
    float: right;
 +
    color: #4B7FAD;
 +
}
 +
 +
#igem {
 +
    height: 300px;
 +
    z-index: -2;
 +
    position: absolute;
 +
    top: 9%;
 +
    right: 27%;
 +
}
 +
</style>
 +
 +
<body background="https://static.igem.org/mediawiki/2018/b/b0/T--ASIJ_Tokyo--OfficialBackground.jpeg">
 +
<div class="wrapper">
 +
        <img id="igem" src="https://static.igem.org/mediawiki/2018/8/81/T--ASIJ_Tokyo--%2Aigem_asij_logo%2A.png">
 
<table>
 
<table>
 
<tr>
 
<tr>
 
<td rowspan="2">
 
<td rowspan="2">
<img  id="liver" src="https://static.igem.org/mediawiki/2018/f/f6/T--ASIJ_Tokyo--Liver.png" height="375px" alt="liver">
+
<img  id="liver" src="https://static.igem.org/mediawiki/2018/7/7a/T--ASIJ_Tokyo--%2ALIVER%2A%28resized%29.png" height="375px" alt="liver">
<td id="title"><p >A1-AT<br>de<span style="color:rgb(182, 9, 23)">LIVER</span>y </p></td>
+
<td id="title"><h1>A1-AT<br>de<span style="color:rgb(182, 9, 23)">LIVER</span>y </h1></td>
 
</td>
 
</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td id="subtitle"><h1> Using Stem Cell and CRISPR Technology to Combat Alpha-1 Antitrypsin Deficiency </h1></td>
+
<td id="subtitle"><h2> Using CRISPR Technology to Combat Alpha-1 Antitrypsin Deficiency </h2></td>
 
</tr>
 
</tr>
 
</table>
 
</table>
 
 
<div id="abstract">
 
<div id="abstract">
 
<h3> ABSTRACT </h3>
 
<h3> ABSTRACT </h3>
<p> Alpha-1 Antitrypsin deficiency is a common genetic disorder -- the defective gene for which is carried by 1 in 25 people -- which arises from a single base pair mutation in the SERPINA1 gene, resulting in the production of a form of antitrypsin prone to polymerization. The mutated antitrypsin then builds up in liver cells and is unable to inhibit proteases in the lungs, leading to damage in both. Using CRISPR-Cas9 technology, we aimed to fix the error in SERPINA1 so that proper antitrypsin can be produced. We will show proof of concept in E. Coli cells using osmy secretion tags and GFP as a reporter. We hope to design a liver organ bud using IPS cell technology to deliver function A1AT through collaboration with Dr. Kagimoto of Healios Japan KK.
+
<p> Alpha-1 antitrypsin (A1AT) deficiency is a genetic disorder that arises from a single base pair mutation in the SERPINA gene. The disease results in the production of a form of A1AT prone to polymerization, which builds up in liver cells and is unable to inhibit proteases in the lungs. The lack of antitrypsin leads to damage in both the liver and the lungs. Using CRISPR-Cas9 technology, we attempted to fix the point mutation in SERPINA1 so that proper antitrypsin can be produced. We will test our system in E. Coli cells using histidine tags, osmY secretion tags, and GFP as a reporter. We hope to design a liver organ bud using iPS cell technology to deliver functional antitrypsin through collaboration with Dr. Kagimoto of Healios Japan KK.
 
</div>
 
</div>
  
<footer>
+
        <footer>
<img id=footer_logo src="https://static.igem.org/mediawiki/2018/4/4b/T--ASIJ_Tokyo--TeamLogo.png" alt="iGEMlogo">
+
  <img id=footer_logo src="https://static.igem.org/mediawiki/2018/4/4b/T--ASIJ_Tokyo--TeamLogo.png" alt="iGEMlogo">
<p>Icon used in the background made by <a href="https://www.flaticon.com/authors/ddara">dDara</a> from <a href="www.flaticon.com">www.flaticon.com</a></p>
+
<h6>Icon used in the background made by <a href="https://www.flaticon.com/authors/ddara">dDara</a>from <a href="www.flaticon.com">www.flaticon.com</a></h6>
</footer>
+
        </footer>
 +
 
 
</div>
 
</div>
  

Latest revision as of 04:16, 17 October 2018

liver

A1-AT
deLIVERy

Using CRISPR Technology to Combat Alpha-1 Antitrypsin Deficiency

ABSTRACT

Alpha-1 antitrypsin (A1AT) deficiency is a genetic disorder that arises from a single base pair mutation in the SERPINA gene. The disease results in the production of a form of A1AT prone to polymerization, which builds up in liver cells and is unable to inhibit proteases in the lungs. The lack of antitrypsin leads to damage in both the liver and the lungs. Using CRISPR-Cas9 technology, we attempted to fix the point mutation in SERPINA1 so that proper antitrypsin can be produced. We will test our system in E. Coli cells using histidine tags, osmY secretion tags, and GFP as a reporter. We hope to design a liver organ bud using iPS cell technology to deliver functional antitrypsin through collaboration with Dr. Kagimoto of Healios Japan KK.