diff --git a/fos/fos.component.html b/fos/fos.component.html index d4c076cf..d9635936 100644 --- a/fos/fos.component.html +++ b/fos/fos.component.html @@ -7,9 +7,9 @@
- - Beta - + + +

Fields of Science . diff --git a/landingPages/landing-utils/fos.component.ts b/landingPages/landing-utils/fos.component.ts index ba95bdc8..7b201015 100644 --- a/landingPages/landing-utils/fos.component.ts +++ b/landingPages/landing-utils/fos.component.ts @@ -7,7 +7,7 @@ import {StringUtils} from "../../utils/string-utils.class"; selector: 'fos', template: `
-
Beta
+
@@ -45,7 +45,7 @@ import {StringUtils} from "../../utils/string-utils.class";
-
Beta
+ {{title}}
diff --git a/utils/properties/searchFields.base.ts b/utils/properties/searchFields.base.ts index 67152fe6..335409be 100644 --- a/utils/properties/searchFields.base.ts +++ b/utils/properties/searchFields.base.ts @@ -271,7 +271,7 @@ export class SearchFieldsBase { filterType: "checkbox" }, ["fos"]: { - name: "Field of Science [Beta]", + name: "Field of Science", type: "vocabulary", param: "fos", operator: "fs", @@ -279,7 +279,7 @@ export class SearchFieldsBase { filterType: "checkbox" }, ["foslabel"]: { - name: "Field of Science [Beta]", + name: "Field of Science", type: "vocabulary", param: "foslabel", operator: "fl",