diff --git a/src/app/app.component.ts b/src/app/app.component.ts index da32cd1..d4cc183 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -48,7 +48,8 @@ export class AppComponent implements OnInit, OnDestroy { logoSmallUrl: null, position: 'center', badge: false, - stickyAnimation: false + stickyAnimation: false, + menuPosition: "center" }; userMenuItems: MenuItem[] = []; @@ -275,7 +276,8 @@ export class AppComponent implements OnInit, OnDestroy { logoSmallUrl: "assets/common-assets/logo-small-monitor.png", position: 'left', badge: true, - stickyAnimation: false + stickyAnimation: false, + menuPosition: "center" }; this.menuItems.push({ rootItem: new MenuItem("dashboard", "Dashboard", @@ -312,7 +314,8 @@ export class AppComponent implements OnInit, OnDestroy { logoSmallUrl: null, position: 'center', badge: false, - stickyAnimation: false + stickyAnimation: false, + menuPosition: "center" }; this.menuItems.push({ rootItem: new MenuItem("methodology", "Methodology", @@ -350,7 +353,8 @@ export class AppComponent implements OnInit, OnDestroy { logoSmallUrl: null, position: 'center', badge: false, - stickyAnimation: false + stickyAnimation: false, + menuPosition: "center" }; this.menuItems.push({ rootItem: new MenuItem("", "Dashboard", @@ -378,7 +382,8 @@ export class AppComponent implements OnInit, OnDestroy { logoSmallUrl: "assets/common-assets/logo-small-monitor.png", position: 'left', badge: true, - stickyAnimation: false + stickyAnimation: false, + menuPosition: "center" }; this.menuItems.push({ rootItem: new MenuItem("about", "About", @@ -404,7 +409,8 @@ export class AppComponent implements OnInit, OnDestroy { logoSmallUrl: null, position: 'center', badge: false, - stickyAnimation: false + stickyAnimation: false, + menuPosition: "center" }; this.adminMenuItems = []; this.specialSideBarMenuItem = null; diff --git a/src/app/develop/develop.component.css b/src/app/develop/develop.component.css index 5a9e332..e69de29 100644 --- a/src/app/develop/develop.component.css +++ b/src/app/develop/develop.component.css @@ -1,60 +0,0 @@ -/* .uk-card { - box-shadow: 0 6px 15px #0000001A; - border-radius: 36px; - padding: 65px; - font-family: "Roboto", sans-serif; - font-size: var(--large-font-size); -} - -ul.portal-circle { - list-style: none; - padding-left: 40px; - font-family: "Open Sans", sans-serif; - font-size: var(--font-size); -} - -ul.portal-circle li { - margin: 0 0 20px 0; - position: relative; -} - -ul.portal-circle li:before { - content: ""; - border: 5px var(--portal-main-color) solid !important; - border-radius: 50px; - line-height: 21px; - margin-left: -20px; - position: absolute; - top: 7px; -} - -.documentation { - max-width: 500px; - background: #EEF7E6; - border-radius: 15px; - padding: 30px; - font-family: "Open Sans", sans-serif; - font-size: var(--small-font-size); -} - -@media only screen and (max-width: 959px) { - .uk-card { - padding: 30px; - } - - ul.portal-circle { - padding-left: 20px; - } - - ul.light-blue-triangle li { - margin: 0 0 20px 0; - } - - ul.light-blue-circle.large li { - margin: 0 0 20px 0; - } - - .documentation { - padding: 10px; - } -} */ diff --git a/src/app/develop/develop.component.ts b/src/app/develop/develop.component.ts index 1a65174..1b83c16 100644 --- a/src/app/develop/develop.component.ts +++ b/src/app/develop/develop.component.ts @@ -19,7 +19,7 @@ import {StakeholderUtils} from "../utils/indicator-utils";
-
+
@@ -64,7 +64,7 @@ import {StakeholderUtils} from "../utils/indicator-utils";
-
+
Request examples for research outcomes:
    @@ -115,94 +115,6 @@ import {StakeholderUtils} from "../utils/indicator-utils";
- `, styleUrls: ['develop.component.css'] }) diff --git a/src/app/methodology/methodology.component.css b/src/app/methodology/methodology.component.css index c8e88e2..e69de29 100644 --- a/src/app/methodology/methodology.component.css +++ b/src/app/methodology/methodology.component.css @@ -1,53 +0,0 @@ -/* table { - font-size: 14px; - background-color: #FFFFFF; - width:100%; - table-layout: fixed; - overflow-wrap: break-word; -} - -table th { - width: 25%; -} - -table th, table td { - border: 1px solid #DEDEDE; - padding: 25px 40px; - vertical-align: top; - text-align: start; -} - -table th.important { - background-color: #eff6e6; -} - -ul.portal-circle { - list-style: none; - padding-left: 40px; - font-family: "Open Sans", sans-serif; -} - -ul.portal-circle li { - margin: 0 0 2px 0; - position: relative; -} - -ul.portal-circle li:before { - content: ""; - border: 5px var(--portal-main-color) solid !important; - border-radius: 50px; - line-height: 21px; - margin-left: -20px; - position: absolute; - top: 7px; -} - -@media only screen and (max-width: 959px) { - table th { - width: 50%; - } - - ul.portal-circle { - padding-left: 20px; - } -} */ diff --git a/src/app/methodology/methodology.component.ts b/src/app/methodology/methodology.component.ts index 2c399b4..9dffe8f 100644 --- a/src/app/methodology/methodology.component.ts +++ b/src/app/methodology/methodology.component.ts @@ -24,7 +24,7 @@ import {ActivatedRoute, Router} from "@angular/router";
-
Research Outcomes
+
Research Outcomes
There are currently four different types of research outcomes in the OpenAIRE Research
Graph:
    @@ -40,14 +40,14 @@ import {ActivatedRoute, Router} from "@angular/router";

-
Publication
+
Publication
Research outcomes intended for human reading (published articles, pre-prints, conference
papers, presentations, technical reports, etc.)

-
Dataset
+
Dataset
Research data
Granularity is not defined by OpenAIRE, it reflects the granularity supported by @@ -56,14 +56,14 @@ import {ActivatedRoute, Router} from "@angular/router";

-
Software
+
Software
Source code or software package developed and/or used in a research context

-
Other Research Product
+
Other Research Product
Anything that does not fall in the previous categories (e.g. workflow, methods, protocols)
@@ -75,7 +75,7 @@ import {ActivatedRoute, Router} from "@angular/router";
-
Organization & Country
+
Organization & Country

For research outcomes: the affiliated organizations of its authors (and their country)

@@ -92,7 +92,7 @@ import {ActivatedRoute, Router} from "@angular/router";

-
Type
+
Type

The sub-type of a research outcome (e.g., a publication can be a pre-print, conference proceeding, article, @@ -105,7 +105,7 @@ import {ActivatedRoute, Router} from "@angular/router";


-
Access mode
+
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)

@@ -115,7 +115,7 @@ import {ActivatedRoute, Router} from "@angular/router";

-
PID (persistent identifier)
+
PID (persistent identifier)

A long-lasting reference to a resource

Types:


-
Context
+
Context
Related research community, initiative or infrastructure.

-
Journal
+
Journal
The scientific journal an article is published in.

-
Publisher
+
Publisher
The publisher of the venue (journal, book, etc.) of a research outcome.

-
Content Providers (Datasources)
+
Content Providers (Datasources)

The different data sources ingested in the OpenAIRE Research Graph.

Content Provider Types:
@@ -162,7 +162,7 @@ import {ActivatedRoute, Router} from "@angular/router";

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

-
Open Access Publishers & Journals
+
Open Access Publishers & Journals
Information systems of open access publishers or relative journals, which offer bibliographic metadata and PDFs of their published articles. @@ -180,7 +180,7 @@ import {ActivatedRoute, Router} from "@angular/router";

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

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

-
CRIS (Current Research Information System)
+
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 @@ -226,188 +226,6 @@ import {ActivatedRoute, Router} from "@angular/router";
- `, styleUrls: ['methodology.component.css'] }) diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index ada419f..c2b6547 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit ada419f8e82836c19633544aeddcc7ca31a5699b +Subproject commit c2b6547b4c36415ff2e9b1050dcdabc80bb34973 diff --git a/src/assets/openaire-theme b/src/assets/openaire-theme index 0a34bf8..fb13bca 160000 --- a/src/assets/openaire-theme +++ b/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit 0a34bf8f62ef7544060acc4e8333ce13ea929d91 +Subproject commit fb13bcae2ffe56445eda67e2e48740dc5a1e12df