[Monitor Dashboard | Trunk]: Terminology: Change outputs to outcomes

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60782 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2021-04-02 08:55:28 +00:00
parent 0987f8b5ba
commit 6eede03187
1 changed files with 6 additions and 6 deletions

View File

@ -25,9 +25,9 @@ import {ActivatedRoute, Router} from "@angular/router";
</ul>
<table *ngIf="tab === 'entities'">
<tr>
<th>Research Outputs</th>
<th>Research Outcomes</th>
<td>
<div>There are currently four different types of research outputs types in the OpenAIRE Research
<div>There are currently four different types of research outcomes types in the OpenAIRE Research
Graph:
</div>
<ul class="portal-circle">
@ -37,14 +37,14 @@ import {ActivatedRoute, Router} from "@angular/router";
<li>Other Research Products</li>
</ul>
<div class="uk-margin-small-top">
OpenAIRE deduplicates (merges) different records or research outputs and keeps the metadata of all
OpenAIRE deduplicates (merges) different records or research outcomes and keeps the metadata of all
instances.
</div>
</td>
</tr>
<tr>
<th>Publication</th>
<td>Research outputs intended for human reading (published articles, pre-prints, conference papers,
<td>Research outcomes intended for human reading (published articles, pre-prints, conference papers,
presentations, technical reports, etc.)
</td>
</tr>
@ -67,7 +67,7 @@ import {ActivatedRoute, Router} from "@angular/router";
<tr>
<th>Organization & Country</th>
<td>
<p><span class="uk-text-bold">For research outputs:</span> The affiliated organizations of its authors (and their country).</p>
<p><span class="uk-text-bold">For research outcomes:</span> The affiliated organizations of its authors (and their country).</p>
<p><span class="uk-text-bold">For projects:</span> The organizations participating in the project (i.e. beneficiaries of the grant), and
their countries (when available).
</p>
@ -134,7 +134,7 @@ import {ActivatedRoute, Router} from "@angular/router";
<tr>
<th>Repository</th>
<td>Information systems where scientists upload the bibliographic metadata and payloads of their
research outputs (e.g. PDFs of their scientific articles, CSVs of their data, archive with their
research outcomes (e.g. PDFs of their scientific articles, CSVs of their data, archive with their
software), due to obligations from their organizations, their funders, or due to community practices
(e.g. ArXiv, Europe PMC, Zenodo).
</td>