Skip to content

Commit f5b25ea

Browse files
committed
cut content down to template
1 parent 87ae697 commit f5b25ea

File tree

9 files changed

+24
-146
lines changed

9 files changed

+24
-146
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ This repository is a template that can be used to create a site for resources fo
77
1. [Fork this repository](https://github.com/CCMI-CDT/training-week-site-template/fork)
88

99
2. In the settings of the new repository, click on "Pages" and set source to "GitHub Actions".
10+
11+
3. Update the title and authors in [book.toml](book.toml)
12+
13+
## Editing a site
14+
15+
The pages of your site should be markdown files in the [src/](src/) directory.
16+
In order to appear on your site, each page should be listed in the file [SUMMARY.md](src/SUMMARY.md).
17+
18+
More details about how mdbooks work can be found [here](https://rust-lang.github.io/mdBook/guide/creating.html).

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[book]
2+
title = "TITLE OF YOUR TRAINING WEEK"
23
authors = ["Timo Betcke", "Matthew Scroggs", "ADD NAMES HERE"]
34
language = "en"
45
src = "src"
5-
title = "TITLE OF YOUR TRAINING WEEK"

src/SUMMARY.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,3 @@
33
[Introduction](./intro.md)
44

55
[Schedule](schedule.md)
6-
7-
[Presentations on Programming Models](programming_models_talks.md)
8-
9-
[Presentations on Mathematical Libraries](mathematical_libraries.md)
10-
11-
[Setting up your environment](environment.md)
12-
13-
[Resources](resources.md)

src/environment.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/intro.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Introduction
22

3-
In this training workshop you will explore programming models for scientific computing. Topics include
3+
In this training workshop you will learn things. These will include:
44

5-
- Fundamentals of Scientific Computing
6-
- Programming languages for HPC
7-
- Multithreading and multiprocessing
8-
- GPU programming models
9-
- Widely used HPC libraries
5+
- Something
6+
- Something else
7+
- A third thing
108

119
The training will consist of guided sessions, student presentations, and programming exercises.
12-
13-

src/mathematical_libraries.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/programming_models_talks.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/resources.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/schedule.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,30 @@ Each day consists of a morning session from 10am to 12:30 and an afternoon sessi
44

55
## Monday
66
- Morning Session
7-
- Setting up your software environment
8-
- Fundamentals of HPC: hardware, programming languages, parallelisation, performance models.
7+
- List topics and activities here
98
- Afternoon Session
10-
- Discussion of expectations for the week
11-
- Preparation time for Tuesday presentations
9+
- List topics and activities here
1210

1311
## Tuesday
1412
- Morning Session
15-
- Talks on HPC programming languages and environments
13+
- List topics and activities here
1614
- Afternoon Session
17-
- CDT Group session on living safely in London
18-
- ARC social hour
15+
- List topics and activities here
1916

2017
## Wednesday
2118
- Morning Session
22-
- Introduction to dense and sparse linear algebra software
19+
- List topics and activities here
2320
- Afternoon Session
24-
- Preparation time for Thursday presentations
21+
- List topics and activities here
2522

2623
## Thursday
2724
- Morning Session
28-
- Presentations on mathematical software libraries
25+
- List topics and activities here
2926
- Afternoon session
30-
- Hackathon on mathematical software
27+
- List topics and activities here
3128

3229
## Friday
3330
- Morning Session
34-
- Talk on [FEniCS](https://fenicsproject.org/), a major open-source computational simulation platform.
35-
(Speaker: Dr Chris Richardson, University of Cambridge)
31+
- List topics and activities here
3632
- Afternoon Session
37-
- Summary and discussion of potential follow-up projects
33+
- List topics and activities here

0 commit comments

Comments
 (0)