From 8af24273e54e0c6101b40154ba08e7fc5f50a7a5 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Wed, 27 Jul 2022 11:37:53 +0000 Subject: [PATCH] [Trunk | Admin Tools Library]: PortalType.java: Added "eosc" in PortalType enum | DivHelpContentService.java: Updated footer contents (font-size:12px instead of 8pt). --- .../dnetlib/uoaadmintoolslibrary/entities/PortalType.java | 2 +- .../services/DivHelpContentService.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/eu/dnetlib/uoaadmintoolslibrary/entities/PortalType.java b/src/main/java/eu/dnetlib/uoaadmintoolslibrary/entities/PortalType.java index 49a59d1..79706eb 100644 --- a/src/main/java/eu/dnetlib/uoaadmintoolslibrary/entities/PortalType.java +++ b/src/main/java/eu/dnetlib/uoaadmintoolslibrary/entities/PortalType.java @@ -3,5 +3,5 @@ package eu.dnetlib.uoaadmintoolslibrary.entities; public enum PortalType { explore, connect, community, monitor, funder, ri, project, organization, - aggregator + aggregator, eosc } diff --git a/src/main/java/eu/dnetlib/uoaadmintoolslibrary/services/DivHelpContentService.java b/src/main/java/eu/dnetlib/uoaadmintoolslibrary/services/DivHelpContentService.java index 5123825..abaed98 100644 --- a/src/main/java/eu/dnetlib/uoaadmintoolslibrary/services/DivHelpContentService.java +++ b/src/main/java/eu/dnetlib/uoaadmintoolslibrary/services/DivHelpContentService.java @@ -193,9 +193,9 @@ public class DivHelpContentService { String link_result_bulk_content = "
  Information: Upload a csv file containing a list of DOIs. For each DOI found in the file, metadata will be fetched from CrossRef or Datacite and will be added to your selected research results.
CSV format:
  • The format of CSV file should be "DOI","ACCESS_MODE","DATE".
  • The value "DOI" is required
  • Access mode column should have values: "OPEN","CLOSED" or "EMBARGO".
  • Date column valid format is YYYY-MM-DD and is required when access mode has value EMBARGO.
  • In case access mode is not available default value is "OPEN".
"; String link_metadata_content = "
  Information: Manage access mode & type of selected research results. For OpenAIRE this functionality isn't available.
"; - String portal_footer_content = "

OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452

"; - String monitor_dashboard_footer_content = "

This OpenAIRE MONITOR dashboard is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452

"; - String community_footer_content = "

This OpenAIRE gateway is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541, 731011 and 101017452

"; + String portal_footer_content = "

OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452

"; + String monitor_dashboard_footer_content = "

This OpenAIRE MONITOR dashboard is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452

"; + String community_footer_content = "

This OpenAIRE gateway is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541, 731011 and 101017452

"; List divIds = divIdService.getDivIdsByPortalType(portalType);