Skip to content

Commit

Permalink
Merge branch 'master' into Nazeeefa-tsd-Feb2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazeeefa authored Feb 25, 2025
2 parents 4b6356b + 76c5d0e commit c832773
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 244 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}

- name: Setup Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.204.0
with:
ruby-version: '3.1'
bundler-cache: true
cache-version: 0

- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5

- name: Set Jekyll environment
id: name
Expand Down Expand Up @@ -58,11 +58,11 @@ jobs:
JEKYLL_BASE_PATH: ${{ steps.pages.outputs.base_path }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3


deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build

if: |
Expand All @@ -80,5 +80,5 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

21 changes: 21 additions & 0 deletions _data/tool_and_resource_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
name: BacDive
registry:
biotools: bacdive
fairsharing: aSszvY
tess: BacDive
url: https://bacdive.dsmz.de
- description: A repository specific to Bacillus strains
Expand Down Expand Up @@ -2781,3 +2782,23 @@
id: libre-office-draw
name: Libre Office Draw
url: https://www.libreoffice.org/discover/draw/
- description: The Research Organization Registry (ROR) is a project developing open unique identifiers for research organisations.
id: ror
name: Research Organization Registry (ROR)
url: https://ror.org/
registry:
fairsharing: 1jKfji
- description: The Open Funder Registry (OFR) is a registry of persistent identifiers for grant-giving organisations.
id: ofr
name: Open Funder Registry (OFR)
url: https://www.crossref.org/services/funder-registry/
registry:
fairsharing: odf1nG
- description: ORCID is an open, non-profit, community-driven registry of unique researcher identifiers and offers a transparent method of attributing outputs.
id: orcid
name: Open Researcher and Contributor ID Registry (ORCID)
url: https://orcid.org/
registry:
fairsharing: nx58jg
biotools: orcid
tess: ORCID
215 changes: 1 addition & 214 deletions images/funders/FWO-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/contribute/how_to_contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you wish to contribute, please remember the following:

## Acknowledgement and ownership of content

Contributors will be shown at the bottom of each page and on the main [contributors page](https://rdmkit.elixir-europe.org/contributors) if listed in the metadata of the markdown file. We strongly suggest to add the name, ORCID, email address and/or GitHub account and affiliation of the contributor to the [CONTRIBUTORS file](https://github.com/elixir-europe/rdmkit/blob/master/_data/CONTRIBUTORS.yaml).
Contributors will be shown at the bottom of each page and on the main [contributors page](https://rdmkit.elixir-europe.org/contributors) if listed in the metadata of the markdown file. We strongly suggest adding the name, ORCID, email address, GitHub account, and affiliation of the contributor to the [CONTRIBUTORS file](https://github.com/elixir-europe/rdmkit/blob/master/_data/CONTRIBUTORS.yaml). While RDMkit is currently not integrated with the {% tool "ror" %}, we advise you to look in this registry for your institution and use the displayed label for your organisation.

No single contributor or editor owns the site's content or has the right to dictate what the content should be. The content on the RDMkit is community-led, with many people contributing to each section. Hence, decisions are driven by consensus among the contributors and editors.

Expand Down
Loading

0 comments on commit c832773

Please sign in to comment.