From 55ca858050af41f5e42a3265a8eee6dcfb341bc6 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Tue, 30 Jun 2026 13:22:48 -0400 Subject: [PATCH 1/3] add LBL Quantitative Modeling postdoc job Google Form response 696 Signed-off-by: Chad Dougherty --- _data/related-jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/related-jobs.yml b/_data/related-jobs.yml index 539dba760..7373fcc51 100644 --- a/_data/related-jobs.yml +++ b/_data/related-jobs.yml @@ -1,3 +1,8 @@ +- expires: 2026-07-20 + location: Lawrence Berkeley National Laboratory, Berkeley, CA + name: Computational Postdoctoral Fellow (Quantitative Modeling Group) + posted: 2026-06-30 + url: https://jobs.lbl.gov/jobs/computational-postdoctoral-fellow-quantitative-modeling-group-7521 - expires: 2026-06-17 location: Carl R. Woese Institute for Genomic Biology, University of Illinois Urbana-Champaign, Urbana, IL From 90b46eaa696da00c445df7a56b7d69de5bf694d6 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Tue, 30 Jun 2026 13:24:54 -0400 Subject: [PATCH 2/3] address dependabot vulnerability alert for Faraday Gem from github: "GitHub found 1 vulnerability on USRSE/usrse.github.io's default branch (1 high). To find out more, visit: https://github.com/USRSE/usrse.github.io/security/dependabot/12" Signed-off-by: Chad Dougherty --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 73a4c52be..779f6dcfd 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "github-pages", '232', group: :jekyll_plugins # enable tzinfo-data for local build # gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw] gem 'jekyll-paginate', '1.1.0' -gem 'faraday', '2.14.2' +gem 'faraday', '2.14.3' gem 'faraday-retry', '2.2.1' gem 'webrick', '>=1.8.2' From fb294f46901b27f0e6c75b67a2ae5c5a324e015e Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Tue, 30 Jun 2026 14:12:39 -0400 Subject: [PATCH 3/3] fix Scientific Python Development link these authors are constantly changing the layout of their site very frustrating... Signed-off-by: Chad Dougherty --- pages/wg/code-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/wg/code-review.md b/pages/wg/code-review.md index 21a2b602e..90b642e82 100644 --- a/pages/wg/code-review.md +++ b/pages/wg/code-review.md @@ -50,7 +50,7 @@ on the US-RSE slack. ## Automated Code Review Tools -- [Repo-Review](https://learn.scientific-python.org/development/pages/guides/repo-review/) +- [Repo-Review](https://learn.scientific-python.org/development/guides/repo-review/) - [Codefair](https://github.com/fairdataihub/codefair-app) ## Code Review Anxiety