Skip to content

Commit

Permalink
Merge pull request #1573 from crd477/event-typos
Browse files Browse the repository at this point in the history
Fix typo checking for events subdirectory
  • Loading branch information
mrmundt authored Sep 25, 2024
2 parents d948cde + e0bcbc8 commit 4f7a9d6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check Spelling
uses: crate-ci/typos@master # we should really incorporate all new changes
with:
files: ./_posts ./pages ./README.md
files: ./_posts ./_events ./pages ./README.md
config: ./.github/workflows/typo_config.toml

- name: URLs-checker
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/typo_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ extend-ignore-re = [
"Paul Hsi",
"NWO",
"ND",
"AAS",
"Villegas",
"Wil",
"Lok"
]
2 changes: 1 addition & 1 deletion _events/2022/2022-10-education-training-seminar.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ US-RSE is happy to be starting a new series of technical talks and tutorials rel

## Event

The inaugural talk of the US-RSE Education & Training Seminar Series will feature Angela Herring from Los Alamos National Laboratory who will speak about Agile Project Managment for Research Software.
The inaugural talk of the US-RSE Education & Training Seminar Series will feature Angela Herring from Los Alamos National Laboratory who will speak about Agile Project Management for Research Software.
This event will take place **Wednesday, October 19th at 4 PM ET, 3 PM CT, 2 PM MT, 1 PM PT**

*Abstract*: The Agile project management method, Scrum, has become a standard methodology for developing software for commercial, industrial, and even medical applications. However, Scrum is less commonly used in research environments. In this talk, I will give an overview of basic Scrum methodology and describe modifications I have used to successfully apply Scrum within research software development teams.
Expand Down
2 changes: 1 addition & 1 deletion _events/2023/2023-10-funder-talk-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Visit the [Funder Talk Series]({{ site.baseurl }}/wg/outreach/#funder-series) fo

## Event

This talk in the US-RSE Funder Talk Serie featured two speakers from Schmidt Futures:
This talk in the US-RSE Funder Talk Series featured two speakers from Schmidt Futures:

* Stuart Feldman, Chief Scientist
* James Ricci, Director
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-10-04-SC19.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ US-RSE and UK-RSE leaders will be involved in these sessions as leaders and pane
#### Monday, Nov. 18
- __Tutorial__: [Better Scientific Software](https://sc19.supercomputing.org/?post_type=page&p=3479&id=tut158&sess=sess192)
- __Tutorial__: [Managing HPC Software Complexity with Spack](https://sc19.supercomputing.org/?post_type=page&p=3479&id=tut164&sess=sess194)
- __Workshop__: [3nd International Workshop on Software Correctness for HPC Applications (Correctness 2019)](https://sc19.supercomputing.org/?post_type=page&p=3480&sess=sess118)
- __Workshop__: [3rd International Workshop on Software Correctness for HPC Applications (Correctness 2019)](https://sc19.supercomputing.org/?post_type=page&p=3480&sess=sess118)
- __Students@SC__: [Modern Software Design, Tools, and Practices](https://sc19.supercomputing.org/?post_type=page&p=3479&id=pec109&sess=sess410)

#### Tuesday, Nov. 19
Expand Down
2 changes: 1 addition & 1 deletion _posts/newsletters/2024-01-24-newsletter.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ The [Sustainable Scientific Software Conference](https://s3c.sandia.gov/) will t

## SciPy 2024

The [23nd annual SciPy conference](https://www.scipy2024.scipy.org/) will be held July 8-14 in Tacoma, WA at the Tacoma Convention Center.
The [23rd annual SciPy conference](https://www.scipy2024.scipy.org/) will be held July 8-14 in Tacoma, WA at the Tacoma Convention Center.

SciPy brings together attendees from industry, academia and government to showcase their latest projects, learn from skilled users and developers, and collaborate on code development.

Expand Down
2 changes: 1 addition & 1 deletion _posts/newsletters/2024-02-29-newsletter.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ The [Sustainable Scientific Software Conference](https://s3c.sandia.gov/) will t

## SciPy 2024

The [23nd annual SciPy conference](https://www.scipy2024.scipy.org/) will be held July 8-14 in Tacoma, WA at the Tacoma Convention Center.
The [23rd annual SciPy conference](https://www.scipy2024.scipy.org/) will be held July 8-14 in Tacoma, WA at the Tacoma Convention Center.

SciPy brings together attendees from industry, academia and government to showcase their latest projects, learn from skilled users and developers, and collaborate on code development.

Expand Down

0 comments on commit 4f7a9d6

Please sign in to comment.