[Monitor Dashboard | Trunk]: Terminology: Add bold on some terms
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60767 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
78f92d2606
commit
af4acfd6c8
|
@ -67,12 +67,12 @@ import {ActivatedRoute, Router} from "@angular/router";
|
||||||
<tr>
|
<tr>
|
||||||
<th>Organization & Country</th>
|
<th>Organization & Country</th>
|
||||||
<td>
|
<td>
|
||||||
<p>For research output: The affiliated organizations of its authors (and their country).</p>
|
<p><span class="uk-text-bold">For research outputs:</span> The affiliated organizations of its authors (and their country).</p>
|
||||||
<p>For projects: The organizations participating in the project (i.e. beneficiaries of the grant), and
|
<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).
|
their countries (when available).
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Country code mapping:
|
<span class="uk-text-bold">Country code mapping: </span>
|
||||||
<a href="https://api.openaire.eu/vocabularies/dnet:countries" target="_blank">
|
<a href="https://api.openaire.eu/vocabularies/dnet:countries" target="_blank">
|
||||||
https://api.openaire.eu/vocabularies/dnet:countries</a>
|
https://api.openaire.eu/vocabularies/dnet:countries</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -83,7 +83,7 @@ import {ActivatedRoute, Router} from "@angular/router";
|
||||||
<td>
|
<td>
|
||||||
<p>The type of research output (e.g. a publication can be a pre-print, conference proceeding, article,
|
<p>The type of research output (e.g. a publication can be a pre-print, conference proceeding, article,
|
||||||
etc.)</p>
|
etc.)</p>
|
||||||
<p>Resource type mapping:
|
<p><span class="uk-text-bold">Resource type mapping: </span>
|
||||||
<a href="https://api.openaire.eu/vocabularies/dnet:result_typologies" target="_blank">https://api.openaire.eu/vocabularies/dnet:result_typologies</a>
|
<a href="https://api.openaire.eu/vocabularies/dnet:result_typologies" target="_blank">https://api.openaire.eu/vocabularies/dnet:result_typologies</a>
|
||||||
(click on the code to see the specific types for each result type)
|
(click on the code to see the specific types for each result type)
|
||||||
</p>
|
</p>
|
||||||
|
@ -100,7 +100,7 @@ import {ActivatedRoute, Router} from "@angular/router";
|
||||||
<th>PID (persistent identifier)</th>
|
<th>PID (persistent identifier)</th>
|
||||||
<td>
|
<td>
|
||||||
<p>A long-lasting reference to a resource</p>
|
<p>A long-lasting reference to a resource</p>
|
||||||
<p>Types: <a href="http://api.openaire.eu/vocabularies/dnet:pid_types" target="_blank">http://api.openaire.eu/vocabularies/dnet:pid_types</a>
|
<p><span class="uk-text-bold">Types: </span> <a href="http://api.openaire.eu/vocabularies/dnet:pid_types" target="_blank">http://api.openaire.eu/vocabularies/dnet:pid_types</a>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -120,7 +120,7 @@ import {ActivatedRoute, Router} from "@angular/router";
|
||||||
<th>Content Provider (Datasources)</th>
|
<th>Content Provider (Datasources)</th>
|
||||||
<td>
|
<td>
|
||||||
<p>The different data sources ingested in the OpenAIRE Research Graph.</p>
|
<p>The different data sources ingested in the OpenAIRE Research Graph.</p>
|
||||||
<div>Content Provider Types: </div>
|
<div class="uk-text-bold">Content Provider Types:</div>
|
||||||
<ul class="portal-circle">
|
<ul class="portal-circle">
|
||||||
<li>Repositories</li>
|
<li>Repositories</li>
|
||||||
<li>Open Access Publishers & Journals</li>
|
<li>Open Access Publishers & Journals</li>
|
||||||
|
|
Loading…
Reference in New Issue