mirror of https://github.com/msberends/AMR.git
update collabs
This commit is contained in:
parent
d2ceebe376
commit
af205e2705
|
@ -1,6 +1,6 @@
|
||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.8.2.9045
|
Version: 1.8.2.9046
|
||||||
Date: 2022-11-07
|
Date: 2022-11-10
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||||
data analysis and to work with microbial and antimicrobial properties by
|
data analysis and to work with microbial and antimicrobial properties by
|
||||||
|
|
2
NEWS.md
2
NEWS.md
|
@ -1,4 +1,4 @@
|
||||||
# AMR 1.8.2.9045
|
# AMR 1.8.2.9046
|
||||||
|
|
||||||
This version will eventually become v2.0! We're happy to reach a new major milestone soon!
|
This version will eventually become v2.0! We're happy to reach a new major milestone soon!
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,7 @@ $(document).ready(function() {
|
||||||
// contributors
|
// contributors
|
||||||
x = x.replace("Alex", "Prof. Alex");
|
x = x.replace("Alex", "Prof. Alex");
|
||||||
x = x.replace("Anthony", "Dr. Anthony");
|
x = x.replace("Anthony", "Dr. Anthony");
|
||||||
|
x = x.replace("Annick", "Dr. Annick");
|
||||||
x = x.replace("Bart", "Dr. Bart");
|
x = x.replace("Bart", "Dr. Bart");
|
||||||
x = x.replace("Bhanu", "Prof. Bhanu");
|
x = x.replace("Bhanu", "Prof. Bhanu");
|
||||||
x = x.replace("Casper", "Prof. Casper");
|
x = x.replace("Casper", "Prof. Casper");
|
||||||
|
|
Loading…
Reference in New Issue