Skip to content

Commit 9fc0941

Browse files
committed
Minor changes
1 parent 73f05e7 commit 9fc0941

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This website is created using Quarto and hosted using GitHub Pages. It shares ev
3939
├── .gitignore
4040
├── CHANGELOG.md
4141
├── CITATION.cff
42+
├── CONTRIBUTING.md
4243
├── LICENSE
4344
├── README.md
4445
├── _quarto.yml
@@ -56,6 +57,7 @@ This website is created using Quarto and hosted using GitHub Pages. It shares ev
5657
* `.gitignore` - Instructions for Git of which local objects should not be included in the repository
5758
* `CHANGELOG.md` - Details changes between versions (as in GitHub releases and versions on Zenodo)
5859
* `CITATION.cff` - Instructions for citing this repository, created using [CFF INIT](https://citation-file-format.github.io/)
60+
* `CONTRIBUTING.md` - Contribution instructions for repository
5961
* `LICENSE` - Details of the license for this work
6062
* `README.md` - Description for this repository. You'll find a seperate README for the model within the `reproduction/` folder, and potentially also the `original_study/` folder if a README was created by the original study authors
6163
* `_quarto.yml` - Set-up instructions for the Quarto website

evaluation/reproduction_report.qmd

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ date-format: "Do MMMM YYYY"
1010
format:
1111
html:
1212
page-layout: full
13-
# Do not show code
1413
echo: False
1514
---
1615

0 commit comments

Comments
 (0)