Skip to content

Commit 4b173aa

Browse files
committed
camel
1 parent 58f4a16 commit 4b173aa

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# EpiForecasts website
1+
# epiForecasts website
22

3-
This repository contains the source code for the EpiForecasts website.
3+
This repository contains the source code for the epiForecasts website.
44
This website is built with [quarto](https://quarto.org/) and relies on automation wherever possible.
55

66
## Adding a new team member

_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ project:
22
type: website
33

44
website:
5-
title: "EpiForecasts"
5+
title: "epiForecasts"
66
site-url: https://epiforecasts.io
77
repo-url: https://github.com/epiforecasts/epiforecasts.github.io
88
body-header: '<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.7.0/css/academicons.min.css" integrity="sha512-GGGNUPDhnG8LEAEDsjqYIQns+Gu8RBs4j5XGlxl7UfRaZBhCCm5jenJkeJL8uPuOXGqgl8/H1gjlWQDRjd3cUQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />'
99
body-footer: '<script data-goatcounter="https://epiforecasts.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>'
1010
twitter-card:
1111
site: "@epiforecasts"
1212
repo-actions: [edit, source]
13-
description: "EpiForecasts team website"
13+
description: "epiForecasts team website"
1414
navbar:
1515
left:
1616
- text: "People"

blog.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "EpiForecasts blog"
2+
title: "epiForecasts blog"
33
listing:
44
contents: posts
55
feed: true

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "EpiForecasts"
2+
title: "epiForecasts"
33
description: |
44
Real-time modelling and forecasting of infectious disease dynamics
55
site: distill::distill_website

lab-manual.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "EpiForecasts manual"
2+
title: "epiForecasts manual"
33
---
44

55
```{r setup, include=FALSE}
66
knitr::opts_chunk$set(echo = FALSE)
77
```
88

99

10-
## EpiForecasts manual
10+
## epiForecasts manual
1111

12-
This document sets out the core aims, values and expectations of the EpiForecasts group. It was originally inspired by two articles on [lab manuals](https://www.nature.com/articles/d41586-018-06167-w) and [lab meetings](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1008953), and a number of publicly available other lab manuals. It is supposed to serve as a point of reference for current and future team members. All team members are invited to contribute and suggest changes, based on what the environment looks like that they would like to work in. Nothing written here is set in stone, and ideally this will turn into a dynamic document maintained by the team as a whole.
12+
This document sets out the core aims, values and expectations of the epiForecasts group. It was originally inspired by two articles on [lab manuals](https://www.nature.com/articles/d41586-018-06167-w) and [lab meetings](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1008953), and a number of publicly available other lab manuals. It is supposed to serve as a point of reference for current and future team members. All team members are invited to contribute and suggest changes, based on what the environment looks like that they would like to work in. Nothing written here is set in stone, and ideally this will turn into a dynamic document maintained by the team as a whole.
1313

1414
Suggestions for editing this manual via GitHub Pull Requests are welcome from any group member at any time.
1515

0 commit comments

Comments
 (0)