Aymanshafei (Talk | contribs) |
Aymanshafei (Talk | contribs) |
||
Line 293: | Line 293: | ||
<section class="section-wrapper add container"> | <section class="section-wrapper add container"> | ||
<div class="slider-wrapper theme-mi-slider"> | <div class="slider-wrapper theme-mi-slider"> | ||
− | <div id=" | + | |
− | + | <div class="afcmslider-holder"> | |
− | + | <button class="afcmcontrols" id="afcmcontrols-left">❮</button> | |
− | + | <button class="afcmcontrols" id="afcmcontrols-right">❯</button> | |
− | + | <ul id="afcmslides"> | |
− | + | <li class="afcmslide afcmshowing"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/b/bb/2-AFCM-Egypt-sponsers-EFIA_LOGO.png"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/b/bd/3-AFCM-Egypt-sponsers-Pharco_Logo.png"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/3/3b/4-AFCM-Egypt-sponsers-Nationel_Research.png"> | |
− | + | <img src="https://static.igem.org/mediawiki/2017/f/f1/1-AFCM-Egypt-sponsers-vitabiotics.png"> | |
− | + | </li> | |
+ | <li class="afcmslide afcmshowing"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/6/67/7-AFCM-Egypt-sponsers-Image-2.jpeg"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/eb/6-AFCM-Egypt-sponsers-SimEra.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/3/37/5-AFCM-Egypt-sponsers-IDT.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/6/60/9-AFCM-Egypt-sponsers-Benchling.png"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/b/b4/8-AFCM-Egypt-sponsers-Zewail_logo.png"></li> | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
</div> | </div> | ||
</section> | </section> | ||
Line 309: | Line 318: | ||
<script> | <script> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | + | var slides = document.querySelectorAll('#afcmslides .afcmslide'); | |
− | + | var currentSlide = 0; | |
− | + | var slideInterval = setInterval(nextSlide, 5000); | |
− | + | var controls = document.querySelectorAll('.afcmcontrols'); | |
− | + | var playing = true; | |
− | + | var pauseButton = document.getElementById('afcmslides'); | |
− | + | 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].className = 'afcmslide afcmshowing'; | ||
+ | $(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(); | ||
+ | }; | ||
}); | }); |
Revision as of 00:32, 17 October 2017
Abstract
Knock-in of Circular RNA gene in Hepatocellular Carcinoma cells via CRISPR/Cas9
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.
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.