Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jatonline authored Sep 24, 2024
1 parent 97ff0cf commit f9cf76e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Research Engineering Group

This repo is the [website for the Research Engineering Group](https://jgibristol.github.io/REG/), a **community of practice** at the University of Bristol. It includes interdisciplinary data scientists, research software engineers, research infrastructure engineers, data engineers and friends.

## How to get involved

[See our website](https://jgibristol.github.io/REG/) for more information.

## Making changes to the website

We are happy to receive issues or pull requests for this website. Members of the group can also get push access from an admin.

We use [Quarto](https://quarto.org/) to build the website, and this happens automatically when you push your changes back up to GitHub, via a [GitHub Action](https://github.com/JGIBristol/REG/blob/main/.github/workflows/publish-page.yaml). To preview your changes locally before committing/pushing, install Quarto and then run:

```bash
quarto preview
```

0 comments on commit f9cf76e

Please sign in to comment.