argiro.kokogiannaki
a9cb541994
[Library|Trunk]
...
jsonld parser: complete fix with description as a number instead of string
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59402 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-16 13:27:13 +00:00
k.triantafyllou
c87f16dac3
[Library | Trunk]: 1. Add fragment on menu items. 2. Add footer option for fp-slider. 3. Add sushilite porperty
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59388 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-15 13:53:18 +00:00
argiro.kokogiannaki
78fed00f1d
[Library|Trunk]
...
Project Landing:
avoid double message "Nosummary available"
enhance project meta and jsonld description
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59375 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-15 10:01:19 +00:00
k.triantafyllou
4d48dad56e
[Library | Trunk]: Change contact us base on usege-counts
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59365 d315682c-612b-4755-9ff5-7f18f6832af3
2020-09-14 15:08:34 +00:00
argiro.kokogiannaki
d471f09a3b
[Library|Trunk]
...
menu.ts - isTheActiveMenu (): check if route or part of the route is the active
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59288 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-17 11:03:39 +00:00
argiro.kokogiannaki
33424ff671
[Library|Trunk]
...
jsonld fix: if description is a number .substr function didn't work
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59283 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-14 11:12:34 +00:00
argiro.kokogiannaki
99198fb0d9
[Library|Trunk]
...
Domain:
properties --> domain: change it to https:// + domain (needed fro jsonld)
getCommunityFromDomain function: split to remove the https://
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59248 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-11 12:39:55 +00:00
argiro.kokogiannaki
aa54f9460e
[Library|Trunk]
...
Claims: remove unused field from method (completes previous commit)
Deposit: remove zenodo button class - add uk-button-primary
JSonld: update methods to get searchRoute (in case different from /search/find)
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59243 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-10 15:14:48 +00:00
k.triantafyllou
e3ea7dc45a
[Library | Trunk]: Get dark from parameter
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59227 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-06 11:10:17 +00:00
k.triantafyllou
6ea9cce2a8
[Library | Assets]: Add dark parameter on user-mini and navbar
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59221 d315682c-612b-4755-9ff5-7f18f6832af3
2020-08-05 13:27:13 +00:00
argiro.kokogiannaki
3828670514
[Library|Trunk]
...
JSONLD:
-Home page:
-Add description in Website with search action
-In every search page add description based on the filters
-In (project, content provider, organization) landing add description if available otherwise use the title
-In project add id in funder entity
Autocomplete: create event emitter to update entity or refine result label (used in jsonld)
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59152 d315682c-612b-4755-9ff5-7f18f6832af3
2020-07-21 12:41:08 +00:00
argiro.kokogiannaki
fd27e88386
[Library|Trunk]
...
JSONLD changes:
Add id in every jsonld
Home page:
remove search action from Organization
Add description in Organization
Add Website with search action
Add Organization and Website in every page
In every search page add is part of the Website
In result landing (Type Dataset) when there is no description add title in description
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59134 d315682c-612b-4755-9ff5-7f18f6832af3
2020-07-15 13:59:09 +00:00
konstantina.galouni
5c9575ab7a
[Trunk | Library]:
...
1. configuration.service.ts: Use "useLongCache" property for communityFull | Add BehaviorSubject for communityFull | Add filtering methods to check if route is enabled from communityFull info.
2. isRouteEnabled.guard.ts: Get properties from environment (no service needed) | Foreach route do not query API but check if enabled by communityFull info (BehaviorSubject).
3. search.component.ts & searchAll.component.ts & entitiesSelection.component.ts & quick-selections.component.ts & navigationBar.component.ts & bottom.component.ts:
Get communityFull info from state (call configurationService.communityInformationState) | Add subscriptions in array to unsubscribe in ngOnDestroy.
quick-selections.component.ts: Add "uk-disabled" class when needed in <form> elements.
4. resultLanding.module.ts & navigationBar.module.ts & bottom.module.ts & entitiesSelection.module.ts & quick-selections.module.ts:
Remove ConfigurationService from providers (singleton service, providedIn: 'root').
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59074 d315682c-612b-4755-9ff5-7f18f6832af3
2020-07-12 22:19:30 +00:00
konstantina.galouni
05f3635d28
[Trunk | Library]:
...
1. showIdentifiers.component.ts: [Bug fix] Replace <li> tag with <div> (component is not inside <ul> element).
2. cookie-law.html: [Bug fix] Add missing closing <div> element.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59071 d315682c-612b-4755-9ff5-7f18f6832af3
2020-07-12 22:06:57 +00:00
k.triantafyllou
d07a30b5ca
[Library | Trunk]: 1. Contact us css changes. 2. Search for monitor. 3. Landing for monitor
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59007 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-29 13:15:52 +00:00
k.triantafyllou
b4e5d797a5
[Library | Trunk]: FP Slider: Add navigation menu on the left
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58944 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-16 19:59:51 +00:00
k.triantafyllou
1044737f9d
[Library | Trunk]: Remove dashboard menu on usage-statistics.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58902 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-12 13:22:04 +00:00
argiro.kokogiannaki
24b204f8b3
[Library|Trunk]
...
Update link to beta monitor
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58894 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-12 09:32:01 +00:00
konstantina.galouni
c20391f3fc
[Trunk | Library]:
...
1. src/assets/common-assets/common/custom.css: Add 'font-display: swap;' in '@font-face' css rules - improve performance.
2. dataProvider.component.html & organizations.component.html & project.component.html & resultLanding.component.html: Add check if 'indexUpdateDate' is initialized.
3. dataProvider.component.ts & organization.component.ts & project.component.ts & resultLanding.component.ts:
Initialize 'indexUpdateDate' and tabs counts only if "typeof document !== 'undefined'" (javascript is enabled) - improve performance.
4. resultLanding.component.ts: Get "provenanceActionVocabulary" and "altMetrics" only if "typeof document !== 'undefined'" (javascript is enabled) - improve performance.
5. organization.component.ts: [Bug fix] Get 'indexUpdateDate' from service (not properties) if available.
6. project.component.ts: [Bug fix] Call 'getProjectInfo()' only once (was called twice).
7. project.service.ts: [Bug fix] Add check for rels.rel.to.class=="hasParticipant" (when not array).
8. metrics.component.ts: Get metrics if "typeof document !== 'undefined'" (javascript is enabled) | Show charts only if user clicked on metrics badge | Do not set "width" for <i-frame> elements.
9. iframe.component.ts: Add case when only height is sent as input.
10. searchDataProviders.component.ts & searchOrganizations.component.ts: [Bug fix] Set "firstLoad" to false after getting results (was asking refine filters in paging too).
11. search-tab.component.ts: [Bug fix]: In method "getEntityName()" add cases when 'entityType == "project"' and 'entityType == "dataprovider"' and fix case when 'entityType == "result"'.
12. navigationBar.component.ts: [Bug fix] Do not initialize navbar inside route.queryParams subscription - !!! check it carefully when deployed in all portals !!! .
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58874 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-10 11:05:59 +00:00
argiro.kokogiannaki
36c797b14b
[Library|Trunk]
...
Dashboard:
Layout service: add mini menu option, front page option
Sidebar: updates accorrding to the new mocks
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58836 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-04 11:21:32 +00:00
argiro.kokogiannaki
8e0a427b0b
[Library|Trunk]
...
Add This: add js dynamically when the component is loaded for the first time
Cite This: add js dynamically when the component is loaded for the first time
add padding
Bottom menu: Fix menu width when it is not centered
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58780 d315682c-612b-4755-9ff5-7f18f6832af3
2020-05-26 10:16:03 +00:00
argiro.kokogiannaki
a142f0e457
[Library|Trunk]
...
Claims:
update search forms and filters according to the new design (Projects, Results)
add result type as Refine field
add range filter component
make basket stiky
make alert close to work
change research results -> research outcomes
Range Filters:
add showQuickButtons
smaller input, - between the inputs
Search:
change research results -> research outcomes in placeholder
NewSearchPage: make static method that creates range query
Fields:
add resulttypeId
change Year range to Active within for projects
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58697 d315682c-612b-4755-9ff5-7f18f6832af3
2020-05-14 14:38:50 +00:00
argiro.kokogiannaki
677e1a3c70
[Library|Trunk]
...
Bottom menu:
for light background use the white flag
update connect eu text
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58635 d315682c-612b-4755-9ff5-7f18f6832af3
2020-05-07 13:10:27 +00:00
argiro.kokogiannaki
c4addc2f13
[Library|Trunk]
...
Linking:
rename entity type to Result type
Deposit:
First page:
remove border
remove small text in first section paragraphs
remove padding from search form
Search:
go to first page when keyword changes
keep filters when keyword changes
Impact Factors:
update text (Exceptional,Substantial,Average)
Search bar:
pass parameters for advanced search
init keyword from params
if page not among search pages ignore keyword
when change to other entity clear parameters
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58606 d315682c-612b-4755-9ff5-7f18f6832af3
2020-05-05 16:21:31 +00:00
argiro.kokogiannaki
1aa854b72a
[Library|Trunk]
...
navigation bar:
add logo url also in big beta indication badge to fix z-index issue
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58582 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-30 12:26:25 +00:00
k.triantafyllou
97fdeb38c2
[Library | Trunk]: Add condition if community is connect add redirectUrl
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58580 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-30 10:33:21 +00:00
argiro.kokogiannaki
b35ebb80fc
[Library|Trunk]
...
Search Bar:
catch more events and initialize on params change, route chnages, and on entity changed
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58579 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-30 09:23:30 +00:00
argiro.kokogiannaki
f3c6ac3638
[Library|Trunk]
...
Deposit :
add breadcrumb
light blue background
title & forms changes
new zenodo button
Search pages: remove route from last breadcrumb
SearchBar: show advanced search only if tthe current route is search
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58563 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-27 12:54:48 +00:00
argiro.kokogiannaki
7f1862dbab
[Library|Trunk]
...
Search:
-Entities Selection: add check if route is enabled
-Delay in result types checkboxes to 2 s
-Use breadcrumb component
-add connect background
-remove space between names in showAuthors component
-Filters:
-message about top 100 always visible
-rename to view all
-change css for search input
-show 100 if results > 95
-view less under the 2nd list
-Search bar:
-select contains all avaliable entities not only search results
-
Landing pages:
-correct issue with pmid in landing
-correct issue with date in cite this
-Hide Addthis:
value in properties
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58552 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-27 08:14:05 +00:00
argiro.kokogiannaki
e142a4d6ab
[Library|Trunk]
...
Footer: options for centering contents and have dark or light background
Table View: change parameter to fv0
Searchbar, Entities Selection: clean up logs
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58530 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-23 13:21:39 +00:00
argiro.kokogiannaki
20559bb7d1
[Library|Trunk]
...
Updates on searchbar and navbar:
searchbar width, button, css
library.css:
searchbar css
navbar z-index same as uk-sticky nav bar (from theme.css)
beta indication z-index
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58522 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-23 06:42:32 +00:00
argiro.kokogiannaki
bfc49c0e18
[Library|Trunk]
...
Connect - Production release with links to beta: Connect helper ignore community id in domain if in production
Search Page:
option to include breadcrumb
show quickFilters for only results view
Quick Filters:
one line if they fit
Entities Selection Component:
add option to show only result types
add check if different result types are enabled
Add search bar component:
select different result types
Navbar: apply changes for searchbar to fit
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58517 d315682c-612b-4755-9ff5-7f18f6832af3
2020-04-22 13:00:13 +00:00
k.triantafyllou
9d69da41fd
[Library | Trunk]: 1. Add project name as subtitle if acrony and name are existed. 2. Remove isClient condition, which made menu hidden on server mode.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58285 d315682c-612b-4755-9ff5-7f18f6832af3
2020-03-17 13:55:34 +00:00
k.triantafyllou
276e467b4f
[Library | Trunk]: 1. Merge from landing redesign. 2. Close modal on show Authors.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58275 d315682c-612b-4755-9ff5-7f18f6832af3
2020-03-16 13:09:46 +00:00
argiro.kokogiannaki
6e7a46b7a9
[Library|Trunk]
...
Search:
old datsource search pages & table view: remove map link
new Datasource search page:
able to use it for different types (compatible, journal, registries)
create a helper class for selecting proper query, filter, etc depending on the type
Advanced form:
remove [()] from html attributes
add check about showing advanced link & entites selection component
when only one advanced filed is left, change its operator to and
update according to the new UI
Autocomplete: on blur clear keyword
New Search PAge:
Handle Quotted queries for field with equality operator "="
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58138 d315682c-612b-4755-9ff5-7f18f6832af3
2020-02-25 15:40:56 +00:00
argiro.kokogiannaki
105e67d626
[Library|Trunk]
...
Jsonld: truncate description to 5000 - add '...'
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58013 d315682c-612b-4755-9ff5-7f18f6832af3
2020-01-22 11:01:42 +00:00
argiro.kokogiannaki
66e46004b8
[Library| Trunk]
...
dashboard:
move sidebar under library
use menuItems class & add new fields needed
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57935 d315682c-612b-4755-9ff5-7f18f6832af3
2019-12-23 12:52:26 +00:00
konstantina.galouni
1957c29286
[Trunk | Library]:
...
1. login/userMiniModule.module.ts: Created UserMiniModule to import it wherever needed.
2. navigationBar.module.ts: use UserMiniModule.
3. userMini.component.ts: [For dashboard]: Add input variable 'colors' ('dark' on light background - 'light' on dark background) & add classes according to background & show user icon when no letters in user's name.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57881 d315682c-612b-4755-9ff5-7f18f6832af3
2019-12-13 15:40:13 +00:00
argiro.kokogiannaki
9d3aad3bd1
[Library|Trunk]
...
add prototype indicator
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57807 d315682c-612b-4755-9ff5-7f18f6832af3
2019-12-04 12:57:42 +00:00
argiro.kokogiannaki
508bf8d565
[Library|Trunk]
...
Navbar: fix position issue for beta-indication badge [again]
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57412 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-18 13:42:16 +00:00
argiro.kokogiannaki
5e402fa81c
[Library|Trunk]
...
Navbar: fix position issue for beta-indication badge
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57402 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-17 11:48:06 +00:00
k.triantafyllou
ea333e3666
[Library]: Sidebar: add uk-active on active route
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57387 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-16 10:45:01 +00:00
konstantina.galouni
961ace56f6
[Trunk | Library]: navigationBar.component.html: not set z-index on small screens.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57257 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-03 15:40:55 +00:00
konstantina.galouni
b69c5b1d20
[Trunk | Library]: navigationBar.component.html: z-index of beta indication set to 1001 (necessary in admin portal) & show beta indication on beta or development environment.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57256 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-03 15:39:06 +00:00
konstantina.galouni
2842a48b03
[Trunk | Library]:
...
1. navigationBar.component.html: Beta indication is inside 'assets/common-assets'.
2. library.css: Height of class 'large-beta-indication' changed from 90px to 104px.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57255 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-03 14:35:06 +00:00
konstantina.galouni
1ba65bcbe7
[Trunk | Library]:
...
1. assets/common-assets: Add beta_flag.svg.
2. assets/common-assets/library.css: Add classes 'small-beta-indication' and 'large-beta-indication' to be used in navigation bar.
3. navigationBar.component.html: Add beta_flag.svg in navigation bar when the environment is 'beta'.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57237 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-02 14:03:54 +00:00
argiro.kokogiannaki
2a76d93fdf
[Library|Trunk]
...
Bottom Menu: social buttons - Update linkedin link
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57208 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-30 13:11:10 +00:00
konstantina.galouni
83d1db9aca
[Trunk | Library]: Bug fixes
...
1. login/userMini.component.ts: Check if 'location' is undefined.
2. sharedComponents/bottom.component.html: Social networks should be always in one row.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57199 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-30 10:53:03 +00:00
argiro.kokogiannaki
ad3b0ce3fa
[Library|Trunk]
...
Navigation bar: add check in order to show user menu or not.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57128 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-24 12:57:32 +00:00
k.triantafyllou
98c98e6625
[Library]: Add user management service and change all session methods with new ones.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57058 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-13 07:01:19 +00:00
k.triantafyllou
b1110aca0d
Add property afterLoginRedirect and use it user-mini to redirect after login.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56922 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-29 09:49:40 +00:00
k.triantafyllou
952238a23a
[Library]: If user signs in and portal is connect, then he will be redirected to myCommunities route.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56919 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-28 12:55:55 +00:00
argiro.kokogiannaki
b8ffee979b
[Library|Trunk]
...
Other portals component: add check about properties
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56913 d315682c-612b-4755-9ff5-7f18f6832af3
2019-08-28 10:00:29 +00:00
argiro.kokogiannaki
db2371fee7
[Library|Trunk]
...
Communities service: set behaviorSubject to null
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56805 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-30 08:56:35 +00:00
argiro.kokogiannaki
18ad184578
[Library|Trunk]
...
Correcting issues found on build: (unclosed divs, unused variables)
add margins after theme
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56725 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-23 13:34:42 +00:00
k.triantafyllou
e5459be2d3
[Trunk|Library]: Sidebar remove underline
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56697 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-23 09:32:52 +00:00
k.triantafyllou
ead9616bc4
[Library|Trunk]: sidebar component: add margin left
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56500 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-12 09:10:22 +00:00
k.triantafyllou
1677aa8518
[Library|Trunk]: Rename all portals with lowercase on other-portas component for consistency with navbar.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56459 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-10 09:24:26 +00:00
k.triantafyllou
17b58e80b7
[Library|Trunk]: Create a new other portals component for home page before footer section.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56454 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-10 08:54:37 +00:00
k.triantafyllou
1494fe8e89
[Trunk|Library]: Add underline on active route of sidebar
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56448 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-09 14:55:13 +00:00
argiro.kokogiannaki
4eb1a0a994
[Trunk|Library]
...
navbar: clean up imports
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56300 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-01 14:22:11 +00:00
argiro.kokogiannaki
ecca7d45be
[Library|Trunk]
...
Bottom menu:
change link to newsletters
add classes for newsletters and license
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56292 d315682c-612b-4755-9ff5-7f18f6832af3
2019-07-01 13:41:22 +00:00
argiro.kokogiannaki
79c6becee4
[Trunk|Library]
...
remove svg for cc/cc-by
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56274 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-28 15:48:39 +00:00
argiro.kokogiannaki
84f7929b67
[Library|Trunk]
...
user component:
show user info only when there is no error code
navBar:
mark as active the current route
add markAsActive property in class MenuItem and mark root menu item only when it is set true.
mark by default
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56199 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-25 13:26:24 +00:00
argiro.kokogiannaki
e19ec379d0
[Library|Trunk]
...
Navbar:
add home menu item --> show when the route is not the home, use a boolean attr to show it, by default is hidden
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56180 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-24 12:12:28 +00:00
argiro.kokogiannaki
d76b8bf68f
[Trunk|Library]
...
NavBaR:
add search bar on menu - show in home page - by default is hidden
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56137 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-20 13:29:43 +00:00
argiro.kokogiannaki
504fdfaa3c
[Library|Trunk]
...
Changes for Aggregator portal:
use a customFilter in search pages, and pass it through the components
for landing pages check if a route is available in order to add linking and deposit links
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56059 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-12 14:13:56 +00:00
argiro.kokogiannaki
f5d29ffc76
[Library|Trunk]
...
add cache in some services and pass properties as parameter
initiate a searchResearchResultsService where it gets result type as parameter
update navbar/bottom to get properties as parameter and remove attributes included in properties
add spaces in search results & authors components
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@55995 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-05 13:33:18 +00:00
argiro.kokogiannaki
f8913dfdbd
[Library|Trunk]
...
Merge into trunk branch angular7 rev 55729
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@55964 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-03 13:20:36 +00:00
argiro.kokogiannaki
2dd9935734
[Library|Trunk]
...
Properties
add link to software landing page
Rel Canonical change:
In landing pages:
for results: use the objIdentifier in relcan (in case the request is from a dedup id)
in all landing: when the record not found use the simple search link tfor the relcan
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@55949 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-03 08:53:57 +00:00
konstantina.galouni
8182d2cce8
[Trunk|Library]: navigationBar.component: Add in sticky navbar id.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@55408 d315682c-612b-4755-9ff5-7f18f6832af3
2019-04-22 14:13:24 +00:00
k.triantafyllou
d9733cbf66
[Trunk|Library]: 1. Add a sideBarMenuItem class in menu.ts. 2. Create a new component for sidebar menu.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@55405 d315682c-612b-4755-9ff5-7f18f6832af3
2019-04-22 10:32:25 +00:00
argiro.kokogiannaki
1bb6fbe7ca
[Trunk|Library]
...
Connect subscriber Guard:
add community parameter
Login:
User component:add variable if the component is the main one, remove connect specific errorCode
user menu: add divider before logout
Helper: add 2 more connect specific error codes
Navigation Bar:
set height-medium for dropdown menus
Connect - communities: show title only when logo is not available
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@55365 d315682c-612b-4755-9ff5-7f18f6832af3
2019-04-15 14:08:08 +00:00
k.triantafyllou
1e6df79b08
[Trunk|Library]: Add to usermenu navbar uk-position-top-right and make search-form width responsive
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@55357 d315682c-612b-4755-9ff5-7f18f6832af3
2019-04-15 11:41:51 +00:00
argiro.kokogiannaki
84fdb271f5
[trunk:Library]
...
update links to monitor: for beta link to beta.oepnaire.eu/monitor
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54947 d315682c-612b-4755-9ff5-7f18f6832af3
2019-03-01 11:20:02 +00:00
argiro.kokogiannaki
53201aa7a4
[Library]
...
Deposit: Rename title "Deposit" to "Share"
Navigation Bar: Add alt=" " in community images to avoid broken image
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54851 d315682c-612b-4755-9ff5-7f18f6832af3
2019-02-18 15:06:35 +00:00
konstantina.galouni
8641787688
[Trunk|Library]
...
Fix error logs in Claims Pages and remaining components (approvedByCommunity, userEmailPreferences, navigationBar).
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54848 d315682c-612b-4755-9ff5-7f18f6832af3
2019-02-18 14:00:43 +00:00
argiro.kokogiannaki
01a945b226
[Trunk|Library]
...
Server Side errors: Add missing checks before using document, fix SEO rel canonical issue
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54829 d315682c-612b-4755-9ff5-7f18f6832af3
2019-02-15 15:03:48 +00:00
konstantina.galouni
c6b84c171e
[trunk]: Remove unnecessary logs from library.
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54775 d315682c-612b-4755-9ff5-7f18f6832af3
2019-02-14 10:15:44 +00:00
argiro.kokogiannaki
dfdc601812
[Library] update SEO service: rel canonical tag work also for server side| update method signature
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54748 d315682c-612b-4755-9ff5-7f18f6832af3
2019-02-11 15:03:38 +00:00
argiro.kokogiannaki
8de9a2f215
Bottom menu:
...
add grant id text, add missing link in the menu (newsletters), update subscribe link
change parameter names to be more accurate
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54678 d315682c-612b-4755-9ff5-7f18f6832af3
2019-02-01 12:14:46 +00:00
argiro.kokogiannaki
c8bce934c3
Correcting previous commit with navigation bar
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54635 d315682c-612b-4755-9ff5-7f18f6832af3
2019-01-23 14:19:53 +00:00
argiro.kokogiannaki
47989aead4
Navigation bar: Change the checks for the root menu item, show only the text if there are required routes (not null)
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54623 d315682c-612b-4755-9ff5-7f18f6832af3
2019-01-23 09:02:02 +00:00
konstantina.galouni
4bbfebfd28
1. env-properties.ts: Add 'feedbackQuestionaire' property.
...
2. feedback.component: Feedback button sends email or opens questionaire in new tab, according to input ('feedbackQuestionaire' or 'feedbackmail').
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54603 d315682c-612b-4755-9ff5-7f18f6832af3
2019-01-21 14:22:40 +00:00
argiro.kokogiannaki
549778c2eb
Properties
...
add property environment
remove unused property production mode
in navbar and bottom use environment property to show links to beta or production
Images: remove old images
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54347 d315682c-612b-4755-9ff5-7f18f6832af3
2018-12-13 09:21:26 +00:00
argiro.kokogiannaki
be9da138d5
Nav:
...
add homeurl boolean
if homeurl is true link to logo takes you to home page "/"
for communities if no homeurl takes you to beta._id_.openaire.eu
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54207 d315682c-612b-4755-9ff5-7f18f6832af3
2018-12-07 12:36:19 +00:00
argiro.kokogiannaki
ba1868051c
Search/find
...
add placeholder text as Input
remove the entity name from advanced search link
Bottom
add checks for routes enabled
Nav:
remove checks for boolean inputs (have to be properly assign in app component)
add checks for main menu items
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54206 d315682c-612b-4755-9ff5-7f18f6832af3
2018-12-07 11:07:19 +00:00
argiro.kokogiannaki
c50dd54698
NAvigation bar: add header menu - (if route and url is empty )
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53967 d315682c-612b-4755-9ff5-7f18f6832af3
2018-11-26 13:01:00 +00:00
argiro.kokogiannaki
f17d4735ea
Search/find
...
Add communityId
add community filter in search queries
advanced search - autocomplete
add acronym and grant id in autocomplete for projects
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53860 d315682c-612b-4755-9ff5-7f18f6832af3
2018-11-19 10:15:13 +00:00
argiro.kokogiannaki
78d4bb3f7d
JSONLD:
...
add jsonld in all pages (advance, table view, link, deposit)
for search pages assign SearchResultsPage representation
for other pages assign Website
SEO service:
add a service that updates the rel canonical url (in client side)
call the service in each page
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53740 d315682c-612b-4755-9ff5-7f18f6832af3
2018-11-14 10:38:53 +00:00
argiro.kokogiannaki
ae21b00172
JSON-LD:
...
expand Dataset to use issn, headline, alternativeHeadline for dataset subtitle
fix Dataset issue to get the proper value when title is array
Add jsonld in search pages with potentialAction search to each page
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53733 d315682c-612b-4755-9ff5-7f18f6832af3
2018-11-13 13:01:38 +00:00
argiro.kokogiannaki
f86a8891df
jsonld:
...
move files in sharedComponents/schema2jsonld/model - not used only in
add Organization, use JsonldDocument as the default class and extend Dataset and Organization
add jsonld in search-find, org/datasource/project landing
Claims: add limit in the number of results allowed to add in the basket
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53724 d315682c-612b-4755-9ff5-7f18f6832af3
2018-11-12 15:36:20 +00:00
argiro.kokogiannaki
22d4a2f105
In display claims redirect when session expires.
...
Update messages in user login errors
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53689 d315682c-612b-4755-9ff5-7f18f6832af3
2018-11-09 13:44:08 +00:00
argiro.kokogiannaki
2526d55283
Add NOADs link in bottom menu
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53643 d315682c-612b-4755-9ff5-7f18f6832af3
2018-11-07 09:59:36 +00:00
argiro.kokogiannaki
b0b1af6a04
Linking:
...
1. When linking is from connect, add community in the basket if there is not
2. My links add separate section with the recent claims (24h)
3. In recent claims add tooltip with information about the link visiblility in the index
4. Add section on the right with the link to create more and a link to claims information article
5. Add link to claims information article to the properties
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53553 d315682c-612b-4755-9ff5-7f18f6832af3
2018-10-25 09:33:56 +00:00
argiro.kokogiannaki
d29a8f85af
Update footer alignment, hide footer menus in mobile
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53548 d315682c-612b-4755-9ff5-7f18f6832af3
2018-10-24 09:16:23 +00:00
argiro.kokogiannaki
723ce9adf9
set properly footer images, update charts size to fit in the tabs, rephrase to 'Select this citation style'
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53456 d315682c-612b-4755-9ff5-7f18f6832af3
2018-10-15 10:47:43 +00:00
argiro.kokogiannaki
eb8e06a7c0
commit new footer
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53393 d315682c-612b-4755-9ff5-7f18f6832af3
2018-10-04 23:09:28 +00:00
argiro.kokogiannaki
e8dd190a98
submit facelift css changes part 3
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53381 d315682c-612b-4755-9ff5-7f18f6832af3
2018-10-04 10:12:54 +00:00
argiro.kokogiannaki
6fe9bad457
submit facelift css changes part 2
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53379 d315682c-612b-4755-9ff5-7f18f6832af3
2018-10-03 14:12:42 +00:00