This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
forked from research-software-directory/RSD-as-a-service
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from hifis-net/108-update_v1.16.0
Update v1.16.0
- Loading branch information
Showing
130 changed files
with
2,950 additions
and
899 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,30 +3,15 @@ | |
# SPDX-FileCopyrightText: 2022 Ewan Cahen (Netherlands eScience Center) <[email protected]> | ||
# SPDX-FileCopyrightText: 2022 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2022 dv4all | ||
# SPDX-FileCopyrightText: 2023 Christian Meeßen (GFZ) <[email protected]> | ||
# SPDX-FileCopyrightText: 2023 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# SPDX-License-Identifier: EUPL-1.2 | ||
|
||
name: e2e tests ubuntu | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- "authentication/**" | ||
- "backend-postgrest/**" | ||
- "database/**" | ||
- "e2e/**" | ||
- "frontend/**" | ||
- "nginx/**" | ||
pull_request: | ||
paths: | ||
- "authentication/**" | ||
- "backend-postgrest/**" | ||
- "database/**" | ||
- "e2e/**" | ||
- "frontend/**" | ||
- "nginx/**" | ||
|
||
jobs: | ||
ubuntu-v22: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,18 @@ | ||
# SPDX-FileCopyrightText: 2021 - 2022 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2023 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
# | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: Research Software Directory (as a service) | ||
title: Helmholtz Research Software Directory | ||
message: >- | ||
Please cite this software using the information | ||
provided in this file. | ||
type: software | ||
authors: | ||
- given-names: Ewan Jacov | ||
family-names: Cahen | ||
affiliation: Netherlands eScience Center | ||
email: [email protected] | ||
- given-names: Dusan | ||
family-names: Mijatovic | ||
email: [email protected] | ||
affiliation: Netherlands eScience Center | ||
orcid: 'https://orcid.org/0000-0002-1898-4461' | ||
- orcid: 'https://orcid.org/0000-0002-2170-3253' | ||
affiliation: Netherlands eScience Center | ||
given-names: Jesus | ||
family-names: Garcia Gonzalez | ||
email: [email protected] | ||
- given-names: Jason | ||
family-names: Maassen | ||
email: [email protected] | ||
affiliation: Netherlands eScience Center | ||
orcid: 'https://orcid.org/0000-0002-8172-4865' | ||
- given-names: Maaike | ||
name-particle: de | ||
family-names: Jong | ||
email: [email protected] | ||
affiliation: Netherlands eScience Center | ||
orcid: 'https://orcid.org/0000-0003-4803-7411' | ||
- given-names: Christian | ||
family-names: Meeßen | ||
email: [email protected] | ||
|
@@ -56,24 +32,31 @@ authors: | |
email: [email protected] | ||
affiliation: Helmholtz Centre for Environmental Research GmbH - UFZ | ||
orcid: 'https://orcid.org/0000-0001-7579-216X' | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.6379973 | ||
description: The archived releases for the sourcecode | ||
repository-code: >- | ||
https://github.com/research-software-directory/RSD-as-a-service | ||
url: 'https://research-software-directory.org' | ||
https://github.com/hifis-net/RSD-as-a-service | ||
url: 'https://helmholtz.software' | ||
abstract: >- | ||
The Research Software Directory (as a service) is a | ||
content management system that is tailored to | ||
research software. Its main goal is to increase the | ||
visibility, impact and reuse of research software. | ||
The Helmholtz Research Software Directory is a | ||
content management system for research software. | ||
The goal of the Helmholtz RSD is to increase the | ||
visibility, impact and reuse of research software | ||
developed within the Helmholtz Association. | ||
references: | ||
- type: software | ||
authors: | ||
- name: "Netherlands eScience Center" | ||
title: "Research Software Directory (as a service)" | ||
doi: 10.5281/zenodo.6379973 | ||
version: v1.16.0 | ||
repository-code: https://github.com/research-software-directory/RSD-as-a-service | ||
keywords: | ||
- Research Software | ||
- Software Citation | ||
- FAIR Sofware | ||
- Software Impact | ||
- Software Reuse | ||
license: Apache-2.0 | ||
version: v1.15.0 | ||
date-released: '2023-01-20' | ||
license: | ||
- EUPL-1.2 | ||
- Apache-2.0 | ||
version: hifis-1.5.0 | ||
date-released: '2023-02-14' |
Oops, something went wrong.