mirror of
https://github.com/msberends/AMR.git
synced 2025-07-24 01:03:28 +02:00
(v1.7.1.9054) mdro() update - fixes #49, first_isolate() speedup
This commit is contained in:
@ -57,8 +57,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- mathjax -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
|
||||
@ -70,15 +68,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body data-spy="scroll" data-target="#toc">
|
||||
|
||||
|
||||
<div class="container template-citation-authors">
|
||||
<header>
|
||||
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
@ -92,7 +84,7 @@
|
||||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="index.html">AMR (for R)</a>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.7.1.9051</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.7.1.9054</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -241,7 +233,7 @@
|
||||
</div>
|
||||
|
||||
<p>Berends MS, Luz CF, Friedrich AW, Sinha BNM, Albers CJ, Glasner C (2021). AMR - An R Package for Working with
|
||||
Antimicrobial Resistance Data. Journal of Statistical Software (accepted for publication), https://www.biorxiv.org/content/10.1101/810622v4.</p>
|
||||
Antimicrobial Resistance Data. Journal of Statistical Software (accepted for publication), https://www.biorxiv.org/content/10.1101/810622, doi: 10.1101/810622.</p>
|
||||
<pre>@Article{,
|
||||
title = {AMR - An R Package for Working with Antimicrobial Resistance Data},
|
||||
author = {M S Berends and C F Luz and A W Friedrich and B N M Sinha and C J Albers and C Glasner},
|
||||
@ -249,7 +241,7 @@ Antimicrobial Resistance Data. Journal of Statistical Software (accepted for pub
|
||||
journal = {Journal of Statistical Software},
|
||||
pages = {Accepted for publication},
|
||||
year = {2021},
|
||||
url = {https://www.biorxiv.org/content/10.1101/810622v4},
|
||||
url = {https://www.biorxiv.org/content/10.1101/810622},
|
||||
}</pre>
|
||||
<p>Berends, MS (2021). A New Instrument for Microbial Epidemiology: Empowering Antimicrobial Resistance Data Analysis (PhD thesis). University of Groningen, doi: 10.33612/diss.177417131.</p>
|
||||
<pre>@PhdThesis{,
|
||||
@ -258,7 +250,17 @@ Antimicrobial Resistance Data. Journal of Statistical Software (accepted for pub
|
||||
publisher = {University of Groningen},
|
||||
school = {University of Groningen},
|
||||
doi = {10.33612/diss.177417131},
|
||||
pages = {288},
|
||||
pages = {287},
|
||||
year = {2021},
|
||||
}</pre>
|
||||
<p>Luz, CF (2021). Data Science for Infection Management & Antimicrobial Stewardship (PhD thesis). University of Groningen, doi: 10.33612/diss.192486375.</p>
|
||||
<pre>@PhdThesis{,
|
||||
title = {Data Science for Infection Management & Antimicrobial Stewardship},
|
||||
author = {C F Luz},
|
||||
publisher = {University of Groningen},
|
||||
school = {University of Groningen},
|
||||
doi = {10.33612/diss.192486375},
|
||||
pages = {326},
|
||||
year = {2021},
|
||||
}</pre>
|
||||
|
||||
@ -266,7 +268,6 @@ Antimicrobial Resistance Data. Journal of Statistical Software (accepted for pub
|
||||
<h1>Authors</h1>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<p><strong><a href='https://www.rug.nl/staff/m.s.berends/'>Matthijs S. Berends</a></strong>. Author, maintainer. <a href='https://orcid.org/0000-0001-7620-1800' target='orcid.widget' aria-label='ORCID'><span class='fab fa-orcid orcid' aria-hidden='true'></span></a>
|
||||
@ -277,27 +278,27 @@ Antimicrobial Resistance Data. Journal of Statistical Software (accepted for pub
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Alexander W. Friedrich</strong>. Thesis advisor. <a href='https://orcid.org/0000-0003-4881-038X' target='orcid.widget' aria-label='ORCID'><span class='fab fa-orcid orcid' aria-hidden='true'></span></a>
|
||||
<p><strong>Dennis Souverein</strong>. Author, contributor. <a href='https://orcid.org/0000-0003-0455-0336' target='orcid.widget' aria-label='ORCID'><span class='fab fa-orcid orcid' aria-hidden='true'></span></a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Bhanu N. M. Sinha</strong>. Thesis advisor. <a href='https://orcid.org/0000-0003-1634-0010' target='orcid.widget' aria-label='ORCID'><span class='fab fa-orcid orcid' aria-hidden='true'></span></a>
|
||||
<p><strong>Erwin E. A. Hassing</strong>. Author, contributor.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Casper J. Albers</strong>. Thesis advisor. <a href='https://orcid.org/0000-0002-9213-6743' target='orcid.widget' aria-label='ORCID'><span class='fab fa-orcid orcid' aria-hidden='true'></span></a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Corinna Glasner</strong>. Thesis advisor. <a href='https://orcid.org/0000-0003-1241-1328' target='orcid.widget' aria-label='ORCID'><span class='fab fa-orcid orcid' aria-hidden='true'></span></a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Judith M. Fonville</strong>. Contributor.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Erwin E. A. Hassing</strong>. Contributor.
|
||||
<p><strong>Alex W. Friedrich</strong>. Thesis advisor. <a href='https://orcid.org/0000-0003-4881-038X' target='orcid.widget' aria-label='ORCID'><span class='fab fa-orcid orcid' aria-hidden='true'></span></a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Corinna Glasner</strong>. Thesis advisor. <a href='https://orcid.org/0000-0003-1241-1328' target='orcid.widget' aria-label='ORCID'><span class='fab fa-orcid orcid' aria-hidden='true'></span></a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
@ -325,7 +326,7 @@ Antimicrobial Resistance Data. Journal of Statistical Software (accepted for pub
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Dennis Souverein</strong>. Contributor. <a href='https://orcid.org/0000-0003-0455-0336' target='orcid.widget' aria-label='ORCID'><span class='fab fa-orcid orcid' aria-hidden='true'></span></a>
|
||||
<p><strong>Bhanu N. M. Sinha</strong>. Thesis advisor. <a href='https://orcid.org/0000-0003-1634-0010' target='orcid.widget' aria-label='ORCID'><span class='fab fa-orcid orcid' aria-hidden='true'></span></a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
@ -333,7 +334,7 @@ Antimicrobial Resistance Data. Journal of Statistical Software (accepted for pub
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -342,11 +343,11 @@ Antimicrobial Resistance Data. Journal of Statistical Software (accepted for pub
|
||||
|
||||
<footer>
|
||||
<div class="copyright">
|
||||
<p><p>Developed by <a href="https://www.rug.nl/staff/m.s.berends/" class="external-link">Matthijs S. Berends</a>, Christian F. Luz.</p></p>
|
||||
<p>Developed by <a href='https://www.rug.nl/staff/m.s.berends/'>Matthijs S. Berends</a>, Christian F. Luz, Dennis Souverein, Erwin E. A. Hassing.</p>
|
||||
</div>
|
||||
|
||||
<div class="pkgdown">
|
||||
<p><p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 1.6.1.9001.</p></p>
|
||||
<p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
@ -355,8 +356,6 @@ Antimicrobial Resistance Data. Journal of Statistical Software (accepted for pub
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user