From ad6029204947e1091dc89adc1589461e7df75c10 Mon Sep 17 00:00:00 2001 From: argirok Date: Mon, 18 Apr 2022 16:26:56 +0300 Subject: [PATCH] add [Beta] indication for FOS/SDGs --- landingPages/result/resultLanding.component.html | 4 ++-- utils/properties/searchFields.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/landingPages/result/resultLanding.component.html b/landingPages/result/resultLanding.component.html index eae720da..bc437f4e 100644 --- a/landingPages/result/resultLanding.component.html +++ b/landingPages/result/resultLanding.component.html @@ -167,7 +167,7 @@
- Fields of Science and Technology classification (FOS) + Fields of Science (FOS) [Beta]
@@ -181,7 +181,7 @@
- Sustainable Development Goals (SDG) + Sustainable Development Goals (SDG) [Beta]
diff --git a/utils/properties/searchFields.ts b/utils/properties/searchFields.ts index 417749a1..8b0fdb6d 100644 --- a/utils/properties/searchFields.ts +++ b/utils/properties/searchFields.ts @@ -232,7 +232,7 @@ export class SearchFields { filterType: "checkbox" }, ["sdg"]: { - name: "SDG", + name: "SDG [Beta]", type: "vocabulary", param: "sdg", operator: "sg", @@ -240,7 +240,7 @@ export class SearchFields { filterType: "checkbox" }, ["fos"]: { - name: "Field of Science", + name: "Field of Science [Beta]", type: "vocabulary", param: "fos", operator: "fs",