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")), comment = c(ORCID = "0000-0001-5809-5995")),
person(given = c("Alexander", "W."), person(given = c("Alexander", "W."),
family = "Friedrich", family = "Friedrich",
role = c("aut", "ths"), role = "ths",
comment = c(ORCID = "0000-0003-4881-038X")), comment = c(ORCID = "0000-0003-4881-038X")),
person(given = c("Bhanu", "N.", "M."), person(given = c("Bhanu", "N.", "M."),
family = "Sinha", family = "Sinha",
role = c("aut", "ths"), role = "ths",
comment = c(ORCID = "0000-0003-1634-0010")), comment = c(ORCID = "0000-0003-1634-0010")),
person(given = c("Casper", "J."), person(given = c("Casper", "J."),
family = "Albers", family = "Albers",
role = c("aut", "ths"), role = "ths",
comment = c(ORCID = "0000-0002-9213-6743")), comment = c(ORCID = "0000-0002-9213-6743")),
person(given = "Corinna", person(given = "Corinna",
family = "Glasner", family = "Glasner",
role = c("aut", "ths"), role = "ths",
comment = c(ORCID = "0000-0003-1241-1328")), comment = c(ORCID = "0000-0003-1241-1328")),
person(given = c("Judith", "M."), person(given = c("Judith", "M."),
family = "Fonville", family = "Fonville",

View File

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