From 8ed295f7250c64e40e8eb7fb2a683f8f675bb3f7 Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Tue, 17 Jun 2025 19:27:55 -0400 Subject: [PATCH 1/3] add UFL RSE III/IV job Google Form response 606 Signed-off-by: Chad Dougherty --- _data/jobs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/jobs.yml b/_data/jobs.yml index 37888af5d..678fcadd7 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,3 +1,8 @@ +- expires: 2025-06-22 + location: University of Florida, Gainesville, Florida + name: Research Software Engineer III/IV + posted: 2025-06-17 + url: https://explore.jobs.ufl.edu/en-us/job/536099/research-software-engineer-iiiiv - expires: 2025-05-31 location: Astera Institute, Emeryville, CA name: Research Software Engineer From a953cc9be4b7aa55596979ad0ff57b4bef0d5f0d Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Wed, 18 Jun 2025 08:42:53 -0400 Subject: [PATCH 2/3] add some exclusions to the linting workflow * .github/ISSUE_TEMPLATE/ does not produce content that appears on the website * a uic.edu link that consistently fails urlcheck without explanation Signed-off-by: Chad Dougherty --- .github/workflows/linting.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 00945bf6b..b99bdced7 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -57,7 +57,8 @@ jobs: https://bitcon.blacksintechnology.net/,\ https://travel.usnews.com/features/top-pride-parades-and-celebrations-in-the-us,\ https://family.20thcenturystudios.com/movies/hidden-figures,\ - https://www.usatoday.com/story/money/2023/06/07/silicon-valley-tech-black-history-roy-clay/70262081007/" + https://www.usatoday.com/story/money/2023/06/07/silicon-valley-tech-black-history-roy-clay/70262081007/,\ + https://aaan.uic.edu/student-engagement/uic-black-tech-scholars-program/" # Exclude these files from the checker exclude_files: "README.md,\ @@ -69,4 +70,5 @@ jobs: _config.yml,\ tests/test_,\ .github/workflows,\ + .github/ISSUE_TEMPLATE,\ _posts/newsletters/" From ae70d56d1fbaf207a65f9b96c09cbe597c5fe7dc Mon Sep 17 00:00:00 2001 From: Chad Dougherty Date: Wed, 18 Jun 2025 08:46:19 -0400 Subject: [PATCH 3/3] update posting date on UFL job Signed-off-by: Chad Dougherty --- _data/jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/jobs.yml b/_data/jobs.yml index 678fcadd7..77aec46d3 100644 --- a/_data/jobs.yml +++ b/_data/jobs.yml @@ -1,7 +1,7 @@ - expires: 2025-06-22 location: University of Florida, Gainesville, Florida name: Research Software Engineer III/IV - posted: 2025-06-17 + posted: 2025-06-18 url: https://explore.jobs.ufl.edu/en-us/job/536099/research-software-engineer-iiiiv - expires: 2025-05-31 location: Astera Institute, Emeryville, CA