From 61f28909938e888eedc540cd7d2d88990a0fa94a Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Mon, 9 Dec 2024 10:30:02 +0100 Subject: [PATCH] website update --- pkgdown/extra.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgdown/extra.js b/pkgdown/extra.js index 2c110e24..7a27741f 100644 --- a/pkgdown/extra.js +++ b/pkgdown/extra.js @@ -67,8 +67,8 @@ $(document).ready(function() { // add doctoral titles to authors function doct_tit(x) { if (typeof(x) != "undefined") { - x = x.replace(/Author, maintainer/g, "Principal maintainer"); - x = x.replace(/Author, contributor/g, "Contributing maintainer"); + x = x.replace(/Author, maintainer/g, "Principal developer"); + x = x.replace(/Author, contributor/g, "Package maintainer"); x = x.replace(/Thesis advisor/g, "(former) Doctoral advisor"); // contributors x = x.replace("Alex", "Prof. Alex");