diff --git a/.github/workflows/pages_graphs.yml b/.github/workflows/pages_graphs.yml index fa74c18..78e06fd 100644 --- a/.github/workflows/pages_graphs.yml +++ b/.github/workflows/pages_graphs.yml @@ -2,6 +2,7 @@ name: Pages and Graphviz re-render on: push: branches: + - 'main' - '!100_days' # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages @@ -54,4 +55,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2 diff --git a/README.md b/README.md index 68776db..8211987 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,20 @@ This repository is a shared space for notes and guidance for the Research Software Engineering group at the UK Centre for Ecology and Hydrology +# Who are we? + +We are the RSE team at UKCEH. We are based in the Environmental Data Science Group, within the Pollutions Science Area at UKCEH. We want to, and can, help with your Research Software needs all across UKCEH. The RSE team consists of 6 people: + +* [Matt Brown](https://mattjbr123.github.io/) +* [Jo Walsh](https://github.com/metazool/) +* Matt Coole +* [Robin Long](htttps://longr.github.io) +* [Alba Gomez Segura](https://github.com/albags) +* Joe Marsh Rossney + +# Links + +- [Team Agreement](team/agreement.md) +- [Governance and working with RSE group](team/governance/diagrams/README.md) +- [Some FAQs on RSE/CEH](q_and_a/README.md) diff --git a/team/governance/diagrams/README.md b/team/governance/diagrams/README.md index 8f96de1..1ea6059 100644 --- a/team/governance/diagrams/README.md +++ b/team/governance/diagrams/README.md @@ -12,12 +12,17 @@ A set of graphviz dotfiles intended to be read end to end. Drawn in [SketchViz]( Outline of the flow from a group seeking RSE contribution to a proposed project, to deciding whether it's appropriate to take forward or there are preferable routes (e.g. towards Scientific Computing or People Development). +![Application phase diagram](application.svg) + ### Triage phase Outline of the flow from receiving a definite expression of interest through EDS Enquiries, to gauging whether a project is suitable to take forward to the committee. It's probably this phase that needs the most consideration from, and adaptation by, members of the RSE group. +![Triage phase diagram](triage.svg) + ### Proposal phase Outline of the flow from receiving a proposal through a formal channel, to the committee including Science Area representatives and budget holders, to a decision about whether the group has the capacity to work on it in the timeline. +![Concept phase diagram](concept.svg)