Skip to content

Commit

Permalink
chore(various): resolved remaining "TODO:" items
Browse files Browse the repository at this point in the history
Completed license page, removed older comments, activate GHR action to run on push.
  • Loading branch information
amyheather committed Jul 19, 2024
1 parent a94a293 commit f4c6cd2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker_ghr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions evaluation/badges.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ criteria = {
}
# Evaluation for this study
# TODO: Complete evaluate for each criteria
eval = pd.Series({
'archive': 0,
'id': 0,
Expand Down Expand Up @@ -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"
* "Computational Reproducibility"
3 changes: 1 addition & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Use the navigation bar above to view:

<!-- ORCID icon CC 1.0 from https://figshare.com/articles/figure/ORCID_iD_icon_graphics/5008697/4 -->

<!-- TODO: Moved authors conducting and supporting reproduction out of the list and into the appropriate section -->
Conducting this reproduction:

* [Amy Heather](https://github.com/amyheather) [![ORCID icon](quarto_site/ORCIDiD_icon16x16.png)](https://orcid.org/0000-0002-6596-3479)
Expand Down Expand Up @@ -57,4 +56,4 @@ See `CITATION.cff` and `citation_bibtex.bib` for alternative formats.

## License

See [License page](./quarto_site/license.qmd).
See [License page](./quarto_site/license.qmd).
18 changes: 8 additions & 10 deletions quarto_site/license.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ title: "Open Source License"
bibliography: ../quarto_site/references.bib
---

<!-- TODO: Update with appropriate license -->
This repository is licensed under the [license].
This repository is licensed under a GPL-3.0 license.

::: {.callout-note appearance="minimal" collapse=true}

Expand All @@ -14,25 +13,24 @@ This repository is licensed under the [license].

:::

<!-- TODO: Update with appropriate 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

<!-- TODO: Provide relative path to embed license from the original study, as done above for the main repository license -->
[Embedded license]
{{< include ../original_study/desECR/LICENSE >}}

:::

<!-- TODO: Add info about the article 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

<!-- TODO: Add copyright statement -->
From <https://doi.org/10.3389/fneur.2019.00653>:

:::
“© 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.”

:::

0 comments on commit f4c6cd2

Please sign in to comment.