add [Beta] indication for FOS/SDGs

This commit is contained in:
argirok 2022-04-18 16:26:56 +03:00
parent 45be028336
commit ad60292049
2 changed files with 4 additions and 4 deletions

View File

@ -167,7 +167,7 @@
<!-- Subjects -->
<div *ngIf="resultLandingInfo.fos" class="uk-margin-medium-bottom">
<div class="uk-text-muted">
Fields of Science and Technology classification (FOS)
Fields of Science (FOS) <span uk-text-small>[Beta]</span>
</div>
<div class="uk-margin-small-top">
<div *ngIf="resultLandingInfo.fos && resultLandingInfo.fos.length > 0">
@ -181,7 +181,7 @@
</div>
<div *ngIf="resultLandingInfo.sdg" class="uk-margin-medium-bottom">
<div class="uk-text-muted">
Sustainable Development Goals (SDG)
Sustainable Development Goals (SDG) <span uk-text-small>[Beta]</span>
</div>
<div class="uk-margin-small-top">
<div *ngIf="resultLandingInfo.sdg && resultLandingInfo.sdg.length > 0">

View File

@ -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",