1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 12:31:58 +02:00
This commit is contained in:
2023-02-15 17:16:40 +01:00
parent d4ae174c28
commit ef716f6ee3
6 changed files with 21 additions and 6 deletions

View File

@ -52,7 +52,7 @@ $(document).ready(function() {
// add doctoral titles to authors
function doct_tit(x) {
if (typeof(x) != "undefined") {
x = x.replace(/Author, maintainer/g, "Principle developer");
x = x.replace(/Author, maintainer/g, "Principle maintainer");
x = x.replace(/Author, contributor/g, "Contributing maintainer");
x = x.replace(/Thesis advisor/g, "(former) Doctoral advisor");
// contributors