From 47439163cfe5cea662d5e34035a878b4bd3879c3 Mon Sep 17 00:00:00 2001 From: Phil Reed Date: Wed, 20 Aug 2025 15:08:27 +0100 Subject: [PATCH 1/4] Add mTeSS-X paragraph to About page --- app/views/about/tess.html.erb | 2 ++ config/locales/en.yml | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/app/views/about/tess.html.erb b/app/views/about/tess.html.erb index ca7c462eb..87b5619d7 100644 --- a/app/views/about/tess.html.erb +++ b/app/views/about/tess.html.erb @@ -9,6 +9,8 @@

<%== TeSS::Config.site['title'] %>

<%== t 'about.registry' %>

+

<%== t 'about.mtessx' %>

+

<%== t 'about.history' %>

<% else %>

<%= current_space.title %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 134d4d5b8..9ea1f6e14 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -108,6 +108,17 @@ en: to a growing catalogue of materials; for trainers, the portal offers an environment for sharing materials and event information; for trainees, it offers a convenient gateway via which to identify relevant training events and resources, and to perform specific, guided analysis tasks via customised training workflows. + mtessx: > + As researchers increasingly rely on complex, data-driven methods, there is an urgent need for robust, + interoperable infrastructure to support the organisation, discovery, and reuse of training resources, which + also motivates use of research data management infrastructures. + The mTeSS-X Project (Multi-space Training e-Support System with eXchange) + overcomes the fragmentation of training resources across Research Infrastructures and the European Science + Clusters. The project aims to enhance existing TeSS-based training registries or catalogues like + ELIXIR TeSS (life sciences) and + PaN-Training (photon and neutron) + by building an aggregator (TeSSHub) for these and similar platforms. + Read more about the OSCARS mTeSS-X project. history: > TeSS was originally developed as part of ELIXIR, Europe's distributed infrastructure for life-science data. One of the goals of ELIXIR is to train research From 606e8f62744cb44186a970dbad015ba629bebb69 Mon Sep 17 00:00:00 2001 From: Phil Reed Date: Wed, 20 Aug 2025 17:09:33 +0100 Subject: [PATCH 2/4] Shorten text --- config/locales/en.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 9ea1f6e14..ff661eb7c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -109,15 +109,12 @@ en: and event information; for trainees, it offers a convenient gateway via which to identify relevant training events and resources, and to perform specific, guided analysis tasks via customised training workflows. mtessx: > - As researchers increasingly rely on complex, data-driven methods, there is an urgent need for robust, - interoperable infrastructure to support the organisation, discovery, and reuse of training resources, which - also motivates use of research data management infrastructures. - The mTeSS-X Project (Multi-space Training e-Support System with eXchange) + The mTeSS-X Project (Multi-space Training e-Support System with eXchange) overcomes the fragmentation of training resources across Research Infrastructures and the European Science Clusters. The project aims to enhance existing TeSS-based training registries or catalogues like ELIXIR TeSS (life sciences) and PaN-Training (photon and neutron) - by building an aggregator (TeSSHub) for these and similar platforms. + by building an aggregator for these and similar platforms. Read more about the OSCARS mTeSS-X project. history: > TeSS was originally developed as part of ELIXIR, From 143f60114a49373b17166e0ddd093320586f7395 Mon Sep 17 00:00:00 2001 From: Phil Reed Date: Thu, 21 Aug 2025 08:49:54 +0100 Subject: [PATCH 3/4] Improve mTeSS-X paragraph --- config/locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index ff661eb7c..9f43cde32 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -109,13 +109,13 @@ en: and event information; for trainees, it offers a convenient gateway via which to identify relevant training events and resources, and to perform specific, guided analysis tasks via customised training workflows. mtessx: > - The mTeSS-X Project (Multi-space Training e-Support System with eXchange) + The mTeSS-X Project + (Multi-space Training e-Support System with eXchange) overcomes the fragmentation of training resources across Research Infrastructures and the European Science Clusters. The project aims to enhance existing TeSS-based training registries or catalogues like ELIXIR TeSS (life sciences) and PaN-Training (photon and neutron) - by building an aggregator for these and similar platforms. - Read more about the OSCARS mTeSS-X project. + by building an aggregator for these and similar platforms. history: > TeSS was originally developed as part of ELIXIR, Europe's distributed infrastructure for life-science data. One of the goals of ELIXIR is to train research From 9f8e5676e5f5a58d146f1d7a25bfa85701545b5f Mon Sep 17 00:00:00 2001 From: Phil Reed Date: Wed, 27 Aug 2025 13:00:56 +0100 Subject: [PATCH 4/4] Add target _blank to PaNOSC link --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 9f43cde32..f604119d7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -114,7 +114,7 @@ en: overcomes the fragmentation of training resources across Research Infrastructures and the European Science Clusters. The project aims to enhance existing TeSS-based training registries or catalogues like ELIXIR TeSS (life sciences) and - PaN-Training (photon and neutron) + PaN-Training (photon and neutron) by building an aggregator for these and similar platforms. history: > TeSS was originally developed as part of ELIXIR,