Readings and discussion from the Melbourne Integrative Genomics journal club at the University of Melbourne.
→ Go to the site to read about the next JC meeting, and the reports from previous meetings.
Each meeting is summarised: what the paper claimed, what we discussed, what was left unresolved, and suggested follow-up reading.
You do not need to know git, and you do not need to install anything. Everything below can be done in a web browser.
| What you want to change | File |
|---|---|
| The front page (intro, next meeting) | index.qmd |
| When we meet, how to join, recording policy | about.qmd |
| A past meeting report | posts/YYYY-MM-DD-slug/index.qmd |
| These contributing notes | CONTRIBUTING.md |
Reports live one folder per meeting. Click posts/ at the top of this page,
then the folder for the meeting — for example 2026-08-18-scfm-pretraining-scale/
— then index.qmd. That one file is the whole report.
- Open the page on the live site.
- In the right-hand margin, click "Edit this page". This opens the exact file that produced the page, so you never have to hunt for it.
- GitHub opens an editor. If you have write access it will let you edit straight away; if not it offers to fork the repository first — click the green button, it just makes your own copy. Either way you end up in the same place.
- Make your change. The text is plain writing — no code.
- Click the green Commit changes... button (top right).
- Write a one-line description, e.g. "Fix typo in criticisms section".
- Choose Create a new branch and start a pull request, then Propose changes.
- On the next screen click Create pull request.
That's it. Someone else reviews and merges it, and the site updates about a minute later. Small fixes are genuinely welcome — a one-word PR is fine.
Open a proposal and fill in the form. You do not have to present it yourself.
- Open
_template/index.qmdin this repository and copy all of its text. - Go back to the repository home page and click Add file → Create new file.
- In the filename box type the full path, including the slashes:
posts/2026-09-01-causal-inference/index.qmdTyping/creates the folders for you as you go — you do not need to make them separately. - Paste the template in, fill it out, and follow steps 5–8 above to open a pull request.
Keep the date in the folder name the same as the date: line inside the file.
CONTRIBUTING.md has the category list, the house writing
style, and the rules about figures and copyright — read the figures section
before adding any image, since this is a public repository.
Meetings are recorded and reported publicly. Reports name the presenter, and may name whoever suggested follow-up reading, but everything said in discussion is attributed impersonally — "it was noted", "one attendee argued". Anyone can ask not to be named, before or after a meeting, no reason needed. See about.qmd.
Requires Quarto; nothing else.
quarto preview # live preview at localhost:4444
quarto render # build to _site/Reports under posts/, and the site prose |
CC BY 4.0 |
| Configuration, styles, workflows, templates | MIT |
© 2026 Melbourne Integrative Genomics, University of Melbourne.
This covers our own words only. The papers we discuss, any quoted passages, and any reproduced figures remain under their original terms and are not licensed by us.