diff options
Diffstat (limited to 'docs/reference/UBA_model_gallery.html')
| -rw-r--r-- | docs/reference/UBA_model_gallery.html | 33 | 
1 files changed, 30 insertions, 3 deletions
| diff --git a/docs/reference/UBA_model_gallery.html b/docs/reference/UBA_model_gallery.html index 74fc20b..4157743 100644 --- a/docs/reference/UBA_model_gallery.html +++ b/docs/reference/UBA_model_gallery.html @@ -18,12 +18,24 @@  <!-- Font Awesome icons -->  <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> +<!-- clipboard.js --> +<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script>  <!-- pkgdown -->  <link href="../pkgdown.css" rel="stylesheet">  <script src="../jquery.sticky-kit.min.js"></script>  <script src="../pkgdown.js"></script> +   +   +<meta property="og:title" content="A collection of some standard kinetic models — UBA_model_gallery" /> +<meta property="og:description" content="The UBA model gallery contains predefined kinetic models for some common use +  cases, with metabolites named as in the commonly used PELMO degradation +  scheme (Jene 1998).  Please use the model gallery of the gmkin +  GUI to see their definitions.  The models use the topology of the models +  defined by Michael Klein (2010) for DegKinManager, with the exception of the +  kinetic sorption model." /> +<meta name="twitter:card" content="summary" />  <!-- mathjax -->  <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> @@ -51,10 +63,25 @@      <div id="navbar" class="navbar-collapse collapse">        <ul class="nav navbar-nav">          <li> -  <a href="../reference/index.html">Reference</a> +  <a href="../index.html"> +    <span class="fa fa-home fa-lg"></span> +      +  </a>  </li>  <li> -  <a href="../articles/index.html">Articles</a> +  <a href="../reference/index.html">Reference</a> +</li> +<li class="dropdown"> +  <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> +    Articles +      +    <span class="caret"></span> +  </a> +  <ul class="dropdown-menu" role="menu"> +    <li> +      <a href="../articles/gmkin_manual.html">Manual for gmkin</a> +    </li> +  </ul>  </li>  <li>    <a href="../news/index.html">News</a> @@ -125,7 +152,7 @@  </div>  <div class="pkgdown"> -  <p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p> +  <p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p>  </div>        </footer> | 
