|
|
Line 153: |
Line 153: |
| } | | } |
| | | |
− | .top-menu .section { width: 200px; display: inline-block; padding: 15px; vertical-align: top; } | + | .top-menu .section { width: 200px; display: inline-block; padding: 15px; vertical-align: top; cursor: pointer; } |
| /*.top-menu .section:last-of-type { margin-right: 0; }*/ | | /*.top-menu .section:last-of-type { margin-right: 0; }*/ |
| .top-menu .section .thumb { width: 100%; height: 100px; background: #00487a; } | | .top-menu .section .thumb { width: 100%; height: 100px; background: #00487a; } |
Line 285: |
Line 285: |
| | | |
| <div class="sections" data-key="exp"> | | <div class="sections" data-key="exp"> |
− | <div class="section"> | + | <div class="section" data-url="secretion"> |
| <div class="thumb"></div> | | <div class="thumb"></div> |
| <div class="text">Cas9 & Cpf1 secretion<br/>and activity</div> | | <div class="text">Cas9 & Cpf1 secretion<br/>and activity</div> |
| <div class="desc">Comparison of endonuclease activity for Cas9 and Cpf1 that has been produced in, and excreted by, HEK293 cells.</div> | | <div class="desc">Comparison of endonuclease activity for Cas9 and Cpf1 that has been produced in, and excreted by, HEK293 cells.</div> |
| </div> | | </div> |
− | <div class="section"> | + | <div class="section" data-url="mesa-replication"> |
| <div class="thumb"><img height="100" src="https://static.igem.org/mediawiki/2017/b/bc/MESA.png"></div> | | <div class="thumb"><img height="100" src="https://static.igem.org/mediawiki/2017/b/bc/MESA.png"></div> |
| <div class="text">MESA two-component system replication</div> | | <div class="text">MESA two-component system replication</div> |
Line 619: |
Line 619: |
| this.removeClassName("active"); | | this.removeClassName("active"); |
| $$(".menu-container")[0].removeClassName("active"); | | $$(".menu-container")[0].removeClassName("active"); |
| + | }); |
| + | |
| + | $$(".top-menu")[0].on("click", ".section", function(event, element) |
| + | { |
| + | var title = element.select(".text")[0].innerHTML; |
| + | var page = element.getAttribute("data-url"); |
| + | |
| + | history.pushState({}, title, page); |
| }); | | }); |
| | | |
The OUTCASST two-component system
This year, Utrecht University participates in the iGEM for the first time. We aim to create a cheap DNA detection kit for disease diagnosis that is easy to use and does not rely on complicated sequencing technologies.
The problem
Disease diagnosis is of great importance for healthcare. In developing countries, diagnoses often have to be made based on limited information, even though accurate disease determination based on pathogen specific DNA sequences is possible through sequencing technologies. These technologies, however, require specialised equipment and expertise that simply is not available everywhere. The OUTCASST two-component system and detection kit hopes to alleviate this problem.
The system
The OUTCASST two-component system consists of two proteins, expressed to the membrane of a dryable cell. One of the proteins is a Cas9-fusion and the other contains Cpf1. Both proteins can be given a guide RNA that makes it bind to a specific, user-chosen, complementary sequence. When both proteins bind a DNA fragment from a sample, they co-localize, so that a transcription factor is released intracellularly which then induces an intracellular reporter mechanism such as a dye or fluorescent signal.
Binding of components with search-specific gRNA sequences.
Next
DNA sample fragment binds to one of the components.
Next
Fragment binding with both components induces co-localization.
Next
Protease cleaves, transcription factor is released from complex.