[Monitor Dashboard | Trunk]: Methodology: Remove new tab, text changes
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60801 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
c6239ddf20
commit
778dff7ddb
|
@ -274,11 +274,11 @@ export class AppComponent implements OnInit, OnDestroy {
|
|||
});
|
||||
this.menuItems.push({
|
||||
rootItem: new MenuItem("methodology", "Methodology",
|
||||
properties.baseLink + "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}), items: [
|
||||
"", "/" + this.stakeholder.alias + "/methodology", false, [], null, {}), items: [
|
||||
new MenuItem("methodology", "Terminology and construction",
|
||||
properties.baseLink + "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}),
|
||||
"", "/" + this.stakeholder.alias + "/methodology", false, [], null, {}),
|
||||
new MenuItem("methodology", "See how it works",
|
||||
properties.baseLink + "/" + this.stakeholder.alias + "/methodology#how", "", false, [], null, {}),
|
||||
"", "/" + this.stakeholder.alias + "/methodology", false, [], null, {}, null, "how"),
|
||||
]
|
||||
});
|
||||
if(this.stakeholder.type === "funder") {
|
||||
|
@ -307,11 +307,11 @@ export class AppComponent implements OnInit, OnDestroy {
|
|||
};
|
||||
this.menuItems.push({
|
||||
rootItem: new MenuItem("methodology", "Methodology",
|
||||
properties.baseLink + "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}), items: [
|
||||
"", "/" + this.stakeholder.alias + "/methodology", false, [], null, {}), items: [
|
||||
new MenuItem("methodology", "Terminology and construction",
|
||||
properties.baseLink + "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}),
|
||||
"", "/" + this.stakeholder.alias + "/methodology", false, [], null, {}),
|
||||
new MenuItem("methodology", "See how it works",
|
||||
properties.baseLink + "/" + this.stakeholder.alias + "/methodology#how", "", false, [], null, {}),
|
||||
"", "/" + this.stakeholder.alias + "/methodology", false, [], null, {}, null, "how"),
|
||||
]
|
||||
});
|
||||
if(this.stakeholder.type === "funder") {
|
||||
|
|
|
@ -58,11 +58,11 @@ import {ActivatedRoute, Router} from "@angular/router";
|
|||
</tr>
|
||||
<tr>
|
||||
<th>Software</th>
|
||||
<td>Source code or software package developed and/or used in a research context.</td>
|
||||
<td>Source code or software package developed and/or used in a research context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Other Research Product</th>
|
||||
<td>Anything that does not fall in the previous categories (e.g. workflow, methods, protocols).</td>
|
||||
<td>Anything that does not fall in the previous categories (e.g. workflow, methods, protocols)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table *ngIf="tab === 'attributes'">
|
||||
|
@ -97,7 +97,7 @@ import {ActivatedRoute, Router} from "@angular/router";
|
|||
<tr>
|
||||
<th>Access mode</th>
|
||||
<td>
|
||||
<p>The best available (across all instances) access rights of a research outcome.</p>
|
||||
<p>The best available (across all instances) access rights of a research outcome</p>
|
||||
<p>Types: open, restricted, closed, embargo (= closed for a specific period of time, then open)</p>
|
||||
<p><span class="uk-text-bold">Note:</span> definition of <span class="uk-text-bold">restricted</span>
|
||||
may vary by data source.</p>
|
||||
|
@ -140,7 +140,7 @@ import {ActivatedRoute, Router} from "@angular/router";
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Repository</th>
|
||||
<th>Repositories</th>
|
||||
<td>Information systems where scientists upload the bibliographic metadata and payloads of 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
|
||||
|
|
Loading…
Reference in New Issue