Commit Graph

136 Commits

Author SHA1 Message Date
argirok ae08a296cf Aggregator update home entry text 2022-05-25 17:56:23 +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 68ef4a96b9 update eosc properties with beta services/ apis 2022-05-24 14:25:28 +03:00
Konstantina Galouni 82913f68a2 [Library | new-theme]: parsingFunctions.class.ts: Updated links for eoscSubjects. 2022-05-23 13:23:24 +03:00
Konstantina Galouni 9898990385 [Aggregator | new-theme]: home.component.ts: In home search set input unchecked for research products categories as default & in "name" use OpenaireEntities. 2022-05-20 16:21:11 +03:00
Konstantina Galouni 723dc20219 [Aggregator | new-theme]: home.component.html: [Bug fix] Updated height, margin and padding of section with logo and search form so that dropdown for entity selection is visible. 2022-05-20 16:02:42 +03:00
Konstantina Galouni a551ed38a9 [Aggregator & Library | new-theme]: Fixes in search forms and logo | Removed animation in card results | Added service landing links for incompatible datasources in eosc portal.
1. home.component.html:
   a. Removed uk-margin-large-top from search form and logo.
   b. Removed uk-height-medium from  search form and logo.
   c. Move searchImage on top of search form (uk-width-1-1) for small screens.
2. searchMyOrcidResults.component.html: Removed animation with uk-scrollspy.
3. searchAll.component.html: Move searchImage on top of search form (uk-width-1-1) for small screens.
4. newSearchPage.component.html:
   a. Removed animation with uk-scrollspy.
   b. For simple search, move searchImage on top of search form (uk-width-1-1) for small screens.
   c. For advanced search, searchImage is on top of search form for any screen size.
5. result-preview.component.html & result-preview.component.ts: For eosc portalType, added in incompatible datasources link to the service landing page.
6. aggregators.ts:
   a. In #searchImage commented custom margin-left.
   b. In #searchForm commented custom padding and width.
   c. Exclude also .uk-button-link from custom css for buttons with parent .search_box_bg or #searchForm.
2022-05-20 15:20:50 +03:00
Konstantina Galouni 8629d61a95 [Library | new-theme]: dataProvider.component.html: Do not show "not available" compatibility label in service landing page. 2022-05-19 19:01:37 +03:00
Konstantina Galouni 644e884b00 [Aggregator & Library | new-theme]: Hide datasources in eosc & Do not show compatibility "Not yet registered" in services.
1. app.component.ts: [Bug fix] Add services search page in menu items if "service" entity is enabled (not datasource".
2.  aggregators.ts: Added "datasource" entity and "/search/find/datasources" page in disabled list for eosc.
3. result-preview.component.html:
   a. Do not show "Not yet registered" compatibility label in services.
   b. For eosc, show in datasources "Not yet registered in OpenAIRE".
4. quick-selections.component.ts: Changed uk-child-width-auto@l to uk-child-width-auto@m (not nice in medium screens for 2 types).
5. newSearchPage.component.ts: "Include" filter name for services changed to "Other Services"
2022-05-19 18:35:59 +03:00
argirok 0cf54149bb move datatransfer modules to library 2022-05-19 12:15:53 +03:00
Konstantina Galouni 1e30595f3d [Aggregator | Library | new-theme]: Fixes for eosc portal in search forms.
1. advancedSearchForm.component.html: Updated width in div for entity selection in advanced search form (uk-width-large@m uk-width-2-5@xl uk-width-1-1).
2. newSearchPage.component.html:  In <advanced-search-form> added horizontal padding (on the left it was already there) - the form is centered and leaves some space from the right side of page.
3. aggregators.ts:
   a. Commented background css in .search_box_bg.
   b. Do not apply custom button css for .uk-button-text with parent .search_box_bg or #searchForm.
   c. Added padding: 10px in buttons with parent .search_box_bg or #searchForm.
2022-05-19 12:14:28 +03:00
Konstantina Galouni 586b81311a [Aggregator | new-theme]:[Bug fix] advancedSearchServices.module.ts: Imported AdvancedSearchServicesRoutingModule instead of AdvancedSearchDataProvidersRoutingModule. 2022-05-18 17:50:25 +03:00
argirok ce0733f17d update portal custom css 2022-05-18 17:20:36 +03:00
argirok 3d578992d6 Merge branch 'new-theme' of https://code-repo.d4science.org/MaDgIK/aggregator into new-theme 2022-05-18 17:04:42 +03:00
argirok 43773285db library changes 2022-05-18 17:04:15 +03:00
argirok 5d6d7bcc78 EOSC transfer service: checklogin when modal opens 2022-05-18 16:59:36 +03:00
argirok e233a32875 set login redirect to the current url 2022-05-18 15:25:11 +03:00
Konstantina Galouni a76954cbbc Merge remote-tracking branch 'origin/new-theme' into new-theme 2022-05-18 15:14:38 +03:00
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 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
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
k.triantafyllou 066cb14f30 [Aggregator | Trunk]: Fix colors on numbers
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60136 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-15 14:54:20 +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
argiro.kokogiannaki b4e6e6d9e8 [Aggregator|Trunk]
add prod/beta versions files and build instructions
fix issue with animation (in server side)



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@60128 d315682c-612b-4755-9ff5-7f18f6832af3
2020-12-14 16:22:50 +00:00
argiro.kokogiannaki 570ce5e570 [Aggregator| Trunk]
- update aggregator custom filter
- add link to explore for search pages
- remove aggregator parameters from menu links



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@59973 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-26 15:03:13 +00:00
argiro.kokogiannaki fcf246099e [Aggregator|Trunk]
- use mock admin tool response for enabled entities/ pages
- disable helptexts
- remove unused components
- add again isRoute enabled for claims/ deposit pages



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@59969 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-25 17:39:05 +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
k.triantafyllou cfd8da973d [Aggregator | Trunk]: Add material css
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@59944 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-24 08:47:55 +00:00
argiro.kokogiannaki 1e4e5756f7 [Aggregator|Trunk]
- Home search form: Add custom filter parameters when switching from simple to advanced search pages or change entities
- add custom filter in advanced search results


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@59939 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-23 16:09:45 +00:00
k.triantafyllou 94bace40e7 [Aggregator | Trunk]: 1. Add Deposit-Linking. 2. Get id from domain. 3. Add custom filter for searches on menu
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@59936 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-23 12:28:46 +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 09994c2876 [Trunk|Aggregator]
Update running port

set the correct paths in aggregator routing module


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@57424 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-21 13:02:20 +00:00
k.triantafyllou 4a7c099125 [Aggregator]: Create view on app rotue base on id param.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@57403 d315682c-612b-4755-9ff5-7f18f6832af3
2019-10-17 12:21:24 +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
argiro.kokogiannaki f9f4df43c3 [Aggregator|Trunk]
Get custom filter from aggregators class
	use one aggregator as the default one



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@56072 d315682c-612b-4755-9ff5-7f18f6832af3
2019-06-13 12:40:03 +00:00
argiro.kokogiannaki f773e0ca7e [Trunk]
Home:
		remove explore related parts
		leave only search form
		update with more numbers
	Remove Search for Content providers (Journals, registries, compatible)
	
	Search: use custom filter to filter results





git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@55723 d315682c-612b-4755-9ff5-7f18f6832af3
2019-05-24 13:54:22 +00:00
argiro.kokogiannaki 19bbb42785 [Aggregator|Trunk]
complete previous commit (adding all files eg src, app, assets )
	


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-aggregator-portal/trunk@55689 d315682c-612b-4755-9ff5-7f18f6832af3
2019-05-23 13:38:44 +00:00