From 84b7377dffa983a0b8d7e39c7cd4b0b628740ea0 Mon Sep 17 00:00:00 2001
From: Luis Aleixo
Date: Thu, 15 Sep 2022 16:41:10 +0200
Subject: [PATCH] Maintained group name (cara)
---
.github/workflows/tests.yml | 2 +-
README.md | 4 ++--
app-config/caimira-public-docker-image/run_caimira.sh | 2 +-
app-config/openshift/buildconfig.yaml | 2 +-
caimira/__init__.py | 2 +-
caimira/apps/calculator/__init__.py | 2 +-
caimira/apps/templates/base/calculator.report.html.j2 | 2 +-
caimira/apps/templates/base/index.html.j2 | 4 ++--
caimira/apps/templates/base/layout.html.j2 | 4 ++--
caimira/models.py | 2 +-
caimira/scripts/themes/base/caimira_script.command | 2 +-
caimira/scripts/themes/base/caimira_script.sh | 2 +-
caimira/scripts/themes/cern/caimira_script.command | 2 +-
caimira/scripts/themes/cern/caimira_script.sh | 2 +-
setup.py | 2 +-
15 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 0f8fc5fd..c680ea6e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,5 +1,5 @@
# This module is part of CAiMIRA. Please see the repository at
-# https://gitlab.cern.ch/caimira/caimira for details of the license and terms of use.
+# https://gitlab.cern.ch/cara/caimira for details of the license and terms of use.
name: CI
on:
diff --git a/README.md b/README.md
index 3c33f035..f87dbe69 100644
--- a/README.md
+++ b/README.md
@@ -76,10 +76,10 @@ In no event shall the authors or copyright holders be liable for any claim, dama
## Running CAiMIRA locally
The easiest way to run a version of CAiMIRA Calculator is to use docker. A pre-built
-image of CAiMIRA is made available at https://gitlab.cern.ch/caimira/caimira/container_registry.
+image of CAiMIRA is made available at https://gitlab.cern.ch/cara/caimira/container_registry.
In order to run CAiMIRA locally with docker, run the following:
- $ docker run -it -p 8080:8080 gitlab-registry.cern.ch/caimira/caimira/calculator
+ $ docker run -it -p 8080:8080 gitlab-registry.cern.ch/cara/caimira/calculator
This will start a local version of CAiMIRA, which can be visited at http://localhost:8080/.
diff --git a/app-config/caimira-public-docker-image/run_caimira.sh b/app-config/caimira-public-docker-image/run_caimira.sh
index 22d80533..c03f2e2a 100755
--- a/app-config/caimira-public-docker-image/run_caimira.sh
+++ b/app-config/caimira-public-docker-image/run_caimira.sh
@@ -1,6 +1,6 @@
echo 'CAiMIRA is running on http://localhost:8080'
-echo 'Please see https://gitlab.cern.ch/caimira/caimira for terms of use.'
+echo 'Please see https://gitlab.cern.ch/cara/caimira for terms of use.'
# Run a proxy for the apps (listening on 8080).
nginx -c /opt/caimira/nginx.conf
diff --git a/app-config/openshift/buildconfig.yaml b/app-config/openshift/buildconfig.yaml
index 5a72a0cd..f329fb59 100644
--- a/app-config/openshift/buildconfig.yaml
+++ b/app-config/openshift/buildconfig.yaml
@@ -50,7 +50,7 @@
parameters:
- name: GIT_REPO
description: The GIT repo URL
- value: 'https://gitlab.cern.ch/caimira/caimira.git'
+ value: 'https://gitlab.cern.ch/cara/caimira.git'
- name: GIT_BRANCH
description: The name of the GIT branch to use when building the app, e.g. `live/caimira-test` in TEST, `master` in prod
required: true
diff --git a/caimira/__init__.py b/caimira/__init__.py
index fd40e4db..2c4b018a 100644
--- a/caimira/__init__.py
+++ b/caimira/__init__.py
@@ -1,5 +1,5 @@
# This module is part of CAiMIRA. Please see the repository at
-# https://gitlab.cern.ch/caimira/caimira for details of the license and terms of use.
+# https://gitlab.cern.ch/cara/caimira for details of the license and terms of use.
"""
Documentation for the CAiMIRA package
diff --git a/caimira/apps/calculator/__init__.py b/caimira/apps/calculator/__init__.py
index e927413a..0bf3a9f3 100644
--- a/caimira/apps/calculator/__init__.py
+++ b/caimira/apps/calculator/__init__.py
@@ -1,5 +1,5 @@
# This module is part of CAiMIRA. Please see the repository at
-# https://gitlab.cern.ch/caimira/caimira for details of the license and terms of use.
+# https://gitlab.cern.ch/cara/caimira for details of the license and terms of use.
import asyncio
import concurrent.futures
diff --git a/caimira/apps/templates/base/calculator.report.html.j2 b/caimira/apps/templates/base/calculator.report.html.j2
index 473c1ed5..34d12776 100644
--- a/caimira/apps/templates/base/calculator.report.html.j2
+++ b/caimira/apps/templates/base/calculator.report.html.j2
@@ -343,7 +343,7 @@
{% elif form.virus_type == "SARS_CoV_2_DELTA" %}
SARS-CoV-2 (Delta VOC)
{% elif form.virus_type == "SARS_CoV_2_OMICRON" %}
- SARS-CoV-2 (Omicron VOC)
+ SARS-CoV-2 (Omicron VOC)
{% endif %}
Room Volume: {{ model.concentration_model.room.volume }} m³
diff --git a/caimira/apps/templates/base/index.html.j2 b/caimira/apps/templates/base/index.html.j2
index ebec79da..95ba9641 100644
--- a/caimira/apps/templates/base/index.html.j2
+++ b/caimira/apps/templates/base/index.html.j2
@@ -23,7 +23,7 @@
Please see the About page for more details on the methodology, assumptions and limitations of CAiMIRA.
- The full CAiMIRA source code can be accessed freely under an Apache 2.0 open source license from our code repository.
+ The full CAiMIRA source code can be accessed freely under an Apache 2.0 open source license from our code repository.
It includes detailed instructions on how to run your own version of this tool.
@@ -73,7 +73,7 @@

© Copyright 2020-2021 CERN. All rights not expressly granted are reserved.
Licensed under the Apache License, Version 2.0
- LICENSE
+ LICENSE
diff --git a/caimira/apps/templates/base/layout.html.j2 b/caimira/apps/templates/base/layout.html.j2
index 894296c5..6e61f45b 100644
--- a/caimira/apps/templates/base/layout.html.j2
+++ b/caimira/apps/templates/base/layout.html.j2
@@ -90,9 +90,9 @@
policy issues. Any initiative is conducted on a best effort and as-is basis, without liability or
warranty.
- CAiMIRA is Apache 2.0 licensed open-source
+ CAiMIRA is Apache 2.0 licensed open-source
software developed at CERN.
- You can find the source code at https://gitlab.cern.ch/caimira/caimira,
+ You can find the source code at https://gitlab.cern.ch/cara/caimira,
where we welcome contributions, feature requests and issue reports.
diff --git a/caimira/models.py b/caimira/models.py
index 7496a872..d01e5c3f 100644
--- a/caimira/models.py
+++ b/caimira/models.py
@@ -1,5 +1,5 @@
# This module is part of CAiMIRA. Please see the repository at
-# https://gitlab.cern.ch/caimira/caimira for details of the license and terms of use.
+# https://gitlab.cern.ch/cara/caimira for details of the license and terms of use.
"""
This module implements the core CAiMIRA models.
diff --git a/caimira/scripts/themes/base/caimira_script.command b/caimira/scripts/themes/base/caimira_script.command
index c750cbdf..44cfff29 100755
--- a/caimira/scripts/themes/base/caimira_script.command
+++ b/caimira/scripts/themes/base/caimira_script.command
@@ -1,5 +1,5 @@
cd Downloads
-git clone https://gitlab.cern.ch/caimira/caimira.git
+git clone https://gitlab.cern.ch/cara/caimira.git
cd caimira
if [[ `uname -m` == 'arm64' ]]; then
pip3 install scipy --index-url=https://pypi.anaconda.org/scipy-wheels-nightly/simple
diff --git a/caimira/scripts/themes/base/caimira_script.sh b/caimira/scripts/themes/base/caimira_script.sh
index 0e16f4ad..0e82040b 100755
--- a/caimira/scripts/themes/base/caimira_script.sh
+++ b/caimira/scripts/themes/base/caimira_script.sh
@@ -1,4 +1,4 @@
-git clone https://gitlab.cern.ch/caimira/caimira.git
+git clone https://gitlab.cern.ch/cara/caimira.git
cd caimira
pip install -e .
echo "############################################"
diff --git a/caimira/scripts/themes/cern/caimira_script.command b/caimira/scripts/themes/cern/caimira_script.command
index 9c9c4e01..7a30abfc 100755
--- a/caimira/scripts/themes/cern/caimira_script.command
+++ b/caimira/scripts/themes/cern/caimira_script.command
@@ -1,5 +1,5 @@
cd Downloads
-git clone https://gitlab.cern.ch/caimira/caimira.git
+git clone https://gitlab.cern.ch/cara/caimira.git
cd caimira
if [[ `uname -m` == 'arm64' ]]; then
pip3 install scipy --index-url=https://pypi.anaconda.org/scipy-wheels-nightly/simple
diff --git a/caimira/scripts/themes/cern/caimira_script.sh b/caimira/scripts/themes/cern/caimira_script.sh
index 695f67d8..0f45a114 100755
--- a/caimira/scripts/themes/cern/caimira_script.sh
+++ b/caimira/scripts/themes/cern/caimira_script.sh
@@ -1,4 +1,4 @@
-git clone https://gitlab.cern.ch/caimira/caimira.git
+git clone https://gitlab.cern.ch/cara/caimira.git
cd caimira
pip install -e .
echo "############################################"
diff --git a/setup.py b/setup.py
index 08ddb890..9a9aa536 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
# This module is part of CAiMIRA. Please see the repository at
-# https://gitlab.cern.ch/caimira/caimira for details of the license and terms of use.
+# https://gitlab.cern.ch/cara/caimira for details of the license and terms of use.
"""
setup.py for CAiMIRA.