Difference between revisions of "Team:AFCM-Egypt"

 
(443 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{AFCM-Egypt}}
+
{{Template:AFCM-Egypt/bootstrap}}
 +
{{Template:AFCM-Egypt/main}}
 +
{{Template:AFCM-Egypt/owl.carousel}}
 +
{{Template:AFCM-Egypt/header}}
 
<html>
 
<html>
<style>
+
<head>
 +
    <meta charset="UTF-8">
 +
    <title>A F C M</title>
 +
    <meta name="description" content="">
 +
    <meta name="author" content="Web Domus Italia">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
    <style>
 +
.HOME a {border: 1px solid #fff;
 +
    background: rgba(255,255,255, 0.3) !important}
 
   
 
   
/* Responsive IFRAME Embed Encoding
+
.fa-arrow-up:before {
     Adapts fixed pixel IFRAME sizes and makes them responsive. */
+
     content: "\f062";
+
}
+
.fa-arrow-right:before {
/* First, define the common wrapper elements
+
    content: "\f061";
     Padding-top is for the fixed height header of the embedded content */
+
}
+
        .active {
.mlbWrapper {
+
            border: 1px solid #fff;
    position: relative;
+
            background: rgba(255,255,255, 0.3) !important;
    padding-top: 30px; height: 0; overflow: hidden;
+
        }
}
+
#myBtn {
+
     display: none;
+
    position: fixed;
/* Set the padding-bottom for 16:9 aspect ratio video  */
+
    bottom: 50px;
.mlbWrapper{
+
    right: 10px;
    padding-bottom: 56.25%;    
+
    z-index: 99;
}
+
    border: none;
+
    outline: none;
+
    background-color: transparent;
   
+
    color: #ffffff;
/* Set the IFRAME to be top left and occupy 100% of width and height of the containing DIV wrapper */   
+
    cursor: pointer;
.mlbWrapper iframe,
+
    padding: 5px 10px 5px 10px;
   {
+
    border-radius: 10px;
    position: absolute;
+
}
    top: 0;
+
#myBtn:hover{
    left: 0;
+
color:#777;
    width: 100%;
+
}
    height: 100%;
+
        .buttons {
}
+
            display: table;
+
            height: 100%;
</style>
+
            width: 100%;
<div class="container-fluid" style="margin-top: 80px">
+
        }
 +
 
 +
        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 {
 +
  margin-right: 4px;
 +
  margin-bottom: 4px;
 +
  font-family: "Raleway", Arial, sans-serif;
 +
  font-size: 16px;
 +
  font-weight: 400;
 +
  -webkit-border-radius: 30px;
 +
  -moz-border-radius: 30px;
 +
  -ms-border-radius: 30px;
 +
  border-radius: 30px;
 +
  -webkit-transition: 0.5s;
 +
  -o-transition: 0.5s;
 +
  transition: 0.5s;
 +
}
 +
.btn-primary {
 +
  background: #4a148c !important;
 +
  color: #fff;
 +
border:none
 +
}
 +
.btn-primary:hover {
 +
  background: #4a148c !important;
 +
  color: #fff;
 +
border:none
 +
}
 +
.btn-outline {
 +
  background: rgba(255, 255, 255, .15) !important;
 +
   font-size: 16px;
 +
  -webkit-transition: 0.3s;
 +
  -o-transition: 0.3s;
 +
  transition: 0.3s;
 +
}
 +
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
 +
  box-shadow: none;
 +
}
 +
 
 +
.btn.with-arrow {
 +
  position: relative;
 +
  -webkit-transition: 0.3s;
 +
  -o-transition: 0.3s;
 +
  transition: 0.3s;
 +
}
 +
.btn.with-arrow i {
 +
  visibility: hidden;
 +
  opacity: 0;
 +
  position: absolute;
 +
  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>
 +
</head>
 +
<body>
 +
 
 +
    <div class="twitter-feed purple" style="padding-bottom:250px">
 +
        <div class="container section-wrapper" style="padding-top:0px !important;width:90%">
 +
            <div class="col-md-12 text-center">
 +
                <video autoplay controls loop style="width:85%;height:85%">
 +
                    <source src="https://static.igem.org/mediawiki/2017/8/88/Final_vid.mp4" type="video/mp4">
 +
                </video>
 +
            </div>
 +
        </div>
 +
    </div>
 +
    <section class="price-table">
 +
        <div class="container section-wrapper">
 +
            <div class="row" style="margin-bottom: 50px;">
 +
                <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>
 +
<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 />               
 +
  <h3 class="text-center" style="text-align: center;"><br /><br /><span style="font-size: 14pt; color: #ffffff;">Abstract</span></h3>
 +
                    <p style="text-align: left;"><span style="font-size: 14pt; color: #ffffff;">&nbsp;</span></p>
 +
                  <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>
 +
                </div>
 +
            </div>
 +
        </div>
 +
    </section>
 +
    <div class="twitter-feed purple" style="margin-bottom:50vh;background-color: rgba(0, 0, 0, 0.4);">
 +
        <div class="container section-wrapper">
 +
            <div class='col-md-3'></div>
 +
            <div class='col-md-6 text-center'>
 +
                <h2 class='text-center' style='margin-bottom:30px'>
 +
                    AFCM-Egypt</h2>
 +
                    <h3 class='text-center'>
 +
                        A Culture of Discipline and Innovation</h3>
 +
                        <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>
 +
    </div>
 +
    <section class="section-wrapper add container" style="background-color:#808387;width:100%">
 +
        <div class="slider-wrapper theme-mi-slider">
 +
            <h3 class='text-center'>OUR SPONSORS</h3>
 +
            <div class="afcmslider-holder">
 +
                <button class="afcmcontrols" id="afcmcontrols-left">&#10094;</button>
 +
                <button class="afcmcontrols" id="afcmcontrols-right">&#10095;</button>
 +
                <ul id="afcmslides">
 +
                    <li class="afcmslide afcmshowing">
 +
                        <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: 180px;padding-right: 18px;">
 +
                    </li>
 +
                    <li class="afcmslide">
 +
                        <img src="https://static.igem.org/mediawiki/2017/3/3b/4-AFCM-Egypt-sponsers-Nationel_Research.png" style="width: 150px;padding-right: 15px;">
 +
                        <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/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/6/60/9-AFCM-Egypt-sponsers-Benchling.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;">
 +
                    </li>
 +
                </ul>
 +
            </div>
 +
        </div>
 +
    </section>
 +
        <button id="myBtn" title="Go to top"><i class="fa fa-arrow-up fa-3x"></i></button>
  
<div class="mlbWrapper"><iframe src="https://static.igem.org/mediawiki/2017/8/85/DNA_Background_Video_Ruslan_2.mp4" width=100% height="224" frameborder="0">Your browser does not support iframes.</iframe></div>
+
    <script>
</div>
+
$(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 currentSlide = 0;
 +
var slideInterval ;
 +
        var controls = document.querySelectorAll('.afcmcontrols');
  
 +
        var next = document.getElementById('afcmcontrols-left');
 +
        var previous = document.getElementById('afcmcontrols-right');
 +
        for (var i = 0; i < slides.length; i++) {
 +
            slides[i].style.position = 'absolute';
 +
        }
 +
        for (var i = 0; i < controls.length; i++) {
 +
            controls[i].style.display = 'inline-block';
 +
        }
 +
        function nextSlide() {
 +
            goToSlide(currentSlide + 1);
 +
        }
 +
        function previousSlide() {
 +
            goToSlide(currentSlide - 1);
 +
        }
 +
        function goToSlide(n) {
 +
            if (playing) {
 +
                slides[currentSlide].className = 'afcmslide';
 +
                currentSlide = (n + slides.length) % slides.length;
 +
                $(slides[currentSlide]).css({ opacity: 0.0 }, "slow")
 +
                .addClass('afcmshowing')
 +
                .animate({
 +
                    opacity: 1.0
 +
                }, "slow", function () {
 +
                    $(slides[currentSlide]).removeClass('active');
 +
                });
 +
            }
 +
        }
 +
        $('.afcmslide').click(function () {
 +
            if (playing) {
 +
                pauseSlideshow();
 +
            } else {
 +
                playSlideshow();
 +
            }
 +
        })
 +
        function pauseSlideshow() {
 +
            playing = false;
 +
            clearInterval(slideInterval);
 +
        }
 +
        function playSlideshow() {
 +
            playing = true;
 +
            slideInterval = setInterval(nextSlide, 3000);
 +
        }
 +
        next.onclick = function () {
 +
            playing = true;
 +
            nextSlide();
 +
            pauseSlideshow();
 +
        };
 +
        previous.onclick = function () {
 +
            playing = true;
 +
            previousSlide();
 +
            pauseSlideshow();
 +
        };
  
<div class="clear"></div>
+
       
 +
});
 +
    </script>
 
</body>
 
</body>
 
</html>
 
</html>
 +
{{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