Commit Graph

52 Commits

Author SHA1 Message Date
Konstantina Galouni 9fb83e66a4 [Eosc Explore]: home.module.ts: Removed arrow_right icon | eosc-custom.less: Updated height of #searchImage. 2023-01-03 16:55:33 +02:00
Konstantina Galouni feb39421db Updating libraries... 2022-12-05 14:09:05 +02:00
Konstantina Galouni 9885394c0c Merge remote-tracking branch 'origin/master' into angular-14 2022-11-29 14:14:32 +02:00
Konstantina Galouni e6279deed5 Updating libraries... 2022-11-29 14:10:28 +02:00
Konstantina Galouni ee74c88708 [Library]: searchFields.ts: Changed "type" of "eoscifguidelines" field from "keyword" to "refine", to get dynamically the available values for the eosc subjects. 2022-11-29 14:05:54 +02:00
Konstantina Galouni 587c7f2331 [Library | EOSC Explore]: Updated styles | Updated link to Marketplace for EOSC::RO-crate | Bug fix in description of results versions | Removed timeout from reports.service.ts.
1. home.component.html: Added blue banner, white logo, aligned search form to the center and updated fonts according the new EOSC Marketplace.
2. parsingFunctions.class.ts: Updated link to Marketplace for eosc subject EOSC::RO-crate.
3. resultLanding.component.html: Updated how links to Compatible EOSC Services are displayed.
4. searchAll.component.html: Updated paddings and margins in search form of Search all page.
5. navigationBar.component.html: Set burger menu icon to light color if dark background.
6. advancedSearchDataProviders.component.ts & advancedSearchOrganizations.component.ts & advancedSearchProjects.component.ts & advancedSearchServices.component.ts & searchResearchResults.component.ts & searchDataproviders.component.ts & searchOrganizations.component.ts & searchProjects.component.ts & searchResearchResults.component.ts & searchServices.component.ts & search.component.ts: Set in searchForm, dark=true.
7. aggregators.ts: In eoscInfo, updated logoUrl and removed customCss of AggregatorInfo.
8. app.component.ts: Set header.darkBg: true.
9. Added eosc-custom.less file.
10. styles.less: import eosc-custom less file, instead of portal-custom.css.
11. deletedByInference.service.ts & result-preview.ts: [Bug fix] Parse description of versions properly.
12. reports.service.ts: Copy fix from angular-14 branch - do not timeout to 10000.
2022-11-28 14:37:37 +02:00
Konstantina Galouni 457818cddb [Eosc Explore & Library]: home.component.html & advancedSearchForm.component.html: Updated width of stepper form & set tooltip=true. 2022-10-18 15:51:40 +03:00
argirok f7766e6093 Data transfer: move transfer button in the modal footer 2022-10-17 12:42:01 +03:00
argirok fdf197b0d0 remove queries unused queries for funders in home
remove unused assets
2022-10-17 12:13:33 +03:00
Konstantina Galouni be6ab6bd25 Updating libraries 2022-10-04 15:50:30 +03:00
Konstantina Galouni 281cd03980 Updating libraries 2022-10-04 15:45:29 +03:00
Konstantina Galouni 777e300c87 [Eosc Explore]: aggregators.ts: Added argument for pid to "getMockCommunityInfo()". 2022-10-03 20:42:02 +03:00
Konstantina Galouni 7f32643554 Merge remote-tracking branch 'origin/angular-13' into angular-14 2022-09-30 16:04:03 +03:00
Konstantina Galouni 18bb2e0638 Updating libraries 2022-09-30 16:03:48 +03:00
Konstantina Galouni 8b0cee6a7e Merge remote-tracking branch 'origin/angular-12' into angular-13 2022-09-30 16:01:30 +03:00
Konstantina Galouni 8a557d3dbc Updating libraries 2022-09-30 16:01:13 +03:00
Konstantina Galouni 71c47c5246 Updated common-assets to angular-12 branch 2022-09-30 15:54:57 +03:00
Konstantina Galouni e9014daae6 Merging from master 2022-09-30 15:37:27 +03:00
Konstantina Galouni 1530ce60ec [Eosc Explore]: Updated some styles | Replaced "datasourcetypeuiname" field with "eoscdatasourcetype" | Do not add hardcoded compatibility label "Not yet registered" | Bug fix in Access filter
1. styles.less: Renamed from styles.css and added imports of less files and portal-custom.css (to be updated).
2. angular.json: In styles configuration added styles.less.
3. index.html & beta/index.html: In beta badge, used background instead of background-color to css rules.
4. portal-custom.css: Added rule for .search-form to inherit color in background.
5. searchFields.ts:
   a. Replaced "datasourcetypeuiname" field with "eoscdatasourcetype" for datasources refine filter "Type".
   b. In method "getResultAdvancedFields()" return always RESULT_ADVANCED_FIELDS without excluding "eoscifguidelines".
6. datasourcesHelper.class.ts: Replaced "datasourcetypeuiname" field with "eoscdatasourcetype" for datasources queries and used updated type names "Research Entity Registry" (old "Registry") and "Journal Archive" (old "Journal archive").
7. cache-interceptor.service.ts: Updated cachingRequests array, using new "eoscdatasourcetype" and its values.
8. dataProvider.component.html && result-preview.component.html: Do not add hardcoded compatibility label "Not yet registered" and updated checks.
9. resultLanding.service.ts & parsingFunctions.class.ts: Parse resultLandingInfo.eoscSubjects only by "eoscifguidelines" field not "subjects".
10. searchFilter.component.ts: [Bug fix] In Access filter, fixed bug in view all, when clearing the preselected value.

* Do not forget to add in package.json in devDependencies, "@types/express-serve-static-core": "4.17.28"
2022-09-30 14:51:00 +03:00
Konstantinos Triantafyllou 83c5e3b4f0 Update angular core, cli and submodules to version 14 2022-09-23 16:32:02 +03:00
Konstantinos Triantafyllou ba8a0bf86f Update material and submodules to versio n13 2022-09-23 16:20:07 +03:00
Konstantinos Triantafyllou 83a36614af Delete material.scss from project. Update material and submodules to version 12 2022-09-23 16:15:57 +03:00
Konstantinos Triantafyllou 82ad8673c6 Update submodules before angular upgrade 2022-09-23 16:08:27 +03:00
Konstantina Galouni 756c92be70 [Eosc Explore]: Updated uikit paths | Removed RootMenuItem.
1. app.component.ts: Removed deprecated RootMenuItem and used MenuItem instead.
2. angular.json: Updated uikit paths in scripts, to get them from node_modules.
2022-09-21 01:21:50 +03:00
argirok 1da2632c2e Eosc explore: latest changes/ corrections before review 2022-08-08 12:47:14 +03:00
argirok 513bb83769 remove property metricsAPIURL 2022-06-08 15:02:56 +03:00
Konstantina Galouni d2a90a4b7b [Library | new-theme]: [Bug fix] searchAll.component.html: Add class "uk-flex uk-flex-center" in ul uk-slider-items instead of div with uk-position-relative - on eosc the arrows were visible when they shouldn't. 2022-06-01 18:29:12 +03:00
Konstantina Galouni 844832d97a [Library | new-theme]: [Bug fix] dataProvider.component.ts: Set typeQueryPathParam="services" when ?pid in url and type=="service". 2022-06-01 15:48:58 +03:00
Konstantina Galouni 44ed7c37f8 [Aggregator & Library| new-theme]: Use <modal-alert> common component in transferData.component.ts instead of uk-modal.
1. transferData.module.ts: Imported AlertModalModule.
2. transferData.component.ts: Use <modal-alert> common component instead of uk-modal | Comment logs.
3 alert.ts:
  a. Added "@Input() public emitHidden: boolean = false;" and "  @Output() public alertHidden: EventEmitter<any> = new EventEmitter();"
  b. On ngAfterViewInit, if emitHidden is true, check when modal is hidden and emit alertHidden (currently used only in transferData.component.ts to reinitialize local fields and route).
2022-05-25 12:52:00 +03:00
argirok ce0733f17d update portal custom css 2022-05-18 17:20:36 +03:00
argirok 43773285db library changes 2022-05-18 17:04:15 +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 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
argirok 38bba7440b initial commit for new-theme branch 2022-04-26 17:19:38 +03:00
argirok 7476cd68b4 Apply initial changes for eosc explore 2022-02-18 16:58:47 +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
argirok 638cec68df add missing import in develop, update the links to api documentation 2021-11-25 17:14:21 +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
kostis30fyllou e5b7da9fe5 [Aggreagator]: Remove clean-library. Add gitignore. Add gitmodule 2021-07-19 17:32:59 +03: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
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
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
k.triantafyllou 6346a39ef2 [Aggregator | Trunk]: Add number width to align numbers.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60139 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-15 15:45:24 +00:00
argiro.kokogiannaki 38ca2dea7b [Aggregator | Trunk]
- Rename FilterInfo to Aggregator Info
- add colors and background
- customize colors and background base on the aggregator choices
- Home:
	- numbers visualization when a number is hidden
	- add links to search
	- enable quick filter for search all page




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60133 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-15 12:48:37 +00:00
k.triantafyllou de6cd40fc1 [Aggregator | Trunk]: Home page spaces and numbers background
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@59947 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-24 09:34:22 +00:00
k.triantafyllou f5ac9cc123 [Aggregator | Trunk]: Add deposit classes same as explore
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@59946 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-24 09:01:41 +00:00
argiro.kokogiannaki 793a227199 [Aggregator |Trunk]
- use new search pages
- remove properties from route data
- add images from mocks
- put js and css files in angular.json and  styles.css




git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@59900 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-18 17:01:52 +00:00
argiro.kokogiannaki 15daa488f8 [Aggregator| Trunk]
update the aggregator according to the changes made in library components:
		result landing component
		result search & advance search page
		user info from API - not cookie

	remove isRouteenabled
	clean up modules





git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@57127 d315682c-612b-4755-9ff5-7f18f6832af3
2019-09-24 12:42:17 +00:00
argiro.kokogiannaki c30611f3a7 [Aggregator|Trunk]
Add more numbers in home page

Add pages for projects and content providers 
Remove checks for admin tool community Id
Set community in properties as null 


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@56093 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-14 13:14:22 +00:00