Skip to content

Commit

Permalink
Merge pull request #46 from longr/pages_update
Browse files Browse the repository at this point in the history
Fix workflow and add information to README
  • Loading branch information
albags authored Sep 19, 2024
2 parents 9849178 + a114fc2 commit 6bf2bac
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages_graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -54,4 +55,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

5 changes: 5 additions & 0 deletions team/governance/diagrams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 6bf2bac

Please sign in to comment.