diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html index 1f2056b..a654b22 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,8 +8,8 @@ <title>Graphical User Interface for Fitting Kinetic Models to Chemical Degradation Data • gmkin</title> <!-- jquery --><script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script><!-- Bootstrap --><link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script><!-- 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="Graphical User Interface for Fitting Kinetic Models to Chemical Degradation Data"> +<!-- 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><!-- sticky kit --><script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script><!-- pkgdown --><link href="pkgdown.css" rel="stylesheet"> +<script src="pkgdown.js"></script><meta property="og:title" content="Graphical User Interface for Fitting Kinetic Models to Chemical Degradation Data"> <meta property="og:description" content="Browser based graphical user interface for R package mkin, based on the gWidgetsWWW2 package. Both gmkin and gWidgetsWWW2 are developed on GitHub, but are also available from the R-Forge repository."> @@ -29,8 +29,12 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="index.html">gmkin</a> + <span class="navbar-brand"> + <a class="navbar-link" href="index.html">gmkin</a> + <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.6.8</span> + </span> </div> + <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> @@ -55,7 +59,7 @@ </ul> </li> <li> - <a href="news/index.html">News</a> + <a href="news/index.html">Changelog</a> </li> </ul> <ul class="nav navbar-nav navbar-right"></ul> @@ -97,7 +101,7 @@ <div class="sourceCode"><pre class="sourceCode s"><code class="sourceCode gnuassembler"><span class="kw">drat::</span>addRepo(<span class="st">"jranke"</span>)</code></pre></div> <p>and install as usual</p> <div class="sourceCode"><pre class="sourceCode s"><code class="sourceCode gnuassembler">install.packages(<span class="st">"gmkin"</span>)</code></pre></div> -<p>The latest changes to gmkin are recorded in the <a href="https://github.com/jranke/gmkin/blob/master/NEWS.md">NEWS</a> file, more details can be found in the <a href="https://github.com/jranke/gmkin/commits/master">commit history</a>.</p> +<p>The latest changes to gmkin are recorded in the <a href="https://github.com/jranke/gmkin/blob/master/NEWS.html">NEWS</a> file, more details can be found in the <a href="https://github.com/jranke/gmkin/commits/master">commit history</a>.</p> <p><img src="gmkin_screenshot.png" alt="gmkin screenshot"></p> </div> </div> @@ -159,19 +163,28 @@ while (TRUE) { </div> <div class="col-md-3" id="sidebar"> - <h2>Links</h2> + <div class="links"> +<h2>Links</h2> <ul class="list-unstyled"> <li>Report a bug at <br><a href="http://github.com/jranke/gmkin/issues">http://github.com/jranke/gmkin/issues</a> </li> </ul> +</div> +<div class="license"> <h2>License</h2> -<p>GPL</p> +<ul class="list-unstyled"> +<li>GPL</li> +</ul> +</div> +<div class="developers"> <h2>Developers</h2> <ul class="list-unstyled"> <li>Johannes Ranke <br><small class="roles"> Author, maintainer, copyright holder </small> </li> <li><a href="authors.html">All authors...</a></li> </ul> </div> + + </div> </div> @@ -186,5 +199,7 @@ while (TRUE) { </footer> </div> + + </body> </html> |