1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 21:42:01 +02:00

(v2.1.1.9236) documentation

This commit is contained in:
2025-04-12 11:46:42 +02:00
parent 36fd99e1f4
commit 40d7a971c3
141 changed files with 181 additions and 172 deletions

View File

@ -25,7 +25,7 @@
# useful, but it comes WITHOUT ANY WARRANTY OR LIABILITY. #
# #
# Visit our website for the full manual and a complete tutorial about #
# how to conduct AMR data analysis: https://amr-for-r.org/ #
# how to conduct AMR data analysis: https://amr-for-r.org #
# ==================================================================== #
*/

View File

@ -25,7 +25,7 @@
# useful, but it comes WITHOUT ANY WARRANTY OR LIABILITY. #
# #
# Visit our website for the full manual and a complete tutorial about #
# how to conduct AMR data analysis: https://amr-for-r.org/ #
# how to conduct AMR data analysis: https://amr-for-r.org #
# ==================================================================== #
*/
@ -110,9 +110,9 @@ $(document).ready(function() {
// add doctoral titles to authors
function doct_tit(x) {
if (typeof(x) != "undefined") {
x = x.replace(/Author, maintainer/g, "Principal developer");
x = x.replace(/Author, maintainer/g, "Project founder and lead developer");
x = x.replace(/Author, contributor/g, "Package maintainer");
x = x.replace(/Thesis advisor/g, "(former) Doctoral advisor");
x = x.replace(/Thesis advisor/g, "Former doctoral advisor");
// contributors
x = x.replace("Alex", "Prof. Alex");
x = x.replace("Andrew", "Dr. Andrew");