Aymanshafei (Talk | contribs) |
Aymanshafei (Talk | contribs) |
||
Line 168: | Line 168: | ||
$(document).ready(function () { | $(document).ready(function () { | ||
console.log('fsdfsd') | console.log('fsdfsd') | ||
+ | $(document).ready(function() { | ||
+ | |||
+ | // static navigationbar | ||
+ | var changeStyle = $('#navigation-bar'); | ||
+ | |||
+ | function scroll() { | ||
+ | if ($(window).scrollTop() > 640) { | ||
+ | changeStyle.addClass('navbar-fixed-top'); | ||
+ | changeStyle.addClass('one-page-nav'); | ||
+ | } else { | ||
+ | changeStyle.removeClass('navbar-fixed-top'); | ||
+ | changeStyle.removeClass('one-page-nav'); | ||
+ | } | ||
+ | } | ||
+ | |||
+ | document.onscroll = scroll; | ||
+ | |||
+ | $('.testimonial-owl').owlCarousel({ | ||
+ | items: 1 | ||
+ | }); | ||
+ | |||
+ | $('.add-owl').owlCarousel({ | ||
+ | items: 4, | ||
+ | nav: true, | ||
+ | navText: false, | ||
+ | dots: false, | ||
+ | loop: true | ||
+ | }); | ||
+ | |||
+ | $('.twitter-owl').owlCarousel({ | ||
+ | items: 1, | ||
+ | nav: true, | ||
+ | navText: false, | ||
+ | dots: false, | ||
+ | loop: true | ||
+ | }); | ||
+ | |||
+ | }); | ||
}) | }) | ||
</script> | </script> | ||
</html> | </html> | ||
{{Template:AFCM-Egypt/footer}} | {{Template:AFCM-Egypt/footer}} |
Revision as of 23:27, 16 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.