skip to navigation skip to content

University of Cambridge Training

All-provider course timetable

Show:

Tue 10 Mar 2015 – Sat 11 Apr 2015

Now Today



Tuesday 10 March 2015

09:30
Unix: Building, Installing and Running Software (1 of 3) Finished 09:30 - 13:00 Phoenix Teaching Room

This course is part of the Scientific Computing series.

It is common for a student or researcher to find a piece of software or to have one thrust upon them by a supervisor which they must then build, install and use. It is a myth that any of this requires system privilege. This course demonstrates the building, installation and use of typical software ranging from trivially easy examples (the "configure, make, install" scheme) through to the evils of badly written Makefiles. Common errors and what they mean will be covered and by the end of the course the student should be able to manage their own software without needing to pester their system administrator.

C: Introduction for Those New to Programming (1 of 3) Finished 09:30 - 13:00 Titan Teaching Room 1, New Museums Site

A course in basic C programming intended for beginners to programming only. The aim of the course is to get everyone to the stage of being able to write small utility programs in C for carrying out simple calculations and data manipulation.

C: Introduction for Those New to Programming (2 of 3) Finished 09:30 - 13:00 Titan Teaching Room 2

A course in basic C programming intended for beginners to programming only. The aim of the course is to get everyone to the stage of being able to write small utility programs in C for carrying out simple calculations and data manipulation.

14:15
Python: Introduction for Absolute Beginners (2 of 3) Finished 14:15 - 17:00 Phoenix Teaching Room

This course is part of the Scientific Computing series.

This course is aimed at those new to programming and provides an introduction to programming using Python, focussing on scientific programming. This course is probably unsuitable for those with significant programming experience. By the end of this course, attendees should be able to write simple Python programs and to understand more complex Python programs written by others.

As this course is part of the Scientific Computing series, the examples chosen are of most relevance to scientific programming.

Wednesday 11 March 2015

09:00
Negotiation Skills (1 of 2) Finished 09:00 - 12:30 Peterhouse: Lubbock Room


Being able to negotiate well is essential for many staff at all levels within the University. Recognise your strengths and weaknesses as a negotiator and learn how to identify and examine different negotiation techniques. Start to identify and practice those principled approaches that are most likely to prove successful when negotiating an important agreement or settlement.

09:30
Unix: Building, Installing and Running Software (2 of 3) Finished 09:30 - 13:00 Phoenix Teaching Room

This course is part of the Scientific Computing series.

It is common for a student or researcher to find a piece of software or to have one thrust upon them by a supervisor which they must then build, install and use. It is a myth that any of this requires system privilege. This course demonstrates the building, installation and use of typical software ranging from trivially easy examples (the "configure, make, install" scheme) through to the evils of badly written Makefiles. Common errors and what they mean will be covered and by the end of the course the student should be able to manage their own software without needing to pester their system administrator.

Unix: Simple Shell Scripting for Scientists (3 of 3) Finished 09:30 - 13:00 Room GL.04 (CMS, Wilberforce Road)

This course is part of the Scientific Computing series.

No previous experience of shell scripting is required for this course; however some knowledge of the interactive use of the bash shell is a prerequisite (see Simple Shell Scripting for Scientists: Prerequisites for details).

This course introduces shell scripting in bash for scientific computing tasks. Day one introduces very basic shell scripts in bash which process the command line in a simple fashion. Day two covers how to write more advanced shell scripts in bash. Day three covers how to make one's shell scripts more robust.

At the end of each day one or more exercises are set. It is VERY IMPORTANT that attendees attempt these exercises before the next day of the course. Attendees should make sure that they have allowed themselves sufficient study time for these exercises between each day of the course.

Thursday 12 March 2015

09:30
Unix: Building, Installing and Running Software (3 of 3) Finished 09:30 - 13:00 Phoenix Teaching Room

This course is part of the Scientific Computing series.

It is common for a student or researcher to find a piece of software or to have one thrust upon them by a supervisor which they must then build, install and use. It is a myth that any of this requires system privilege. This course demonstrates the building, installation and use of typical software ranging from trivially easy examples (the "configure, make, install" scheme) through to the evils of badly written Makefiles. Common errors and what they mean will be covered and by the end of the course the student should be able to manage their own software without needing to pester their system administrator.

C: Introduction for Those New to Programming (3 of 3) Finished 09:30 - 13:00 Phoenix Teaching Room

A course in basic C programming intended for beginners to programming only. The aim of the course is to get everyone to the stage of being able to write small utility programs in C for carrying out simple calculations and data manipulation.

10:00
Lecturing & Performance cppd1 new Finished 10:00 - 13:00 Revans Room

Test course description for Lecturing and Performance for cppd1

Negotiation Skills (2 of 2) Finished 10:00 - 12:30 Peterhouse: Lubbock Room


Being able to negotiate well is essential for many staff at all levels within the University. Recognise your strengths and weaknesses as a negotiator and learn how to identify and examine different negotiation techniques. Start to identify and practice those principled approaches that are most likely to prove successful when negotiating an important agreement or settlement.

14:15
Python: Introduction for Absolute Beginners (3 of 3) Finished 14:15 - 17:00 Phoenix Teaching Room

This course is part of the Scientific Computing series.

This course is aimed at those new to programming and provides an introduction to programming using Python, focussing on scientific programming. This course is probably unsuitable for those with significant programming experience. By the end of this course, attendees should be able to write simple Python programs and to understand more complex Python programs written by others.

As this course is part of the Scientific Computing series, the examples chosen are of most relevance to scientific programming.

Friday 13 March 2015

09:30
Lecturing and Performance 11 new Finished 09:30 - 11:30 Peterhouse: Lubbock Room

Test course description

14:00
LECTURING AND PERFORMANCE 4 new (1 of 3) Finished 14:00 - 16:00 Peterhouse: Lubbock Room

test course description

Sunday 15 March 2015

09:30
Parallel Programming: Introduction to MPI (1 of 3) Finished 09:30 - 16:30 Room GL.04 (CMS, Wilberforce Road)

This course is part of the Scientific Computing series.

This is a simple introduction to using MPI for writing parallel programs to run on clusters and multi-CPU systems, for the purposes of "high-performance computing". It will cover the principles of MPI, and teach the use of the basic facilities of MPI (i.e. the ones that are used in most HPC applications), so that attendees will be able to write serious programs using it. It will describe other features that may be useful, but not teach their use. Any requests for particular coverage will be welcomed, but cannot be promised.

Tuesday 17 March 2015

09:30
Parallel Programming: Introduction to MPI (2 of 3) Finished 09:30 - 16:30 Room GL.04 (CMS, Wilberforce Road)

This course is part of the Scientific Computing series.

This is a simple introduction to using MPI for writing parallel programs to run on clusters and multi-CPU systems, for the purposes of "high-performance computing". It will cover the principles of MPI, and teach the use of the basic facilities of MPI (i.e. the ones that are used in most HPC applications), so that attendees will be able to write serious programs using it. It will describe other features that may be useful, but not teach their use. Any requests for particular coverage will be welcomed, but cannot be promised.

Thursday 19 March 2015

09:30
Lecturing and Performance 3 new Finished 09:30 - 16:30 Peterhouse: Lubbock Room

test course description

Parallel Programming: Introduction to MPI (3 of 3) Finished 09:30 - 16:30 Room GL.04 (CMS, Wilberforce Road)

This course is part of the Scientific Computing series.

This is a simple introduction to using MPI for writing parallel programs to run on clusters and multi-CPU systems, for the purposes of "high-performance computing". It will cover the principles of MPI, and teach the use of the basic facilities of MPI (i.e. the ones that are used in most HPC applications), so that attendees will be able to write serious programs using it. It will describe other features that may be useful, but not teach their use. Any requests for particular coverage will be welcomed, but cannot be promised.

Friday 20 March 2015

14:00
LECTURING AND PERFORMANCE 4 new (2 of 3) Finished 14:00 - 16:00 Peterhouse: Lubbock Room

test course description

Friday 27 March 2015

14:00
LECTURING AND PERFORMANCE 4 new (3 of 3) Finished 14:00 - 16:00 Peterhouse: Lubbock Room

test course description

Sunday 29 March 2015

09:00
Lecturing charged (1 of 2) Finished 09:00 - 17:00 Revans Room


This course focuses on the practical element of delivery. It will provide you with the opportunity to explore techniques for connecting emotionally and intellectually with an audience along with overcoming nerves. You will look at how to handle questions effectively and practice vocal techniques.

Monday 30 March 2015

09:00
Lecturing charged (2 of 2) Finished 09:00 - 17:00 Revans Room


This course focuses on the practical element of delivery. It will provide you with the opportunity to explore techniques for connecting emotionally and intellectually with an audience along with overcoming nerves. You will look at how to handle questions effectively and practice vocal techniques.

Wednesday 1 April 2015

12:00
Time Management FOR TESTING Finished 12:00 - 17:00 Revans Room

Would you like to be in control of your day, enhance your reputation and gain more job satisfaction? Then this is the course for you! You will learn many practical time management tips to help you work smarter, not harder. This course will cover setting priorities, dealing with interruptions, managing the paper mountain and email avalanche, guidelines for saying ‘no’ and it will show you how to change your use of time.

Saturday 11 April 2015

09:00
Negotiation Skills (1 of 2) Finished 09:00 - 12:30 Peterhouse: Lubbock Room


Being able to negotiate well is essential for many staff at all levels within the University. Recognise your strengths and weaknesses as a negotiator and learn how to identify and examine different negotiation techniques. Start to identify and practice those principled approaches that are most likely to prove successful when negotiating an important agreement or settlement.

12:00
Time Management FOR TESTING Finished 12:00 - 17:00 Revans Room

Would you like to be in control of your day, enhance your reputation and gain more job satisfaction? Then this is the course for you! You will learn many practical time management tips to help you work smarter, not harder. This course will cover setting priorities, dealing with interruptions, managing the paper mountain and email avalanche, guidelines for saying ‘no’ and it will show you how to change your use of time.

Override user: