Skip to content

Commit

Permalink
Adds a page with registration information.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Apr 8, 2024
1 parent 44009a0 commit 0f5deb0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ episodes:
# Information for Learners
learners:
- setup.md
- registration.md
- acknowledgements.md

# Information for Instructors
Expand Down
3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ The training curriculum for this course is designed for researchers that are wri

If you are now comfortable using Python, this course may be of interest to supplement and advance your programming knowledge. This course is particularly relevant if you are writing research code and desire greater confidence that your code is both performant and suitable for publication.

This is an all-day course, however it normally finishes by early afternoon.

If you would like to register to take the course, check the [registration information](learners/registration.md).
<!-- TODO: course duration? -->
<!-- TODO: confident code syllabus? -->

Expand Down
Binary file added learners/fig/mydevelopment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions learners/registration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: 'Registration Information'
---

*If you're external to the University of Sheffield and are interested in us delivering the course at your institution, delivering or taking it yourself, [reach out](mailto:[email protected]?subject=[pando-external]) for more information or advice.*

This course currently runs for PhD students and staff at the University of Sheffield roughly once a month on Thursdays.

If you're interested in registering to take the course, and have checked that you meet the [prerequisites](/index.html#prerequisites) (this course isn't suitable for Python beginners), sign up for [the course on MyDevelopment](https://mydevelopment.csod.com/ui/lms-learning-details/app/event/fe34df6f-ab5f-49cf-b794-88aba03b3803).

*You may need to log into [MyDevelopment](https://www.sheffield.ac.uk/nap/service/redirect/mydev before the above link works. Alternatively, search for "profiling" on [MyDevelopment](https://www.sheffield.ac.uk/nap/service/redirect/mydev) to find the course's page.*

*The course should appear under the title "Python Profiling and Optimisation".*

![A screenshot of how the course appears when searching MyDevelopment
](learners/fig/mydevelopment.png){
alt='A search box that contains "profiling", with a single result box below with the title "Python Profiling and Optimisation" and subtitle "8 hours". The result has an attached image of 8 people sitting in a circle with their backs to each other using computers.'
style='padding: 2%'}

0 comments on commit 0f5deb0

Please sign in to comment.