https://github.com/ucl/rcpstrainingmaterials
RCPS Training Materials
https://github.com/ucl/rcpstrainingmaterials
Last synced: 6 months ago
JSON representation
RCPS Training Materials
- Host: GitHub
- URL: https://github.com/ucl/rcpstrainingmaterials
- Owner: UCL
- Created: 2013-11-29T11:04:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T15:20:46.000Z (about 7 years ago)
- Last Synced: 2024-04-16T19:02:57.057Z (about 2 years ago)
- Language: TeX
- Homepage: https://ucl.github.io/RCPSTrainingMaterials
- Size: 8.12 MB
- Stars: 3
- Watchers: 32
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Research Computing Platform Services Training Materials
=====================
This repository holds slides etc. for Research Computing Platform Services at
UCL training courses. We run a variety of courses at UCL for researchers who
are interested in using our HPC services, and courses for researchers who wish
to develop software.
Please see
http://www.ucl.ac.uk/isd/staff/research_services/research-computing/services/training
for a list of courses and availability.
Build Instructions
------------------
You need:
* Pandoc [brew install pandoc or similar]
* Jekyll [gem install jekyll or similar]
* To build do: make
* To test do: make; jekyll serve