Difference between revisions of "Team:AFCM-Egypt"

 
(118 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
{{Template:AFCM-Egypt/main}}
 
{{Template:AFCM-Egypt/main}}
 
{{Template:AFCM-Egypt/owl.carousel}}
 
{{Template:AFCM-Egypt/owl.carousel}}
 +
{{Template:AFCM-Egypt/header}}
 
<html>
 
<html>
 
<head>
 
<head>
Line 9: Line 10:
 
     <meta name="author" content="Web Domus Italia">
 
     <meta name="author" content="Web Domus Italia">
 
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="viewport" content="width=device-width, initial-scale=1.0"
+
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
+
 
     <style>
 
     <style>
       
+
.HOME a {border: 1px solid #fff;
.buttons {
+
    background: rgba(255,255,255, 0.3) !important}
  display: table;
+
  height: 100%;
+
.fa-arrow-up:before {
  width: 100%;
+
    content: "\f062";
 
}
 
}
 
+
.fa-arrow-right:before {
p a {
+
    content: "\f061";
  background: rgba(255, 255, 255, 0);
+
  border-bottom: 1px solid;
+
  color: #fff;
+
  line-height: 1.4;
+
  padding: .25em;
+
  text-decoration: none;
+
 
}
 
}
p a:hover {
+
        .active {
  background: white;
+
            border: 1px solid #fff;
  color: #E1332D;
+
            background: rgba(255,255,255, 0.3) !important;
 +
        }
 +
#myBtn {
 +
    display: none;
 +
    position: fixed;
 +
    bottom: 50px;
 +
    right: 10px;
 +
    z-index: 99;
 +
    border: none;
 +
    outline: none;
 +
    background-color: transparent;
 +
    color: #ffffff;
 +
    cursor: pointer;
 +
    padding: 5px 10px 5px 10px;
 +
    border-radius: 10px;
 
}
 
}
 +
#myBtn:hover{
 +
color:#777;
 +
}
 +
        .buttons {
 +
            display: table;
 +
            height: 100%;
 +
            width: 100%;
 +
        }
  
 +
        p a {
 +
            background: rgba(255, 255, 255, 0);
 +
            border-bottom: 1px solid;
 +
            color: #fff;
 +
            line-height: 1.4;
 +
            padding: .25em;
 +
            text-decoration: none;
 +
        }
 +
 +
            p a:hover {
 +
                background: white;
 +
                color: #E1332D;
 +
            }
 +
 +
        .btn-5 {
 +
            border: 0 solid;
 +
            box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
 +
            outline: 1px solid;
 +
            outline-color: rgba(255, 255, 255, 0.5);
 +
            outline-offset: 0px;
 +
            text-shadow: none;
 +
            -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
 +
            transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
 +
        }
 +
 +
            .btn-5:hover {
 +
                border: 1px solid;
 +
                box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
 +
                outline-color: rgba(255, 255, 255, 0);
 +
                outline-offset: 15px;
 +
                text-shadow: 1px 1px 2px #427388;
 +
            }
 +
 +
        .dots {
 +
            height: 13px;
 +
            width: 13px;
 +
            display: inline-block;
 +
            padding: 5px;
 +
            background-color: gray;
 +
            border-radius: 50px;
 +
            cursor: pointer;
 +
        }
 +
 +
        .adots {
 +
            background-color: #f70404;
 +
        }
 
.btn {
 
.btn {
   color: #fff;
+
   margin-right: 4px;
   cursor: pointer;
+
   margin-bottom: 4px;
   display: block;
+
   font-family: "Raleway", Arial, sans-serif;
   font-size: 14px;
+
   font-size: 16px;
 
   font-weight: 400;
 
   font-weight: 400;
   line-height: 35px;
+
   -webkit-border-radius: 30px;
    max-width: 160px;
+
  -moz-border-radius: 30px;
   position: relative;
+
   -ms-border-radius: 30px;
   text-decoration: none;
+
   border-radius: 30px;
   text-transform: uppercase;
+
   -webkit-transition: 0.5s;
   vertical-align: middle;
+
   -o-transition: 0.5s;
   width: 100%;
+
   transition: 0.5s;
 
}
 
}
@media (min-width: 400px) {
+
.btn-primary {
   .btn {
+
   background: #4a148c !important;
    display: inline-block;
+
  color: #fff;
    margin-right: 2.5em;
+
border:none
  }
+
  .btn:nth-of-type(even) {
+
    margin-right: 0;
+
  }
+
 
}
 
}
@media (min-width: 600px) {
+
.btn-primary:hover {
   .btn:nth-of-type(even) {
+
   background: #4a148c !important;
    margin-right: 2.5em;
+
   color: #fff;
   }
+
border:none
  .btn:nth-of-type(5) {
+
    margin-right: 0;
+
  }
+
 
}
 
}
.btn:hover {
+
.btn-outline {
   text-decoration: none;
+
   background: rgba(255, 255, 255, .15) !important;
 +
  font-size: 16px;
 +
  -webkit-transition: 0.3s;
 +
  -o-transition: 0.3s;
 +
  transition: 0.3s;
 
}
 
}
.btn-5 {
+
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  border: 0 solid;
+
   box-shadow: none;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
+
  outline: 1px solid;
+
  outline-color: rgba(255, 255, 255, 0.5);
+
  outline-offset: 0px;
+
  text-shadow: none;
+
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
+
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
+
}
+
.btn-5:hover {
+
  border: 1px solid;
+
   box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
+
  outline-color: rgba(255, 255, 255, 0);
+
  outline-offset: 15px;
+
  text-shadow: 1px 1px 2px #427388;
+
 
}
 
}
  
        .dots {
+
.btn.with-arrow {
        height:13px;
+
  position: relative;
        width:13px;
+
  -webkit-transition: 0.3s;
        display:inline-block;
+
  -o-transition: 0.3s;
        padding:5px;
+
  transition: 0.3s;
        background-color:gray;
+
}
        border-radius:50px;
+
.btn.with-arrow i {
        cursor:pointer;
+
  visibility: hidden;
        }
+
  opacity: 0;
        .adots {
+
  position: absolute;
        background-color:#f70404;
+
  right: 0px;
        }
+
  top: 50%;
 +
  margin-top: -8px;
 +
  -webkit-transition: 0.2s;
 +
  -o-transition: 0.2s;
 +
  transition: 0.2s;
 +
}
 +
.btn.with-arrow:hover {
 +
  padding-right: 50px;
 +
}
 +
.btn.with-arrow:hover i {
 +
  color: #fff;
 +
  right: 18px;
 +
  visibility: visible;
 +
  opacity: 1;
 +
}
 
     </style>
 
     </style>
 +
</head>
 
<body>
 
<body>
<section class="header" id="header">
 
  
     <nav class="navbar navbar-default navbar-fixed-top">
+
     <div class="twitter-feed purple" style="padding-bottom:250px">
         <div class="container">
+
         <div class="container section-wrapper" style="padding-top:0px !important;width:90%">
            <!-- Brand and toggle get grouped for better mobile display -->
+
            <div class="col-md-12 text-center">
            <div class="navbar-header">
+
                <video autoplay controls loop style="width:85%;height:85%">
                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
+
                     <source src="https://static.igem.org/mediawiki/2017/8/88/Final_vid.mp4" type="video/mp4">
                    <span class="sr-only">Toggle navigation</span>
+
                </video>
                     <span class="icon-bar"></span>
+
                    <span class="icon-bar"></span>
+
                    <span class="icon-bar"></span>
+
                </button>
+
                <a class="navbar-brand" href="index-multipage.html"><span><img src="https://static.igem.org/mediawiki/2017/a/aa/AFCM-Egypt-LOGO.png" style="width:150px; height:150px;"></span></a>
+
 
             </div>
 
             </div>
            <!-- /.navbar-header -->
 
            <!-- Collect the nav links, forms, and other content for toggling -->
 
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 
                <ul id="menu">
 
                    <li class="active"><a href="https://2017.igem.org/Team:AFCM-Egypt">HOME</a> </li>
 
                    <li>
 
                        <a>TEAM <span class="caret"></span></a>
 
                        <ul>
 
                            <li><a href="https://2017.igem.org/Meet_the_team.html">Meet The Team</a></li>
 
                            <li><a href="https://2017.igem.org/Collaborations.html">Collaborations</a></li>
 
                        </ul>
 
                    </li>
 
                    <li class="dropdown">
 
                        <a>PROJECT <span class="caret"></span></a>
 
                        <ul>
 
                            <li><a href="https://2017.igem.org/Project.html">Project Descreption</a></li>
 
                            <li><a href="https://2017.igem.org/Experiment.html">Experiment</a></li>
 
                            <li><a href="https://2017.igem.org/Result.html">Result</a></li>
 
                            <li><a href="https://2017.igem.org/Proof_of_concept.html">Proof of concept</a></li>
 
                        </ul>
 
                    </li>
 
                    <li class="dropdown">
 
                        <a>PARTS <span class="caret"></span></a>
 
                        <ul>
 
 
                            <li><a href="https://2017.igem.org/Parts.html">Parts</a></li>
 
                            <li><a href="https://2017.igem.org/Basic_parts.html">Basic Parts</a></li>
 
                            <li><a href="https://2017.igem.org/Compopsite_parts.html">Composite Parts</a></li>
 
                        </ul>
 
                    </li>
 
                    <li><a href="https://2017.igem.org/Design.html">Design</a></li>
 
                    <li><a href="https://2017.igem.org/Modeling.html">MODELING</a></li>
 
                    <li><a href="https://2017.igem.org/Safety.html">SAFETY</a></li>
 
                    <li class="dropdown">
 
                        <a>HUMAN PRACTICE <span class="caret"></span></a>
 
                        <ul>
 
                            <li><a href="https://2017.igem.org/Silver.html">Silver</a></li>
 
                            <li><a href="https://2017.igem.org/Gold.html">Gold</a></li>
 
                            <li><a href="https://2017.igem.org/Integrated.html">Integrated</a></li>
 
 
                        </ul>
 
                    <li><a href="https://2017.igem.org/Attributions.html">ATTRIBUTIONS</a></li>
 
                    <li><a href="https://2017.igem.org/Medal_criteria.html">MEDAL CRITERIA</a></li>
 
 
                </ul>
 
 
                <!-- /.nav -->
 
            </div>
 
            <!-- /.navbar-collapse -->
 
        </div>
 
        <!-- /.container -->
 
    </nav>
 
    <div class="container">
 
        <div class="header-table">
 
            <div class="header-wrapper">
 
                <!--<h1 class="header-title">
 
                    TEAM AFCM
 
                </h1>
 
                <p class="header-subtitle">
 
                    since ****
 
                </p>-->
 
            </div>
 
            <!-- /.header-wrapper -->
 
 
         </div>
 
         </div>
 
     </div>
 
     </div>
     <!---intro--->
+
     <section class="price-table">
    <!-- /.container -->
+
</section>
+
<!-- /#header -->
+
 
+
<div class="twitter-feed purple" style="margin-bottom:50vh;background-color: rgba(0, 0, 0, 0.4);">
+
 
         <div class="container section-wrapper">
 
         <div class="container section-wrapper">
             <h3 class='text-center' style='margin-bottom:30px'>Abstract</h3>
+
             <div class="row" style="margin-bottom: 50px;">
                <h3>Knock-in of Circular RNA gene in Hepatocellular Carcinoma cells via CRISPR/Cas9</h4>
+
                <div class="col-md-6 text-center" style="float: none;height: auto ; width: 90%; margin: auto; background-color: rgba(0, 0, 0, 0.4);">
           
+
                    <p><img style="float: right;" src="https://static.igem.org/mediawiki/2017/d/d4/CRISPR_PNG.png" alt="" width="679" height="988" /></p>
            <div>
+
<h3 dir="ltr" style="text-align: left;"><span style="font-size: 20pt; color: #ffffff;">Competing endogenous RNA network : Potential entrants to gene editing in Hepatocellular Carcinoma</span><br /><br /><br />               
<p style='text-align: justify;font-size:18px'>
+
  <h3 class="text-center" style="text-align: center;"><br /><br /><span style="font-size: 14pt; color: #ffffff;">Abstract</span></h3>
Hepatocellular Carcinoma (HCC) is the leading cause of cancer deaths worldwide & ranked first among cancers  
+
                    <p style="text-align: left;"><span style="font-size: 14pt; color: #ffffff;">&nbsp;</span></p>
in males and next to breast cancer among females in Egypt - based upon results of National Cancer Registry Program of Egypt-.
+
                  <span style="font-size: 14pt; color: #ffffff;">Hepatocellular Carcinoma (HCC) is the leading cause of cancer deaths worldwide &amp; ranked first among cancers in males and next to breast cancer among females in</span><span style="font-size: 14pt; color: #ffffff;"> Egypt based upon results of National Cancer Registry Program of Egypt. "Grabbing the problem from the roots" is the best way to decently describe the use of CRISPR, a special gene editing technique that we will be using to modulate a certain&nbsp; circRNA and adjust its gene expression, which is down-regulated in hepatocellular carcinoma. This in consequence modifies&nbsp; &nbsp;miRNA expression thus amending the mRNA gene expression; which is the visible problem in our trials.&nbsp; &nbsp;This will lead us to adopt a novel strategy for miRNA suppression by using circRNAs. This is&nbsp; &nbsp; accomplished by utilizing a&nbsp; &nbsp;synthetic circuit to give rise to a springboard in our battle against cancer.</span><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></h3>
"Grabbing the problem from the roots" is the best way to decently describe the use of CRISPR, a special gene editing technique
+
                </div>
that we will be using to modulate a certain circRNA and adjust its gene expression, which is down-regulated in hepatocellular carcinoma.
+
            </div>
This in consequence modifies miRNA expression thus amending the mRNA gene expression; which is the visible problem in our trials.
+
This will lead us to adopt a novel strategy for miRNA suppression by using circRNAs. This is accomplished by utilizing a synthetic circuit to give rise to a springboard in our battle against cancer.
+
</p>
+
</div>
+
 
         </div>
 
         </div>
        <!-- /.container -->
+
    </section>
     </div>
+
     <div class="twitter-feed purple" style="margin-bottom:50vh;background-color: rgba(0, 0, 0, 0.4);">
<div class="twitter-feed purple" style="margin-bottom:50vh;background-color: rgba(0, 0, 0, 0.4);">
+
 
         <div class="container section-wrapper">
 
         <div class="container section-wrapper">
<div class='col-md-3'></div>
+
            <div class='col-md-3'></div>
<div class='col-md-6 text-center'>
+
            <div class='col-md-6 text-center'>
<h2 class='text-center' style='margin-bottom:30px'>AFCM-Egypt</h3>
+
                <h2 class='text-center' style='margin-bottom:30px'>
<h3 class='text-center'> We strive to excel</h4>
+
                    AFCM-Egypt</h2>
                <a href="http://www.afcm.ac.eg" class="btn btn-5 btn-sub">click here</a>
+
                    <h3 class='text-center'>
+
                        A Culture of Discipline and Innovation</h3>
</div>
+
                        <a href="http://www.afcm.ac.eg/" class="btn btn-primary btn-outline with-arrow" target="_blank"> click here <i class="fa fa-arrow-right"></i></a></div>
<div class='col-md-3'><img src="https://static.igem.org/mediawiki/2017/7/7b/AFCM_LOGO_PNG.png" alt="logo" style='width: 50%;float: right'></div>
+
            <div class='col-md-3'><img src="https://static.igem.org/mediawiki/2017/7/7b/AFCM_LOGO_PNG.png" alt="logo" style='width: 50%;float: right'></div>
           
+
+
           
+
           
+
 
         </div>
 
         </div>
        <!-- /.container -->
 
 
     </div>
 
     </div>
    <!-- site information  -->
 
 
     <section class="section-wrapper add container" style="background-color:#808387;width:100%">
 
     <section class="section-wrapper add container" style="background-color:#808387;width:100%">
<div class="slider-wrapper theme-mi-slider">
+
        <div class="slider-wrapper theme-mi-slider">
<h3 class='text-center'>OUR SPONSORS</h3>
+
            <h3 class='text-center'>OUR SPONSORS</h3>
<div class="afcmslider-holder">
+
            <div class="afcmslider-holder">
                        <button class="afcmcontrols" id="afcmcontrols-left">&#10094;</button>
+
                <button class="afcmcontrols" id="afcmcontrols-left">&#10094;</button>
                        <button class="afcmcontrols" id="afcmcontrols-right">&#10095;</button>
+
                <button class="afcmcontrols" id="afcmcontrols-right">&#10095;</button>
                        <ul id="afcmslides">
+
                <ul id="afcmslides">
                            <li class="afcmslide afcmshowing">
+
                    <li class="afcmslide afcmshowing">
                            <img src="https://static.igem.org/mediawiki/2017/b/bb/2-AFCM-Egypt-sponsers-EFIA_LOGO.png" style="width: 150px;padding-right: 15px;">
+
                        <img src="https://static.igem.org/mediawiki/2017/f/f1/1-AFCM-Egypt-sponsers-vitabiotics.png" style="width: 182px;padding-right: 20px;">
                            <img src="https://static.igem.org/mediawiki/2017/b/bd/3-AFCM-Egypt-sponsers-Pharco_Logo.png" style="width: 150px;padding-right: 15px;">
+
                        <img src="https://static.igem.org/mediawiki/2017/b/bd/3-AFCM-Egypt-sponsers-Pharco_Logo.png" style="width: 180px;padding-right: 18px;">
                            <img src="https://static.igem.org/mediawiki/2017/3/3b/4-AFCM-Egypt-sponsers-Nationel_Research.png" style="width: 150px;padding-right: 15px;">
+
                    </li>
                            <img src="https://static.igem.org/mediawiki/2017/f/f1/1-AFCM-Egypt-sponsers-vitabiotics.png" style="width: 150px;padding-right: 15px;">
+
                    <li class="afcmslide">
<img src="https://static.igem.org/mediawiki/2017/6/67/7-AFCM-Egypt-sponsers-Image-2.jpeg" style="width: 160px;padding-right: 15px;">
+
                        <img src="https://static.igem.org/mediawiki/2017/3/3b/4-AFCM-Egypt-sponsers-Nationel_Research.png" style="width: 150px;padding-right: 15px;">
                            </li>
+
                        <img src="https://static.igem.org/mediawiki/2017/6/67/7-AFCM-Egypt-sponsers-Image-2.jpeg" style="width: 160px;padding-right: 15px;">
                            <li class="afcmslide">
+
                        <img src="https://static.igem.org/mediawiki/2017/e/eb/6-AFCM-Egypt-sponsers-SimEra.png" style="width: 150px;padding-right: 15px;">
                           
+
                        <img src="https://static.igem.org/mediawiki/2017/3/37/5-AFCM-Egypt-sponsers-IDT.png" style="width: 150px;padding-right: 15px;">
                            <img src="https://static.igem.org/mediawiki/2017/e/eb/6-AFCM-Egypt-sponsers-SimEra.png" style="width: 150px;padding-right: 15px;">
+
                        <img src="https://static.igem.org/mediawiki/2017/6/60/9-AFCM-Egypt-sponsers-Benchling.png" style="width: 150px;padding-right: 15px;">
                            <img src="https://static.igem.org/mediawiki/2017/3/37/5-AFCM-Egypt-sponsers-IDT.png" style="width: 150px;padding-right: 15px;">
+
                        <img src="https://static.igem.org/mediawiki/2017/b/b4/8-AFCM-Egypt-sponsers-Zewail_logo.png" style="width: 150px;padding-right: 15px;">
                            <img src="https://static.igem.org/mediawiki/2017/6/60/9-AFCM-Egypt-sponsers-Benchling.png" style="width: 150px;padding-right: 15px;">
+
                    </li>
                            <img src="https://static.igem.org/mediawiki/2017/b/b4/8-AFCM-Egypt-sponsers-Zewail_logo.png" style="width: 150px;padding-right: 15px;">
+
                </ul>
                            </li>
+
            </div>
                        </ul>
+
        </div>
                       
+
    </section>
                </div>
+
        <button id="myBtn" title="Go to top"><i class="fa fa-arrow-up fa-3x"></i></button>
</div>
+
 
</section>
+
    <script>
<script src="https://2017.igem.org/Template:AFCM-Egypt/owl.carouseljs/javascript?action=raw&ctype=text/javascript"></script>
+
<script>
+
 
$(document).ready(function() {
 
$(document).ready(function() {
 +
$('#myBtn').click(function(){
 +
document.body.scrollTop = 0;
 +
            document.documentElement.scrollTop = 0;
 +
})
 +
window.onscroll = function () { scrollFunction() };
 +
        function scrollFunction() {
 +
            if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
 +
                document.getElementById("myBtn").style.display = "block";
 +
            } else {
 +
                document.getElementById("myBtn").style.display = "none";
 +
            }
 +
        }
 +
       
 +
document.getElementById('navbar-toggle').onclick = function () {
 +
    var active = document.querySelector(".navbar-collapse");
 +
    active.classList.toggle("in");
 +
}
 
var slides = document.querySelectorAll('#afcmslides .afcmslide');
 
var slides = document.querySelectorAll('#afcmslides .afcmslide');
 
         var currentSlide = 0;
 
         var currentSlide = 0;
       
+
var slideInterval ;
 
         var controls = document.querySelectorAll('.afcmcontrols');
 
         var controls = document.querySelectorAll('.afcmcontrols');
       
+
 
 
         var next = document.getElementById('afcmcontrols-left');
 
         var next = document.getElementById('afcmcontrols-left');
 
         var previous = document.getElementById('afcmcontrols-right');
 
         var previous = document.getElementById('afcmcontrols-right');
Line 304: Line 294:
 
             pauseSlideshow();
 
             pauseSlideshow();
 
         };
 
         };
 +
 +
       
 
});
 
});
</script>
+
    </script>
 
</body>
 
</body>
 
</html>
 
</html>
 
{{Template:AFCM-Egypt/footer}}
 
{{Template:AFCM-Egypt/footer}}

Latest revision as of 20:11, 31 October 2017

A F C M

A F C M

Competing endogenous RNA network : Potential entrants to gene editing in Hepatocellular Carcinoma




Abstract

 

Hepatocellular Carcinoma (HCC) is the leading cause of cancer deaths worldwide & ranked first among cancers in males and next to breast cancer among females in Egypt based upon results of National Cancer Registry Program of Egypt. "Grabbing the problem from the roots" is the best way to decently describe the use of CRISPR, a special gene editing technique that we will be using to modulate a certain  circRNA and adjust its gene expression, which is down-regulated in hepatocellular carcinoma. This in consequence modifies   miRNA expression thus amending the mRNA gene expression; which is the visible problem in our trials.   This will lead us to adopt a novel strategy for miRNA suppression by using circRNAs. This is    accomplished by utilizing a   synthetic circuit to give rise to a springboard in our battle against cancer.














OUR SPONSORS