Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions course.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ programme that will teach you a whole range of skills.

### Outline of the Programme

- **Better Software for Better Research: Introduction to the Research Coding
Course**, Wednesday 22nd October 2025, 2pm to 3pm, online - [slides][intro_slides], [video][intro_video] Passcode: 2u##$=Dv
- **Version control: Introduction to Git and GitHub**, Wednesday
5th November 2025, 2pm to 5pm - [sign up form][session2form] (UoY accounts only)
- **[Better Software for Better Research: Introduction to the Research Coding Course](#better-software-for-better-research-introduction-to-the-research-coding-course)**, Wednesday 22nd October 2025, 2pm to 3pm, online - [slides][intro_slides], [video][intro_video] Passcode: 2u##$=Dv
- **[Version control: Introduction to Git and GitHub](#version-control-introduction-to-git-and-github)**, Wednesday
5th November 2025, 2pm to 5pm - [slides][git_slides]
- Repeated <span style="color: #ff0000">Wednesday 21st</span> January 2026
- **Software lifecycle planning**, Wednesday 19th November 2025, 2pm to 3pm, online - [sign up form][session3form] (UoY accounts only)
- **Software design**, <span style="color: #ff0000">Wednesday 3rd</span> December 2025
- **Testing and Continuous Integration**, <span style="color: #ff0000">Wednesday 18th</span> February 2026
- **Documentation**, <span style="color: #ff0000">Wednesday 4th</span> March 2026
- **Reproducible computational environments**, <span style="color: #ff0000">Wednesday 18th</span> March 2026
- **Packaging**, <span style="color: #ff0000">Wednesday 1st</span> April 2026
- **Publishing a software paper in JOSS**, <span style="color: #ff0000">Wednesday 15th</span> April 2026
- **[Software lifecycle planning](#software-lifecycle-planning)**, Wednesday 19th November 2025, 2pm to 3pm, online - [sign up form][session3form] (UoY accounts only)
- **[Software design](#software-design)**, <span style="color: #ff0000">Wednesday 3rd</span> December 2025
- **[Testing and Continuous Integration](#testing-and-continuous-integration)**, <span style="color: #ff0000">Wednesday 18th</span> February 2026
- **[Documentation](#documentation)**, <span style="color: #ff0000">Wednesday 4th</span> March 2026
- **[Reproducible computational environments](#reproducible-computational-environments)**, <span style="color: #ff0000">Wednesday 18th</span> March 2026
- **[Packaging](#packaging)**, <span style="color: #ff0000">Wednesday 1st</span> April 2026
- **[Publishing a software paper in JOSS](#publishing-a-software-paper-in-joss)**, <span style="color: #ff0000">Wednesday 15th</span> April 2026

(Dates after November are provisional and to be confirmed)

Expand All @@ -44,8 +43,8 @@ apply them to software and present a global review of the training programme.

### Version Control: Introduction to Git and GitHub

**Wednesday 5th November 2025, 2pm to 5pm, in-person - [sign up form][session2form] (UoY accounts only)**<br>
Repeated <span style="color: #ff0000">Wednesday 21th</span> January 2026, 2pm, in-person.
**Wednesday 5th November 2025, 2pm to 5pm, in-person**<br>
Repeated <span style="color: #ff0000">Wednesday 21st</span> January 2026, 2pm, in-person.

If you’ve never heard of or used version control and Git before this is the
course for you. We start by introducing version control and exploring how it can
Expand Down
1 change: 1 addition & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ p {
h1,h2,h3,h4,h5,h6 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 800;
scroll-margin-top: 60px;
}
a {
color: {{ site.link-col }};
Expand Down