diff --git a/config.yaml b/config.yaml index eb7ef48..b63484f 100644 --- a/config.yaml +++ b/config.yaml @@ -75,6 +75,7 @@ episodes: # Information for Learners learners: - setup.md +- registration.md - acknowledgements.md # Information for Instructors diff --git a/index.md b/index.md index 214c104..af9940b 100644 --- a/index.md +++ b/index.md @@ -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). diff --git a/learners/fig/mydevelopment.png b/learners/fig/mydevelopment.png new file mode 100644 index 0000000..f53e215 Binary files /dev/null and b/learners/fig/mydevelopment.png differ diff --git a/learners/registration.md b/learners/registration.md new file mode 100644 index 0000000..a9170c8 --- /dev/null +++ b/learners/registration.md @@ -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:robert.chisholm@sheffield.ac.uk?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%'}