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:
"; 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);