Commit Graph

  • 041e9d8478 [umbrella]: Add types publisher and journal in stakeholderType. umbrella Konstantinos Triantafyllou 2024-06-02 21:39:47 +0300
  • 2790530e14 Merge remote-tracking branch 'origin/develop' into umbrella Konstantinos Triantafyllou 2024-05-31 14:01:21 +0300
  • 2b2aaed2b8 Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop develop Konstantinos Triantafyllou 2024-05-31 13:59:35 +0300
  • df2516f8f7 [develop | DONE]: Add belongs to all entities and add message in html. Konstantinos Triantafyllou 2024-05-31 13:59:23 +0300
  • 952054f4b4 Merge remote-tracking branch 'origin/develop' into umbrella Konstantinos Triantafyllou 2024-05-31 11:38:23 +0300
  • 41b46b754e [develop | FIXED]: Add condition to add indicator path only if defaultId is null. Konstantinos Triantafyllou 2024-05-31 11:36:57 +0300
  • 18a415a535 [umbrella | DONE]: Add condition for child stakeholder and stakeholder standalone in main method. Konstantinos Triantafyllou 2024-05-31 07:40:24 +0300
  • 78b2f35c43 Merge remote-tracking branch 'origin/develop' into umbrella Konstantinos Triantafyllou 2024-05-30 22:22:34 +0300
  • 5db039ea0d [develop | DONE | FIXED]: [BUG] When selecting a filter value which is not in top 7, filters were not properly set - get 100 top values of filters with at least one selected value. 1. searchResearchResults.component.ts & searchProjects.component.ts & searchOrganizations.component.ts & searchDataProviders.component.ts: Check selected filter values from URL and query top 100 values for selected facets and top 7 for others. 2. newSearchPage.component.ts: In method "getRefineFieldsQuery()" added optional parameter fields: string[] = null, to not always get the full list of fields, but the ones provided (selected filters or not). Konstantina Galouni 2024-05-30 16:33:43 +0300
  • 04a3916389 Merge from develop plugins-functionality Konstantinos Triantafyllou 2024-05-30 14:50:46 +0300
  • ead1c8f903 Merge remote-tracking branch 'origin/develop' into plugins-functionality Konstantinos Triantafyllou 2024-05-30 14:47:11 +0300
  • ea5275da2d Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop Konstantinos Triantafyllou 2024-05-30 13:59:14 +0300
  • 5197f88ade Add slider tabs in indicators multi chart. Konstantinos Triantafyllou 2024-05-30 13:59:07 +0300
  • 91f1dc0780 [umbrella | WIP] stakeholders: add new fields for class, new function for service Alex Martzios 2024-05-30 10:41:26 +0300
  • e9eb05de64 [develop]: Remove console log from input component Konstantinos Triantafyllou 2024-05-29 19:39:08 +0300
  • 65a60ddad1 [Develop | ADDED]: Add belongsTo configuration for all entities and initialize it in results. Konstantinos Triantafyllou 2024-05-29 13:05:04 +0300
  • 59fc73bf4d [develop | DONE | FIXED]: In search results, only 1000 relations are fetched and shown - show messages. 1. result-preview.component.html: Added input parameter "resultTitle" to <entity-metadata>. 2. entity-metadata.component.ts: Added @Input() resultTitle: string = null; | When more than 1000 projects or organizations, show +more projects/partners and in modal, show message "Only 1000 Projects/ Partners of {result title} are shown here." Konstantina Galouni 2024-05-28 16:34:16 +0300
  • cc6b5aeffe [develop | DONE | CHANGED]: Excluded (filter out) unidentified projects from search. 1. searchProjects.service.ts: Added filter &fq=(projectcode<>"unidentified") in methods "getProjectsforDataProvider()", "advancedSearchProjects()", "getProjectsForOrganizations()", "numOfSearchProjects2()". 2. organization.component.ts: In method call "searchProjectsService.getProjectsForOrganizations()" updated parameter for funder to be in fq instead of keyword query. 3. projects-in-modal.component.ts: In method "updateFilters()", format filterQuery to be in fq instead of keyword query. 4. entitySearch.service.ts: In method "search()", for type "project", added in the query &fq=(projectcode<>"unidentified"). Konstantina Galouni 2024-05-28 15:27:33 +0300
  • 1ac4365e05 [develop | DONE]: Add Role Utils with naming variables for roles Konstantinos Triantafyllou 2024-05-28 12:21:37 +0300
  • 5af682b1b6 [develop | DONE | CHANGED ] Claim funding: allow search for projects with no funder selected, exclde unidentified, give more space to form argirok 2024-05-28 12:09:21 +0300
  • 9722024643 [develop | DONE | FIXED]: relatedDatasourcesTab.component.ts: Show "top 100" message only if results are more than 90 & [BUG FIX] Use "collectedFromName" input and not a predefined static data source name. Konstantina Galouni 2024-05-27 11:20:24 +0300
  • 9fb155d95f [develop | DONE | FIXED ] Claims: remove unused import argirok 2024-05-24 10:08:57 +0300
  • d1392adc2d Merge pull request 'Production release May 2024 [EXPLORE]' (#40) from develop into master master Konstantina Galouni 2024-05-23 18:26:50 +0200
  • 43990dc582 [develop | DONE | FIXED]: [BUG FIX] showAuthors.component.ts: Remove non existing field from the condition. #40 Konstantina Galouni 2024-05-23 18:16:07 +0300
  • ec980e1b87 [plugins-functionality | DONE | FIXED ] plugins minor fixes argirok 2024-05-23 12:55:45 +0300
  • 8ee93a7239 [plugins-functionality | DONE | CHANGED ] full width option argirok 2024-05-23 12:53:53 +0300
  • 632d11c82c [develop | DONE | FIXED]: showAuthors.component.ts: On destroy of component, delete all elements with "orcid-dropdown" class from "modal-container". Konstantina Galouni 2024-05-22 16:50:58 +0300
  • 7a517e49ed [develop | DONE | CHANGED ] Claims: add 2 steps in Projects form,step 1 to select funder, step 2 search by keyword argirok 2024-05-22 14:48:13 +0300
  • 79b723e75c [develop | DONE | ADDED ] add coins icon argirok 2024-05-22 14:40:42 +0300
  • 2af1d0037d Merge remote-tracking branch 'origin/develop' into umbrella Konstantinos Triantafyllou 2024-05-22 13:32:03 +0300
  • 5a912f02b7 [Develop]: Advanced search input add on changes reinitialize input style Konstantinos Triantafyllou 2024-05-22 12:42:21 +0300
  • a1c8b2d9fe [umbrella]: Add colors for publisher and journals Konstantinos Triantafyllou 2024-05-22 11:29:51 +0300
  • e7bbe7a359 [plugins-functionality | DONE | ADDED ] add and delete custom plugins, edit plugin in distinct route, add prompt to go back to plugins list argirok 2024-05-22 11:09:18 +0300
  • 6026e6aa82 Merge remote-tracking branch 'origin/develop' into umbrella Konstantinos Triantafyllou 2024-05-21 13:36:35 +0300
  • dede290a52 [develop | DONE | MOVED]: Add browse-stakeholder-base component implemented in Irish. Konstantinos Triantafyllou 2024-05-21 13:36:12 +0300
  • d6a2ba004a Merge pull request 'Merge on-push-strategy branch into develop (on push strategy in result-preview component, i.e. search result cards)' (#39) from on-push-strategy into develop Konstantina Galouni 2024-05-21 12:14:59 +0200
  • 633f3250ac Merge remote-tracking branch 'origin/develop' into on-push-strategy #39 on-push-strategy Konstantina Galouni 2024-05-21 13:10:36 +0300
  • 8774a79230 Merge remote-tracking branch 'origin/develop' into umbrella Konstantinos Triantafyllou 2024-05-21 11:07:07 +0300
  • 8bb2ebef3e Add umbrella in stakeholder and adjust some admin pages. Konstantinos Triantafyllou 2024-05-21 11:05:16 +0300
  • 2a28cd8ad5 [develop | DONE | CHANGED]: #9764 - searchOrganizations.service.ts: Parse and display organization legalname and legalshortname. Konstantina Galouni 2024-05-20 15:59:32 +0300
  • 8bcafd3026 [develop | DONE | FIXED]: smooth-scroll.ts: Accidental error by mistyping. Konstantina Galouni 2024-05-20 15:24:04 +0300
  • d3746b28d0 [develop | DONE | CHANGED]: organization.service.ts & searchOrganizations.service.ts: Removed environment check for parsing organization pid. Konstantina Galouni 2024-05-20 15:18:54 +0300
  • 019530c222 [develop | DONE | FIXED]: parsingFunctions.class.ts: In "parseEoscSubjects()" method, initialize subjects if needed. Konstantina Galouni 2024-05-20 15:17:26 +0300
  • 1f4c0566c7 [develop | DONE | FIXED]: availableOn.component.ts: Removed environment check in <hr> shown in mobile under fulltext. Konstantina Galouni 2024-05-20 15:16:00 +0300
  • f595ec5035 [develop | WIP | ADDED]: [DEVELOPMENT ONLY] Added level4 in browse Fields of Science (FoS) 1. smooth-scroll.ts: Get behavior from current navigation > extras > state. 2. fos.component: Display level 4 FoS and handle url fragments and page scrolling accordingly. Konstantina Galouni 2024-05-20 15:04:56 +0300
  • 7decc58f61 [pluginsFunctionality | DONE | CHANGED] Deposit: add Suggested repos link argirok 2024-05-17 10:04:33 +0300
  • e831cb03dc [pluginsFunctionality | DONE | CHANGED] plugin suggested repositories - use HTML for repo message argirok 2024-05-17 10:03:52 +0300
  • 62f16a6e57 [plugins-functionality | DONE | ADDED ] add filter for active plugins argirok 2024-05-16 15:15:00 +0300
  • e5a98845a7 [plugins-functionality | DONE | ADDED ] HTML editor switch argirok 2024-05-16 15:12:54 +0300
  • 9c370fd53b [plugins-functionality | DONE | ADDED ] add optional link in stats plugin argirok 2024-05-16 15:03:07 +0300
  • e80df9f3b0 [recommendations-functionality | WIP] resultLanding page: add recommendations tab, 'back' button, recommendations SVG icon as code - fc4eos only recommendations-functionality Alex Martzios 2024-05-16 10:14:42 +0300
  • 1b99c3b405 [plugins-functionality | DONE | ADDED ] add display title and shortitle and use them instead of title/ short title argirok 2024-05-14 14:49:59 +0300
  • c1a8151184 [develop | DONE | FIXED] linking disable link to unidentified for manage claims page argirok 2024-05-10 11:34:17 +0300
  • c00403a24c [develop | DONE | FIXED] linking initialize properly claims properties when there are not pass as input argirok 2024-05-10 11:33:42 +0300
  • 8a8b58eeaa [develop | DONE ADDED] add direct linking for organizations argirok 2024-05-09 16:44:54 +0300
  • 2bfd744ab8 [plugins-functionality | DONE | CHANGED ] update plan values argirok 2024-05-09 10:23:42 +0300
  • b0df5c0f31 [plugins-functionality | DONE | FIX ] minor fixes in plugins argirok 2024-05-09 10:22:19 +0300
  • 327fe64293 Merge remote-tracking branch 'origin/plugins-functionality' into plugins-functionality argirok 2024-05-09 10:19:42 +0300
  • 01554f58f5 [pluginsFunctionality | DONE | CHANGED] remove cache from plugins, configuration and helper services argirok 2024-05-09 10:18:20 +0300
  • 6c1c3ef2b2 [pluginsFunctionality | DONE | CHANGED] sdg page: add helptexts if input available argirok 2024-05-09 10:17:33 +0300
  • 1abd7c111f [pluginsFunctionality | DONE | CHANGED] plugin-gateway-information.component.html make result numbers look like a link argirok 2024-05-09 10:16:49 +0300
  • 6560bd0cd9 [plugins-functionality | DONE | FIX ] zenodo communities use alias instead of internal zenodo id argirok 2024-05-08 12:15:06 +0300
  • 6e96974364 Revert transition disable function Konstantinos Triantafyllou 2024-05-01 15:59:48 +0300
  • c4b57e91ab [develop | DONE | CHANGED] move CustomRouteReuseStrategy to openaireLibrary Alex Martzios 2024-05-01 11:25:12 +0300
  • b054a823da [develop]: Move OAIndicator in indicatorUtils file. Konstantinos Triantafyllou 2024-04-30 17:15:15 +0300
  • b41357c4b8 [develop]: Add compose mail for develop personal-info Konstantinos Triantafyllou 2024-04-30 17:09:16 +0300
  • fb34dd415e Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop Konstantinos Triantafyllou 2024-04-30 15:38:39 +0300
  • bc2dd7d285 [develop]: Add open Access map in order to add configure open access indicator. Konstantinos Triantafyllou 2024-04-30 15:38:31 +0300
  • cdfced0dd8 Merge remote-tracking branch 'origin/develop' into on-push-strategy Konstantina Galouni 2024-04-30 14:46:22 +0300
  • 2127bfdf16 [develop | DONE | CHANGED]: Updated color of selected search filter labels (not purple, but portal color). 1. newSearchPage.component.html: Replaced class "uk-label-search-filter" with "uk-label-secondary" on selected search filter labels. 2. color.less: Removed color variable @search-filter-color: #B41FD0; 3. label.less: Removed custom color variables and class "uk-label-search-filter" | Updated class "uk-label-secondary". 4. explore-custom.less: Override @uk-label-secondary: @explore-color; Konstantina Galouni 2024-04-30 13:08:54 +0300
  • 13ab093d79 [plugins-functionality | DONE | FIX ] update monitor component argirok 2024-04-25 15:27:19 +0300
  • 005f636446 [plugins-functionality | DONE | ADDED ] add generic plugin card info, add search bar plugin, remove separate learn and connect argirok 2024-04-25 15:26:36 +0300
  • 4231b65880 Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop #9 #32 #26 #22 Konstantinos Triantafyllou 2024-04-25 15:11:13 +0300
  • 9b79d0c1e0 [develop]: Fix role users, role-verification type mapping. Konstantinos Triantafyllou 2024-04-25 15:11:04 +0300
  • 01f54d788d Merge remote-tracking branch 'origin/develop' into on-push-strategy Konstantina Galouni 2024-04-24 16:35:47 +0300
  • ac46ecb997 [develop | WIP | FIXED]: parsingFunctions.class.ts: Added check if there are no classifiedSubjects. Konstantina Galouni 2024-04-24 16:35:13 +0300
  • 786f4c9864 Merge remote-tracking branch 'origin/develop' into on-push-strategy Konstantina Galouni 2024-04-24 16:07:14 +0300
  • c5bd710621 [develop | WIP | CHANGED]: [BETA] parsingFunctions.class.ts: Show all subjects as keywords - updated method "parseAllSubjects()" to add classified subjects (by vocabulary) to the end of the keyword subjects list. Konstantina Galouni 2024-04-24 16:06:45 +0300
  • 267944103f [develop]: update link to develop in bottom. Konstantinos Triantafyllou 2024-04-24 09:39:27 +0300
  • aedc2e1f6f Merge remote-tracking branch 'origin/develop' into on-push-strategy Konstantina Galouni 2024-04-23 16:59:13 +0300
  • 2cd8059794 [develop | WIP | FIXED]: showAuthors.component.ts: In uk-dropdown set [attr.container]="'#modal-container'" to always be on top of every other part of the page. Konstantina Galouni 2024-04-23 16:58:48 +0300
  • 353ff67ea5 Merge remote-tracking branch 'origin/develop' into on-push-strategy Konstantina Galouni 2024-04-23 16:03:00 +0300
  • e74dc1b58f [develop | DONE | FIXED]: showAuthors.component.ts: In uk-dropdown set "pos: bottom-right" and [attr.container]="modal ? '#modal-container' : false" - copy to clipboard is not fully functional. Konstantina Galouni 2024-04-23 16:01:47 +0300
  • 22d0498f8a Merge remote-tracking branch 'origin/develop' into on-push-strategy Konstantina Galouni 2024-04-22 17:19:46 +0300
  • ce87f0690d [develop | DONE | FIXED]: BUG fixes in orcid author modal | BUG fixes in search filters column. 1. mobile-dropdown.component.ts: Added makrForCheck() method call in "open()". 2. deletedByInference.component.ts: Added @Input() isMobile: boolean = false; & In <result-preview> set parameter [isMobile]="isMobile". 3. resultLanding.component.html: In mobile view, in <deletedByInference> set parameters [isMobile]="isMobile" and [modal]="alertModalDeletedByInferenceFS". 4. showAuthors.component.ts: 5. searchOrganizations.component.ts: [BUG FIX] In <new-search-page> set parameter [showRefine]="refineFields?.length > 0" to display filters or not. 6. newSearchPage.component.html: [BUG FIX] Updated checks for displaying refine filters column or not. Konstantina Galouni 2024-04-22 17:14:46 +0300
  • 678908df5f Merge remote-tracking branch 'origin/develop' into plugins-functionality argirok 2024-04-19 12:41:05 +0300
  • 68125b3577 [develop | DONE | CHANGED] Claims: keep both shortname and funderName, in cards show fundername. For unidentified, hide code and link argirok 2024-04-19 12:09:00 +0300
  • 474a73e2f7 [develop | DONE | CHANGED] indicator utils: user date range overrides the default range a chart may have argirok 2024-04-18 15:08:17 +0300
  • afdf6bf964 [develop | DONE | CHANGED] in filters use "publication", "software", "dataset", "other" table instead of the result one argirok 2024-04-18 11:08:41 +0300
  • 5f8988eac1 Merge remote-tracking branch 'origin/develop' into on-push-strategy Konstantina Galouni 2024-04-16 16:19:21 +0300
  • 9e9332f1a3 Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop Konstantinos Triantafyllou 2024-04-16 16:08:13 +0300
  • a2b1bb8f70 [develop | FIXED | DONE]: Multi indicators paths fix dropdowns Konstantinos Triantafyllou 2024-04-16 16:08:05 +0300
  • 559220c77c [develop | DONE | CHANGED]: landing.module.ts: Removed TabPagingComponent from declarations and exports | deletedByInference.module.ts: Removed LandingModule from imports | resultLanding.module.ts: Import SearchTabModule | Deleted tabPaging.component.ts. Konstantina Galouni 2024-04-16 13:25:54 +0300
  • 4d80f6f39c Merge remote-tracking branch 'origin/develop' into develop Konstantina Galouni 2024-04-16 12:28:23 +0300
  • cc43504306 [develop | DONE | ADDED]: Added method get calcCurrentMonth() to calculate and display current month of the project life, if status is on going (project has started and not yet ended). Konstantina Galouni 2024-04-16 12:28:14 +0300
  • b729341199 [develop]: Fix visibility condition in Indicaotrs page Konstantinos Triantafyllou 2024-04-16 12:21:02 +0300
  • eeb63a2de9 [develop | DONE | CHANGED]: In search projects results, show funder name by default, and if not available, show funder short name. 1. searchResult.ts: Added field funderName: string; in class SearchResult. 2. result-preview.ts: Added field funderName: string; in class ResultPreview & in method "searchResultConvert()" set resultPreview.funderName = result.funderName; 3. searchProjects.service.ts: Added parsing of funderName. 4. result-preview.component.html: Show funderName and if not available, show funderShortname. 5. entity-metadata.component.ts: Added check for funders display. Konstantina Galouni 2024-04-16 11:47:12 +0300
  • 4b3e805d31 [develop | DONE | REVERTED]: searchProjects.service.ts: Revert parsing funder name if funder shortname is not available. Konstantina Galouni 2024-04-16 11:36:45 +0300
  • 1613916dfd [on-push-strategy | DONE | CHANGED]: result-preview.component.ts: Set changeDetection: ChangeDetectionStrategy.OnPush | searchResult.component.ts & result-preview.component.html: Redraw html when needed with onPush strategy. Konstantina Galouni 2024-04-16 10:23:07 +0300
  • c219c8370b [develop | DONE | REVERTED]: searchResult.component.ts & result-preview.component.html & result-preview.component.ts: Reverted changes regarding changeDetection: ChangeDetectionStrategy.OnPush - should be first introduced in another branch. Konstantina Galouni 2024-04-16 10:07:31 +0300