From 94340a7aa159811faa048a52946229fe1465ad37 Mon Sep 17 00:00:00 2001 From: Krishna Kumar <3963513+kks32@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:07:13 -0500 Subject: [PATCH 1/4] Add Dr. Silvia Mazzoni to the authors list --- AUTHORS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index ce23d16..fe4beef 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,4 +2,5 @@ - Prof. Krishna Kumar, University of Texas at Austin - Prof. Pedro Arduino, University of Washington -- Prof. Scott Brandenberg, University of California Los Angeles \ No newline at end of file +- Prof. Scott Brandenberg, University of California Los Angeles +- Dr. Silvia Mazzoni, DesignSafe From f45d8caedf67c535b4956a36926c1c823b623606 Mon Sep 17 00:00:00 2001 From: Krishna Kumar <3963513+kks32@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:08:59 -0500 Subject: [PATCH 2/4] Add Dr. Silvia Mazzoni to the contributors list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d99ce36..6b41e2d 100644 --- a/README.md +++ b/README.md @@ -160,3 +160,4 @@ jupyter-book start - Prof. Krishna Kumar, University of Texas at Austin - Prof. Pedro Arduino, University of Washington - Prof. Scott Brandenberg, University of California Los Angeles +- Dr. Silvia Mazzoni, DesignSafe From 19f45be5f0bcc17d14d5fafb659a648a75f6e9ae Mon Sep 17 00:00:00 2001 From: Krishna Kumar Date: Tue, 28 Apr 2026 09:12:22 -0500 Subject: [PATCH 3/4] Add author list --- _config.yml | 2 +- docs-api/conf.py | 2 +- pyproject.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 92e823c..5c43299 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # Learn more at https://jupyterbook.org/customize/config.html title: DAPI - DesignSafe API -author: Krishna Kumar, Pedro Arduino, Scott Brandenberg +author: Krishna Kumar, Pedro Arduino, Scott Brandenberg, Silvia Mazzoni logo: docs/nheri.png copyright: "2024" diff --git a/docs-api/conf.py b/docs-api/conf.py index 1dfc8bb..400ad36 100644 --- a/docs-api/conf.py +++ b/docs-api/conf.py @@ -1,7 +1,7 @@ """Sphinx configuration for dapi API reference docs.""" project = "dapi" -copyright = "2024, Krishna Kumar, Pedro Arduino, Scott Brandenberg" +copyright = "2024, Krishna Kumar, Pedro Arduino, Scott Brandenberg, Silvia Mazzoni" author = "Krishna Kumar" extensions = [ diff --git a/pyproject.toml b/pyproject.toml index f2695ab..75efdc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ authors = [ { name = "Krishna Kumar", email = "krishnak@utexas.edu" }, { name = "Pedro Arduino", email = "parduino@uw.edu" }, { name = "Scott Brandenberg", email = "sjbrandenberg@ucla.edu" }, + { name = "Silvia Mazzoni", email = "silviamazzoni@yahoo.com" }, ] dependencies = [ "numpy>=1.21.0,<2.0; python_version < '3.10'", From 5a704c57ccd6e2ba385c97047adc37a877b4b6e0 Mon Sep 17 00:00:00 2001 From: Silvia Mazzoni Date: Mon, 4 May 2026 18:37:46 -0700 Subject: [PATCH 4/4] Update README.md Please remove my name from the author list. I did not participate in the development of dapi. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b41e2d..0a7e2d6 100644 --- a/README.md +++ b/README.md @@ -160,4 +160,4 @@ jupyter-book start - Prof. Krishna Kumar, University of Texas at Austin - Prof. Pedro Arduino, University of Washington - Prof. Scott Brandenberg, University of California Los Angeles -- Dr. Silvia Mazzoni, DesignSafe +