changes for adding stakeholder entities as enum + update openaireLibrary repo
This commit is contained in:
parent
12e5c38625
commit
4665bd9f22
|
@ -6,6 +6,7 @@ import {EnvProperties} from "../openaireLibrary/utils/properties/env-properties"
|
|||
import {properties} from "../../environments/environment"
|
||||
import {LocalStorageService} from "../openaireLibrary/services/localStorage.service";
|
||||
import {Subscriber} from "rxjs";
|
||||
import {StringUtils} from "../openaireLibrary/utils/string-utils.class";
|
||||
|
||||
@Component({
|
||||
selector: 'browse-stakeholder',
|
||||
|
@ -46,13 +47,7 @@ export class BrowseStakeholderComponent {
|
|||
}
|
||||
|
||||
mapType(type: string) {
|
||||
if(type === 'ri') {
|
||||
return 'Research Initiative';
|
||||
} else if(type === 'organization') {
|
||||
return 'Research Institution';
|
||||
} else {
|
||||
return type;
|
||||
}
|
||||
return StringUtils.getStakeholderType(type, false);
|
||||
}
|
||||
|
||||
public confirmModalOpen() {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<h1 class="uk-width-3-4@m" uk-scrollspy-class>Get started with <br> OpenAIRE Monitor Dashboard <span class="uk-text-primary">.</span></h1>
|
||||
<div class="uk-text-large uk-width-2-3@m" uk-scrollspy-class>
|
||||
The OpenAIRE Monitor Dashboard is an <span class="uk-text-bold">open tracking platform</span> with all the tools you need
|
||||
to understand and make insightful decisions — whether you are a <span class="uk-text-bold">{{stakeholderEntities.FUNDER | lowercase}}</span>, a <span class="uk-text-bold">{{stakeholderEntities.RI | lowercase}}</span>
|
||||
to understand and make insightful decisions — whether you are a <span class="uk-text-bold">funder</span>, a <span class="uk-text-bold">research initiative</span>
|
||||
or a <span class="uk-text-bold">community</span>, and want to measure or increase uptake
|
||||
of Open Science, understand your costs, gaps and strengths, or build a community around it.
|
||||
</div>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<div class="uk-section uk-section-secondary">
|
||||
<div class="uk-container uk-container-large">
|
||||
<div class="uk-width-1-1">
|
||||
<span class="uk-h6 uk-text-primary">{{stakeholderEntities.FUNDERS}}. Universities. {{stakeholderEntities.RIS | titlecase}}. Communities.</span>
|
||||
<span class="uk-h6 uk-text-primary">Funders. Universities. Research Initiatives. Communities.</span>
|
||||
<h2 class="uk-h1 uk-margin-remove-top uk-width-1-2@m">Simplify Open Science tracking & monitoring<span
|
||||
class="uk-text-primary">.</span></h2>
|
||||
</div>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
Starting from the OpenAIRE RESEARCH GRAPH
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://graph.openaire.eu/" class="graph" target="_blank">OpenAIRE Research Graph</a> is a comprehensive research graph (meta research) that links all types of {{openaireEntities.RESULTS | lowercase}} to {{stakeholderEntities.FUNDERS | lowercase}}, {{openaireEntities.ORGANIZATIONS | lowercase}}, researchers, {{openaireEntities.COMMUNITIES | lowercase}} and publishers. With information from global databases, disambiguated and interlinked using semantic AI technologies.
|
||||
<a href="https://graph.openaire.eu/" class="graph" target="_blank">OpenAIRE Research Graph</a> is a comprehensive research graph (meta research) that links all types of research products to funders, organizations, researchers, research communities and publishers. With information from global databases, disambiguated and interlinked using semantic AI technologies.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -40,7 +40,7 @@
|
|||
Provide us some information
|
||||
</div>
|
||||
<div>
|
||||
You give us some simple (meta)data related to your organization function: e.g., funding database, repositories, related {{openaireEntities.PROJECTS | lowercase}}, registry of people… All under confidential agreements.
|
||||
You give us some simple (meta)data related to your organization function: e.g., funding database, repositories, related projects, registry of people… All under confidential agreements.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d79a9595768214f5dcf26d220a91e7da5baabb5a
|
||||
Subproject commit 07c990824ecaac2036c7337a81b6d20432c05571
|
Loading…
Reference in New Issue