From 0d0cf091931f06572afbbe0ac85cf76a7e8a3229 Mon Sep 17 00:00:00 2001 From: ekachxaidze98 Date: Thu, 12 Dec 2024 17:49:55 +0400 Subject: [PATCH] CORE-5076: add text update --- data/sdg.yml | 8 ++++---- templates/sdg/styles.module.scss | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/sdg.yml b/data/sdg.yml index f84a819e..ea8f6f0f 100644 --- a/data/sdg.yml +++ b/data/sdg.yml @@ -1,7 +1,7 @@ header: - title: Classification of research papers according to United Nations Sustainable Development Goals + title: Classification of research papers according to the United Nations Sustainable Development Goals image: /images/services/goals.svg - description: The Sustainable Development Goals or Global Goals are a collection of 17 interlinked global goals designed to be a "blueprint to achieve a better and more sustainable future for all". The SDGs were set up in 2015 by the United Nations General Assembly and are intended to be achieved by 2030. + description: The Sustainable Development Goals or Global Goals are a collection of 17 interlinked global goals, designed to be a “blueprint to achieve a better and more sustainable future for all”. The SDGs were set up in 2015 by the United Nations General Assembly, and are intended to be achieved by 2030. subTitle: CORE labs upload: @@ -35,9 +35,9 @@ upload: purpose: - title: How it work + title: How it works image: /images/services/openUniversity.svg description: | The new CORE SDG Dashboard module allows institutions to gain rapid insights into the current mapping of their research outputs to the 17 UN SDG goals, significantly reducing the manual effort required to map research outputs to global sustainability objectives. - On the video below you can see how SDG insights tab in the CORE dashboard works (using the example of Open Research Online Repository (Open University). + On the video below, you can see how SDG insights tab in the CORE dashboard works, using the example of Open Research Online (The Open University repository). diff --git a/templates/sdg/styles.module.scss b/templates/sdg/styles.module.scss index efd3983d..09dd5ce8 100644 --- a/templates/sdg/styles.module.scss +++ b/templates/sdg/styles.module.scss @@ -22,7 +22,7 @@ $grid-responsive-for-sections: repeat(auto-fit, minmax(300px, 1fr)); } .title { position: relative; - max-width: 25ch; + max-width: 26ch; margin-top: 9px; } @media (max-width: 992px) {