Difference between revisions of "Team:Freiburg/Testpage3"
Line 5: | Line 5: | ||
<style> | <style> | ||
+ | /*========= BEGIN: style for navigation bar ==========*/ | ||
+ | #home { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/d/d7/Freiburg_icon_home_active.png) no-repeat; | ||
+ | } | ||
+ | |||
+ | #home a { | ||
+ | color: #ecdc18; | ||
+ | } | ||
+ | /*========= END: style for navigation bar ==========*/ | ||
+ | |||
+ | |||
/* =============== BEGIN: Circle of Elements ==================== */ | /* =============== BEGIN: Circle of Elements ==================== */ | ||
/* | /* | ||
Line 156: | Line 167: | ||
/* =============== END: Circle of Elements - Center Image ==================== */ | /* =============== END: Circle of Elements - Center Image ==================== */ | ||
+ | |||
+ | /* =============== BEGIN: Circle of Elements - Hiding Animation ==================== | ||
+ | .cool_image_blink { | ||
+ | /*width: 100%;*/ | ||
+ | box-shadow: | ||
+ | inset 0 0 0 0 rgba(200,95,66, 0.4), | ||
+ | inset 0 0 0 16px rgba(255,255,255,0.6), | ||
+ | 0 1px 2px rgba(0,0,0,0.1); | ||
+ | |||
+ | -webkit-transition: all 0.4s ease-in-out; | ||
+ | -moz-transition: all 0.4s ease-in-out; | ||
+ | -o-transition: all 0.4s ease-in-out; | ||
+ | -ms-transition: all 0.4s ease-in-out; | ||
+ | transition: all 0.4s ease-in-out; | ||
+ | border-radius: 20%; | ||
+ | } | ||
+ | |||
+ | .cool_text_blink { | ||
+ | /*width: 100%;*/ | ||
+ | opacity: 0; | ||
+ | |||
+ | -webkit-transition: all 0.4s ease-in-out; | ||
+ | -moz-transition: all 0.4s ease-in-out; | ||
+ | -o-transition: all 0.4s ease-in-out; | ||
+ | -ms-transition: all 0.4s ease-in-out; | ||
+ | transition: all 0.4s ease-in-out; | ||
+ | |||
+ | -webkit-transform: scale(0); | ||
+ | -moz-transform: scale(0); | ||
+ | -o-transform: scale(0); | ||
+ | -ms-transform: scale(0); | ||
+ | transform: scale(0); | ||
+ | |||
+ | -webkit-backface-visibility: hidden; /*for a smooth font */ | ||
+ | } | ||
+ | |||
+ | .cool_image_blink:hover { | ||
+ | /*box-shadow: | ||
+ | inset 0 0 0 110px #0051A2/*rgba(200,95,66, 0.4)*/, | ||
+ | inset 0 0 0 16px #0051A2/*rgba(255,255,255,0.8)*/, | ||
+ | 0 1px 2px #0051A2/*rgba(0,0,0,0.1)*/;*/ | ||
+ | } | ||
+ | |||
+ | .cool_image_blink:hover .cool_text_blink { | ||
+ | opacity: 1; | ||
+ | |||
+ | -webkit-transform: scale(1); | ||
+ | -moz-transform: scale(1); | ||
+ | -o-transform: scale(1); | ||
+ | -ms-transform: scale(1); | ||
+ | transform: scale(1); | ||
+ | } | ||
+ | /* | ||
+ | .element1 { | ||
+ | background-image: url("https://static.igem.org/mediawiki/2015/b/b7/Freiburg_Own_Device_Foto.jpg"); | ||
+ | background-size: 250px; | ||
+ | } | ||
+ | |||
+ | .element2 { | ||
+ | background-image: url(""); | ||
+ | } | ||
+ | |||
+ | .element3 { | ||
+ | background-image: url(""); | ||
+ | } | ||
+ | |||
+ | .element4 { | ||
+ | background-image: url(""); | ||
+ | } | ||
+ | |||
+ | .element5 { | ||
+ | background-image: url(""); | ||
+ | } | ||
+ | |||
+ | .element6 { | ||
+ | background-image: url(""); | ||
+ | } | ||
+ | |||
+ | .element7 { | ||
+ | background-image: url(""); | ||
+ | } | ||
+ | |||
+ | .element8 { | ||
+ | background-image: url(""); | ||
+ | } | ||
+ | /* =============== END: Circle of Elements - Hiding Animation ==================== */ | ||
+ | |||
+ | |||
+ | /* =============== BEGIN: Resetting General CSS ==================== */ | ||
.mw-content-ltr ul { | .mw-content-ltr ul { | ||
padding: 0; | padding: 0; | ||
Line 164: | Line 264: | ||
line-height: 1em; | line-height: 1em; | ||
} | } | ||
+ | |||
+ | .content_box { | ||
+ | box-shadow: none; | ||
+ | padding: 2% 4%; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | /* =============== END: Resetting General CSS ==================== */ | ||
</style> | </style> | ||
+ | |||
+ | <div class="kommentar"> | ||
+ | <p> Die Texte in den Boxen sind noch ziemlich klein und ziemlich Textwand. Da müssten kürzere, prägnantere Texte mit größerer Schrift und/oder Bild rein. (jb 20150912)</p> | ||
+ | <p> Texte sind zum Überarbeiten. Maximale Länge von 6 Zeilen ist optisch am besten. Die Texte sollen hinter Bildern "versteckt werden". Der Text erscheint, dann erst, wenn man mit dem Mauszeiger über das Bild fährt. - Das ist zumindest der Plan, arbeite noch an den Bildern - (sb 20150912)</p> | ||
+ | <p> find ich gut soweit, bin gespannt wie es fertig aussieht (NG)</p> | ||
+ | </div> | ||
<div class="cool_container"> | <div class="cool_container"> | ||
Line 171: | Line 284: | ||
<ul class='circle-container'> | <ul class='circle-container'> | ||
<li><!--1--> | <li><!--1--> | ||
− | <div class="cool_header"><a href='#'>Own Device</a></div> | + | <div class="cool_image_blink element1"> |
− | <div class="cool_content">Want to use our detection device in your next iGEM project? We built our own simplified and affordable setup. Here you can find a detailed description of how to build and use it.</div> | + | <div class="cool_header cool_text_blink"><a href='#'>Own Device</a></div> |
− | + | <div class="cool_content cool_text_blink">Want to use our detection device in your next iGEM project? We built our own simplified and affordable setup. Here you can find a detailed description of how to build and use it.</div> | |
+ | </div> | ||
</li> | </li> | ||
<li><!--2--> | <li><!--2--> | ||
− | <div class="cool_header"><a href='#'>New iGEM Backbone</a></div> | + | <div class="cool_image_blink"> |
− | <div class="cool_content">In need for expressing tons of protein? We provided a new backbone for protein overexpression meeting all the iGEM standards. We also expanded the iGEM Registry with our </div> | + | <div class="cool_header cool_text_blink"><a href='#'>New iGEM Backbone</a></div> |
+ | <div class="cool_content cool_text_blink">In need for expressing tons of protein? We provided a new backbone for protein overexpression meeting all the iGEM standards. We also expanded the iGEM Registry with our </div> | ||
+ | </div> | ||
</li> | </li> | ||
<li><!--3--> | <li><!--3--> | ||
− | <div class="cool_header"><a href='#'>Human Practice</a></div> | + | <div class="cool_image_blink"> |
− | <div class="cool_content">What does the public think about the DiaCHIP and systems based on synthetic biology? Would people want to use it? Check out the results of our survey.</div> | + | <div class="cool_header cool_text_blink"><a href='#'>Human Practice</a></div> |
+ | <div class="cool_content cool_text_blink">What does the public think about the DiaCHIP and systems based on synthetic biology? Would people want to use it? Check out the results of our survey.</div> | ||
+ | </div> | ||
</li> | </li> | ||
<li><!--4--> | <li><!--4--> | ||
− | <div class="cool_header"><a href='#'>Modeling</a></div> | + | <div class="cool_image_blink"> |
− | <div class="cool_content">Numerous complex processes take place during cell-free expression. Modeling the generation of proteins as well as their diffusion in our system helped us obtaining better results. Get more information here.</div> | + | <div class="cool_header cool_text_blink"><a href='#'>Modeling</a></div> |
+ | <div class="cool_content cool_text_blink">Numerous complex processes take place during cell-free expression. Modeling the generation of proteins as well as their diffusion in our system helped us obtaining better results. Get more information here.</div> | ||
+ | </div> | ||
</li> | </li> | ||
<li><!--5--> | <li><!--5--> | ||
− | <div class="cool_header"><a href='#'>Blood Serum Analysis</a></div> | + | <div class="cool_image_blink"> |
− | <div class="cool_content">We obtained great results during summer! Our successful measurements of tetanus antibodies in human serum and GFP antibodies binding to cell-free expressed GFP can be found on our results page.</div> | + | <div class="cool_header cool_text_blink"><a href='#'>Blood Serum Analysis</a></div> |
+ | <div class="cool_content cool_text_blink">We obtained great results during summer! Our successful measurements of tetanus antibodies in human serum and GFP antibodies binding to cell-free expressed GFP can be found on our results page.</div> | ||
+ | </div> | ||
</li> | </li> | ||
<li><!--6--> | <li><!--6--> | ||
− | <div class="cool_header"><a href='#'>Enlightening Diagnostics</a></div> | + | <div class="cool_image_blink"> |
− | <div class="cool_content">Modern everyday life is fast...too fast for medical diagnosis relying on huge amounts of time-consuming and costly serological tests. | + | <div class="cool_header cool_text_blink"><a href='#'>Enlightening Diagnostics</a></div> |
+ | <div class="cool_content cool_text_blink">Modern everyday life is fast...too fast for medical diagnosis relying on huge amounts of time-consuming and costly serological tests. | ||
This is why we thought about a fast, universally accessible and affordable diagnostic device.</div> | This is why we thought about a fast, universally accessible and affordable diagnostic device.</div> | ||
+ | </div> | ||
</li> | </li> | ||
<li><!--7--> | <li><!--7--> | ||
− | <div class="cool_header"><a href='#'>The DiaCHIP</a></div> | + | <div class="cool_image_blink"> |
− | <div class="cool_content">Simultaneously screening for hundreds of diseases within a few hours? See how the DiaCHIP achieves this by the revolutionary combination of cell-free expression with an emerging optical method allowing label-free antibody detection. | + | <div class="cool_header cool_text_blink"><a href='#'>The DiaCHIP</a></div> |
+ | <div class="cool_content cool_text_blink">Simultaneously screening for hundreds of diseases within a few hours? See how the DiaCHIP achieves this by the revolutionary combination of cell-free expression with an emerging optical method allowing label-free antibody detection. | ||
</div> | </div> | ||
+ | </div> | ||
</li> | </li> | ||
<li><!--8--> | <li><!--8--> | ||
− | <div class="cool_header"><a href='#'>Our System</a></div> | + | <div class="cool_image_blink"> |
− | <div class="cool_content">Generating a protein array on demand and detecting antigen-antibody interactions in real-time: Find out about our own cell-free expression mix and our specific surface binding system.</div> | + | <div class="cool_header cool_text_blink"><a href='#'>Our System</a></div> |
+ | <div class="cool_content cool_text_blink">Generating a protein array on demand and detecting antigen-antibody interactions in real-time: Find out about our own cell-free expression mix and our specific surface binding system.</div> | ||
+ | </div> | ||
</li> | </li> | ||
</ul> | </ul> | ||
Line 218: | Line 346: | ||
</div> | </div> | ||
+ | |||
+ | <div class="content_box"> | ||
+ | |||
+ | <h1 class="sectionedit1">Abstract</h1> | ||
+ | <div class="level1"> | ||
+ | <p> | ||
+ | In modern medicine, fast detection and differentiation of diseases is a crucial and fundamental task. Typical ELISA-based assays are time-consuming and expensive. We propose an advanced procedure for the simultaneous detection of various diseases in a fast and inexpensive manner, the DiaCHIP. Our approach is based on the interaction of antibodies with their respective antigens. Different antigens are immobilized on a protein array generated by cell-free protein expression, using the corresponding DNA array as a template. Placed in a microfluidic chamber, the protein array is incubated with a patient’s blood sample. The interaction between an antibody in the sample and the corresponding immobilized antigen results in a local change of the optical thickness of the surface. This change can be detected using a label-free and real-time measurement technology called iRIf (imaging Reflectometric Interference)which is based on a laser detecting the interference of reflecting light from our chip. Offering simultaneous screening for several diseases, our DiaCHIP has strong potential to improve future diagnostics. | ||
+ | </p> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
</html> | </html> | ||
{{Freiburg/wiki_content_end}} | {{Freiburg/wiki_content_end}} | ||
+ | |||
+ | |||
+ | |||
+ | <!----------------------- Old Page ------------------------- | ||
+ | |||
+ | {{Freiburg/CSS}} | ||
+ | {{Freiburg/Menubar}} | ||
+ | |||
+ | {{Freiburg/wiki_content_start}} | ||
+ | <html> | ||
+ | |||
+ | <style> | ||
+ | /*========= BEGIN: style for navigation bar ==========*/ | ||
+ | #home { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/d/d7/Freiburg_icon_home_active.png) no-repeat; | ||
+ | } | ||
+ | |||
+ | #home a { | ||
+ | color: #ecdc18; | ||
+ | } | ||
+ | /*========= END: style for navigation bar ==========*/ | ||
+ | |||
+ | .content_box{ | ||
+ | clear:both; | ||
+ | } | ||
+ | .homepage_headline{ | ||
+ | text-align: center; | ||
+ | color: #000000; | ||
+ | font: "Roboto"; | ||
+ | font-weight: 400; | ||
+ | font-size: 25px; | ||
+ | } | ||
+ | |||
+ | .homepage_text{ | ||
+ | padding-top:20px; | ||
+ | color:#000000; | ||
+ | font-weight: thin; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #what_box, #how_box, #why_box, #video_box{ | ||
+ | box-sizing:border-box; | ||
+ | clear:both; | ||
+ | position: relative; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | .floatbox{ | ||
+ | margin-bottom: 3em; | ||
+ | } | ||
+ | |||
+ | /* usefull information on centering things: www.w3.org/Style/Examples/007/center.en.html*/ | ||
+ | |||
+ | |||
+ | #what_left, #how_left, #why_left{ | ||
+ | |||
+ | } | ||
+ | |||
+ | /* WHAT */ | ||
+ | |||
+ | #what_box{ | ||
+ | |||
+ | } | ||
+ | #what_left{ | ||
+ | |||
+ | } | ||
+ | #what_diachip_logo img{ | ||
+ | display: block; | ||
+ | margin: 0 auto; | ||
+ | width: 80%; | ||
+ | max-width: 230px; /* avoids overscaling*/ | ||
+ | } | ||
+ | #what_right{} | ||
+ | #what_box{} | ||
+ | #what_text{} | ||
+ | |||
+ | /* HOW */ | ||
+ | |||
+ | #how_box { | ||
+ | |||
+ | } | ||
+ | |||
+ | #how_left{ | ||
+ | } | ||
+ | #how_right{ | ||
+ | } | ||
+ | |||
+ | #how_image{} | ||
+ | #how_image img{ | ||
+ | display: block; | ||
+ | margin: 0 auto; | ||
+ | width: 80%; | ||
+ | max-width: 470px; /* avoids overscaling*/ | ||
+ | } | ||
+ | |||
+ | |||
+ | /* WHY */ | ||
+ | |||
+ | #why_box{ | ||
+ | } | ||
+ | #why_left{} | ||
+ | |||
+ | #why_right { | ||
+ | |||
+ | } | ||
+ | |||
+ | #why_image img{ | ||
+ | display: block; | ||
+ | margin: 0 auto; | ||
+ | width: 80%; | ||
+ | max-width: 339px; /* avoids overscaling*/ | ||
+ | } | ||
+ | |||
+ | /* VIDEO */ | ||
+ | |||
+ | #video_box{ | ||
+ | } | ||
+ | |||
+ | #video_left{ | ||
+ | padding: 6% 0; | ||
+ | } | ||
+ | #video_right{ | ||
+ | } | ||
+ | #video{ | ||
+ | display: block; | ||
+ | margin: 0 auto; | ||
+ | width: 80%; | ||
+ | height: 230px; | ||
+ | background-color: black; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <div class="content_box"> | ||
+ | |||
+ | <div id="what_box" class="floatbox"> | ||
+ | <div id="what_left" class="floatbox left"> | ||
+ | <div class="homepage_headline">What are we doing?</div> | ||
+ | <div id="what_text" class="homepage_text"> | ||
+ | We are building a system that detects many different diseases simultaneously with just a few drops of blood - we’re calling this system the <strong>DiaCHIP</strong>. Our method ist cheap, fast and label-free! <a href="https://2015.igem.org/Team:Freiburg/Project/Overview"> Tell me more!</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="what_right" class="floatbox right"> | ||
+ | <div id="what_diachip_logo"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/91/Freiburg_homepage_Dia_chip.png"></img> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="how_box" class="floatbox"> | ||
+ | <div id="how_left" class="floatbox left"> | ||
+ | <div id="how_image"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/0/0f/Freiburg_homepage_chip_blood.png"></img> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="how_right" class="floatbox right"> | ||
+ | <div class="homepage_headline">How are we doing it?</div> | ||
+ | <div id="how_text" class="homepage_text"> | ||
+ | We produce protein arrays from a DNA-microarray template using cell-free expression. The DNA codes for antigens from many different pathogens. We then run blood serum over the protein array and measure whether antibodies bind to the antigens. We can observe that with a label-free optical measurement called iRIf. <a href="https://2015.igem.org/Team:Freiburg/Project/Overview"> Tell me more!</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="why_box" class="floatbox"> | ||
+ | <div id="why_left" class="floatbox left"> | ||
+ | <div class="homepage_headline">Why are we doing it?</div> | ||
+ | |||
+ | <div id="why_text" class="homepage_text"> | ||
+ | Protein arrays are a powerful way to screen for diseases, but they are very cumbersome to produce, which makes them quite expensive. More important, they denature quickly and have to be handled very carefully. Our DiaCHIP produces fresh protein arrays right before every measurement - and our DNA array allows us to xerox as many protein arrays as we want! <a href="https://2015.igem.org/Team:Freiburg/Project/Overview">Tell me more!</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div id="why_right" class="floatbox right"> | ||
+ | <div id="why_image"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/b/b6/Freiburg_homepage_chip_denature.png"></img> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div id="video_box" class="floatbox"> | ||
+ | <div id="video_left" class="floatbox left"> | ||
+ | <div class="homepage_headline">Want to see how it works? | ||
+ | </div> | ||
+ | <div id="video_text" class="homepage_text"> | ||
+ | Take a look at this short video clip, which will give you a general overview of what our project is about. | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="video_right" class="floatbox right"> | ||
+ | <div id="video"> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> <!--- from content_box ---> |
Revision as of 15:39, 12 September 2015
Die Texte in den Boxen sind noch ziemlich klein und ziemlich Textwand. Da müssten kürzere, prägnantere Texte mit größerer Schrift und/oder Bild rein. (jb 20150912)
Texte sind zum Überarbeiten. Maximale Länge von 6 Zeilen ist optisch am besten. Die Texte sollen hinter Bildern "versteckt werden". Der Text erscheint, dann erst, wenn man mit dem Mauszeiger über das Bild fährt. - Das ist zumindest der Plan, arbeite noch an den Bildern - (sb 20150912)
find ich gut soweit, bin gespannt wie es fertig aussieht (NG)
-
Want to use our detection device in your next iGEM project? We built our own simplified and affordable setup. Here you can find a detailed description of how to build and use it.
-
In need for expressing tons of protein? We provided a new backbone for protein overexpression meeting all the iGEM standards. We also expanded the iGEM Registry with our
-
What does the public think about the DiaCHIP and systems based on synthetic biology? Would people want to use it? Check out the results of our survey.
-
Numerous complex processes take place during cell-free expression. Modeling the generation of proteins as well as their diffusion in our system helped us obtaining better results. Get more information here.
-
We obtained great results during summer! Our successful measurements of tetanus antibodies in human serum and GFP antibodies binding to cell-free expressed GFP can be found on our results page.
-
Modern everyday life is fast...too fast for medical diagnosis relying on huge amounts of time-consuming and costly serological tests. This is why we thought about a fast, universally accessible and affordable diagnostic device.
-
Simultaneously screening for hundreds of diseases within a few hours? See how the DiaCHIP achieves this by the revolutionary combination of cell-free expression with an emerging optical method allowing label-free antibody detection.
-
Generating a protein array on demand and detecting antigen-antibody interactions in real-time: Find out about our own cell-free expression mix and our specific surface binding system.
Abstract
In modern medicine, fast detection and differentiation of diseases is a crucial and fundamental task. Typical ELISA-based assays are time-consuming and expensive. We propose an advanced procedure for the simultaneous detection of various diseases in a fast and inexpensive manner, the DiaCHIP. Our approach is based on the interaction of antibodies with their respective antigens. Different antigens are immobilized on a protein array generated by cell-free protein expression, using the corresponding DNA array as a template. Placed in a microfluidic chamber, the protein array is incubated with a patient’s blood sample. The interaction between an antibody in the sample and the corresponding immobilized antigen results in a local change of the optical thickness of the surface. This change can be detected using a label-free and real-time measurement technology called iRIf (imaging Reflectometric Interference)which is based on a laser detecting the interference of reflecting light from our chip. Offering simultaneous screening for several diseases, our DiaCHIP has strong potential to improve future diagnostics.