All-provider course timetable
Friday 13 November 2009
09:30 |
This course is part of the Scientific Computing series. This is a basic introduction to modern Fortran. At the end of the course, students should be able to write significant programs in Fortran, and to be able to start working on existing programs written in modern Fortran (i.e. in the Fortran 90/95 style). It will not cover obsolete features of Fortran, some of the more advanced aspects, or most of the extensions introduced by Fortran 2003. The course has been rewritten in the light of experience from last year, and will include less on the concepts of programming and more on what practical Fortran programmers need to know (such as a session on Fortran I/O). |
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. |
|
14:15 |
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. |
Monday 16 November 2009
09:00 |
This hands-on course is a follow up from the Excel 2007 Basics course for support staff. The course will provide you with greater confidence using a wider range of formula, filtering data and creating charts. |
14:15 |
This course will introduce XML (the Extensible Markup Language). The course will cover the use of XHTML 1.0 which is a reformulation of HTML 4.01 in XML. The course will also introduce and use XSL (the eXtensible Markup Language). |
Python: Further Topics
Finished
This course is part of the Scientific Computing series. This course will introduce more advanced aspects of the Python language than the "Python for Absolute Beginners" course or "Python for Programmers" courses. The course will cover topics such as file I/O in more detail than either of those two courses. Whilst the course will not cover the use of Python to produce graphical output, some mention will be made of how Python can be used to interface with tools such as gnuplot to produce graphical output of scientific data. This course does not explicitly cover the object oriented aspects of the Python language. |
Tuesday 17 November 2009
09:30 |
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. |
Macromedia Dreamweaver is a powerful web creation tool that allows non-technical people to produce professional websites. This course provides a practical introduction for those that wish to use Dreamweaver to create web-pages and manage websites. It focuses on building a small website. |
|
14:15 |
Stata for Regression Analysis
Finished
This course is for new users who have learnt how to get data into Stata, and know how to operate basic syntax having completed the Basics course or through self-study with the student version or manuals. Emphasis will be on examples of running applied analyses of regression models for continuous, binary and ordinal outcomes using standard Stata procedures. Guidance will also be provided on further addons that may be of interest. |
LaTeX (Text processing): Introduction
CANCELLED
LaTeX is a powerful document description language built on top of TeX. It is available on Unix, Windows and Macintoshes. It can be used for the presentation of plain text (including accented characters and letters outside the English alphabet), the typesetting of mathematics, the generation of tables, and producing simple diagrams. It is particularly suited for the writing of theses, papers and technical documents. |
Wednesday 18 November 2009
09:30 |
Stata for Regression Analysis
Finished
This course is for new users who have learnt how to get data into Stata, and know how to operate basic syntax having completed the Basics course or through self-study with the student version or manuals. Emphasis will be on examples of running applied analyses of regression models for continuous, binary and ordinal outcomes using standard Stata procedures. Guidance will also be provided on further addons that may be of interest. |
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 |
Photoshop: Further Techniques
Finished
Following on from the "Photoshop: Basic Techniques" course, this course covers some of the more advanced feature of Adobe Photoshop, the popular image manipulation and editing tool for graphics and design professionals. The course will explore some of the more advanced features of Photoshop. Techniques will be explained and demonstrated, and participants will then be given the opportunity to practice these for themselves. |
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. |
|
LaTeX (Text processing): Introduction
CANCELLED
LaTeX is a powerful document description language built on top of TeX. It is available on Unix, Windows and Macintoshes. It can be used for the presentation of plain text (including accented characters and letters outside the English alphabet), the typesetting of mathematics, the generation of tables, and producing simple diagrams. It is particularly suited for the writing of theses, papers and technical documents. |
Thursday 19 November 2009
09:30 |
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:30 |
This follow-up practical gives those who have attended the LaTeX Introduction an opportunity to do exercises under supervision. |
14:15 |
InDesign is a desktop publishing package available for both Macs and PCs which is used to build up a publication from ready-prepared text, images and graphics in the same way as QuarkXpress and PageMaker. Participants use pre-written text and scanned-in pictures to assemble and produce a double-sided, two-column newsletter using InDesign. |
Friday 20 November 2009
09:15 |
SPSS is a powerful general purpose statistical package with high quality graphics and tabulation facilities, and a reputation for being relatively user-friendly. This session follows on from Part 1 and covers useful techniques and tricks. It is strongly recommended for anyone likely to use SPSS for any but the very simplest analysis of the very simplest data. |
09:30 |
The rendering time for web pages is dominated by the graphics on the page. This course teaches methods of preparing graphics so minimise information loss and maximise transfer and rendering efficiency. There is an opportuinity to try the methods using PhotoShop. |
14:15 |
This course is a task-focused version of the "Mastering Advanced Features" course. It is designed to give a overview of the advanced features of Microsoft Word 2007 that are most relevant to producing dissertations, theses and other long documents. |
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. |
Monday 23 November 2009
14:15 |
CorelDraw: The Basics
Finished
CorelDraw is a professional graphical illustration package for Windows. |
Tuesday 24 November 2009
09:30 |
Matlab: Basics
Finished
Matlab is a software package for numerical computation with high quality graphics facilities. This course is for beginners and new users of the package and describes basic concepts and use of Matlab, but not any other optional 'Toolboxes' available from the developers of Matlab. |
10:30 |
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. |
Word 2007 for Beginners (self-paced)
Finished
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. |