diff --git a/src/app/app.component.ts b/src/app/app.component.ts index de30a64..a13660b 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -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") { diff --git a/src/app/methodology/methodology.component.ts b/src/app/methodology/methodology.component.ts index a477f63..c695a4d 100644 --- a/src/app/methodology/methodology.component.ts +++ b/src/app/methodology/methodology.component.ts @@ -58,11 +58,11 @@ import {ActivatedRoute, Router} from "@angular/router"; Software - Source code or software package developed and/or used in a research context. + Source code or software package developed and/or used in a research context Other Research Product - Anything that does not fall in the previous categories (e.g. workflow, methods, protocols). + Anything that does not fall in the previous categories (e.g. workflow, methods, protocols) @@ -97,7 +97,7 @@ import {ActivatedRoute, Router} from "@angular/router"; - +
Access mode -

The best available (across all instances) access rights of a research outcome.

+

The best available (across all instances) access rights of a research outcome

Types: open, restricted, closed, embargo (= closed for a specific period of time, then open)

Note: definition of restricted may vary by data source.

@@ -140,7 +140,7 @@ import {ActivatedRoute, Router} from "@angular/router";
RepositoryRepositories 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