diff --git a/autosubmit/job/job.py b/autosubmit/job/job.py index c76ecf5e13be315996bcfd1cceee6ca60cd58cd2..0ef0be92cf480a27bbfc2e8a229a6e461ccb1d9e 100644 --- a/autosubmit/job/job.py +++ b/autosubmit/job/job.py @@ -2174,7 +2174,6 @@ class Job(object): return out def write_submit_time(self, hold=False, enable_vertical_write=False, wrapper_submit_time=None): - # type: (bool, bool) -> None """ Writes submit date and time to TOTAL_STATS file. It doesn't write if hold is True. """ diff --git a/docs/source/_static/css/autosubmit.css b/docs/source/_static/css/autosubmit.css index ee71e0c21c080f3cdd8397e6baae0548ff594f78..3be5cdd3c8dfedd393c69afb8c5a8a093c0c70ff 100644 --- a/docs/source/_static/css/autosubmit.css +++ b/docs/source/_static/css/autosubmit.css @@ -15,3 +15,17 @@ figure { .code-block-caption { padding: 0 0 1rem 0 !important; } + +#community-logos {} + +.community-logo { + display: flex; + justify-content: center; + align-items: centers; + overflow: hidden; + height: 160px; +} + +html[data-theme="dark"] .community-logo img { + filter: invert(100%) hue-rotate(-180deg) !important; +} diff --git a/docs/source/_static/logos/aemet.png b/docs/source/_static/logos/aemet.png new file mode 100644 index 0000000000000000000000000000000000000000..8ecea28f8599dd022ecb1a35fd777904ecda91b0 Binary files /dev/null and b/docs/source/_static/logos/aemet.png differ diff --git a/docs/source/_static/logos/bsc.svg b/docs/source/_static/logos/bsc.svg new file mode 100644 index 0000000000000000000000000000000000000000..7fbfd374110f910995f654de2ff63f5eea60f8d9 --- /dev/null +++ b/docs/source/_static/logos/bsc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/source/_static/logos/copernicus.svg b/docs/source/_static/logos/copernicus.svg new file mode 100644 index 0000000000000000000000000000000000000000..04d6e7cc4baa2c38e3561c4c386b19b4ca1cd425 --- /dev/null +++ b/docs/source/_static/logos/copernicus.svg @@ -0,0 +1 @@ +Copernicus | Europe's eyes on Earth \ No newline at end of file diff --git a/docs/source/_static/logos/destination-earth.svg b/docs/source/_static/logos/destination-earth.svg new file mode 100644 index 0000000000000000000000000000000000000000..9b4cf30aa6956a13f0532ee5cafa575337fd6081 --- /dev/null +++ b/docs/source/_static/logos/destination-earth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/source/_static/logos/edito-model-lab.png b/docs/source/_static/logos/edito-model-lab.png new file mode 100644 index 0000000000000000000000000000000000000000..f242f1c5e62bb359996e2a0b7c4269fea8437e35 Binary files /dev/null and b/docs/source/_static/logos/edito-model-lab.png differ diff --git a/docs/source/_static/logos/eerie.png b/docs/source/_static/logos/eerie.png new file mode 100644 index 0000000000000000000000000000000000000000..42d69e65c5a5d2f4fd6a37378de8f20330e6f667 Binary files /dev/null and b/docs/source/_static/logos/eerie.png differ diff --git a/docs/source/_static/logos/esiwace.png b/docs/source/_static/logos/esiwace.png new file mode 100644 index 0000000000000000000000000000000000000000..2be8d7a2a5dad100cddfbb8ee97f4657978f3830 Binary files /dev/null and b/docs/source/_static/logos/esiwace.png differ diff --git a/docs/source/_static/logos/generalitat.svg b/docs/source/_static/logos/generalitat.svg new file mode 100644 index 0000000000000000000000000000000000000000..9a89361fb15dc81eb53dbb92b9b72240facaa6a0 --- /dev/null +++ b/docs/source/_static/logos/generalitat.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/source/_static/logos/hanami.png b/docs/source/_static/logos/hanami.png new file mode 100644 index 0000000000000000000000000000000000000000..94e8fd260fed9aff7c7d1b49c9bc1c2eae35b46c Binary files /dev/null and b/docs/source/_static/logos/hanami.png differ diff --git a/docs/source/_static/logos/is-enes.png b/docs/source/_static/logos/is-enes.png new file mode 100644 index 0000000000000000000000000000000000000000..5725f4f300835e82437ec73b5c5923b5c6db65d8 Binary files /dev/null and b/docs/source/_static/logos/is-enes.png differ diff --git a/docs/source/_static/logos/kit.png b/docs/source/_static/logos/kit.png new file mode 100644 index 0000000000000000000000000000000000000000..2ac3057632fd78bb74365688b3f9d19fe9485b91 Binary files /dev/null and b/docs/source/_static/logos/kit.png differ diff --git a/docs/source/_static/logos/specs.png b/docs/source/_static/logos/specs.png new file mode 100644 index 0000000000000000000000000000000000000000..04d143b02253c56e08748324b3e76e11464cf594 Binary files /dev/null and b/docs/source/_static/logos/specs.png differ diff --git a/docs/source/_static/logos/upc.svg b/docs/source/_static/logos/upc.svg new file mode 100644 index 0000000000000000000000000000000000000000..c733ce891c46117de0965503ce6b05610ec2038d --- /dev/null +++ b/docs/source/_static/logos/upc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index 7c7ca2f8081594415470d460a07fcb7772e4bbab..0bba5c73681eab01312e2cb39b6c4afe2d0038e3 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -99,55 +99,122 @@ of how to install Autosubmit with Conda. .. raw:: html
-
-
-

- - Automation -

-

Management of job submission and dependencies without user intervention.

+
+
+ -
-

- - Data Provenance -

-

Experiments with unique PIDs, use of open standards for data provenance - in the experiments and workflows.

+
+
+ -
-

- - Fault Tolerance -

-

Automatic retrials and ability to re-run specific parts of - the experiment in case of failure.

+
+
+ -
-

- - Resource Management -

-

Individual platform configuration, allowing users - to run their experiments without having to modify job scripts.

+
+
+ -
-

- - Multiplatform -

-

Widely used to run experiments on different platforms simultaneously, using batch schedulers such as Slurm, PBS, LSF. It is deployed and used on various HPC and cloud systems.

+
+
+ -
-

- - Open Source -

-

Autosubmit code is hosted at BSC Earth Sciences' GitLab, licensed - under the GPLv3 License, and under active development.

+
+
+ -
-
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+

+ + Automation +

+

Management of job submission and dependencies without user intervention.

+
+
+

+ + Data Provenance +

+

Experiments with unique PIDs, use of open standards for data provenance + in the experiments and workflows.

+
+
+

+ + Fault Tolerance +

+

Automatic retrials and ability to re-run specific parts of + the experiment in case of failure.

+
+
+

+ + Resource Management +

+

Individual platform configuration, allowing users + to run their experiments without having to modify job scripts.

+
+
+

+ + Multiplatform +

+

Widely used to run experiments on different platforms simultaneously, using batch schedulers such as Slurm, PBS, LSF. It is deployed and used on various HPC and cloud systems.

+
+
+

+ + Open Source +

+

Autosubmit code is hosted at BSC Earth Sciences' GitLab, licensed + under the GPLv3 License, and under active development.

+
+
+
Contact Us ==========