diff options
Diffstat (limited to 'docs/articles/index.html')
| -rw-r--r-- | docs/articles/index.html | 14 | 
1 files changed, 12 insertions, 2 deletions
| diff --git a/docs/articles/index.html b/docs/articles/index.html index 7344840b..d02bfe80 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -25,12 +25,14 @@  <script src="../pkgdown.js"></script>  <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>  <!--[if lt IE 9]>  <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>  <![endif]--> + +    </head>    <body> @@ -68,8 +70,14 @@        <a href="../articles/FOCUS_L.html">Example evaluation of FOCUS Laboratory Data L1 to L3</a>      </li>      <li> +      <a href="../articles/FOCUS_Z.html">Example evaluation of FOCUS Example Dataset Z</a> +    </li> +    <li>        <a href="../articles/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a>      </li> +    <li> +      <a href="../articles/twa.html">Calculation of time weighted average concentrations with mkin</a> +    </li>    </ul>  </li>  <li> @@ -93,7 +101,7 @@        </header>        <div class="page-header"> -  <h1>Vignette reference <small>version 0.9.45</small></h1> +  <h1>Articles <small>version 0.9.46.1</small></h1>  </div>  <div class="row"> @@ -106,7 +114,9 @@          <li><a href="compiled_models.html">Performance benefit by using compiled model definitions in mkin</a></li>          <li><a href="FOCUS_D.html">Example evaluation of FOCUS Example Dataset D</a></li>          <li><a href="FOCUS_L.html">Example evaluation of FOCUS Laboratory Data L1 to L3</a></li> +        <li><a href="FOCUS_Z.html">Example evaluation of FOCUS dataset Z</a></li>          <li><a href="mkin.html">Introduction to mkin</a></li> +        <li><a href="twa.html">Calculation of time weighted average concentrations with mkin</a></li>        </ul>      </div>    </div> | 
