skip to navigation skip to content

UCS Training Programme Easter Term and Long Vacation 2009

Programme of events provided by University Information Services
(Mon 20 Apr 2009 - Thu 1 Oct 2009)

Show:

Tue 14 Jul 2009 – Thu 1 Oct 2009

Now Today

[ Back to start of the programme ]


July 2009

Tue 14
Word 2007 for Beginners (self-paced) (1 of 3) Finished 10:30 - 12:30 Titan Teaching Room 2

This self-paced practical course covers the most commonly used features of Microsoft Word 2007. It is not suitable for experienced users of other versions of Word wanting to find out about the new features in Word 2007. Those needing basic Windows training may also attend this course and do relevant exercises under supervision.

Excel 2007 for Beginners (self-paced) (1 of 3) Finished 10:30 - 12:30 Titan Teaching Room 2

[Excel 2003 also available - see note below]

This self-paced hands-on course gives an introduction to spreadsheets, databases and charting using Excel 2007. There is emphasis on short cuts and other efficient ways of working.

Fortran: Converting Old To Modern Fortran Finished 14:15 - 16:30 Room AL.08 (CMS, Wilberforce Road)

This course is part of the Scientific Computing series.

This course will cover the important programming tasks that used to be messy or complicated in Fortran 77, and can be done more cleanly and effectively in modern Fortran (i.e. Fortran 90/95/2003). It is intended for people who have been using Fortran for many years, but have not been following the recent standards. It is also intended for people who have an older, but still valid, Fortran program and want to clean it up and make it easier to understand and maintain. It will cover only aspects of old Fortran (i.e. Fortran 77) that can be improved by replacing them, and not the totally new aspects.

Wed 15
Word 2007 for Beginners (self-paced) (2 of 3) Finished 10:30 - 12:30 Titan Teaching Room 2

This self-paced practical course covers the most commonly used features of Microsoft Word 2007. It is not suitable for experienced users of other versions of Word wanting to find out about the new features in Word 2007. Those needing basic Windows training may also attend this course and do relevant exercises under supervision.

Excel 2007 for Beginners (self-paced) (2 of 3) Finished 10:30 - 12:30 Titan Teaching Room 2

[Excel 2003 also available - see note below]

This self-paced hands-on course gives an introduction to spreadsheets, databases and charting using Excel 2007. There is emphasis on short cuts and other efficient ways of working.

Python: Regular Expressions Finished 14:15 - 17:00 Phoenix Teaching Room

This course is part of the Scientific Computing series.

This course explains how to construct and use regular expressions in Python (using the re module). It does not discuss how to construct complex regular expressions, nor does it cover regular expressions themselves in much detail, rather it focuses on how to use regular expressions in Python.

For a detailed discussion of regular expressions see the "Pattern Matching Using Regular Expressions" course.

Thu 16
Word 2007 for Beginners (self-paced) (3 of 3) Finished 10:30 - 12:30 Titan Teaching Room 2

This self-paced practical course covers the most commonly used features of Microsoft Word 2007. It is not suitable for experienced users of other versions of Word wanting to find out about the new features in Word 2007. Those needing basic Windows training may also attend this course and do relevant exercises under supervision.

Excel 2007 for Beginners (self-paced) (3 of 3) Finished 10:30 - 12:30 Titan Teaching Room 2

[Excel 2003 also available - see note below]

This self-paced hands-on course gives an introduction to spreadsheets, databases and charting using Excel 2007. There is emphasis on short cuts and other efficient ways of working.

Fri 17
Program Design: Building Applications out of Several Programs Finished 14:15 - 16:30 Room AL.08 (CMS, Wilberforce Road)

This course is part of the Scientific Computing series.

This is an introduction to when and how to combine separate programs together to form an application, and when and how to split a single program apart. It will concentrate on principles rather than details, to help attendees make the right decision and proceed in the right direction. It is aimed at users with some programming experience who need to start or join a significant programming project.

Mon 20
Web Authoring: Introduction to HTML (Level 1) Finished 14:15 - 17:00 Titan Teaching Room 1, New Museums Site

This is a practical-based course for people new to writing Web pages. Only the basics of HTML (hypertext markup language) will be covered, but there are other courses for those wishing to extend their knowledge. By the end of the course participants will have created three personal linked web pages.

Tue 21
Mathematica: Linear Algebra Finished 14:15 - 17:00 Phoenix Teaching Room

This course is part of the Scientific Computing series.

This course will cover using Mathematica for simple numerical programming, concentrating on linear algebra. It will indicate how it can be used for more advanced work, but not attempt to teach the details. The emphasis will be more on teaching what can be done than on teaching rules for how to do specific tasks.

Wed 22
Web Authoring: Beyond the Basics (Level 2) Finished 14:15 - 17:00 Titan Teaching Room 1, New Museums Site

This follows on from the Introduction to HTML and is a practical-based course.

Thu 23
Program Design: How Computers Handle Numbers Finished 14:15 - 16:30 Hopkinson Lecture Theatre

This course is part of the Scientific Computing series.

This could be called "Computer Arithmetic Uncovered". It will describe how computers store and process integers and floating point numbers, and also the exceptions that might arise and what they mean. The intent is to explain how modern computers handle numbers, and how to get reliable answers for a reasonable amount of effort.

Mon 27
Parallel Programming: Introduction to MPI (1 of 3) Finished 09:30 - 16:30 Phoenix Teaching Room

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. For technical reasons, the exact length, format and contents of the course have not yet been settled and will be provided later. Any requests for particular coverage will be welcomed, but cannot be promised.

Wed 29
Parallel Programming: Introduction to MPI (2 of 3) Finished 09:30 - 16:30 Phoenix Teaching Room

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. For technical reasons, the exact length, format and contents of the course have not yet been settled and will be provided later. Any requests for particular coverage will be welcomed, but cannot be promised.

Fri 31
Parallel Programming: Introduction to MPI (3 of 3) Finished 09:30 - 16:30 Phoenix Teaching Room

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. For technical reasons, the exact length, format and contents of the course have not yet been settled and will be provided later. Any requests for particular coverage will be welcomed, but cannot be promised.

September 2009

Wed 2
Windows System Administration Introduction for IT Support Staff (1 of 3) Finished 09:30 - 16:30 Titan Teaching Room 2

This 3 day course has been developed by the Computing Service Windows Support Group. It is aimed at IT Support staff within the University (i.e. Departmental and College Computer Officers and TechLinks) needing to learn the essentials of Microsoft Windows desktop operating system administration. The course will be run on Windows Vista, however the key concepts apply to Windows XP and Windows 2000.

Attendance of this course will prepare the attendees for the Windows and Active Directory Course. The practicals are based in a workgroup environment, however, all topics are transferable and scaleable to a Domain environment.

If the course becomes oversubscribed precedence will be given to those who haven't previously attended a course and only one booking per institution will be accepted.

Thu 3
Windows System Administration Introduction for IT Support Staff (2 of 3) Finished 09:30 - 16:30 Titan Teaching Room 2

This 3 day course has been developed by the Computing Service Windows Support Group. It is aimed at IT Support staff within the University (i.e. Departmental and College Computer Officers and TechLinks) needing to learn the essentials of Microsoft Windows desktop operating system administration. The course will be run on Windows Vista, however the key concepts apply to Windows XP and Windows 2000.

Attendance of this course will prepare the attendees for the Windows and Active Directory Course. The practicals are based in a workgroup environment, however, all topics are transferable and scaleable to a Domain environment.

If the course becomes oversubscribed precedence will be given to those who haven't previously attended a course and only one booking per institution will be accepted.

Fri 4
Windows System Administration Introduction for IT Support Staff (3 of 3) Finished 09:30 - 16:30 Titan Teaching Room 2

This 3 day course has been developed by the Computing Service Windows Support Group. It is aimed at IT Support staff within the University (i.e. Departmental and College Computer Officers and TechLinks) needing to learn the essentials of Microsoft Windows desktop operating system administration. The course will be run on Windows Vista, however the key concepts apply to Windows XP and Windows 2000.

Attendance of this course will prepare the attendees for the Windows and Active Directory Course. The practicals are based in a workgroup environment, however, all topics are transferable and scaleable to a Domain environment.

If the course becomes oversubscribed precedence will be given to those who haven't previously attended a course and only one booking per institution will be accepted.

Tue 15
Windows 2008 and Active Directory for IT Support Staff (1 of 3) Finished 09:30 - 16:30 Titan Teaching Room 2

This 3-day course which has been developed by the Computing Service Windows Support Group is aimed at IT Support staff within the University (i.e. Departmental and College Computer Officers and TechLinks) with an existing skill set in NT4/2000/2003/2008 server.

This course covers configuring and managing Windows 2008 server and Active Directory in the University Environment. The practical tasks will cover setting up an Active Directory domain and DNS with one or more servers. Each course member will initially work with 2 servers one acting as a Domain Controller and the other as a client in the domain.

If the course becomes oversubscribed precedence will be given to those who haven't previously attended a course and only one booking per institution will be accepted.

Wed 16
Windows 2008 and Active Directory for IT Support Staff (2 of 3) Finished 09:30 - 16:30 Titan Teaching Room 2

This 3-day course which has been developed by the Computing Service Windows Support Group is aimed at IT Support staff within the University (i.e. Departmental and College Computer Officers and TechLinks) with an existing skill set in NT4/2000/2003/2008 server.

This course covers configuring and managing Windows 2008 server and Active Directory in the University Environment. The practical tasks will cover setting up an Active Directory domain and DNS with one or more servers. Each course member will initially work with 2 servers one acting as a Domain Controller and the other as a client in the domain.

If the course becomes oversubscribed precedence will be given to those who haven't previously attended a course and only one booking per institution will be accepted.

Thu 17
Windows 2008 and Active Directory for IT Support Staff (3 of 3) Finished 09:30 - 16:30 Titan Teaching Room 2

This 3-day course which has been developed by the Computing Service Windows Support Group is aimed at IT Support staff within the University (i.e. Departmental and College Computer Officers and TechLinks) with an existing skill set in NT4/2000/2003/2008 server.

This course covers configuring and managing Windows 2008 server and Active Directory in the University Environment. The practical tasks will cover setting up an Active Directory domain and DNS with one or more servers. Each course member will initially work with 2 servers one acting as a Domain Controller and the other as a client in the domain.

If the course becomes oversubscribed precedence will be given to those who haven't previously attended a course and only one booking per institution will be accepted.

Tue 29
Windows 2008 and Active Directory for IT Support Staff (1 of 3) Finished 09:30 - 16:30 Titan Teaching Room 2

This 3-day course which has been developed by the Computing Service Windows Support Group is aimed at IT Support staff within the University (i.e. Departmental and College Computer Officers and TechLinks) with an existing skill set in NT4/2000/2003/2008 server.

This course covers configuring and managing Windows 2008 server and Active Directory in the University Environment. The practical tasks will cover setting up an Active Directory domain and DNS with one or more servers. Each course member will initially work with 2 servers one acting as a Domain Controller and the other as a client in the domain.

If the course becomes oversubscribed precedence will be given to those who haven't previously attended a course and only one booking per institution will be accepted.

Wed 30
Windows 2008 and Active Directory for IT Support Staff (2 of 3) Finished 09:30 - 16:30 Titan Teaching Room 2

This 3-day course which has been developed by the Computing Service Windows Support Group is aimed at IT Support staff within the University (i.e. Departmental and College Computer Officers and TechLinks) with an existing skill set in NT4/2000/2003/2008 server.

This course covers configuring and managing Windows 2008 server and Active Directory in the University Environment. The practical tasks will cover setting up an Active Directory domain and DNS with one or more servers. Each course member will initially work with 2 servers one acting as a Domain Controller and the other as a client in the domain.

If the course becomes oversubscribed precedence will be given to those who haven't previously attended a course and only one booking per institution will be accepted.

October 2009

Thu 1
Windows 2008 and Active Directory for IT Support Staff (3 of 3) Finished 09:30 - 16:30 Titan Teaching Room 2

This 3-day course which has been developed by the Computing Service Windows Support Group is aimed at IT Support staff within the University (i.e. Departmental and College Computer Officers and TechLinks) with an existing skill set in NT4/2000/2003/2008 server.

This course covers configuring and managing Windows 2008 server and Active Directory in the University Environment. The practical tasks will cover setting up an Active Directory domain and DNS with one or more servers. Each course member will initially work with 2 servers one acting as a Domain Controller and the other as a client in the domain.

If the course becomes oversubscribed precedence will be given to those who haven't previously attended a course and only one booking per institution will be accepted.

Override user: