1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-27 15:07:55 +02:00

Built site for AMR@2.1.1.9236: 40d7a97

This commit is contained in:
github-actions
2025-04-12 15:58:30 +00:00
parent 349e224e07
commit 1c78ad4a99
81 changed files with 151 additions and 149 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 #
# ==================================================================== #
*/
@ -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");