Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 5 additions & 19 deletions cw26/index.qmd
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
---
author:
- Christian Gutschow
- Christine Stawitz
- David Pérez Suárez
- Duncan Leggat
- Jeremy Stein
- Jyoti Bhogal
- Patrick J. Roddy
- Samuel Avis
author: |-
C. Gutschow, C. Stawitz, D. Pérez Suárez, D. Leggat,
J. Stein, J. Bhogal, P. J. Roddy, S. Avis
date: 2026-04-30
format: revealjs
institute:
- Advanced Research Computing, UCL
- Advanced Research Computing, UoB
- Advanced Research Computing, UCL
- Advanced Research Computing, UCL
- Advanced Research Computing, UCL
- RSE Asia Association
- Advanced Research Computing, UCL
- ICCS, University of Cambridge
institute: ARC UCL, ARC UoB, RSE Asia Association, ICCS Cambridge
subtitle: Collaborations Workshop 2026
title: CI Usage Badge
---
Expand Down Expand Up @@ -56,11 +42,11 @@
## What is available

Some have done something similar:
[green-ci](https://cambridge-iccs.github.io/green-ci/)

Check warning on line 45 in cw26/index.qmd

View workflow job for this annotation

GitHub Actions / linting

[vale] reported by reviewdog 🐶 [RedHat.DoNotUseTerms] Do not use colors to describe something unless it is also described non-visually, for example, with the name of the item. Raw Output: {"message": "[RedHat.DoNotUseTerms] Do not use colors to describe something unless it is also described non-visually, for example, with the name of the item.", "location": {"path": "cw26/index.qmd", "range": {"start": {"line": 45, "column": 2}}}, "severity": "WARNING"}

# What we have used

We talk with the computers with snakes, pirates, mermaids, but no robots!

Check warning on line 49 in cw26/index.qmd

View workflow job for this annotation

GitHub Actions / linting

[vale] reported by reviewdog 🐶 [RedHat.Symbols] Do not use the '!' symbol. Raw Output: {"message": "[RedHat.Symbols] Do not use the '!' symbol.", "location": {"path": "cw26/index.qmd", "range": {"start": {"line": 49, "column": 73}}}, "severity": "INFO"}

# Demo

Expand All @@ -68,10 +54,10 @@

<!-- add asset of bubbles graph in assets -->

# Who did what?

Check warning on line 57 in cw26/index.qmd

View workflow job for this annotation

GitHub Actions / linting

[vale] reported by reviewdog 🐶 [RedHat.HeadingPunctuation] Do not use end punctuation in headings. Raw Output: {"message": "[RedHat.HeadingPunctuation] Do not use end punctuation in headings.", "location": {"path": "cw26/index.qmd", "range": {"start": {"line": 57, "column": 15}}}, "severity": "WARNING"}

- Duncan: master of snakes

Check warning on line 59 in cw26/index.qmd

View workflow job for this annotation

GitHub Actions / linting

[vale] reported by reviewdog 🐶 [RedHat.ConsciousLanguage] Use 'primary', 'source', 'initiator', 'requester', 'controller', 'host', 'director', or 'supplier' rather than 'master'. Raw Output: {"message": "[RedHat.ConsciousLanguage] Use 'primary', 'source', 'initiator', 'requester', 'controller', 'host', 'director', or 'supplier' rather than 'master'.", "location": {"path": "cw26/index.qmd", "range": {"start": {"line": 59, "column": 11}}}, "severity": "WARNING"}
- Paddy: master of cat with many legs

Check warning on line 60 in cw26/index.qmd

View workflow job for this annotation

GitHub Actions / linting

[vale] reported by reviewdog 🐶 [RedHat.ConsciousLanguage] Use 'primary', 'source', 'initiator', 'requester', 'controller', 'host', 'director', or 'supplier' rather than 'master'. Raw Output: {"message": "[RedHat.ConsciousLanguage] Use 'primary', 'source', 'initiator', 'requester', 'controller', 'host', 'director', or 'supplier' rather than 'master'.", "location": {"path": "cw26/index.qmd", "range": {"start": {"line": 60, "column": 10}}}, "severity": "WARNING"}
- Christine and Jyoti: Our favourite pirates
- Sam: friend of the mermaids
- Chris: drinks the energy
Expand All @@ -84,7 +70,7 @@
%%| fig-align: center
flowchart TD

subgraph Get[Retrive workflow data]
subgraph Get[Retrieve workflow data]
subgraph Time[Duration data]
Time_Pr[Private Repos]
Time_Pu[Public Repos]
Expand Down
Loading