Helmholtz Research Software Directory

The Helmholtz Research Software Directory is a place to discover and promote research software. Designed for Research Software Engineers and Scientists, it aims to foster FAIR and reuseability of software.

3
mentions
6
contributors
Get started
3585 commitsLast commit ≈ 1 week ago2 stars1 fork

Cite this software

Description

RSD-as-a-service

image

HIFIS Notes

HIFIS Logo

Welcome to the HIFIS-Fork of the Research Software Directory. This fork contains adjustments for the Helmholtz Research Software Directory (https://helmholtz.software).

Our mission: To promote the visibility, impact and reuse of research software

This repo contains the new RSD-as-a-service implementation. The service can be found at

Badges

fair-software.nl recommendations
(1/5) code repositoryGitLab repo badge
(2/5) source code licenseGitHub license
          images & docs licensesLicense: CC BY 4.0 License: CC BY-SA 4.0 License: CC0-1.0 License: MIT
(3/5) community registryResearch Software Directory
(4/5) citationDOI
(5/5) checklistCII Best Practices
overallfair-software.eu
Other best practices 
Contributor covenantContributor Covenant
Contribution guidelinesContribution Guidelines
Tests 
Citation metadata consistencycffconvert
FrontendFrontend tests Coverage
BackendBackend tests
AuthenticationAuthentication tests Coverage
ScrapersScraper tests Coverage
End-to-endE2E tests Chrome

How to build and run the RSD

Building from source code

  1. Before installing the dependencies ensure that you have docker and docker compose V2 (see the documentation of Docker Compose) locally.
  2. You will also need make to automate the configuration and installation process.
  3. Set the required environment variables: Copy the file .env.example to .env file at the root of the project and fill the secrets and passwords. Check if the secrets are correct. The Makefile will take care about creating an appropriate frontend/.env.local from the .env file, needed only when developing the frontend.
  4. Run make install to install all dependencies and build the docker images.

Running the services

# Start the containers via the make file
make start
# OR directly use docker compose
docker compose up

Stopping the services

# Stop all services via the makefile
make stop
# OR directly use docker compose
docker compose down

Developing the RSD

We discourage the use of Safari for developing the RSD. The reason is that it is not possible to sign in with Safari on localhost, because Safari handles secure cookies differently from other browsers.

When you need DOIs to test out functionality involving mentions, some lists can be found at pull request #808.

For more details on developing the RSD, see the respective readmes in the varying directories.

Developing the frontend

You can run frontend in development mode as docker a service (called frontend-dev) that enables hot reloading. By default this frontend-dev service will not be started automatically. For more detailed instructions see frontend/README.md.

# Run frontend development using docker at http://localhost:3000
make frontend-dev
# OR use docker compose directly
docker compose -f docker-compose.yml -f docker-compose.dev.yml up

It is possible to directly run the frontend too (without using a docker container). You must then have Node.js installed, see the Dockerfile in the frontend directory for the version in use.

# Build and install all dependencies.
make install
# Run the frontend and the documentation on localhost:3000 and localhost:3030
make dev
# Stop all services with `docker compose down`
make down

License

The content of this repository is licensed under several licenses. We follow the REUSE specification to indicate which license applies to the files specifically. Here are some general hints:

  • Helmholtz specific source code is licensed under EUPL-1.2
  • Source code coming from upstream is licensed under Apache-2.0
  • Documentation and most images are licensed under CC BY-4.0
  • Some files with trivial content, e.g. configuration files, are licensed under CC0-1.0

For more details on the licenses, please have a look at the file headers or associated *.license files. The terms of all used licenses are located in the LICENSES directory.

Logo of Helmholtz Research Software Directory
Keywords
Programming languages
  • TSX 60%
  • TypeScript 17%
  • Java 10%
  • PLpgSQL 8%
  • JavaScript 1%
License
  • EUPL-1.2
</>Source code
Packages
codebase.helmholtz.cloud
Software Heritage
Archived | swh:1:dir:522eca3a60f24f0d3422065ead368764097f39b3

Participating organisations

GFZ Helmholtz Centre for Geoscience
Helmholtz-Zentrum Dresden-Rossendorf
Helmholtz Centre for Environmental Research (UFZ)
Netherlands eScience Center

Mentions

The Research Software Directory in Helmholtz

Author(s): Christian Meeßen, Uwe Konrad, Martin Hammitzsch
Published in 2022

Contributors

CM
Project manager
Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
FM
Felix Mühlbauer
Developer
Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
MH
Marc Hanisch
Developer
Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
MR
Matthias Rüster
Developer
Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
NZ
Helmholtz Centre for Environmental Research GmbH - UFZ
SR
Sven Reißland
Helmholtz Centre Potsdam GFZ German Research Centre for Geosciences Potsdam

Related projects

HIFIS

Helmholtz Federated IT Services

Updated 6 months ago