From d29ef65c74085afa23b6d3e7129008a583b52037 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 22 Nov 2022 11:43:04 +0100 Subject: [PATCH] Added zenodo json structure and updated readme --- .zenodo.json | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 4 ++-- 2 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..8bde87f3 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,57 @@ +{ + "creators": [ + { + "affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland", + "name": "Andre Henriques", + "orcid": "0000-0003-1521-3423" + }, + { + "affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland", + "name": "Nicolas Mounet", + "orcid": "0000-0002-1433-1017" + }, + { + "affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland", + "name": "Luis Aleixo", + "orcid": "0000-0002-8829-6509" + }, + { + "affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland", + "name": "Philip Elson", + "orcid": "0000-0001-6360-749X" + }, + { + "affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland", + "name": "James Devine", + "orcid": "0000-0002-2019-1532" + }, + { + "affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland", + "name": "Gabriella Azzopardi", + "orcid": "0000-0001-7257-7827" + }, + { + "affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland", + "name": "Marco Andreini", + "orcid": "0000-0001-8474-4397" + }, + { + "affiliation": "NTNU (Norwegian University of Science and Technology), Torgarden, Norway", + "name": "Markus Rognlien" + }, + { + "affiliation": "CERN (European Organization for Nuclear Research), Geneva, Switzerland", + "name": "Nicola Tarocco", + "orcid": "0000-0002-2227-1229" + }, + { + "affiliation": "Respiratory Sciences, University of Leicester, Leicester, UK", + "name": "Julian Tang", + "orcid": "0000-0002-4963-1028" + } + ], + "license": { + "id": "Apache-2.0" + }, + "title": "CAiMIRA - CERN Airborne Model for Risk Assessment" +} \ No newline at end of file diff --git a/README.md b/README.md index 694559ab..194a3b7b 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ docker build . -f ./app-config/caimira-webservice/Dockerfile -t caimira-webservi docker build ./app-config/auth-service -t auth-service ``` -Get the client secret from the CERN Application portal for the `caimira-test` app. See [CERN-SSO-integration](#CERN-SSO-integration) for more info. +Get the client secret from the CERN Application portal for the `caimira-test` app. See [CERN-SSO-integration](#cern-sso-integration) for more info. ``` read CLIENT_SECRET ``` @@ -175,7 +175,7 @@ Then visit http://localhost:8080/. ### Setting up the application on openshift -The https://cern.ch/caimira application is running on CERN's OpenShift platform. In order to set it up for the first time, we followed the documentation at https://cern.service-now.com/service-portal?id=kb_article&n=KB0004498. In particular we: +The https://cern.ch/caimira application is running on CERN's OpenShift platform. In order to set it up for the first time, we followed the documentation at https://paas.docs.cern.ch/. In particular we: * Added the OpenShift application deploy key to the GitLab repository * Created a Python 3.6 (the highest possible at the time of writing) application in OpenShift