Skip to content

Commit

Permalink
Merge pull request #14 from mrc-ide/updates-from-tom
Browse files Browse the repository at this point in the history
Add more sessions
  • Loading branch information
richfitz authored Oct 15, 2024
2 parents 3ea200d + a499e59 commit 55cba25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ name: Publish Hugo site to Pages

on:
# Runs on pushes targeting the default branch
pull_request:
branches:
- main
push:
branches:
- main
- image-resource

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -63,12 +65,14 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
if: github.event_name != 'pull_request'
uses: actions/upload-pages-artifact@v3
with:
path: ./public

# Deployment job
deploy:
if: github.event_name != 'pull_request'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
8 changes: 5 additions & 3 deletions content/page/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ Every 1-2 weeks we will have internal training, usually at 2pm on Thursday after

* 10 October 2024: [**Introduction to the cluster**](2024-cluster) (aka hipercow) - Wes Hinsley
* 24 October 2024: [**Orderly2**](2024-orderly2) - Rich FitzJohn, Wes Hinsley (and others)
* 07 November 2024: [**odin**](2024-odin) - Ed Knock and Rich FitzJohn
* 21 November 2024: [**monty**](2024-monty) (previously mcstate) - Marc Baguelin
* 14 November 2024: [**odin**](2024-odin) - Ed Knock and Rich FitzJohn (note - delayed due to IDM)
* 21 November 2024: [**monty**](2024-monty) (previously mcstate) - Marc Baguelin and Rich FitzJohn
* 28 November 2024: **Planning an internship** - Isobel Blake & Lucy Okell
* 05 December 2024: [**Advent of Code**](2024-aoc) - Wes Hinsley
* 23 January 2025: [**Making R packages**](2025-r-packages) - Rich FitzJohn
* 06 February 2025: [**Data cleaning in R**](2025-data-cleaning) - Katy Gaythorpe and Wes Hinsley
* 20 February 2025: [**Advanced cluster usage**](2025-advanced-cluster) - Wes Hinsley
* 06 March 2025: **Writing your first grant or fellowship application** - Tom Churcher and Julie Middleton
* 20 March 2025: **An introduction to Health Economics** Hugo Turner
* 20 March 2025: **An introduction to Health Economics** - Hugo Turner
* 3 April 2025: **Introduction to deep learning frameworks with python and pytorch** - Cosmo Santoni & Shazia Ruybal-Pesántez
2 changes: 1 addition & 1 deletion content/page/training/2024-odin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# odin

*07 November 2024*
*14 November 2024*

[Back](..) to list of sessions

0 comments on commit 55cba25

Please sign in to comment.