Commit Graph

50 Commits

Author SHA1 Message Date
Alex Martzios 9093e0932b fix for duplicating userMenuItems when clicking "User Information" 2022-09-28 17:13:30 +03:00
Konstantina Galouni 89b51d9838 [Explore | Library | new-theme]: resources.service.ts & menu.ts & navigationBar.component.ts & navigationBar.component.html & app.component.ts: Removed deprecated RootMenuItem and used MenuItem instead. 2022-09-20 18:00:20 +03:00
Konstantina Galouni 73067ebc6b [Library | Explore | new-theme]: Added a container for modals | Fixes in orcid modal | for journals and registries use common query for beta & prod.
1. app.component.ts: Added <div id="modal-container"></div>.
2. alert.ts: [Bug fix] Updated target container in modal to id #modal-container (get portal specific css and have a generic z-index).
3. datasourcesHelper.class.ts: In method getQueryPrefix(), have a common setting for beta & prod environments.
4. orcid-work.component.ts: In grant modal, removed uk-text-center class and added [overflowBody]=false.
2022-06-20 13:02:23 +03:00
Konstantina Galouni 40700daf24 [Explore & Library | new-theme]: Fixes for orcid dropdown in authors and increase timeout for addThis check for warning.
1. app.component.ts: [Bug fix] First menu item under "Search", set to OpenaireEntities.RESULTS.
2. searchFields.ts: Renamed OpenaireEntities.DATASOURCE to "Data source".
3. addThis.component.ts: [Bug fix] Check for showing warning was missing a not (!).
2022-05-18 12:31:46 +03:00
Konstantinos Triantafyllou 27a1ea7029 Add explore logo as SVG 2022-05-13 15:46:23 +03:00
Konstantina Galouni bbfa79c8c9 [Explore & Library & common-assets | new-theme]: No animation in sticky tabs | Tabs stop being sticky when bottom component is in viewport | Updates in powered by bottom message | Updates in statistics in datasource landing.
1. landing-utils.css: Commented transition ease-out in #main-tabs-div.
2. app.component.ts: Added id="bottom" in <bottom>.
3. newSearchPage.component.html: Updated "Powered by OpenAIRE Research Graph" to make the link underlined on hover.
4. metrics.component.ts: Add classes "uk-text-small uk-text-meta" in "Powered by".
5. resultLanding.component.html & project.component.html & dataProvider.component.html:
   a. Updated "Powered by OpenAIRE Research Graph" to make the link underlined on hover.
   b. Add uk-sticky attribute in id="main-tabs-div" only if shouldSticky is true (bottom is not in the viewport).
6. resultLanding.component.ts & project.component.ts & dataProvider.component.ts: Added fields shouldSticky and observer, check in ngAfterViewInit() if bottom is intersecting and kill the observer in ngOnDestroy().
7. statisticsTab.component.ts: Added customContainerClass="uk-background-default" customIframeClass="uk-blend-multiply" in <i-frame>.
8. showAuthors.component.ts: [Bug fix] In "View less authors" make only the link clickable, not the whole row.
2022-05-04 18:09:35 +03:00
argirok 6564620ddd Update menu items with OpenaireEntities names 2022-04-20 10:33:52 +03:00
Alex Martzios cb4b3334be finish fos page - search functionality 2022-04-14 18:05:47 +03:00
argirok 6f07efc4a5 update cookies link 2021-12-10 12:32:37 +02:00
argirok f50db71c44 Add sumbmenu in the research outcomes for the different types, update robots.txt (exclude covid-19) 2021-08-09 15:31:19 +03:00
argiro.kokogiannaki 06ed324ff7 [Explore|Trunk]
- add compress in server
- minimize graph image
- updates in sitemap & robots
- remove preload modules



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@61059 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-28 13:36:46 +00:00
argiro.kokogiannaki a0dff09666 [Explore|Trunk]
- Remove qf=true  from home page and menu items --> use resultbestaccessright="Open%2520Access" instead
- initialize rel next/prev with empty values



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@61020 d315682c-612b-4755-9ff5-7f18f6832af3
2021-05-19 07:42:56 +00:00
k.triantafyllou 1198ff93fe [Explore | Trunk]: Add smooth scroll
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60943 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-21 12:28:02 +00:00
konstantina.galouni 3e03b3a617 [Trunk | Explore]:
1. app.component.ts: [Bug fix] Update url for "Manage helptexts" button (use adminPortalURL property).
2. environment.beta.ts & environment.prod.ts & environment.test.ts & environment.ts: Add property "adminPortalURL".


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60940 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-21 11:13:07 +00:00
konstantina.galouni d3d3d881a5 [Trunk | Explore]: app.component.ts: Updated url for "Manage helptexts" user menu item (Admin on BETA is updated and a new url was needed).
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60856 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-13 13:29:08 +00:00
k.triantafyllou 85af86976e [Explore | Trunk]: Remove properties resolver and load environment
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60773 d315682c-612b-4755-9ff5-7f18f6832af3
2021-04-01 14:32:23 +00:00
konstantina.galouni 674f455bed [Trunk | Explore]: app.component.ts: Add "My ORCID links" in user menu, in all environments (in production too).
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60617 d315682c-612b-4755-9ff5-7f18f6832af3
2021-03-11 00:51:57 +00:00
konstantina.galouni 711697458b [Trunk | Explore]:
1. app.component.ts: Added "My ORCID links" page (/my-orcid-links) only when environment is not production.
2. environment.ts: Added properties "orcidTokenURL", "orcidClientId".
3. environment.test.ts & environment.beta.ts & environment.prod.ts: Added properties "orcidAPIURL", "orcidTokenURL", "orcidClientId".


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60493 d315682c-612b-4755-9ff5-7f18f6832af3
2021-02-24 19:49:55 +00:00
argiro.kokogiannaki 79c8741cf2 [Explore | trunk]
- package.json remove unused dependencies
- update/ correct beta properties


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60184 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-23 16:21:03 +00:00
argiro.kokogiannaki 9e1dcf9f21 [Explore |Trunk]
- App: set robots tag to "all" on params change - to unset the noindex value  for newly added records
- delete unused sitemap file
- update properties with new login in beta
- update language tag in html pages
- update sitemap.xml


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60039 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-07 09:17:53 +00:00
argiro.kokogiannaki b916f19f57 [Explore |Trunk]
code clean up:
-add timeout interceptor
-remove unused imports, code, files (Old search pages for results, dataproviders, map search page, etc)
-remove Freeguard from modules                          
-unsubscribe all subscriptions
-Services: configuration, isvocabularies, user management: unsubscribe from app component or the component that uses them (clearSubscriptions())
-Fetchers: unsubscribe from  the component that uses them (clearSubscriptions())



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59817 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-11 14:44:21 +00:00
k.triantafyllou 37813a6519 [Explore | Trunk]: Add header on app component
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59592 d315682c-612b-4755-9ff5-7f18f6832af3
2020-10-14 11:19:00 +00:00
argiro.kokogiannaki e7ccc78b3f [Explore|Trunk]
-apply changes for baseLink, domain properties



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59420 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-18 14:02:48 +00:00
argiro.kokogiannaki a7dada87c2 [Explore|Trunk]
update meta tags title & description according to Lorenzo's proposal


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59292 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-19 10:59:28 +00:00
argiro.kokogiannaki e0405331e5 [Explore|Trunk]
JSONLD: remove json ld from home component
	add it is app.component to be applied in every page

Update robots for production. Allow search pages again


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59135 d315682c-612b-4755-9ff5-7f18f6832af3
2020-07-15 14:00:30 +00:00
konstantina.galouni e9eca1f4f1 [Trunk | Explore]:
1. app.component.ts: Initialize communityFull info from app component (call configurationService.initCommunityInformation).
2. home.component.ts: Get communityFull info from state (call configurationService.communityInformationState) | Add subscriptions in array to unsubscribe in ngOnDestroy.
3. home.module.ts: Remove ConfigurationService from providers (singleton service, initialized in app component).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59076 d315682c-612b-4755-9ff5-7f18f6832af3
2020-07-12 22:22:43 +00:00
argiro.kokogiannaki f95e919d24 [Explore| Trunk]
index.html: remove clipboard.js (not used)
App component: add qf=true in the search research outcomes menu item
Home Search bar: move class quickSelectionsBox 
		 set delayTime 0 in quick selections component




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58816 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-01 09:20:11 +00:00
argiro.kokogiannaki a9fcf4b6d3 [Explore|Trunk]
Update properties: 
	add new stats tool API

index.html: remove js for addhis & citeThis and clean up comments



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58781 d315682c-612b-4755-9ff5-7f18f6832af3
2020-05-26 10:20:32 +00:00
k.triantafyllou 36ff7b58a8 [Explore | Trunk]: Add animation module for openaire badge
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58599 d315682c-612b-4755-9ff5-7f18f6832af3
2020-05-05 10:37:53 +00:00
argiro.kokogiannaki 9374fae091 [Explore|Trunk]
App component:  update Research Outcomes Search page route in the menu




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58257 d315682c-612b-4755-9ff5-7f18f6832af3
2020-03-13 15:56:39 +00:00
argiro.kokogiannaki 1d463ab472 [Explore|Trunk]
Search Pages:
	remove isRouteEnbaled Guard
	for publications, software, datasets, other search pages create URL resolver component and redirect to search outcomes page with the proper entity selected



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58165 d315682c-612b-4755-9ff5-7f18f6832af3
2020-03-03 14:35:42 +00:00
argiro.kokogiannaki 84d7984100 [Explore|Trunk]
New Search:
	use new serach page component for projects, organizations, datasources simple and advanced search pages.



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58074 d315682c-612b-4755-9ff5-7f18f6832af3
2020-02-11 15:09:08 +00:00
argiro.kokogiannaki be9e64bdf8 [Explore Trunk]
New search page for research results:
	- simple & advanced
	- uses the library component that has both search unified
	- add the routes and the menu items (for development)



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58046 d315682c-612b-4755-9ff5-7f18f6832af3
2020-01-31 15:24:53 +00:00
argiro.kokogiannaki 88fc045db3 [Explore|Trunk]
Remove publications sitemap file
Remmove feedback from production
fix how interlinked and total is presented in home
update js/css ersions



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58024 d315682c-612b-4755-9ff5-7f18f6832af3
2020-01-28 13:07:04 +00:00
k.triantafyllou d90b756fc4 [Explore | Trunk]: Remove url from user info
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57943 d315682c-612b-4755-9ff5-7f18f6832af3
2019-12-23 15:36:58 +00:00
k.triantafyllou e2ee78c203 Add check condition for adding user information on usermenuitems.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57789 d315682c-612b-4755-9ff5-7f18f6832af3
2019-12-03 09:57:22 +00:00
konstantina.galouni a533f69a0b [Trunk | Explore]: app.component.ts: [Bug fix]: Route of Deposit in navigation bar should be '/participate/deposit/learn-how'.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57488 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-31 11:18:19 +00:00
konstantina.galouni 48410af57f [Trunk | Library]:
1. home.component.hmtl & explore-custom.css: Buttons for trello updated.
2. app-routing.module.ts & app.component.ts: Menu and routes updated for new deposit functionality (already used in connect portal).
3. deposit-routing.module.ts & deposit.component.ts & deposit.module.ts & searchDataprovidersToDeposit-routing.module.ts & searchDataprovidersToDeposit.component.ts & searchDataprovidersToDeposit.module.ts:
	Files added for pages in new deposit functionality.
4. explore-custom.css: Classes for new deposit functionality in explore portal added.
5. env-properties.json: Properties for new deposit routes added (beta and production properties files need to be updated).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57407 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-17 13:49:05 +00:00
argiro.kokogiannaki f2f1c89470 [Explore|Trunk]
Properties: add property "dashboard"
use it in navbar



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57386 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-16 10:41:20 +00:00
konstantina.galouni 3afc46a780 [Trunk | Explore]:
1. app.component.ts: Use feedback component only in production environment.
2. home.component: Add logos of content providers and show numbers accordingly.
3. assets/ExploreLogos: Folder added for logos in Home Page.
4. explore-custom.css: Class 'mainPageSearchForm' changed (background) & classes 'home-logo' and 'home-logo:hover' added for grayscale effect in logos of Home Page.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57308 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-08 11:02:51 +00:00
k.triantafyllou 1f549eb59b [Explore]: Change user login check with user management service.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57060 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-13 07:46:57 +00:00
argiro.kokogiannaki 9576880e00 Properties:
add properties regarding new linking
	
App component:
	add submenu items in link menu



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@56751 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-24 12:47:47 +00:00
argiro.kokogiannaki 51aef8b025 [Explore|Trunk]
add user info in user menu
	Update sitemap:
		set search links freq to daily
	Update robots.txt
		allow linking  


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@56073 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-13 13:23:38 +00:00
argiro.kokogiannaki ff7716ecfe [Explore|Trunk]
pass properties as parameter in services in order to use cache

        add properties parameter in navbar/bottom and clean up other attributes




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@55999 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-05 14:31:43 +00:00
argiro.kokogiannaki 247ef9dccd [Explore|Trunk]
Merge into trunk branch angular7 rev 55729



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@55965 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-03 13:21:49 +00:00
argiro.kokogiannaki 11e46dee59 [Trunk]
Change guard in claims administration page use ClaimsCuratorGuard
	In app component add manage claims links only for admins and claims curators


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@54935 d315682c-612b-4755-9ff5-7f18f6832af3
2019-02-28 15:30:25 +00:00
konstantina.galouni eb7aee74c8 [trunk]: Library + Explore: Remove unnecessary logs.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@54778 d315682c-612b-4755-9ff5-7f18f6832af3
2019-02-14 10:44:30 +00:00
argiro.kokogiannaki d599cc359c clean up bottom menu parameters
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@54739 d315682c-612b-4755-9ff5-7f18f6832af3
2019-02-08 12:23:15 +00:00
argiro.kokogiannaki f16d75deeb update sitemaps to link to production explore
use property environment to admin link in user menu  & dashboard links in home page



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@54462 d315682c-612b-4755-9ff5-7f18f6832af3
2018-12-19 14:35:59 +00:00
argiro.kokogiannaki 97a774ba6f Clean up uoa-services-portal/trunk
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@54358 d315682c-612b-4755-9ff5-7f18f6832af3
2018-12-13 12:31:33 +00:00