Commit Graph

  • a85c7781f2 [Explore | new-theme]: sdg.component: Use OpenaireEntities.RESULTS in cards. Konstantina Galouni 2022-06-03 13:41:28 +0300
  • 1cbe7fd930 [Library | new-theme]: Create common methods to get entity name and entity file name from OpenaireEntities. 1. string-utils.class.ts: a. Added method "public static getEntityName(entityType: string, plural: boolean = false): string" to return OpenaireEntities name by entityType. b. Added method "public static getEntityFileName(entityType: string): string" to return OpenaireEntities file name by entityType. 2. directLinking.component.ts & dataProvider.component.ts & project.component.ts & resultLanding.component.ts & myOrcidLinks.component.ts & searchResearchResults.component.ts & result-preview.component.ts & search-tab.component.ts: Call StringUtils.getEntityName and StringUtils.getEntityFileName methods instead of checking if/then/else locally. Konstantina Galouni 2022-06-03 13:01:56 +0300
  • 313daed2c9 Make some alignments in breadcrumbs in all pages. Home: On click event in dropdown of quickselections triggers focus in next input. Konstantinos Triantafyllou 2022-06-02 17:46:39 +0300
  • 2434ef404d update openaireLibrary repo Alex Martzios 2022-06-02 16:11:36 +0300
  • 28fc094785 update openaireLibrary repo Alex Martzios 2022-06-02 15:17:45 +0300
  • f8098533aa Home: Stop propagation in dropdown click in order to stay open on inside click Konstantinos Triantafyllou 2022-06-01 21:57:00 +0300
  • 160ad45d9b Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/explore-services into new-theme Konstantinos Triantafyllou 2022-06-01 17:41:42 +0300
  • 11567b2593 Add focus next in home page search and activate dropdown when search is focused Konstantinos Triantafyllou 2022-06-01 17:41:28 +0300
  • 0cac453cb1 [Library | new-theme]: Fix display of errorMessages | Use <landing-header> instead of <showTitle> in all landing pages | Stop sticky header before graph & feedback line | Fix bug in eoscSubjectsFound intialization - set it as local variable. 1. resultLanding.component.html & project.component.html & organization.component.html & dataProvider.component.html: a. Move errorMessages and loading inside center box. b. In center box, after graph & feedback line, set [style]="'margin-bottom: '+graph_height+'px'", so that sticky header stop before graph & feedback. 2. resultLanding.component.html: Removed "uk-height-1-1" class from center box. 3. organization.component.html & project.component.html: In sticky header use <landing-header> instead of <showTitle> (forgotten in commit 8b94b7f98a). 4. organization.component.ts & project.component.ts & resultLanding.component.ts: In errorMessage, use OpenaireEntities in singular. 5. parsingFunctions.class.ts: [Bug fix] Removed "eoscSubjectsFound" from class fields and set it as local variable - bug fixed on back and again on landing. Konstantina Galouni 2022-06-01 15:29:19 +0300
  • 9bf87f1f74 [Library | new-theme]: parsingFunctions.class.ts: Added method "checkAndAddEoscSubject()" which is called for all subjects (classified or not) and sets eosc subjects when the label is found in "eoscSubjects". Konstantina Galouni 2022-05-31 18:08:05 +0300
  • 4fca82fa33 [Library | new-theme]: orcid-work.component.ts & result-preview.component.html: result-preview card, fix bottom for small screens - v2. Konstantina Galouni 2022-05-31 15:37:16 +0300
  • 82111c1012 update submodule Alex Martzios 2022-05-31 12:45:43 +0300
  • e13c30aac5 remove duplicate logo and update openaireLibrary repo Alex Martzios 2022-05-30 17:57:12 +0300
  • 950c9656d2 update repos Alex Martzios 2022-05-30 16:53:59 +0300
  • 46df3681f5 added new logos for homepage slider Alex Martzios 2022-05-30 16:53:13 +0300
  • 945e2c6fc7 [Library & openaire-theme & Explore | new-theme]: Beta indication in fos & sdgs (search, landing, dedicated pages) | Fixes in offcanvas and search all page for small screens. 1. badge.css: [NEW] Css file for uk-badge added. 2. import.css: Added @import "structure/badge.css"; 3. fos.component.html & sdg.component.html: Added beta badge on top left of the title. 4. landing-utils/fos.component.ts & landing-utils/sdg.component.ts: Added [Beta] in title. 5. searchFields.ts: In sdg and fos RESULT_FIELDS, added [Beta] in their names. 6. offcanvas.css: [Bug fix] In rule .offcanvas .uk-offcanvas-bar added "max-width: 100vw", so that offcanvas does not exceed the screen width. 7. searchAll.component.html: Added some classes in <advanced-search-form> and uk-slider to be better displayed in small screens (form within page with some horizontal margins and arrows in slider). Konstantina Galouni 2022-05-30 15:36:33 +0300
  • 0b53cea58a [Library | new-theme]: Allow also ?pid url parameter in datasource landing | Fixes in newSearchPage for service filters. 1. dataProvider.component.ts: [Bug fix] Allow also ?pid url parameter, query accordingly and set canonicalUrl to use it in seoService and scema2jsonld. 2. dataProvider.component.html: Set canonicalUrl into URL of <schema2jsonld> | Use <landing-header> instead of <showTitle>. 3. dataProvider.service.ts: Set url for querying a datasource by pid (if ?pid in landing url param) and parse also the whole record, the objIdentifier and the relcanId. 4. landing-header.component.ts: Added @Input() isSticky: boolean = false; to set less margins when sticky. 5. resultLanding.component.html: Use <landing-header> instead of <showTitle>. 6. resultLanding.component.ts: Use renamed Identifier.getResultPIDFromIdentifiers --> Identifier.getPIDFromIdentifiers. 7. metrics.service.ts: Removed console.log. 8. searchDataproviders.service.ts: Added parsing for relcanId. 9. dataProviderInfo.ts: Added relcanId, objIdentifier, record. 10. result-preview.component.ts: Use renamed Identifier.getResultPIDFromIdentifiers --> Identifier.getPIDFromIdentifiers. 11. string-utils.class.ts: Renamed Identifier.getResultPIDFromIdentifiers --> Identifier.getPIDFromIdentifiers. 12. [SITEMAPS] extractUrlsFromSearch.ts: Use renamed Identifier.getResultPIDFromIdentifiers --> Identifier.getPIDFromIdentifiers. 13. newSearchPage.component.ts: [Bug fix] a. entityType for datasources is "dataprovider". b. Added service filter options only when entityType == "service". Konstantina Galouni 2022-05-30 10:39:10 +0300
  • 9406ad8152 add changes for FOS/SDGs url and breadcrumb Alex Martzios 2022-05-25 09:08:41 +0300
  • 0a160b4f54 add openaireEntities and update submodule repo Alex Martzios 2022-05-23 12:53:06 +0300
  • 74ce69909f uncheck research products categories by default Alex Martzios 2022-05-20 12:36:29 +0300
  • 131bec9d17 [Library | new-theme]: Improvements & Do not show "Add to ORCID" button in search datasources with pids. 1. dataProvider.component.ts: In method "searchRelatedDatasources()", size can be always 0 (refine query). 2. advancedSearchForm.component.html: [Bug fix] Make all the button line clickable and functional in advanced search form. 3. result-preview.component.ts: Added get method "isResultType()" which checks if result.resultType is result, publication, dataset, software, other. 4. result-preview.component.html: [Bug fix] Call <orcid-work> (add/remove from ORCID buttons) only for results - check for identifiers is not enough, now datasources also have pids. Konstantina Galouni 2022-05-19 19:08:04 +0300
  • a156e359f4 update openaireLibrary Alex Martzios 2022-05-19 13:13:21 +0300
  • 29a321c302 redesign tweaks Alex Martzios 2022-05-18 14:29:06 +0300
  • 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 (!). Konstantina Galouni 2022-05-18 12:31:46 +0300
  • 41b3db27a6 [common-assets & Library | new-theme]: Fixes for orcid dropdown in authors and increase timeout for addThis check for warning. 1. addThis.component.ts: [Bug fix] Increased timeout to 4 sec and fix check (sometimes innerText was undefined). 2. searchMyOrcidResults.component.html: [Bug fix] Removed uk-animation-fade from results and added uk-scrollspy. 3. showAuthors.component.ts: [Bug fix] Fixed copy to clipboard - data-clipboard-target was not working because we have multiple clipboards in the same page (reverted code to old way of copying). 4. timeout-interceptor.service.ts: Reverted timeout time for client. 5. utils.css: Added custom css for .orcid-dropdown input (orcid dropdown in authors). Konstantina Galouni 2022-05-17 12:15:15 +0300
  • e4e2c0aeba make graph-section image more responsive Alex Martzios 2022-05-17 11:40:21 +0300
  • f00aa33dda lowercase last 's' of SDGs button Alex Martzios 2022-05-17 11:20:29 +0300
  • 6b0fe12bca tweak for hero section's input width Alex Martzios 2022-05-17 11:17:41 +0300
  • f3c18b7779 revert homepage hero section tweaks Alex Martzios 2022-05-17 10:44:26 +0300
  • 1d27a50be3 homepage - hero section tweaks Alex Martzios 2022-05-17 09:44:05 +0300
  • 3be9891320 [Explore & Library | new-theme]: Updates of paging in claims and orcid links pages | Fixes for server side rendering. 1. fos.component.ts & sdg.component.ts: [Bug fix] Added properties.domain as prefix in request for vocabulary - Network error on server. 2. displayClaims.component.html: Used <results-and-pages> before results and <paging-no-load> after results. 3. searchMyOrcidResults.component.html: After results use <paging-no-load>. 4. displayClaims.module.ts & searchMyOrcidResults.module.ts: Imported NoLoadPaging. 5. dataProvider.component.ts & organization.component.ts & project.component.ts & resultLanding.component.ts: [Bug fix] Fixed checks in ngAfterContentChecked, not to run on server. 6. dataProvider.service.ts: Added check if there are subjects. 7. orcid-work.component.ts: [Bug fix] On search view, add classes uk-button uk-button-link in orcid actions. 8. newSearchPage.component.ts: Removed console.log. Konstantina Galouni 2022-05-17 00:31:28 +0300
  • b18a4d0229 update openaireLibrary Alex Martzios 2022-05-16 14:07:45 +0300
  • 27a1ea7029 Add explore logo as SVG Konstantinos Triantafyllou 2022-05-13 15:46:23 +0300
  • 5366439647 content changes based on Natalia's suggestions Alex Martzios 2022-05-13 14:52:10 +0300
  • 6fe5f8763f Add errorLink property Konstantinos Triantafyllou 2022-05-12 12:25:10 +0300
  • 9bd05cf1e2 update to the correct fos icon file Alex Martzios 2022-05-09 16:23:43 +0300
  • ae11528b5c [Library | new-theme]: Updated look of message when errorCodes.NONE in <errorMessages>. 1. projects-in-modal.component.ts: Use OpenaireEntities in <errorMessages>. 2. errorMessages.component.ts: Updated look of message when errorCodes.NONE: large, meta text which is center and middle aligned instead of alert. Konstantina Galouni 2022-05-06 12:27:24 +0300
  • 02de663dd2 Add condition for observer to avoid server error Konstantinos Triantafyllou 2022-05-06 10:53:02 +0300
  • 4a6d39d4e9 [Library & common-assets | new-theme]: 1. landing-utils.css: Deleted .landing-background-default-color (replaced in html with uk-background-default). 2. resultLanding.component.html & project.component.html & organization.component.html & dataProvider.component.html: Updates and fixes for redesign. a. #graph_and_feedback outside margins and checks (invisible when no info). b. [Bug fix] margin-top of center column fixed (uk-sticky-placeholder was adding space). c. [Bug fix] Show again right sidebar when screen becomes medium+. d. [Bug fix] Added grid in labels. 3. resultLanding.component.ts & project.component.ts & organization.component.ts & dataProvider.component.ts: Added ResizeObserver and updated how graph_offset is calculated | Added graph_height field to set margin-top of center column. 4. project.component.ts: In getFileNameType() use OpenaireEntities. 5. organization.component.ts: a. In contentTypes field added type file names from OpenaireEntities b. Added field contentFileName. c. Added field shouldSticky and observer for "bottom" to stop sticky title & tabs when bottom is in viewport. 6. dataProvider.component.ts: Added field "provenanceUrls" and method "getProvenanceUrls()" to flatten all urls from dataProviderInfo.provenance. Konstantina Galouni 2022-05-05 20:54:01 +0300
  • b924e564bb [Library | new-theme]: Use OpenaireEntities in search pages 1. newSearchPage.component.html: In graph and feedback, replace uk-text-muted with uk-text-meta and add uk-margin-large-top. 2. datasourcesHelper.class.ts & searchDataProviders.component.ts & searchOrganizations.component.ts & searchProjects.component.ts & searchResearchResults.component.ts: Use OpenaireEntities for result type names. Konstantina Galouni 2022-05-05 20:35:08 +0300
  • ec2482e6af [Library | new-theme]: 1. searchDataproviders.service.ts & searchProjects.service.ts: Updated parsing of description (like in services for landing, use ParsingFunctions.parseDescription()). 2. searchFields.ts: Added in OpenaireEntities enum values for type names in files. 3. open-aire-jsonld-converter.service.ts: a. Updated parsing of description in methods convertProject() and convertDatasource() - use ParsingFunctions.parseDescription(). b. In convertDatasource() method set "otherUrl" (not push it) in sameAs (on next commit, dataprovider landing sents all provenance urls as array). 4. jsonld-document-serializer.service.ts: [Bug fix] Added check in "serializeDescription()" method. Konstantina Galouni 2022-05-05 20:29:55 +0300
  • 20e1e5d735 homepage tweaks and new images Alex Martzios 2022-05-05 15:29:29 +0300
  • 620360fa94 tweak for homepage - scroll animation Alex Martzios 2022-05-05 13:45:07 +0300
  • 9734b93f7a Add mutation observer to handle active text in scrolling section Konstantinos Triantafyllou 2022-05-05 11:33:01 +0300
  • 47a96f93f4 general tweaks after Aristotelis call Alex Martzios 2022-05-05 09:32:39 +0300
  • 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. Konstantina Galouni 2022-05-04 18:09:35 +0300
  • 9ab56f02fb [Library | new-theme]: resultLanding.component.html & project.component.html & dataProvider.component.html: Removed old unused html code. Konstantina Galouni 2022-05-04 14:04:28 +0300
  • a87fc8da43 [Library | new-theme]: In result, project, dataprovider landing pages use type names from OpenaireEntities. 1. dataProvider.component.html: Use type names from OpenaireEntities | Added missing bottom <helper> and graph_and_feedback_template for small screens. 2. dataProvider.component.ts: Use type names from OpenaireEntities | stickyHeader = false when queryParams change. 3. project.component.html: Use type names from OpenaireEntities. 4. project.component.ts: stickyHeader = false when queryParams change. 5. resultLanding.component.html: Use type names from OpenaireEntities | In #relation_in_tab, use common component for input instead of mat-select. 6. resultLanding.component.ts: a. Use type names from OpenaireEntities. b. Added relatedClassFilters: Option[] and use it in input for #relation_in_tab. c. stickyHeader = false when queryParams change. 7. resultLanding.module.ts: Imported InputModule. 8. orcid-work.component.ts: Use type names from OpenaireEntities. 9. result-preview.component: Use type names from OpenaireEntities. Konstantina Galouni 2022-05-04 13:57:14 +0300
  • b5815a9bc7 update submodules Alex Martzios 2022-05-04 12:48:44 +0300
  • acd8db71cc [Library | new-theme]: metrics.component.ts: Round large numbers in metrics | Use type names from OpenaireEntities. Konstantina Galouni 2022-05-03 14:25:09 +0300
  • 341cacef2f [Explore & Library | new-theme]: Dataprovider landing page redesign. 1. environments/: Added "fairSharingURL" and "eoscMarketplaceURL". 2. env-properties.ts: Added properties: fairSharingURL?: string, eoscMarketplaceURL?: string 3. searchFields.ts: In OpenaireEntities added type names also in singular. 4. statisticsTab.component.ts: Use type names from OpenaireEntities. 5. relatedDatasourcesTab.component.ts: Updated paging and align of columns according to mocks | Use type names from OpenaireEntities. 6. dataProvider.module.ts: Added iconsService.registerIcons([graph]). 7. dataProviderInfo.ts: a. "description" type changed from string to string[] b. #7718: Added field provenance: Map<string, {"url": string[]}>; c. export class DataproviderProvenance with "provenance" field with info foreach provenance type. 8. dataProvider.service.ts: Updated parsing for description and originalId (provenanve) (#7718). 9. dataProvider.component: Redesign of datasource landing page. Konstantina Galouni 2022-05-03 14:22:53 +0300
  • a949dd191d [Library | new-theme]: project.component.html: Small fixes in project landing redesign. Konstantina Galouni 2022-04-28 16:53:49 +0300
  • 115d25e85f [common-assets | new-theme]: landing-utils.css: Removed rules related to .uk-progress (updated and moved to openaire-theme in progress.css). Konstantina Galouni 2022-04-28 16:52:19 +0300
  • 1554f2f15f [Library | new-theme]: Redesign of project landing page and small upadates on result landing and common components. 1. addThis.component.ts: Updated social icons of addThis. 2. landing-header.component.ts: Added "uk-text-small" in subtitle. 3. metrics.component.ts: Added method "clickedMetrics()" to set "metricsClicked" | Added metricsClicked and metrics.infos conditions for loading table or iframes | Added customContainerClass and customIframeClass in <i-frame>. 4. project.component: Updated project landing page according to UI redesign. 5. project.module.ts: Import LoadingModule, IconsModule, InputModule. 6. project.service.ts: Use parsingFunctions.parseDescription. 7. projectService.module.ts: iconsService.registerIcons([link, graph]). 8. resultLanding.component.html: Small fixes in ui | Added right arrow on tooltips of actions that are links to other pages | Display of description updated as innerHtml (#7345). 9. orcid-work.component.ts: Added flex=true in <icon>. 10. input.component.ts: Added disabled?: boolean in Option interface and show disabled options as muted. 11. projectInfo.ts: Updated description to be string[] instead of string. 12. iframe.component.ts: Added @Input() customContainerClass: string = ""; and @Input() customIframeClass: string = ""; 13. search-tab.component.ts: Updated according to redesign | Update "getEntityName()" to return values from OpenaireEntities. 14. tabs.component.ts: Added "uk-height-1-1" in custom tabs | In #mytabs::before set left:0. Konstantina Galouni 2022-04-28 12:13:06 +0300
  • 846c7966f0 [openaire-theme | master]: text.css: Added .text-argos | variables.css: Added variable --argos-color: #17BEBB; Konstantina Galouni 2022-04-28 12:08:39 +0300
  • ddb189303b finish explore homepage - need to check some things with aristotelis and remove old code frm comments Alex Martzios 2022-04-27 15:36:42 +0300
  • 104256eefb [Explore & Library & Common Assets | new-theme]: Updates related to result landing redesign. 1. fos.component.css: Removed rule "mark.highlighted" and ".custom-bottom-border" updated with variables. 2. feedback.component.html: Updated width of email input for small screens. 3. parsingFunctions.class.ts: In "parseAllSubjects()" method, comment otherSubjects and push them in subjects. 4. showIdentifiers.component.ts: Updated classes in <modal-alert>. 5. showSubjects.component.ts: "Subjects by Vocabulary" and "Subjects" separated & view more functionality added in "Subjects". 6. resultLanding.component: a. Added button and modal for <addThis> (share in social media). b. View more functionality for related organizations. c. Graph and feedback section sticky. d. Added checks for summary tab and right sidebar. e. In small screens made right sidebar offcanvas. 7. resultLanding.module.ts: Updated iconsService.registerIcons to register link, graph, quotes. 8. orcid-work.component.ts: Added visually-hidden in icon buttons for landing | Updated classes in <modal-alert> and use buttons of alert instead of custom. 9. no-load-paging.component.ts: Use new component <results-and-pages> for results and pages number and set uk-flex-right in <paging-no-load> (default is center). 10. cookie-law.css: In ".cookie-law-wrapper" increased z-index from 100 to 1000. 11. showAuthors.component.ts: Removed shadow from search button | Updated classes in <modal-alert>. 12. icons.ts: Added "quotes" svg. 13. alert.ts: Updated modal to have header - body - footer (theme was updated too) | classTitle input set default to "uk-background-primary-opacity" | @Input() overflowBody: boolean = true; added to add overflow in body. 14. paging.module.ts: Added ResultsAndPagesNumComponent in declarations and exports. 15. pagingFormatter.component.ts: Add "uk-invisible" to previous and next buttons instead of hiding them. 16. pagingFormatterNoLoad.component.ts: Add "uk-invisible" to previous and next buttons instead of hiding them | Set customClasses default to "uk-flex-center". 17. tabs.component.ts: Updated margins/ paddings | Added @Input() offsetForSticky:number=0; to compare with the top distance for isSticky. 18. resultsAndPagesNum.component.ts: [NEW] Component to show number of results, number of pages and current page (used in paging). 19. landing-utils.css: a. Moved variables in .landing instead of :root. b. Added variable --landing-light-color-rgb: var(--light-color-rgb); c. Added glass filter in #graph_and_feedback. d. Set z-index of #main-tabs-div and #graph_and_feedback to 979 (default 980 caused problems with metrics box). e. Added padding-bottom: 80px and margin-top: 80px in .landing-sections. f. Added top rule for #right-sidebar-switcher. g. Added custom width rules for .landing-left-sidebar-width. 20. css-rules.txt: Added cookie-law-wrapper: 1000 info for z-index 21. explore-custom.css: Added variable --background-primary-rgb: var(--explore-color-rgb); Konstantina Galouni 2022-04-20 17:40:18 +0300
  • bd7d3dccb0 progress on homepage Alex Martzios 2022-04-20 14:30:34 +0300
  • 6564620ddd Update menu items with OpenaireEntities names argirok 2022-04-20 10:33:52 +0300
  • d0ee809a03 progress on homepage, update submodules Alex Martzios 2022-04-20 09:29:40 +0300
  • 7be057c722 stepper update css argirok 2022-04-19 16:33:26 +0300
  • a32e7f0433 Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/explore-services into new-theme Konstantinos Triantafyllou 2022-04-19 11:16:36 +0300
  • dec5268b83 Add quick selections in home page Konstantinos Triantafyllou 2022-04-19 02:10:50 +0300
  • 7b96a4b734 add [Beta] indication for FOS/SDGs production-release-april-2022 deprecated argirok 2022-04-18 16:26:56 +0300
  • 3603c2ab00 changes on 'remove' label close-button Alex Martzios 2022-04-18 15:34:19 +0300
  • 53eda3a026 tweaks on fos/sdg pages Alex Martzios 2022-04-18 14:25:32 +0300
  • c24859fed3 Update libraries. Add as label secondary explore's color Konstantinos Triantafyllou 2022-04-18 11:29:51 +0300
  • c887dc1c66 [Library & common-assets | new-theme]: Updates for redesign. 1. availableOn.component.ts: Updated class of title to "uk-text-light-grey" and added custom-external icon to links and updated accessright icons. 2. citation.class.ts: Added fileFormatOptions: Option[] to use it in input options. 3. citeThis.component.ts: Updated select inputs using "input" from InputComponent | Updated copy to clipboard button to link. 4. citeThis.module.ts: Import InputModule. 5. fos.component.ts: Updated class of title to "uk-text-light-grey". 6. fundedBy.component.ts: Updated class of title to "uk-text-light-grey" and updated links with uk-text-emphasis class. 7. landing-header.component.ts: Increase authorsLimit to 7 | Changed class of "under curation" to uk-text-primary (used to be custom class). 8. metrics.component.ts: Updated in clickOutside event. parsingFunctions.class.ts: Updated open, closed and unknown with icon names instead of paths to svgs (download accessright icons). 9. relatedTo.component.ts: Updated class of title to "uk-text-light-grey" and added custom-external for links. 10. resultLandingUtils.module.ts: Inport AlertModalModule (to open modal). 11. sdg.component.ts: Updated class of titlte to "uk-text-light-grey". 12. showIdentifiers.component.ts: Added view more functionality. 13. showPublisher.component.ts: Updated custon-external class. 14. resultLanding.module.ts: registerIcon link. 15. resultLanding.component.html: Updated css for result landing and commented annotations (b2note). 16. orcid-work.component.ts: Updated orcid action button for landing page. 17. orcid.module.ts: registerIcons orcid_add and orcid_bin. 18. customOptions.class.ts: [Bug fix] [By Kostis] registryOptions() was not returning properly httpHeaders. 19. showAuthors.component.ts: Updated css 20. icons.ts: Export svgs orcid_add, orcid_bin, link. 21. alert.ts: Removed margin from title. 22. result-preview.component.html: Title of results set to <h2> and uk-h6 and when links to uk-link-heading | accessRightIcon for hostedBy_collectedFrom. 23. result-preview.module.ts: Imported IconsModule. 24. landing-utils.css: Updates in landing css & css of landing-action-button & added backdrop filter missing rules. 25. utils.css: Updated class orcid-clipboard-wrapper and renamed to clipboad-wrapper | Update class .custom-external to set in content with code instead of name and updated not to underline it on hover 26. library.css: Added class .default-dropdown with max-width: 500px; Konstantina Galouni 2022-04-16 10:47:30 +0300
  • 04cd27042e Add new advanced-seach-input in home page Konstantinos Triantafyllou 2022-04-16 00:53:24 +0300
  • 3ca7dfbd82 remove b2note components, dependencies, properties and remove from landing argirok 2022-04-15 17:01:32 +0300
  • caad9e3349 add links to FOS items, changes on SDG json file and page Alex Martzios 2022-04-15 16:32:14 +0300
  • b21d72cb27 Delete openaire-theme from master Konstantinos Triantafyllou 2022-04-15 14:41:53 +0300
  • adcace7dfd Reverting to last commit in master before merge from new-theme by mistake Konstantinos Triantafyllou 2022-04-15 14:35:20 +0300
  • cb4b3334be finish fos page - search functionality Alex Martzios 2022-04-14 18:05:47 +0300
  • 99bdbb72f8 update openaireLibrary repo Alex Martzios 2022-04-13 09:43:44 +0300
  • de0c5e2e3f update images on sdg page, highlight search result on fos page, newsletter link fix on footer Alex Martzios 2022-04-13 09:42:37 +0300
  • 1b88f0924f [Library & common-assets| new-theme]: Fixes in custom-external. 1. resultLanding.component.html: [Bug fix] In EGI Notebook, uk-text-uppercase should be in text (custom-external icon could not be loaded). 2. resultLanding.component.ts: Removed unnecessary log. 3. result-preview.component.html: Added properly "custom-external" class. 4. utils.css: In class "custom-external", set verical-align: super. Konstantina Galouni 2022-04-12 16:52:49 +0300
  • 791dcccca6 [Library | new-theme]: resultLanding.component.html: Linking action button updated to redirect to direct linking page. Konstantina Galouni 2022-04-12 15:20:44 +0300
  • 8b672939ac [Library | new-theme]: showIdentifiers.component.ts: Optimize imports and use uk-text-meta class | showPublisher.component.ts: Use uk-text-small and uk-text-meta classes. Konstantina Galouni 2022-04-12 15:05:53 +0300
  • 5c3b14e9f7 [Library | new-theme]: resultLandingInfo.ts: Added export interface Context and set in ResultLandingInfo class contexts: Context[]; | parsingFunctions.class.ts: In method "parseContexts()" use interface Context. Konstantina Galouni 2022-04-12 15:01:45 +0300
  • 1968c9add2 [Library | new-theme]: showAuthors.module.ts: Imported AlertModalModule | showAuthors.component.ts: When authors > 2*threshold, open them in modal & Replaces "view all ... authors" with "+ ... Authors" & updated orcid dropdown according to new theme | landing-header.component.ts: Use "uk-text-small" everywhere and removed @Input() small & change authorLimit from 30 to 3 & removed "small" input from <showAuthors>. Konstantina Galouni 2022-04-12 14:51:55 +0300
  • 883cd8fac3 [Library | new-theme]: orcid.module.ts: Removed IconsService | orcid-work.component.ts: Updated icons (remove -> delete & preview -> visibility) & grouped tooltips wherever possible (background css not ready) & Removed unused css & Updated orcid buttons for landing page & [Bug fix] Update how "isLoggedIn" is calculated (userManagementService.getUserInfo() instead of Session). Konstantina Galouni 2022-04-12 14:36:31 +0300
  • d13123cfc0 [Library | new-theme]: metrics.component.ts: Replaces old custom class "space" with "uk-margin-small-left" | metrics.component.css: Css updated to move mertics widget and its arrow in a new position (not ready). Konstantina Galouni 2022-04-12 14:21:55 +0300
  • 6fcd822b36 [Library | new-theme]: searchSorting.component.ts & newSearchPage.component.html: Removed ":" after "Sort by" and "Results per page placeholders | result-preview.component.html: Use class uk-text-meta instead of uk-text-muted. Konstantina Galouni 2022-04-12 14:12:45 +0300
  • 61550cc1c5 [openaire-theme | Trunk]: Small additions in css of theme. variables.css: [NEW] Added variable --orcid-color: #A6CE39; text.css: Added rules for classes "uk-text-xsmall" and "text-orcid". Konstantina Galouni 2022-04-12 13:27:52 +0300
  • d845a618ea progress on fos search functionality Alex Martzios 2022-04-07 16:20:10 +0300
  • 4b5d6ac98b [Library | new-theme]: rangeFilter.component: [Bug fix] In range filters, years were not updating & errors were not properly displayed | search-input.component.ts: Remove styleUrls (file is deleted). Konstantina Galouni 2022-04-05 20:08:11 +0300
  • 826db1af73 [Library | new-theme]: Delete fromYearAfterToYear.directive.ts, inValidYear.directive.ts, rangeYearsRequired.directive.ts directives from rangeFilter folder (validator functions moved to string-utils.class.ts (previous commit)). Konstantina Galouni 2022-04-05 16:50:49 +0300
  • 191b9c7a9a [Library | new-theme]: In range filters, use reactive form (formGroup) instead of template driven form (ngModel) & update inputs using new "input" component & move validators in string-utils.class.ts. Konstantina Galouni 2022-04-05 16:45:39 +0300
  • e20e9c61e6 [Library & Common-Assets | new-theme]: 1st version of restructure of result landing page according to redesign | Bug fix in method "hasMetrics". 1. landing-header.component.ts: Remove from <showTitle>, isH1 input. 2. metrics.component.ts: On metrics error, emit also "pageViews: 0". 3. showTitle.component.ts: Remove "isH1" input property and add in title class uk-h5 always. 4. resultLanding.component.html: Redesign (currently broken) of result landing page. 5. orcid-work.component.ts: Remove label "Add to / Remove from ORCID". 6. import.css: Import "landing-utils.css". 7. landing-utils.css: Comment all existing css rules and add new. Konstantina Galouni 2022-04-04 12:14:54 +0300
  • e4a9f8be64 finish SDGs component functionallity and styles and start on FOS component Alex Martzios 2022-03-31 14:57:13 +0300
  • da544109aa create sdg component and add sdg img assets Alex Martzios 2022-03-30 17:19:40 +0300
  • b2e9a76170 Create new branch for explore new-theme. Initialize variables, css and angular.json Konstantinos Triantafyllou 2022-03-30 13:01:55 +0300
  • cc062d3938 [Library | Trunk]: ISVocabularies.service.ts: Make url to vocabularies sdg.json and fos.json absolute with domain prefix. Konstantina Galouni 2022-03-29 17:14:00 +0300
  • 2fa81dd7c9 [Library | Trunk]: resultLanding.component.html: Add links to advanced search foreach FOS and SDG subject. Konstantina Galouni 2022-03-29 16:55:04 +0300
  • d533a904ed add project sitemaps argirok 2022-03-24 12:57:58 +0200
  • dbe76e472f update the values of fos/sdg vocabulary argirok 2022-03-24 12:57:33 +0200
  • d6c4788fbb Merge branch 'master' of code-repo.d4science.org:MaDgIK/explore-services argirok 2022-03-18 13:14:28 +0200
  • a8f3421fb8 add fos/sdg in advanced search, add autocomplete methods, add initial json files argirok 2022-03-18 13:14:07 +0200
  • ea9d4d73c8 [Library]: searchFields.ts: In previous commit changed name of "resulthostingdatasourceid" used in advanced search (Hosting Content Provider --> Source), instead of "resulthostingdatasource" used in refine filters (Content Provider --> Source). Konstantina Galouni 2022-03-17 16:13:55 +0200