A personal fork of the WEHI Research Computing Platform public website.
This is not my project. It is a fork of the official WEHI Research Computing Platform (RCP) website — a Jekyll GitHub Pages site documenting the RCP student internship programme (how to apply, intake dates, expectations, OHS, weekly email milestones, FAQs and per-project student briefs). All site content belongs to WEHI Research Computing Platform and its contributors. I keep this fork only to track and contribute changes back upstream.
While interning with the RCP, I contributed one section to the programme FAQ:
faq.md— added guidance on requesting supervisor signatures for the student Work Log using DocuSign (relevant to Bachelor of Science / Master of Data Science students), co-authored with @rowlandm. (commitd5d0ebf)
Everything else here is upstream WEHI content, kept intact.
| Item | Purpose |
|---|---|
index.md, how-to-apply.md, intake_dates.md |
Programme landing page and how to apply |
email-week-*.md, emails-and-key-milestones.md |
The weekly internship email cadence and milestones |
student-*.md |
Per-project student briefs (AIVE, BioNix, CryoEM, genomics, imaging, …) |
faq.md, top-5-mistakes.md, explanation_about_ohs.md |
FAQ, common mistakes, occupational health & safety |
gsoc.md, gsoc-contributor.md |
Google Summer of Code information |
_config.yml, _layouts/, assets/ |
Jekyll theme configuration, layouts and images |
RDM-0220-RCP-Student-Internship-Handbook.pdf |
The RCP student internship handbook |
This is a standard Jekyll GitHub Pages site:
# Requires Ruby + Bundler
gem install bundler jekyll
jekyll serve # serves at http://localhost:4000The live site is published at https://wehi-researchcomputing.github.io/.
Original work © WEHI Research Computing Platform and contributors, released under the GNU GPL-3.0. This fork is kept for personal reference and to contribute changes upstream; please refer to the upstream repository as the source of truth.
The original GitHub Pages template README is preserved in _archive/README.original.md.