-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |