mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 15:41:49 +02:00
website update
This commit is contained in:
@ -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");
|
||||||
|
Reference in New Issue
Block a user