EOSC-Future funds two differen kinds of science projects:
- Dark Matter
- Extreme Universe
You can find out more about them here.
The VRE aims at developing:
- an infrastructure where to run an end-to-end analysis in one place
- a solution to preserve the analysis steps in case of re-use
- an interdisciplinary open science example from a bottom-up effort
If your project doesn't belong to the above categories, you can still use the VRE to run your analysis. Add your project within a new folder and follow the instructions below:
- Clone this repository with
git clone
- Add your project as a submodule of this repository
$ git submodule add <url> <science_project>/<project_name>
# For example
$ git submodule add https://github.com/jared-little/atlas-dilepton dark_matter/ATLAS-dilepton
You can add the submodule to an existing directory (dark_matter
, extreme_universe
) or create a new category if necessary.
3. Create a Pull Request to add your new submodule
This repo contains the code and the analysis steps to reproduce the analyses that the scientists have decided to make public. In order to re-run an analysis stored here, follow the following steps:
- if you didn't already, create a IAM account following this. It will authenticate you to the notebook service, Rucio and Reana.
- log into the VRE Jupyterhub notebook service by using your IAM credentials.
- obtain a Reana token via the VRE-Reana UI interface.
- open a terminal on Jupyterhub and add your reana server and reana secrets via the
reana-client
following this. - have a look how to create a reana file and how to run it by checking the
yaml
and thebash
files of the, for example, ATLAS Dark Matter reinterpretation science project. - check the status of your workflow run on the Reana UI and get the outputted results.
This repository is a compilation of different projects, each one with its own license. The same applies to its citation. Please check the license and citation of each project before using it.
This repository is licensed under the MIT license. Please be aware that the license of this repository does not apply to the linked repositories submodules.