add [Beta] indication for FOS/SDGs
This commit is contained in:
parent
45be028336
commit
ad60292049
|
@ -167,7 +167,7 @@
|
||||||
<!-- Subjects -->
|
<!-- Subjects -->
|
||||||
<div *ngIf="resultLandingInfo.fos" class="uk-margin-medium-bottom">
|
<div *ngIf="resultLandingInfo.fos" class="uk-margin-medium-bottom">
|
||||||
<div class="uk-text-muted">
|
<div class="uk-text-muted">
|
||||||
Fields of Science and Technology classification (FOS)
|
Fields of Science (FOS) <span uk-text-small>[Beta]</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-margin-small-top">
|
<div class="uk-margin-small-top">
|
||||||
<div *ngIf="resultLandingInfo.fos && resultLandingInfo.fos.length > 0">
|
<div *ngIf="resultLandingInfo.fos && resultLandingInfo.fos.length > 0">
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="resultLandingInfo.sdg" class="uk-margin-medium-bottom">
|
<div *ngIf="resultLandingInfo.sdg" class="uk-margin-medium-bottom">
|
||||||
<div class="uk-text-muted">
|
<div class="uk-text-muted">
|
||||||
Sustainable Development Goals (SDG)
|
Sustainable Development Goals (SDG) <span uk-text-small>[Beta]</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-margin-small-top">
|
<div class="uk-margin-small-top">
|
||||||
<div *ngIf="resultLandingInfo.sdg && resultLandingInfo.sdg.length > 0">
|
<div *ngIf="resultLandingInfo.sdg && resultLandingInfo.sdg.length > 0">
|
||||||
|
|
|
@ -232,7 +232,7 @@ export class SearchFields {
|
||||||
filterType: "checkbox"
|
filterType: "checkbox"
|
||||||
},
|
},
|
||||||
["sdg"]: {
|
["sdg"]: {
|
||||||
name: "SDG",
|
name: "SDG [Beta]",
|
||||||
type: "vocabulary",
|
type: "vocabulary",
|
||||||
param: "sdg",
|
param: "sdg",
|
||||||
operator: "sg",
|
operator: "sg",
|
||||||
|
@ -240,7 +240,7 @@ export class SearchFields {
|
||||||
filterType: "checkbox"
|
filterType: "checkbox"
|
||||||
},
|
},
|
||||||
["fos"]: {
|
["fos"]: {
|
||||||
name: "Field of Science",
|
name: "Field of Science [Beta]",
|
||||||
type: "vocabulary",
|
type: "vocabulary",
|
||||||
param: "fos",
|
param: "fos",
|
||||||
operator: "fs",
|
operator: "fs",
|
||||||
|
|
Loading…
Reference in New Issue