Skip to content

Commit 469debd

Browse files
Add workshop info page to gpu course
1 parent 34f3971 commit 469debd

File tree

7 files changed

+372
-30
lines changed

7 files changed

+372
-30
lines changed

_toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ parts:
5353
sections:
5454
- file: programme_information/intro_to_version_control
5555
- file: programme_information/intermediate_version_control
56+
- file: programme_information/gpus
57+
sections:
58+
- file: programme_information/intro_to_gpus
5659
- file: cfrr_program_details/course_feedback
5760

5861
- caption: What Courses Should I Take?

data/workshop_info.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ Introduction to Machine Learning,03/12/2024,27/02/2025,7th/14th/21st March 2025
1717
Improve your R Code,19/02/2025,22/04/2025,29th April 2025 10am-1pm,https://forms.office.com/e/bUXinqvWja,In-person only,https://coding-for-reproducible-research.github.io/CfRR_Courses/programme_information/improve_your_r_code.html
1818
Introduction to Markdown in R,19/02/2025,05/06/2025,6th June 2025 10am-1pm,https://forms.office.com/e/8diVktHHzt,In-person only,https://coding-for-reproducible-research.github.io/CfRR_Courses/programme_information/Introduction_to_Markdown_in_R.html
1919
Using Markdown for Python,19/02/2025,09/06/2025,10th June 2025 10am-1pm,https://forms.office.com/e/5ixSXnxdHb,In-person only,https://coding-for-reproducible-research.github.io/CfRR_Courses/programme_information/markdown_with_python.html
20-
Mixed Effects Regression with R,,,,,,
20+
Mixed Effects Regression with R,,,,,,
21+
Introduction to GPUs,,,,,,
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
### Instructional Material
3+
4+
The instructional material in this course is copyright © 2025 University of Exeter
5+
and is made available under the Creative Commons Attribution 4.0 International
6+
licence (https://creativecommons.org/licenses/by/4.0/). Instructional material
7+
consists of material that is contained within the "individual_modules/python_for_data_analysis" directory, and images folders in
8+
this directory, with the exception of code snippets and example programs found
9+
in files within these folders. Such code snippets and example programs are
10+
considered software for the purposes of this licence.
11+
12+
13+
### Software
14+
15+
Except where otherwise noted, software provided in this repository is made
16+
available under the MIT licence (https://opensource.org/licenses/MIT).
17+
18+
Copyright © 2025 University of Exeter
19+
20+
Permission is hereby granted, free of charge, to any person obtaining a copy
21+
of this software and associated documentation files (the "Software"), to deal
22+
in the Software without restriction, including without limitation the rights
23+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24+
copies of the Software, and to permit persons to whom the Software is
25+
furnished to do so, subject to the following conditions:
26+
27+
The above copyright notice and this permission notice shall be included in all
28+
copies or substantial portions of the Software.
29+
30+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36+
SOFTWARE.

individual_modules/intro_to_GPUs/conways_game_of_life.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
"name": "python",
524524
"nbconvert_exporter": "python",
525525
"pygments_lexer": "ipython3",
526-
"version": "3.12.2"
526+
"version": "3.9.19"
527527
}
528528
},
529529
"nbformat": 4,
Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
### Instructional Material
33

4-
The instructional material in this course is copyright © 2024 University of Exeter
4+
The instructional material in this course is copyright © 2025 University of Exeter
55
and is made available under the Creative Commons Attribution 4.0 International
66
licence (https://creativecommons.org/licenses/by/4.0/). Instructional material
7-
consists of material that is contained within the "individual_modules/introduction_to_julia" directory, and images folders in
7+
consists of material that is contained within the "individual_modules/python_for_data_analysis" directory, and images folders in
88
this directory, with the exception of code snippets and example programs found
99
in files within these folders. Such code snippets and example programs are
1010
considered software for the purposes of this licence.
@@ -15,7 +15,7 @@ considered software for the purposes of this licence.
1515
Except where otherwise noted, software provided in this repository is made
1616
available under the MIT licence (https://opensource.org/licenses/MIT).
1717

18-
Copyright © 2024 University of Exeter
18+
Copyright © 2025 University of Exeter
1919

2020
Permission is hereby granted, free of charge, to any person obtaining a copy
2121
of this software and associated documentation files (the "Software"), to deal
@@ -33,28 +33,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3333
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3434
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3535
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36-
SOFTWARE.
37-
38-
The software in this repository is adapted from software that is covered by the
39-
following copyright and permission notice:
40-
41-
Copyright © 2024 Software Carpentry
42-
43-
Permission is hereby granted, free of charge, to any person obtaining
44-
a copy of this software and associated documentation files (the
45-
"Software"), to deal in the Software without restriction, including
46-
without limitation the rights to use, copy, modify, merge, publish,
47-
distribute, sublicense, and/or sell copies of the Software, and to
48-
permit persons to whom the Software is furnished to do so, subject to
49-
the following conditions:
50-
51-
The above copyright notice and this permission notice shall be
52-
included in all copies or substantial portions of the Software.
53-
54-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
55-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
56-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
57-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
58-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
59-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
60-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36+
SOFTWARE.

programme_information/gpus.ipynb

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "c6492f92-e51d-4133-b27a-8b702f3411f0",
6+
"metadata": {},
7+
"source": [
8+
"# GPUs\n",
9+
"\n",
10+
"Currently there is only a single GPU course avaiable as self-study materials: \n",
11+
"- **Introduction to GPUs**: Introduction to GPUs introduces the fundamentals of GPU computing for scientific and technical applications. The course covers GPU architectures, running code on modern accelerators, and managing environments on HPC systems. With a focus on optimisation and performance, participants will gain hands-on experience through guided exercises and projects in numerical modelling and simulation."
12+
]
13+
},
14+
{
15+
"cell_type": "code",
16+
"execution_count": null,
17+
"id": "e24bab45-4d69-4c0f-8459-9bda6574223e",
18+
"metadata": {},
19+
"outputs": [],
20+
"source": []
21+
}
22+
],
23+
"metadata": {
24+
"kernelspec": {
25+
"display_name": "Python 3 (ipykernel)",
26+
"language": "python",
27+
"name": "python3"
28+
},
29+
"language_info": {
30+
"codemirror_mode": {
31+
"name": "ipython",
32+
"version": 3
33+
},
34+
"file_extension": ".py",
35+
"mimetype": "text/x-python",
36+
"name": "python",
37+
"nbconvert_exporter": "python",
38+
"pygments_lexer": "ipython3",
39+
"version": "3.9.19"
40+
}
41+
},
42+
"nbformat": 4,
43+
"nbformat_minor": 5
44+
}

0 commit comments

Comments
 (0)