Skip to content

Commit 6327016

Browse files
committed
Merge remote-tracking branch 'upstream/main' into main-local
2 parents 535126e + 3eef2a9 commit 6327016

File tree

85 files changed

+3339
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+3339
-350
lines changed

.all-contributorsrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,17 @@
850850
"avatar_url": [
851851
"https://avatars.githubusercontent.com/u/6353056?v=4"
852852
]
853+
},
854+
{
855+
"login": "jperrsau-at-nrel",
856+
"name": "jperrsau-at-nrel",
857+
"contributions": [
858+
"code"
859+
],
860+
"profile": "https://github.com/jperrsau-at-nrel",
861+
"avatar_url": [
862+
"https://avatars.githubusercontent.com/u/171282530?v=4"
863+
]
853864
}
854865
],
855866
"contributorsPerLine": 7

.github/workflows/linting.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check Spelling
1818
uses: crate-ci/typos@master # we should really incorporate all new changes
1919
with:
20-
files: ./_posts ./pages ./README.md
20+
files: ./_posts ./_events ./pages ./README.md
2121
config: ./.github/workflows/typo_config.toml
2222

2323
- name: URLs-checker
@@ -54,7 +54,10 @@ jobs:
5454
https://twitter.com/us_rse,\
5555
https://twitter.com/us_rse/status/1447622175133945860,\
5656
https://twitter.com/iancosden/status/1122937311644323841,\
57-
https://bitcon.blacksintechnology.net/"
57+
https://bitcon.blacksintechnology.net/,\
58+
https://travel.usnews.com/features/top-pride-parades-and-celebrations-in-the-us,\
59+
https://family.20thcenturystudios.com/movies/hidden-figures,\
60+
https://www.usatoday.com/story/money/2023/06/07/silicon-valley-tech-black-history-roy-clay/70262081007/"
5861

5962
# Exclude these files from the checker
6063
exclude_files: "README.md,\

.github/workflows/typo_config.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ extend-ignore-re = [
1313
"Nam Pho",
1414
"SLAC",
1515
"Paul Hsi",
16-
"NWO"
16+
"NWO",
17+
"ND",
18+
"AAS",
19+
"Villegas",
20+
"Wil",
21+
"Lok"
1722
]

.tributors

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,5 +432,9 @@
432432
"name": "David Brownell",
433433
"orcid": "0000-0002-5078-9711",
434434
"blog": "https://github.com/davidbrownell"
435+
},
436+
"jperrsau-at-nrel": {
437+
"name": "jperrsau-at-nrel",
438+
"blog": "https://github.com/jperrsau-at-nrel"
435439
}
436440
}

Dockerfile

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
1-
FROM jekyll/jekyll:3.8
2-
## Currently jekyll/jekyll:4 fails with the error below so tag 3.8 is used instead.
3-
# Dockerfile:10
4-
# --------------------
5-
# 8 | ## Install required gems
6-
# 9 | COPY ./Gemfile ./Gemfile
7-
# 10 | >>> RUN bundle install
8-
# 11 |
9-
# 12 | ## Copy source files
10-
# --------------------
11-
# ERROR: failed to solve: process "/bin/sh -c bundle install"
12-
# did not complete successfully: exit code: 5
1+
FROM jekyll/jekyll:stable
132

143
ENV JEKYLL_UID=1000
154
ENV JEKYLL_GID=1000
165

17-
USER ${JEKYLL_UID}
18-
196
## Install required gems
207
COPY ./Gemfile ./Gemfile
218
RUN bundle install
229

10+
USER ${JEKYLL_UID}
11+
2312
## Copy source files
2413
COPY --chown=${JEKYLL_UID}:${JEKYLL_GID} ./ ./
2514

Gemfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", '228', group: :jekyll_plugins
3+
gem "github-pages", '232', group: :jekyll_plugins
44

55
# enable tzinfo-data for local build
66
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
77
gem 'jekyll-paginate', '1.1.0'
8-
gem 'faraday', '2.7.4'
9-
gem 'faraday-retry', '2.0.0'
10-
gem 'webrick', '1.8.1'
8+
gem 'faraday', '2.10.1'
9+
gem 'faraday-retry', '2.2.1'
10+
gem 'webrick', '>=1.8.2'
11+

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
https://us-rse.org
44

55
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
6-
[![All Contributors](https://img.shields.io/badge/all_contributors-79-orange.svg?style=flat-square)](#contributors)
6+
[![All Contributors](https://img.shields.io/badge/all_contributors-80-orange.svg?style=flat-square)](#contributors)
77
<!-- ALL-CONTRIBUTORS-BADGE:END -->
88

99
## What is this?
@@ -93,7 +93,7 @@ What the PR submitter is responsible for:
9393
* Failed URL check where you know the URL is actually OK: OK to ignore.
9494
* Failed URL on another page outside of your PR: fix it if you can. If you can't fix it (not sure what to replace it with, etc.), please note the problem in the PR discussion. The person who merges the PR may choose to ignore the issue.
9595
* Spellchecker: Click on the Details link, then expand the Check Spelling section of the report that comes up to identify the issue.
96-
* Spelling issue in a file that is part of the PR: you must fix it. If it's a legitimate word, you may need to add an exception to [`.github/workflows/typo_config.toml`](.github/workflows/topy_config.toml)
96+
* Spelling issue in a file that is part of the PR: you must fix it. If it's a legitimate word, you may need to add an exception to [`.github/workflows/typo_config.toml`](.github/workflows/typo_config.toml)
9797
* Spelling issue in a file that is not part of the PR: this generally shouldn't happen, as previous PRs have also had the spellchecker run.
9898

9999
Questions? Not sure what to do or what the problem is? Ask on the #website channel on Slack.
@@ -224,6 +224,7 @@ tool to generate a contributors graphic below.
224224
<tr>
225225
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sanyatonwu"><img src="https://avatars.githubusercontent.com/u/155703270?v=4?s=100" width="100px;" alt="sanyatonwu"/><br /><sub><b>sanyatonwu</b></sub></a><br /><a href="https://github.com/USRSE/usrse.github.io/commits?author=sanyatonwu" title="Code">💻</a></td>
226226
<td align="center" valign="top" width="14.28%"><a href="https://github.com/davidbrownell"><img src="https://avatars.githubusercontent.com/u/6353056?v=4?s=100" width="100px;" alt="David Brownell"/><br /><sub><b>David Brownell</b></sub></a><br /><a href="https://github.com/USRSE/usrse.github.io/commits?author=davidbrownell" title="Code">💻</a></td>
227+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jperrsau-at-nrel"><img src="https://avatars.githubusercontent.com/u/171282530?v=4?s=100" width="100px;" alt="jperrsau-at-nrel"/><br /><sub><b>jperrsau-at-nrel</b></sub></a><br /><a href="https://github.com/USRSE/usrse.github.io/commits?author=jperrsau-at-nrel" title="Code">💻</a></td>
227228
</tr>
228229
</tbody>
229230
</table>

_data/callouts/home.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ items:
88
of interest to US-RSE members.
99
link: newsletters/
1010
link_name: Newsletters
11-
- title: RSE Career Guide
12-
subtitle: A joint publication from US-RSE and the IEEE Computer Society
13-
link: https://doi.org/10.5281/zenodo.10073232
14-
link_name: >
15-
"Research Software Engineers: Creating a Career Path—and a Career"
11+
- title: US-RSE Conference 2024
12+
subtitle: Join us in Albuquerque, NM, October 15-17
13+
link: https://us-rse.org/usrse24/
14+
link_name: Conference Page
1615
link_name: Learn More
17-
- title: Community Awards
16+
- title: 2024 US-RSE Community Awards Winners Announced
1817
subtitle: >
19-
US-RSE is accepting applications for the US-RSE Excellence in Service
20-
and US-RSE Impact Awards! Nominations close on March 29, 2024.
21-
link: /community-awards/
18+
The 2024 Community Awards winners are: Daniel S. Katz for US-RSE Impact
19+
Award and Christina Maimone for US-RSE Excellence in Service Award.
20+
link: https://us-rse.org/community-awards/
2221
link_name: Learn More

_data/internships.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
- expires: 2024-04-01
2-
location: Princeton University, Princeton, NJ
3-
name: Associate in Research Software Engineering - Temporary
4-
posted: 2024-02-14
5-
url: https://main-princeton.icims.com/jobs/18493/associate-in-research-software-engineering---temporary/job
6-
- expires: 2024-03-08
7-
location: Pittsburgh Supercomputing Center, Pittsburgh, PA
8-
name: Brain Image Library Student Research Programmer
9-
posted: 2024-01-29
10-
url: https://www.psc.edu/brain-image-library-student-research-programmer/
11-
- expires: 2024-03-17
12-
location: NCSA, University of Illinois Urbana-Champaign, Urbana, IL
13-
name: Summer 2024 research experience for undergraduates (REU) in open source machine
14-
learning models and tools
15-
posted: 2024-01-05
16-
url: https://reu.ncsa.illinois.edu
17-
- expires: 2024-02-16
18-
location: Purdue University, West Lafayette, Indiana
19-
name: 2024 Anvil Research Experiences for Undergraduates (REU)
20-
posted: 2024-01-04
21-
url: https://www.rcac.purdue.edu/anvil/reu
1+
[]

_data/job-boards.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ boards:
77
url: https://academicdatascience.org/jobs
88
- name: High Performance Computing (HPC) Jobs from hpc.social
99
url: https://hpc.social/jobs/
10+
- name: SGX3 and SGCI Science Gateways Community Jobs Board
11+
url: https://sciencegateways.org/networking-community/jobs

0 commit comments

Comments
 (0)