Diff for "MatlabLecturesSchedule" - Methods
location: Diff for "MatlabLecturesSchedule"
Differences between revisions 134 and 265 (spanning 131 versions)
Revision 134 as of 2016-11-21 10:19:36
Size: 4648
Editor: OlafHauk
Comment:
Revision 265 as of 2023-11-07 13:37:48
Size: 2676
Editor: OlafHauk
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= Introduction to Scientific Computing and Matlab =
Below you will find the schedule of our “Introduction to Scientific Computing and Matlab” workshops, held in the CBSU West Wing Seminar Room on Wednesdays, 14.30, between October and December 2016.

Matlab is the Swiss Army Knife of data analysis: no matter whether you are analysing neuroimaging data, behavioural data or your latest bank statements, Matlab can make you do things you thought were never possible.
= Introduction to Scientific Computing at the CBU =
Below you will find the schedule of our “Introduction to Scientific Computing at the CBU” workshops, which will be held online for new members of the CBU in November 2023.
Line 10: Line 8:
Our workshops are aimed at researchers with no or little prior experience to programming (in Matlab or otherwise). We are not intending to provide a full Matlab or Linux course, but we hope we can significantly facilitate the first few steps. For other options, see e.g. opportunities at Cambridge University (http://training.cam.ac.uk/ucs/), or on-line tutorials (http://imaging.mrc-cbu.cam.ac.uk/meg/Beginners). Our workshops are aimed at researchers with no or little prior experience to programming. We are not intending to provide a full Linux course, but we hope we can significantly facilitate the first few steps. For other options, see e.g. opportunities at Cambridge University (http://training.cam.ac.uk/ucs/), or on-line tutorials (http://imaging.mrc-cbu.cam.ac.uk/meg/Beginners).
Line 12: Line 10:
Individual sessions of this workshop series will be advertised via our "skillstraining" mailing list (see below). To hear more about skills-oriented training opportunities at the CBU, please register on this mailing list: http://lists.mrc-cbu.cam.ac.uk/mailman/listinfo/skillstraining (Non-CBU people can subscribe by sending an e-mail to skillstraining-subscribe (at) mrc-cbu (dot) cam (dot) ac (dot) uk). Individual sessions of this workshop series will be advertised via our '''"skillstraining" mailing list'''. To hear more about skills-oriented training opportunities at the CBU, please subscribe to this mailing list by sending an e-mail to skillstraining-subscribe (at) mrc-cbu (dot) cam (dot) ac (dot) uk).
Line 16: Line 14:
Any suggestions of feedback on our previous lectures would be very welcome. Any suggestions of feedback on our previous lectures would be very welcome. <<BR>><<BR>>
Line 18: Line 16:
All sessions will take place in the '''West Wing Seminar Room, on Wednesdays at 14.30.''' They will take between 1 and 2 hours.
||<tablewidth="734px" tableheight="653px">'''Date/Time''' ||'''Topic''' ||'''Presenter''' ||
||October 19 ||'''Introduction to the CBU computing system'''<<BR>>''Overview of CBSU computing resources; using/accessing the computing system; best practice in scientific computing.''<<BR>>[[attachment:1_CBUComputing.pdf|PDF of the lecture]] ||Russell Thompson ||
||October 26 ||'''Hands-on introduction to Linux'''<<BR>>''How to find your way around a Computing system; basic and more advanced Linux commands; tips and tricks''<<BR>>[[attachment:LinuxClass_JeffBerry_26Oct16.pdf|PDF]] <<BR>>[[attachment:LinuxClass_JeffBerry_26Oct16_material.tar.gz|material]] ||Jeff Berry ||
||November 2 ||'''Getting started with Matlab'''<<BR>>''First steps in Matlab; the workspace and command window; variables – what they are and what they are for; basic commands; the editor; scripts and functions''<<BR>>[[attachment:YaaraMatlabBasicsSlides.pdf|PDF of lecture - slides]]<<BR>>[[attachment:YaaraMatlabBasicsHandouts.pdf|PDF of lecture - handouts]]<<BR>>[[attachment:YaaraMatlabBasics.zip|Example scripts]] ||Andrea Greve ||
||November 16 ||'''Basic Matlab commands I'''<<BR>>''Basic commands and functions; loops and conditional statements; tips and tricks''<<BR>>[[attachment:MATLAB Basics 16Nov16.pdf|PDF]] [[attachment:YaaraMatlabBasicCommandsScripts.zip|Example scripts]] ||Amy Johnson ||
||November 23 ||'''Basic Matlab commands II'''<<BR>>'' basic matrix operations'', ''functions, tips and tricks ''<<BR>> [[attachment:IntroMatrixAlgebra_Matlab_18Nov15.zip|Presentation and Script]] ||Olaf Hauk ||
||November 30 ||'''Structuring and debugging Matlab code'''<<BR>>''Writing clear and fast Matlab code; editing scripts and functions; debugging Matlab code'' <<BR>> [[attachment:Examples_and_exercises_2015.zip|Examples and exercises]] ||Daniel Mitchell ||
||December 7 ||'''Visualisation in Matlab'''<<BR>>''Visualisation options in Matlab; creating and editing figures; plotting curves''<<BR>>[[attachment:MatlabVisualisation-Slides.pdf|PDF of the lecture - slides]]<<BR>>[[attachment:MatlabVisualisation-Handouts.pdf|PDF of the lecture - handouts]]<<BR>>[[attachment:ExampleScripts.zip|Example scripts]] ||Katherine Storrs ||
||December 14 ||'''Parallel Computing in Linux and Matlab''' ''Introduction to parallel computing; login and compute nodes; the qsub command'' <<BR>> [[attachment:computing_pres2014_cluster.pdf|Using the scheduler]]<<BR>>[[attachment:3_Parallel.pdf|PDF of the lecture (MATLAB)]] <<BR>>[[attachment:3_MATLAB.zip|material (MATLAB)]] ||Darren Price & Russell Thompson ||




----
----
The following lecture will take place in the '''CBU Lecture Theatre or online'''.
|| ||'''Mini introduction to Linux''' <<BR>> [[https://intranet.mrc-cbu.cam.ac.uk/home/computing-training/#fvp_34,4s|Video]] (CBU only) ||
||Monday, Nov 6 <<BR>>10-12.00 <<BR>>Lecture Theatre ||'''Introduction to Computing at the CBU''' <<BR>>Jeff Berry <<BR>> [[attachment:Computing2023.pdf|Lecture]] [[https://intranet.mrc-cbu.cam.ac.uk/home/computing-training/#fvp_79,6s|Video (CBU only)]] ||
||Tuesday, Nov 7 <<BR>>10-12.00 <<BR>>'''online!''' ||'''Introduction to Linux, the CBU computing cluster, and command line interfaces''' <<BR>>Jeff Berry <<BR>> [[attachment:Linux2023.pdf|Linux and the cluster]] <<BR>> '''Note:''' This is a '''hands-on''' session (for CBU staff) and you will need access to our computing cluster (e.g. using '''VNC or X2GO'''). You can find more information on our [[https://intranet.mrc-cbu.cam.ac.uk/home/accessing-the-cbu-cluster-2019/|intranet]]. Please contact our IT team if you have questions. ||
||Monday, Nov 13 <<BR>>14-15.00 <<BR>>Lecture Theatre ||'''Good Enough Practices in Scientific Computing'''<<BR>> Amy Orben ||

mrclogo.gif

Introduction to Scientific Computing at the CBU

Below you will find the schedule of our “Introduction to Scientific Computing at the CBU” workshops, which will be held online for new members of the CBU in November 2023.

Any larger data analysis at the CBU, especially for neuroimaging data, is performed on our high-performance computer cluster, using the operating system Linux. Some of our workshops will cover the basics of our computing system, good research practice in scientific computing, basic linux commands and an introduction to parallel computing.

Our workshops are aimed at researchers with no or little prior experience to programming. We are not intending to provide a full Linux course, but we hope we can significantly facilitate the first few steps. For other options, see e.g. opportunities at Cambridge University (http://training.cam.ac.uk/ucs/), or on-line tutorials (http://imaging.mrc-cbu.cam.ac.uk/meg/Beginners).

Individual sessions of this workshop series will be advertised via our "skillstraining" mailing list. To hear more about skills-oriented training opportunities at the CBU, please subscribe to this mailing list by sending an e-mail to skillstraining-subscribe (at) mrc-cbu (dot) cam (dot) ac (dot) uk).

You may want to have a look at other skill-oriented training options.

Any suggestions of feedback on our previous lectures would be very welcome.

The following lecture will take place in the CBU Lecture Theatre or online.

Mini introduction to Linux
Video (CBU only)

Monday, Nov 6
10-12.00
Lecture Theatre

Introduction to Computing at the CBU
Jeff Berry
Lecture Video (CBU only)

Tuesday, Nov 7
10-12.00
online!

Introduction to Linux, the CBU computing cluster, and command line interfaces
Jeff Berry
Linux and the cluster
Note: This is a hands-on session (for CBU staff) and you will need access to our computing cluster (e.g. using VNC or X2GO). You can find more information on our intranet. Please contact our IT team if you have questions.

Monday, Nov 13
14-15.00
Lecture Theatre

Good Enough Practices in Scientific Computing
Amy Orben

None: MatlabLecturesSchedule (last edited 2023-11-07 13:37:48 by OlafHauk)