diff --git a/.github/workflows/docker_ghr.yaml b/.github/workflows/docker_ghr.yaml index 67cd5e8..cf8a32e 100644 --- a/.github/workflows/docker_ghr.yaml +++ b/.github/workflows/docker_ghr.yaml @@ -5,10 +5,8 @@ run-name: Publish Docker image on GitHub container registry (ghcr.io) # Source: https://dev.to/github/publishing-a-docker-image-to-githubs-container-repository-4n50 on: -# TODO: Uncomment these lines -# (Currently, they are ensuring that action can only be triggered manually) -# push: -# branches: main + push: + branches: main workflow_dispatch: jobs: diff --git a/evaluation/badges.qmd b/evaluation/badges.qmd index 800ae65..bae8148 100644 --- a/evaluation/badges.qmd +++ b/evaluation/badges.qmd @@ -35,7 +35,6 @@ criteria = { } # Evaluation for this study -# TODO: Complete evaluate for each criteria eval = pd.Series({ 'archive': 0, 'id': 0, @@ -265,4 +264,4 @@ create_badge_callout({k: v for (k, v) in award.items() if k.startswith('reproduc **Psychological Science** (@hardwicke_transparency_2023 and @association_for_psychological_science_aps_psychological_2023) -* "Computational Reproducibility" \ No newline at end of file +* "Computational Reproducibility" diff --git a/index.qmd b/index.qmd index c400bf3..88884ea 100644 --- a/index.qmd +++ b/index.qmd @@ -24,7 +24,6 @@ Use the navigation bar above to view: - Conducting this reproduction: * [Amy Heather](https://github.com/amyheather) [![ORCID icon](quarto_site/ORCIDiD_icon16x16.png)](https://orcid.org/0000-0002-6596-3479) @@ -57,4 +56,4 @@ See `CITATION.cff` and `citation_bibtex.bib` for alternative formats. ## License -See [License page](./quarto_site/license.qmd). \ No newline at end of file +See [License page](./quarto_site/license.qmd). diff --git a/quarto_site/license.qmd b/quarto_site/license.qmd index 6eb95e2..3d004f2 100644 --- a/quarto_site/license.qmd +++ b/quarto_site/license.qmd @@ -3,8 +3,7 @@ title: "Open Source License" bibliography: ../quarto_site/references.bib --- - -This repository is licensed under the [license]. +This repository is licensed under a GPL-3.0 license. ::: {.callout-note appearance="minimal" collapse=true} @@ -14,25 +13,24 @@ This repository is licensed under the [license]. ::: - -This is aligned with the original study, who shared their code under [license]. +This is aligned with the original study, who shared their code under a GPL-3.0 license. ::: {.callout-note appearance="minimal" collapse=true} ## View license - -[Embedded license] +{{< include ../original_study/desECR/LICENSE >}} ::: - -The original study was published in the journal "[Journal name]". They distributed the article under [Add more details about license] +The original study was published in the journal "Frontiers in Neurology". They distributed the article under a CC-BY license. ::: {.callout-note appearance="minimal" collapse=true} ## View copyright statement from journal - +From : -::: \ No newline at end of file +“© 2019 Huang, Maingard, Kok, Barras, Thijs, Chandra, Brooks and Asadi. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.” + +:::