mirror of
https://github.com/msberends/AMR.git
synced 2024-12-24 18:06:11 +01:00
website update
This commit is contained in:
parent
419cb5b9c4
commit
61f2890993
@ -67,8 +67,8 @@ $(document).ready(function() {
|
||||
// add doctoral titles to authors
|
||||
function doct_tit(x) {
|
||||
if (typeof(x) != "undefined") {
|
||||
x = x.replace(/Author, maintainer/g, "Principal maintainer");
|
||||
x = x.replace(/Author, contributor/g, "Contributing maintainer");
|
||||
x = x.replace(/Author, maintainer/g, "Principal developer");
|
||||
x = x.replace(/Author, contributor/g, "Package maintainer");
|
||||
x = x.replace(/Thesis advisor/g, "(former) Doctoral advisor");
|
||||
// contributors
|
||||
x = x.replace("Alex", "Prof. Alex");
|
||||
|
Loading…
Reference in New Issue
Block a user