Skip to content
/ rems Public

Resource Entitlement Management System is a tool for managing access rights to resources, such as research datasets.

License

Notifications You must be signed in to change notification settings

CSCfi/rems

Folders and files

NameName
Last commit message
Last commit date
Nov 5, 2024
Mar 28, 2022
Dec 17, 2024
Nov 29, 2022
Jan 15, 2024
Oct 28, 2024
Dec 17, 2024
Jan 27, 2025
Nov 22, 2024
Jan 27, 2025
Nov 19, 2024
Dec 30, 2019
Jun 9, 2022
Jan 27, 2025
Aug 2, 2022
Oct 28, 2024
Aug 24, 2022
Apr 25, 2018
Oct 28, 2024
Nov 8, 2017
Feb 22, 2024
Feb 14, 2024
Apr 20, 2021
Aug 24, 2022
Feb 23, 2022
Jan 16, 2024
Dec 30, 2019
Jan 18, 2024
Mar 29, 2025
Apr 18, 2024
Jan 27, 2025
Apr 18, 2024
Aug 24, 2022
Feb 22, 2024
Mar 31, 2020

Repository files navigation

CircleCI

Resource Entitlement Management System

Resource Entitlement Management System (REMS) is a tool for managing access rights to resources, such as research datasets.

Applicants can use their federated user IDs to log in to REMS, fill in the data access application and agree to the dataset's terms of use. The REMS system then circulates the application to the resource owner or designated representative for approval. REMS also produces the necessary reports on the applications and the granted data access rights.

REMS is a Clojure+ClojureScript Single Page App.

REMS is developed by a team at CSC – IT Center for Science.

You can try out REMS using the publicly available demo instance at https://rems-test.2.rahtiapp.fi.

Getting started

Releases

Currently, the REMS project aims to make small, frequent releases. Releases are compatible with old data, using migrations where needed. Since REMS is undergoing active development, we can't guarantee backwards compatibility for the API. However, all breaking changes are highlighted in the release notes.

See the release page for the releases.

Contributing

Documentation

The REMS API is documented using OpenAPI aka Swagger. You can check out the API docs using the swagger-ui of the public demo instance.

Documentation can be found under the docs folder.