From af23f91e5c8625691cdf8b8cdabd56313f45b0d8 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Mon, 30 Aug 2021 15:07:18 +0200 Subject: [PATCH] website update --- DESCRIPTION | 8 ++++---- pkgdown/extra.js | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3761533c..bf448496 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/pkgdown/extra.js b/pkgdown/extra.js index b5d968d5..a4471fb8 100644 --- a/pkgdown/extra.js +++ b/pkgdown/extra.js @@ -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");