mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 08:06:12 +01:00
website update
This commit is contained in:
parent
1daa117e9f
commit
af23f91e5c
@ -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",
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user