Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"commit": false,
"contributorsPerLine": 8,
"projectName": "eCobidas",
"projectOwner": "Remi-Gau",
"projectOwner": "ohbm",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/check_md_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: tcort/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes
# use-verbose-mode: no
config-file: mlc_config.json
folder-path: docs
file-path: ./README.md
2 changes: 1 addition & 1 deletion .github/workflows/update_spreadsheets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
update_spreadsheet:
runs-on: ubuntu-latest
if: github.repository_owner == 'Remi-Gau'
if: github.repository_owner == 'ohbm'
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: v1.0.0-dev

license: GPL-3.0

repository-code: https://github.com/Remi-Gau/eCobidas.git
repository-code: https://github.com/ohbm/eCobidas.git

message: Please cite preferentially using the open science framework DOI.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

![checklist](https://raw.githubusercontent.com/Remi-Gau/COBIDAS_chckls/main/docs/img/checklist.jpg)
![checklist](https://raw.githubusercontent.com/ohbm/eCobidas/main/docs/img/checklist.jpg)

# COBIDAS guidelines checklist

Expand Down
2 changes: 1 addition & 1 deletion docs/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ hide:
Otherwise you can open a new issue on the repository itself if there is
something you would like to discuss directly here.

[Open an issue on GitHub](https://github.com/Remi-Gau/eCobidas/issues/new){ .md-button .md-button--primary }
[Open an issue on GitHub](https://github.com/ohbm/eCobidas/issues/new){ .md-button .md-button--primary }

</div>
10 changes: 5 additions & 5 deletions docs/contributing/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ There are many ways in which you can contribute to this project.
We have a list of [milestones](../goals/goals.md) for the different features we would like to include in this project.

Those milestones have
[several opened issues](https://github.com/Remi-Gau/eCobidas/issues) related to them:
[several opened issues](https://github.com/ohbm/eCobidas/issues) related to them:
have a look through those issues to see if there is any of them where you think you can help.

We are also track the progress to our different goals
using some of the integrated [kanban boards](https://github.com/Remi-Gau/eCobidas/projects) that github offers.
using some of the integrated [kanban boards](https://github.com/ohbm/eCobidas/projects) that github offers.

## What to contribute

Expand All @@ -35,7 +35,7 @@ If you are unsure where to start, we list some of the possibilities in the secti
corresponding to a single item or a set of items of the checklist
to automate methods writing once the checklist is completed.

[:octicons-arrow-right-24: Boilerplate related issues](https://github.com/Remi-Gau/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Aboilerplate)
[:octicons-arrow-right-24: Boilerplate related issues](https://github.com/ohbm/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Aboilerplate)

- :fontawesome-solid-arrow-pointer:{ .lg .middle } **User interface**

Expand All @@ -45,7 +45,7 @@ If you are unsure where to start, we list some of the possibilities in the secti
and uses the [Vue framework](https://vuejs.org/) and this also needs a lot of tweaking,
so if Javascript is cup of tea: [get in touch!](../contact.md)

[:octicons-arrow-right-24: UI related issues](https://github.com/Remi-Gau/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Auser-interface)
[:octicons-arrow-right-24: UI related issues](https://github.com/ohbm/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Auser-interface)

- :material-magnify-expand:{ .lg .middle } **Documentation**

Expand All @@ -55,6 +55,6 @@ If you are unsure where to start, we list some of the possibilities in the secti
then it's most likely that we did not do a good enough job at explaining and describing it.
[Get in touch](../contact.md) and we can work together to improve our documentation.

[:octicons-arrow-right-24: Documentation related issues](https://github.com/Remi-Gau/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Adocumentation)
[:octicons-arrow-right-24: Documentation related issues](https://github.com/ohbm/eCobidas/issues?q=is%3Aissue+is%3Aopen+label%3Adocumentation)

</div>
Loading
Loading