website update

This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-08-30 15:07:18 +02:00
parent 1daa117e9f
commit af23f91e5c
2 changed files with 7 additions and 7 deletions

View File

@ -18,19 +18,19 @@ Authors@R: c(
comment = c(ORCID = "0000-0001-5809-5995")),
person(given = c("Alexander", "W."),
family = "Friedrich",
role = c("aut", "ths"),
role = "ths",
comment = c(ORCID = "0000-0003-4881-038X")),
person(given = c("Bhanu", "N.", "M."),
family = "Sinha",
role = c("aut", "ths"),
role = "ths",
comment = c(ORCID = "0000-0003-1634-0010")),
person(given = c("Casper", "J."),
family = "Albers",
role = c("aut", "ths"),
role = "ths",
comment = c(ORCID = "0000-0002-9213-6743")),
person(given = "Corinna",
family = "Glasner",
role = c("aut", "ths"),
role = "ths",
comment = c(ORCID = "0000-0003-1241-1328")),
person(given = c("Judith", "M."),
family = "Fonville",

View File

@ -99,9 +99,9 @@ $(document).ready(function() {
x = x.replace(/Author, contributor/g, "Main contributor");
x = x.replace(/Author, thesis advisor/g, "Doctoral advisor");
x = x.replace("Matthijs", "Dr. Matthijs");
x = x.replace("Alex", "Prof. Dr. Alex");
x = x.replace("Bhanu", "Prof. Dr. Bhanu");
x = x.replace("Casper", "Prof. Dr. Casper");
x = x.replace("Alex", "Prof. Alex");
x = x.replace("Bhanu", "Prof. Bhanu");
x = x.replace("Casper", "Prof. Casper");
x = x.replace("Corinna", "Dr. Corinna");
// others
x = x.replace("Bart", "Dr. Bart");