Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix workflow and add information to README #46

Merged
merged 6 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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
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
* 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)