diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 4fc2c77..de30a64 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", - "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}), items: [ - new MenuItem("methodology", "Overview", - "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}), + properties.baseLink + "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}), items: [ new MenuItem("methodology", "Terminology and construction", - "/" + this.stakeholder.alias + "/methodology#terminology", "", false, [], null, {}), + properties.baseLink + "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}), + new MenuItem("methodology", "See how it works", + properties.baseLink + "/" + this.stakeholder.alias + "/methodology#how", "", false, [], null, {}), ] }); if(this.stakeholder.type === "funder") { @@ -307,11 +307,11 @@ export class AppComponent implements OnInit, OnDestroy { }; this.menuItems.push({ rootItem: new MenuItem("methodology", "Methodology", - "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}), items: [ - new MenuItem("methodology", "Overview", - "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}), + properties.baseLink + "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}), items: [ new MenuItem("methodology", "Terminology and construction", - "/" + this.stakeholder.alias + "/methodology#terminology", "", false, [], null, {}), + properties.baseLink + "/" + this.stakeholder.alias + "/methodology", "", false, [], null, {}), + new MenuItem("methodology", "See how it works", + properties.baseLink + "/" + this.stakeholder.alias + "/methodology#how", "", false, [], null, {}), ] }); if(this.stakeholder.type === "funder") { diff --git a/src/app/methodology/methodology.component.ts b/src/app/methodology/methodology.component.ts index d27dbb7..a477f63 100644 --- a/src/app/methodology/methodology.component.ts +++ b/src/app/methodology/methodology.component.ts @@ -12,187 +12,182 @@ import {ActivatedRoute, Router} from "@angular/router"; template: `
Research Outcomes | +
+ There are currently four different types of research outcomes in the OpenAIRE Research
+ Graph:
+
+
+ OpenAIRE deduplicates (merges) different records of research outcomes and keeps the metadata of all
+ instances.
+
+ |
+
---|---|
Publication | +Research outcomes intended for human reading (published articles, pre-prints, conference papers, + presentations, technical reports, etc.) + | +
Dataset | +
+ Research data +Granularity is not defined by OpenAIRE, it reflects the granularity supported by + the sources from which the description of the dataset has been collected. + |
+
Software | +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). | +
Organization & Country | +
+ For research outcomes: the affiliated organizations of its + authors (and their country) +For projects: the organizations participating in the project + (i.e. beneficiaries of the grant) and + their countries + ++ Country code mapping: + + https://api.openaire.eu/vocabularies/dnet:countries + + |
+
---|---|
Type | +
+ The sub-type of a research outcome (e.g., a publication can be a pre-print, conference proceeding, + article, + etc.) +Resource type mapping: + https://api.openaire.eu/vocabularies/dnet:result_typologies + (click on the code to see the specific types for each result type) + + |
+
Access mode | +
+ 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. + |
+
PID (persistent identifier) | +
+ A long-lasting reference to a resource + + |
+
Context | +Related research community, initiative or infrastructure | +
Journal | +The scientific journal an article is published in. | +
Publisher | +The publisher of the venue (journal, book, etc.) of a research outcome | +
Content Providers (Datasources) | +
+ The different data sources ingested in the OpenAIRE Research Graph. +Content Provider Types:
+
|
+
Repository | +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 + (e.g. ArXiv, Europe PMC, Zenodo). + | +
Open Access Publishers & Journals | +Information systems of open access publishers or relative journals, which offer bibliographic + metadata and PDFs of their published articles. + | +
Aggregators | +Information systems that collect descriptive metadata about research products from multiple sources + in order to enable cross-data source discovery of given research products (e,g, DataCite, + BASE, DOAJ). + | +
Entity Registries | +Information systems created with the intent of maintaining authoritative registries of given + entities in the scholarly communication, such as OpenDOAR for the institutional repositories, re3data + for the data repositories, CORDA and other funder databases for projects and funding information. + | +
CRIS (Current Research Information System) | +Information systems adopted by research and academic organizations to keep track of their research + administration records and relative results; examples of CRIS content are articles or datasets funded + by projects, their principal investigators, facilities acquired thanks to funding, etc. + | +
Research Outcomes | -
- There are currently four different types of research outcomes in the OpenAIRE Research
- Graph:
-
-
- OpenAIRE deduplicates (merges) different records of research outcomes and keeps the metadata of all
- instances.
-
- |
-
---|---|
Publication | -Research outcomes intended for human reading (published articles, pre-prints, conference papers, - presentations, technical reports, etc.) - | -
Dataset | -
- Research data -Granularity is not defined by OpenAIRE, it reflects the granularity supported by - the sources from which the description of the dataset has been collected. - |
-
Software | -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). | -
Organization & Country | -
- For research outcomes: the affiliated organizations of its - authors (and their country) -For projects: the organizations participating in the project - (i.e. beneficiaries of the grant) and - their countries - -- Country code mapping: - - https://api.openaire.eu/vocabularies/dnet:countries - - |
-
---|---|
Type | -
- The sub-type of a research outcome (e.g., a publication can be a pre-print, conference proceeding, - article, - etc.) -Resource type mapping: - https://api.openaire.eu/vocabularies/dnet:result_typologies - (click on the code to see the specific types for each result type) - - |
-
Access mode | -
- 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. - |
-
PID (persistent identifier) | -
- A long-lasting reference to a resource - - |
-
Context | -Related research community, initiative or infrastructure | -
Journal | -The scientific journal an article is published in. | -
Publisher | -The publisher of the venue (journal, book, etc.) of a research outcome | -
Content Providers (Datasources) | -
- The different data sources ingested in the OpenAIRE Research Graph. -Content Provider Types:
-
|
-
Repository | -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 - (e.g. ArXiv, Europe PMC, Zenodo). - | -
Open Access Publishers & Journals | -Information systems of open access publishers or relative journals, which offer bibliographic - metadata and PDFs of their published articles. - | -
Aggregators | -Information systems that collect descriptive metadata about research products from multiple sources - in order to enable cross-data source discovery of given research products (e,g, DataCite, - BASE, DOAJ). - | -
Entity Registries | -Information systems created with the intent of maintaining authoritative registries of given - entities in the scholarly communication, such as OpenDOAR for the institutional repositories, re3data - for the data repositories, CORDA and other funder databases for projects and funding information. - | -
CRIS (Current Research Information System) | -Information systems adopted by research and academic organizations to keep track of their research - administration records and relative results; examples of CRIS content are articles or datasets funded - by projects, their principal investigators, facilities acquired thanks to funding, etc. - | -