Commit Graph

121 Commits

Author SHA1 Message Date
Konstantina Galouni 6820f4c0ad [Aggregator | new-theme]: Use of properties.errorLink | Link to simple/advanced page dark or not depending on background.
1. directLinking-routing.module.ts & linking-routing.module.ts & myClaims-routing.module.ts & deposit-routing.module.ts & searchDataProviders-routing.module.ts & errorPage.component.ts & dataProvider-routing.module.ts & dataset-routing.module.ts & organization-routing.module.ts & orp-routing.module.ts & project-routing.module.ts & publication-routing.module.ts & result-routing.module.ts & service-routing.module.ts & advancedSearchDataProviders-routing.module.ts & advancedSearchOrganizations-routing.module.ts & advancedSearchProjects-routing.module.ts & advancedSearchServices-routing.module.ts & searchResearchResults-routing.module.ts & searchDataProviders-routing.module.ts & searchOrganizations-routing.module.ts & searchProjects-routing.module.ts & searchResearchResults-routing.module.ts & searchServices-routing.module.ts: Replaced /error path with properties.errorLink.
2. advancedSearchDataProviders.component.ts & advancedSearchOrganizations.component.ts & advancedSearchProjects.component.ts & advancedSearchServices.component.ts & searchResearchResults.component.ts & search.component.ts & searchDataproviders.component.ts & searchOrganizations.component.ts & searchProjects.component.ts & searchResearchResults.component.ts & searchServices.component.ts: Added field searchForm: SearchForm, which sets dark to false for eosc, otherwise true - this is passed to the corresponding search component.
2022-05-18 15:13:42 +03:00
argirok 7ffe95f12b update eosc properties: to use BETA services 2022-05-18 14:47:35 +03:00
argirok cbc205d2d5 add eosc data transfer action button in landing
update properties
2022-05-18 13:30:00 +03:00
argirok 3112689645 add reload path 2022-05-18 12:40:51 +03:00
argirok 1927b04d7a update data transfer service - add selection for dois and destination Storages 2022-05-18 12:40:31 +03:00
argirok 4f9fdce645 Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/aggregator into new-theme 2022-05-18 12:19:53 +03:00
Konstantina Galouni 2b620d4e26 [Library | new-theme]: 1. showSubjects.component.ts: Ignore specialSubjects and do not add links. | 2. resultLanding.component.html & resultLanding.component.ts: Show button "Check compatible EOSC services" not only in development or beta environments. 2022-05-16 18:42:23 +03:00
Konstantina Galouni 1500084e78 [Aggregator & Library | new-theme]: [Bug fix] Set properly "dashboard" and "adminToolsPortalType" properties and show "Check compatible EOSC services" button in eosc portal too.
1. env-properties.ts:
   a. In Dashboard type added "aggregator".
   b. In PortalType added "funder", "ri", "project", "organization", "aggregator", "eosc".
2. environments/: Set "dashboard" property to "aggregator" and only for eosc set "adminToolsPortalType" property to "eosc".
3. entitiesSelection.component.ts: Added check if adminToolsPortalType is "eosc".
4. resultLanding.component.ts: In method "hasRightSidebarInfo()" check if adminToolsPortalType is "eosc" to show "Check compatible EOSC services" button.
5. resultLanding.component.html: Show "Check compatible EOSC services" for adminToolsPortalType "explore" or "eosc".
2022-05-16 17:14:50 +03:00
Konstantina Galouni e2ca8d3e4b [Library | new-theme]: [NEW] #6915 - Added new fields in datasources/services.
1. dataProviderInfo.ts: Added fields jurisdiction, thematic, contentpolicy, identifiers.
2. dataProvider.service.ts: Parse new fields.
3. dataProvider.component.html: Added label "Thematic" when true | moved "web page" under the labels | Show identifiers, jurisdiction and contentpolicy.
4. dataProvider.module.ts: Import ResultLandingUtilsModule.
5. parsingFunctions.class.ts: In method "parseIdentifiers()" added parsing for classid "re3data".
6. showIdentifiers.component.ts: Show identifier when key is "re3data" too.
7. string-utils.class.ts: In Identifier class added class and check for "re3data".
8. searchDataproviders.service.ts: In method "parseResults()" parse "pid" and set identifiers.
9. newSearchPage.component.ts: In method "createKeywordQuery()" added check for identifiers for entityTypes "datasource" and "service".
2022-05-16 17:01:36 +03:00
Konstantina Galouni 0bd5589342 [Aggregator | new-theme]: angular.json: Update UIKIT scripts (get them from the "openaire-theme" folder instead of the "common-assets"). 2022-05-16 16:42:03 +03:00
Konstantina Galouni bdda998127 [Aggregator | new-theme]: [NEW] Added service entity in Menu, properties and added landing and search pages.
1. aggregators.ts: Added in PortalAggregators.disabled object, service entity & route.
2. app.component.ts: Added in menuItems "Serive" and use for menuItems entity names from OpenaireEntities.
3. app-routing.module.ts: Added routes for service landing, search and advanced search pages.
4. environments/: Added values for properties searchLinkToService, searchLinkToServices, searchLinkToAdvancedServices, errorLink
5. [NEW] Files added for services landing, search and advanced search pages: landingPages/service/, advancedSearchServices.component.ts, advancedSearchServices.module.ts, advancedSearchServices-routing.module.ts, searchServices.component.ts, searchServices.module.ts, searchServices-routing.module.ts
2022-05-13 16:07:09 +03:00
Konstantina Galouni 12d4473e54 [Library | Trunk]: [NEW] Added service entity.
1. result-preview.component.ts & datasourcesHelper.class.ts & entitiesSelection.component.ts & newSearchPage.component.ts & errorPage.component.ts & searchAll.component.ts: Added case for service entity.
2. searchFields.ts: Added  in OpenaireEntities names for Services | In methods "getFieldName()" and "getFieldParam()" case for service entity.
3. searchDataProviders.component.ts: Parametrize component to show/query for datasources or services.
4. quick-selections.component.ts: Delete reset of resultTypes from "initializeFilters()" method.
5. searchDataproviders.service.ts: In method "numOfSearchDataproviders2()" added parameter "typePathParam" to search for datasources or services | In method "parseResults()" set "entityType" according to eosctype field.
6. portal.ts: In method "getmockPortalInfo()" added entity and routes for service.
7. env-properties.ts: Added properties "searchLinkToService", "searchLinkToServices", "searchLinkToAdvancedServices".
8. dataProvider.component.html: Parametrize component to show for datasources or services | [Bug fix] Added [class.uk-invisible]="!dataProviderInfo" in #graph_and_feedback_template.
9. dataProvider.component.ts: Parametrize component to show/query for datasources or services.
10. dataProvider.service.ts: In method "getDataproviderInfo()" added parameter "typePathParam" to search for datasources or services.
11. searchAll.component.html: Added tab for search services.
2022-05-13 15:57:31 +03:00
Konstantina Galouni 19dbcf328d [openaire-theme | Trunk]: In class .uk-dropdown.options, updated max-height: 216px to be enough for 6 entities (5 old + services). 2022-05-13 15:50:16 +03:00
Konstantina Galouni c142a5fe21 [Library | Trunk]: advancedSearchForm.component.html: Dropdown for advanced search link (all content) replaced with a link to advanced search results (research products). 2022-05-13 15:46:54 +03:00
argirok 3b3f1e38d7 EGI data transfer: mock login process with reload 2022-05-10 15:39:21 +03:00
argirok fff6a016a8 egi transfer component: update messages for transfered files, separate destination path and url 2022-05-09 13:35:42 +03:00
argirok 2f32fd705b Initial version of data service component 2022-05-09 13:16:52 +03:00
argirok 6259a84df6 Add blur background in tabs slider arrows and in search selected filters 2022-05-06 13:13:45 +03:00
argirok b80ef7d32e update properties for stats 2022-05-05 17:48:45 +03:00
argirok 424eff78a1 apply new theme changes - mainly for eosc 2022-05-03 16:53:37 +03:00
argirok 87865d6ba1 update properties for datasources (fairSharingURL,eoscMarketplaceURL) 2022-05-03 16:08:38 +03:00
argirok 38bba7440b initial commit for new-theme branch 2022-04-26 17:19:38 +03:00
argirok 120983b937 home: add eosc logo in search bar, add eosc intro text
remove navbar
disable recaptcha for eosc
2022-03-08 15:31:13 +02:00
argirok 21b67013ed eosc properties: add piwik 2022-03-04 13:29:48 +02:00
argirok 7476cd68b4 Apply initial changes for eosc explore 2022-02-18 16:58:47 +02:00
argirok aa00582f7e update prod login properties 2021-12-21 12:30:37 +02:00
argirok be8c7629d1 update cookies link 2021-12-10 12:31:53 +02:00
argirok 262d335b88 update the english text in graph section, minor layout updates in home 2021-12-08 16:00:44 +02:00
Alex Martzios d1cec59bae Add logos for funders 2021-12-06 16:36:24 +02:00
Alex Martzios 317b7a19e1 Add funders cards in homepage 2021-12-03 18:04:39 +02:00
argirok 638cec68df add missing import in develop, update the links to api documentation 2021-11-25 17:14:21 +02:00
argirok 5cb2c9f1ba Update graphSectionText, update footer view, add grant aggeement text, update login with new single login service 2021-11-25 16:10:20 +02:00
argirok bf6c1db2cc add piwik id - enable tracking in all components 2021-11-09 12:31:44 +02:00
Konstantinos Triantafyllou 81695838f7 Update library and assets. Add new login/logout/userInfo in development properties 2021-11-08 18:49:16 +02:00
argirok 660950d352 updates on aggregator for production settings 2021-10-21 16:36:27 +03:00
kostis30fyllou 9d77ebc6a5 Update library 2021-07-19 18:23:52 +03:00
kostis30fyllou e5b7da9fe5 [Aggreagator]: Remove clean-library. Add gitignore. Add gitmodule 2021-07-19 17:32:59 +03:00
k.triantafyllou 91f00469c1 [Aggregator | Trunk]: Upgrade to angular 11
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@61382 d315682c-612b-4755-9ff5-7f18f6832af3
2021-07-14 11:47:56 +00:00
k.triantafyllou b6104fcfd9 [Aggregator | Trunk]: Add smooth scroll
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60944 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-21 12:36:46 +00:00
k.triantafyllou 3a9c980b6a [Aggragator | Trunk]: Home remove numbers variables
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60909 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-18 12:03:58 +00:00
k.triantafyllou 0658c30096 [Aggragator | Trunk]: Add numbers on home page
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60908 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-18 12:03:23 +00:00
k.triantafyllou d9b4e45c31 [Aggregator | Trunk]: Remove properties service and resolver
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60778 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-01 14:59:03 +00:00
argiro.kokogiannaki 0f1e65411d [Aggregator |Trunk]
update develop page: add image
update properies(beta): fix statistics url 


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60367 d315682c-612b-4755-9ff5-7f18f6832af3
2021-02-05 09:46:23 +00:00
argiro.kokogiannaki cb56e684f6 [Aggregator |trunk]
- add graph section text for Canada - remove lorem ipsum



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60305 d315682c-612b-4755-9ff5-7f18f6832af3
2021-01-28 09:45:22 +00:00
k.triantafyllou ed05f2ad2f [Aggregator | Trunk]: Remove b2note url property
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60191 d315682c-612b-4755-9ff5-7f18f6832af3
2021-01-05 13:30:54 +00:00
argiro.kokogiannaki 9c53582deb [Aggregator| Trunk]
- package.json: remove wiki-data, citation-js
- Develop: add route, component



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60186 d315682c-612b-4755-9ff5-7f18f6832af3
2021-01-04 11:50:58 +00:00
k.triantafyllou 286964a91e [Aggregator | Trunk]: Add b2note production URL
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60166 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-18 11:11:30 +00:00
k.triantafyllou 4884712429 [Aggregator | Trunk]: Add flex center on numbers
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60150 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-16 10:23:26 +00:00
k.triantafyllou e269ba220e [Aggregator | Trunk]: Remove flex center from numbers grid
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60148 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-15 17:12:51 +00:00
k.triantafyllou 895ea5bde8 [Aggregator | Trunk]: Add number color back to portal text
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60141 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-15 15:50:09 +00:00