User:Julian C. Leos/applicationsuanl: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 304: Line 304:


<h1>Expected Results</h1>
<h1>Expected Results</h1>
<p>The uric acid enter the nanoreactor and a  series of reactions catalyzed by enzymes will happen, products exit through diffusion. The reaction produces allantoin thanks to the catalase ,water and oxygen.The  Allantoin and water will be filtered by the glomerulus while oxygen pass to portal circulation [4k].</p>
<p>The uric acid enter the nanoreactor and a  series of reactions catalyzed by enzymes will happen, products exit through diffusion. The reaction produces allantoin thanks to the catalase ,water and oxygen.The  Allantoin and water will be filtered by the glomerulus while oxygen pass to portal circulation.</p>
<hr size="10px" width=100% align="center"/>
<hr size="10px" width=100% align="center"/>



Latest revision as of 18:03, 25 October 2014

<html lang="en-US"> <head>

 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 <title>Fixed Top Navigation Toolbar</title>
 <meta name="author" content="Jake Rocheleau">
 <link rel="shortcut icon" href="http://designshack.net/favicon.ico">
 <link rel="icon" href="http://designshack.net/favicon.ico">
 <link rel="stylesheet" type="text/css" media="all" href="styles.css">
 <link rel="stylesheet" type="text/css" media="all" href="http://fonts.googleapis.com/css?family=Capriola">
 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- Latest compiled css and JavaScript --> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <!--j--query--> <!--Nav Bar Theme--> <link href="http://maxcdn.bootstrapcdn.com/bootswatch/3.2.0/yeti/bootstrap.min.css" rel="stylesheet">

<style> html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
 outline: none;
 -webkit-text-size-adjust: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;

} html { height: 101%; } body { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 62.5%; line-height: 1; padding-bottom: 65px; background: #444 url('images/bg.png'); }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; }

blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } strong { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; } img { border: 0; max-width: 100%; }

h1 {

 font-family: 'Capriola', Tahoma, Arial, sans-serif;
 font-weight: normal;
 font-size: 2.95em;
 line-height: 1.2em;
 letter-spacing: -.0.03em;
 color: #383838;
 margin-bottom: 16px;

}

p { font-size: 1.2em; line-height: 1.45em; margin-bottom: 15px; color: #434343; text-align: justify; }

a { color: #5b77a4; text-decoration: underline; } a:hover { color: #7d94bb; }


  1. w {
 display: block;
 width: 710px;
 padding: 14px 15px;
 margin: 0 auto;
 margin-top: 45px;

}

  1. content {
 display: block;
 background: #fff;
 padding: 80px 50px;

}

  1. logo { display: block; border: 1px solid #232323; border-bottom-width: 0; }
  2. logobg {
 display: block;
 width: 100%;
 height: 130px;
 background: url('images/logo.png') top left no-repeat;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;

}

/* top navigation */

  1. navigation {
 display: block;
 height: 35px;
 background-color: #131313;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#131313));
 background-image: -webkit-linear-gradient(top, #202020, #131313);
 background-image: -moz-linear-gradient(top, #202020, #131313);
 background-image: -ms-linear-gradient(top, #202020, #131313);
 background-image: -o-linear-gradient(top, #202020, #131313);
 background-image: linear-gradient(top, #202020, #131313);

}

  1. navigation ul { list-style: none; padding: 0px 7px; }
  1. navigation ul li { display: inline; float: left; }
  2. navigation ul li a {
 display: block; 
 padding: 0 8px; 
 color: #fff;
 font-size: 1.1em;
 text-decoration: none;
 line-height: 35px; 
 font-weight: bold; 
 margin-right: 6px;
 text-shadow: 1px 1px 1px #000;
 -webkit-transition: all 0.2s linear;
 -moz-transition: all 0.2s linear;
 transition: all 0.2s linear;

}

  1. navigation ul li a:hover { color: #a8d6e7; }

/* hidden fixed navigation */

  1. fixedbar {
 display: none;
 position: fixed;
 top: 0;
 width: 100%;
 height: 80px;
 background: rgba(0,0,0,0.75);

}

  1. fixednav {
 display: block;
 width: 710px;
 margin: 0 auto;
 padding: 0px 25px;

}

  1. fixednav li { }
  1. fixednav li a {
 display: block;
 float: left;
 font-size: 1.75em;
 font-weight: bold;
 color: #96aed8;
 line-height: 80px;
 text-decoration: none;
 padding: 0px 8px;
 margin-right: 6px; 
 -webkit-transition: all 0.2s linear;
 -moz-transition: all 0.2s linear;
 transition: all 0.2s linear; 

}

  1. fixednav li a:hover {
 color: #fff;
 background: rgba(0,0,0,0.3);

}


  1. content{margin-left:0.7;}

.navbar{ top:8.5px; position:fixed; width:96.8%; z-index: 9999 !important;

background-color: #A68F6A;

left: 152px }

  1. footer{display: none;}

/*Done clearing*/


div img {

 position: absolute;
 top:  0px; 
 left: 0px;

}

div imglogo {

 position: absolute;
 top:  20px; 
 left: 20px;

}


  1. footer{display: none;}

/*Done clearing*/


footer {
           position: relative;
           /* Altura total del footer en px con valor negativo */
           margin-top: -50px;
           /* Altura del footer en px. Se han restado los 5px del margen
              superior mas los 5px del margen inferior
           */
           height: 40px; 
           padding:5px 0px;
           clear: both;
           background: #286af0;
           text-align: center;
           color: #fff;

z-index: 9999 !important;

       }

</style> </head>

<body>

<!--Nav-->

<div class="navbar navbar-default">

 <div class="navbar-header">
   <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
     <span class="icon-bar"></span>
     <span class="icon-bar"></span>
     <span class="icon-bar"></span>
   </button>
   <a class="navbar-brand" href=""></a>
 </div>
 <div class="navbar-collapse collapse navbar-responsive-collapse">
   <ul class="nav navbar-nav">

<li><a href="http://openwetware.org/wiki/User:Julian_C._Leos">Home</a></li> <li><a href="http://openwetware.org/wiki/User:Julian_C._Leos/backgrounduanl">Background</a></li> <li><a href="http://openwetware.org/wiki/User:Julian_C._Leos/methoduanl">Method</a></li> <li><a href="http://openwetware.org/wiki/User:Julian_C._Leos/applicationsuanl">Medical Application</a></li> <li><a href="http://openwetware.org/wiki/User:Julian_C._Leos/industrialuanl">Industrial Application</a></li> <li><a href="http://openwetware.org/wiki/User:Julian_C._Leos/modelinguanl">Diffusion Model</a></li> <li><a href="http://openwetware.org/wiki/User:Julian_C._Leos/kineticmodelinguanl">Kinetic Model</a></li> <li><a href="">Team</a></li>


   </ul>
 </div>

</div> <!--Nav Bar Done-->>

   <div>
 <img src="http://openwetware.org/images/8/88/FondoMed.png" />

</div>

   <div id="content">
     <h1>Applications</h1>
     <p>The nanoreactor is designed to carry out enzyme reactions, releasing compounds useful for each application. In this case we will handle only two applications: Biomedical and Industrial. 

<br></br>

</p>
<h1>Medical Application</h1>
     <p>Many millions of years ago, most mammals had a system for regulating uric acid in blood  thus preventing the accumulation of this. This system decompose uric acid , a waste product of purine degradation into allantoin and peroxide involving an enzyme called uricase. Allantoin is 100 times more water soluble than uric acid , so it was easy for  the mammal metabolism to dispose it  ,preventing high product concentration. 

<br></br>

</p>

<br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <IMG STYLE="position:absolute; TOP:410px; LEFT:170px;" SRC="http://openwetware.org/images/a/a9/DiagramaMEd.png" alt="Fig. 1"> </br> <p>It has now been found that higher mammals, such as primates and humans, lack this enzyme because in the evolutionary process happen a mutation in the gene encoding this protein . The mutation was found in three codons (33, 183, and exon 3) being in humans, orangutans and chimpanzees. </p> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <IMG STYLE="position:absolute; TOP:1010px; LEFT:170px;" SRC="http://openwetware.org/images/3/39/DiagramaMed2.png" alt="Fig. 1">

<p>There are several theories which explain why this enzyme was lost, . The most succesful theorie says that the antioxidant system of the body with the participation of the enzymes superoxide dismutase and glutathione dismutase, these enzymes prevent oxidative damage in aging cells ,preventing various diseases. It is believed that the uricase degrading the the uric acid, produced large quantities of peroxide oxidants and metabolites, causing the accumulation of these by the shortage of antioxidant enzymes. The disappearance of this enzyme led to the longevity of the organism to accumulate as many non-oxidative products.

<br></br>

The project consists of the design of nanoreactor compatible with the human body with the goal to decompose the uric acid in the human body into more soluble and easy to remove compounds such as allantoin, water and oxygen. The action site is in the kidney, specifically in the afferent glomerular artery, this in order that the reaction happens before passing through the filtration bowman's capsule. <br></br> The nephropaty caused by the excess of uric acid , the urate oxidase transform the uric acid in allantoin which is more soluble in urine. The admnistration of exogen urate oxidase decreases the uric acid levels on serum and urine. </p> <br></br> <h1>Enzymes</h1>

<p>The main enzyme involved in the degradation of uric acid is uricase, is distinguished by having a high affinity to uric acid. It has a high oxidizing power. Depending on the conditions it can give different compounds such as Alioxan, Uroxanic acid, Uric acid glycol ,Allantoin causingin all reactions peroxide which will be offset by the second enzyme system, catalase. <br></br> As already mentioned, it is intended that the reaction form allantoin which is more soluble than urate. It has been found that in 95% to 100% of cases being uricase in the presence of catalase the reactions takes the path of production of allantoin this is why the nanoreactor, apart from isolating the reaction provides peroxide leakage protection, prevents the formation of other oxidizing components as they can provoke a serious problem in cell. </p> <h2>Reaction:</h2> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br> <IMG STYLE="position:absolute; TOP:2160px; LEFT:170px;" SRC="http://openwetware.org/images/c/c2/ReactionMEd.png">

<h1>Expected Results</h1> <p>The uric acid enter the nanoreactor and a series of reactions catalyzed by enzymes will happen, products exit through diffusion. The reaction produces allantoin thanks to the catalase ,water and oxygen.The Allantoin and water will be filtered by the glomerulus while oxygen pass to portal circulation.</p> <hr size="10px" width=100% align="center"/>

<h2>References:</h2> <p> [1] Alvares, K., Widrow, R. J., Abu-Jawdeh, G. M., Schmidt, J. V., Yeldandi, A. V., Rao, M. S., & Reddy, K. J. (1992). Rat urate oxidase produced by recombinant baculovirus expression: Formation of peroxisome crystalloid core-like structures. Proc. Nati. Acad. Sci. USA, 4908-4912. <br></br>

[2] Chelikani, P., Fita, I., & Loewen, P. (2004). Diversity of structures and properties among catalases. Cell. Mol. Life Sci., 192-208. <br></br>

[3] I., C. A. (03 de Mayo de 2011). Biología y Salud. Obtenido de Déficit de hipoxantina-guanina fosforribosiltransferasa. Síndrome de Lesch-Nyhan.: http://www.biopsicologia.net/el-proyecto/nivel-4-patologias/1093-2112-deficit-de-hipoxantina-guanina-fosforribosiltransferasa-sindrome-de-lesch-nyhan <br></br>

[4] Motojima, K., Kanaya, S., & Goto , S. (1988). Cloning and SequenceA nalysis of cDNA for Rat and Liver Uricase. The Journal of Biological Chemistry, 16677-16681. <br></br>

[5] Torres Jiménez, R., & García Puig, J. (18 de Octubre de 2014). Enfermedades Raras. Obtenido de Síndrome de Kelley-Seegmiller: http://www.orpha.net/consor/cgi-bin/OC_Exp.php?lng=ES&Expert=79233 <br></br>

[6] Werner, M.-E. (2008). Bioquímica: Fundamentos para Medicina y Ciencias de la Vida. Barcelona, España: Reverté. <br></br>

[7] Wu, X., Chi, L. C., Muzny, D. M., & Caskey, T. C. (1989). Urate oxidase: Primary structure and evolutionary implications. Proc. Nati. Acad. Sci. USA, 9412-9416.<br></br>

[8] http://www.medscape.com/viewarticle/734579_2http://www.medscape.com/viewarticle/734579_2 <br></br> [9] Uricase based methods for determination of uric acid in serum Yunsheng Zhao & Xiaoyan Yang & Wei Lu & Hong Liao & Fei Liao <br></br> [10] http://www.kidneypathology.com/Histologia_glomerulo.html

</p>

   </div>

</div>

 </div>

<script type="text/javascript"> $(document).ready(function(){

 $('#navigation a, #fixedbar a').on('click', function(e) {
   e.preventDefault();
 });
 
 $(window).on('scroll',function() {
   var scrolltop = $(this).scrollTop();
   if(scrolltop >= 215) {
     $('#fixedbar').fadeIn(250);
   }
   
   else if(scrolltop <= 210) {
     $('#fixedbar').fadeOut(250);
   }
 });

}); </script>

</body> </html>