1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 06:46:11 +01:00

website update

This commit is contained in:
dr. M.S. (Matthijs) Berends 2024-12-09 10:30:02 +01:00
parent 419cb5b9c4
commit 61f2890993
No known key found for this signature in database

View File

@ -67,8 +67,8 @@ $(document).ready(function() {
// add doctoral titles to authors // add doctoral titles to authors
function doct_tit(x) { function doct_tit(x) {
if (typeof(x) != "undefined") { if (typeof(x) != "undefined") {
x = x.replace(/Author, maintainer/g, "Principal maintainer"); x = x.replace(/Author, maintainer/g, "Principal developer");
x = x.replace(/Author, contributor/g, "Contributing maintainer"); 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 // contributors
x = x.replace("Alex", "Prof. Alex"); x = x.replace("Alex", "Prof. Alex");