Skip to content

Commit 4f7a9d6

Browse files
authored
Merge pull request #1573 from crd477/event-typos
Fix typo checking for events subdirectory
2 parents d948cde + e0bcbc8 commit 4f7a9d6

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
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

.github/workflows/typo_config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ extend-ignore-re = [
1515
"Paul Hsi",
1616
"NWO",
1717
"ND",
18+
"AAS",
19+
"Villegas",
20+
"Wil",
1821
"Lok"
1922
]

_events/2022/2022-10-education-training-seminar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ US-RSE is happy to be starting a new series of technical talks and tutorials rel
1818

1919
## Event
2020

21-
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.
21+
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.
2222
This event will take place **Wednesday, October 19th at 4 PM ET, 3 PM CT, 2 PM MT, 1 PM PT**
2323

2424
*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.

_events/2023/2023-10-funder-talk-series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Visit the [Funder Talk Series]({{ site.baseurl }}/wg/outreach/#funder-series) fo
2020

2121
## Event
2222

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

2525
* Stuart Feldman, Chief Scientist
2626
* James Ricci, Director

_posts/2019-10-04-SC19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ US-RSE and UK-RSE leaders will be involved in these sessions as leaders and pane
2929
#### Monday, Nov. 18
3030
- __Tutorial__: [Better Scientific Software](https://sc19.supercomputing.org/?post_type=page&p=3479&id=tut158&sess=sess192)
3131
- __Tutorial__: [Managing HPC Software Complexity with Spack](https://sc19.supercomputing.org/?post_type=page&p=3479&id=tut164&sess=sess194)
32-
- __Workshop__: [3nd International Workshop on Software Correctness for HPC Applications (Correctness 2019)](https://sc19.supercomputing.org/?post_type=page&p=3480&sess=sess118)
32+
- __Workshop__: [3rd International Workshop on Software Correctness for HPC Applications (Correctness 2019)](https://sc19.supercomputing.org/?post_type=page&p=3480&sess=sess118)
3333
- __Students@SC__: [Modern Software Design, Tools, and Practices](https://sc19.supercomputing.org/?post_type=page&p=3479&id=pec109&sess=sess410)
3434

3535
#### Tuesday, Nov. 19

_posts/newsletters/2024-01-24-newsletter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ The [Sustainable Scientific Software Conference](https://s3c.sandia.gov/) will t
248248

249249
## SciPy 2024
250250

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

253253
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.
254254

_posts/newsletters/2024-02-29-newsletter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ The [Sustainable Scientific Software Conference](https://s3c.sandia.gov/) will t
374374

375375
## SciPy 2024
376376

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

379379
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.
380380

0 commit comments

Comments
 (0)