Difference between revisions of "Team:Vilnius-Lithuania/Model"

m
m
Line 9: Line 9:
 
}
 
}
 
</style>
 
</style>
 +
<style>
 +
.MathJax span:last-of-type {
 +
border-left-color: transparent !important;
 +
}
 +
</style>
 
</head>
 
</head>
 
<body>
 
<body>
    <main id="section-text">
+
    <main id="section-text">
        <input id="headingTitleText" type="hidden" value="Model"/>
+
<input id="headingTitleText" type="hidden" value="Model" />
        <div class="contentBlock">
+
<div class="contentBlock">
            <div class="content">
+
<div class="content">
                <div class="h2 larger">Overview</div>
+
<div class="h3">Introduction</div>
                <div class="h3">Kill Switch Model</div>
+
<p class="content-paragraph">Consider a permeable strip with length X greater than width Y. On one end of the strip we have a sample pad onto which we drop analytes A that are the oligos we want to test. Beneath the sample pad is the conjugate pad that holds gold nanoparticles P. Analytes and nanoparticles diffuse and react to form a complex C. We also assume that this end of the strip is dipped into a volume (or "bath") of water that starts permeating into the strip with flow velocity $V(t)$. Somewhere along the strip at points $L \leq x \leq U$ is a test line with fixed probes R that are specific to the oligo sequence we want to test. Probes R react with the complex C to form the signal S.</p>
                <p class="content-paragraph">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi quis ante odio. Sed eleifend, eros at bibendum ullamcorper, nisl nisl mattis ligula, ut euismod lorem elit sit amet ipsum. Suspendisse scelerisque, odio vitae malesuada mattis, sem augue mattis velit, sit amet ornare lacus velit nec nibh. Curabitur sed lectus sapien. Suspendisse finibus urna volutpat mi consequat lacinia. In ut felis quis purus tempus gravida. Vestibulum eget gravida risus. Vivamus porta dui et nulla fringilla, nec fermentum felis placerat. Pellentesque dictum risus quis aliquam lacinia. Duis mauris arcu, rhoncus eu felis a, laoreet volutpat ipsum. Ut sed aliquam libero. Sed placerat sem nec hendrerit pellentesque.</p>
+
<div class="h4">The Goal</div>
                <div class="h3">Strip Test Model</div>
+
<p class="content-paragraph">
                <p class="content-paragraph">Maecenas in orci non risus fringilla maximus. Morbi id erat commodo, feugiat ante a, ullamcorper urna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Mauris ligula nunc, gravida in interdum non, pellentesque eget libero. Aliquam porta purus nec arcu sodales, eget sagittis purus lacinia. Aliquam dictum augue id lacinia lacinia. Ut et elementum nunc, nec tempus lacus. Fusce vel mauris ante. Suspendisse bibendum quam tortor, vitae congue urna facilisis at. Aliquam erat volutpat. Sed sit amet magna in nunc ullamcorper porta id et dui. Vestibulum in eros nisi. Proin cursus nisl eu justo laoreet interdum. Suspendisse eu tellus vel felis iaculis posuere.</p>
+
The goal is to provide a mathematical basis for a fast and open-source app that helps in the design of a lateral flow assay test.
                <video controls width="250">
+
\begin{align}
                    <source src="https://static.igem.org/mediawiki/2020/b/b5/T--Vilnius-Lithuania--50-200uL.mp4" type="video/mp4">
+
\begin{split}
                    Sorry, your browser doesn't support embedded videos.
+
\ce{A +  P <=>[\ce{k_1}][\ce{k_{-1}}] C}, \\ \\
                </video>
+
\ce{C +  R <=>[\ce{k_2}][\ce{k_{-2}}] S}.
                <p class="content-paragraph">This video shows, that 200uL is very bad. You can see leaking. We decided not to use it.</p>
+
\end{split}
                <video controls width="250">
+
\end{align}
                    <source src="https://static.igem.org/mediawiki/2020/1/1c/T--Vilnius-Lithuania--50-150uL.mp4" type="video/mp4">
+
</p>
                    Sorry, your browser doesn't support embedded videos.
+
 
                </video>
+
<div class="h3">Advection-diffusion-reaction model of the lateral flow assay</div>
                <p class="content-paragraph">This video shows, 50uL is not enough. You can see the lines appear on all other test strips.</p>
+
<p class="content-paragraph">Corresponding to the description we form the model:</p>
                <video controls width="250">
+
</div>
                    <source src="https://static.igem.org/mediawiki/2020/3/35/T--Vilnius-Lithuania--1stModel.mp4" type="video/mp4">
+
</div>
                    Sorry, your browser doesn't support embedded videos.
+
</main>
                </video>
+
<script>
                <p class="content-paragraph">This is our first experiment to find out concentrations</p>
+
document.getElementById("fixedOverlay").classList.add("dl");
                <video controls width="250">
+
</script>
                    <source src="https://static.igem.org/mediawiki/2020/7/71/T--Vilnius-Lithuania--2ndModel.mp4" type="video/mp4">
+
<script src="https://2020.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
                    Sorry, your browser doesn't support embedded videos.
+
<script>
                </video>
+
MathJax.Hub.Config({
                <p class="content-paragraph">This is our second experiment to validate our theory.</p>
+
tex2jax: {
                <video controls width="250">
+
inlineMath: [['$','$'], ['\\(','\\)']],
                    <source src="https://static.igem.org/mediawiki/2020/d/d9/T--Vilnius-Lithuania--3rdModel.mp4" type="video/mp4">
+
processEscapes: true
                    Sorry, your browser doesn't support embedded videos.
+
},
                </video>
+
TeX: {
                <p class="content-paragraph">Finally, this completely verifies what the theory gave us.</p>
+
extensions: ["mhchem.js"],
        </div>
+
equationNumbers: { autoNumber: "AMS" }
    </main>
+
}
    <script>
+
});
          document.getElementById("fixedOverlay").classList.add("project")
+
</script>
    </script>
+
 
</body>
 
</body>
 
</html>
 
</html>
 
{{Vilnius-Lithuania/footer}}
 
{{Vilnius-Lithuania/footer}}

Revision as of 12:31, 27 October 2020

Introduction

Consider a permeable strip with length X greater than width Y. On one end of the strip we have a sample pad onto which we drop analytes A that are the oligos we want to test. Beneath the sample pad is the conjugate pad that holds gold nanoparticles P. Analytes and nanoparticles diffuse and react to form a complex C. We also assume that this end of the strip is dipped into a volume (or "bath") of water that starts permeating into the strip with flow velocity $V(t)$. Somewhere along the strip at points $L \leq x \leq U$ is a test line with fixed probes R that are specific to the oligo sequence we want to test. Probes R react with the complex C to form the signal S.

The Goal

The goal is to provide a mathematical basis for a fast and open-source app that helps in the design of a lateral flow assay test. \begin{align} \begin{split} \ce{A + P <=>[\ce{k_1}][\ce{k_{-1}}] C}, \\ \\ \ce{C + R <=>[\ce{k_2}][\ce{k_{-2}}] S}. \end{split} \end{align}

Advection-diffusion-reaction model of the lateral flow assay

Corresponding to the description we form the model: