Alex Martzios
049ac1a8a1
add 'SDG' and 'FOS' as fields options - report issues
2022-02-04 13:01:54 +02:00
Konstantina Galouni
ae970394e9
[Library]: resultLanding.component.html & result-preview.component.html: [Bug fix] In accessmode label added class "uk-text-truncate" to cut text and show ellipsis when larger that the available space.
2022-01-07 18:35:45 +02:00
Konstantina Galouni
e1c520d65f
[Library]: Altmetrics bug fix (more checks for previous commit) (from landing page with identifiers to landing page without: ERROR) | Updated parsing of relations in result landing page #7231 .
...
1. result-preview.component.ts: Display relationName (added in beforeTitlte).
2. resultLandingInfo.ts: Added field "relatedResults" (replaced other structures for relations) and "relatedClassFilters".
3. resultLanding.component.html:
a. In tab "Related research" show all relations.
b. [Bug fix] Added check when accessing resultLandingInfo.identifiers for altmetrics.
4. resultLanding.module.ts: Import MatFormFieldModule and MatSelectModule for filtering relations in tab which shows all relations.
5. result-preview.ts:
a. Added in class RelationResult "percentageName" (e.g. trust) and "relationName" (e.g. IsSupplementedBy) fields.
b. Added in class ResultPreview "relationName" field (e.g. IsSupplementedBy).
c. In method "relationResultConvert()", removed "relation" from parameters (included in RelationResult).
6. resultLanding.service.ts:
a. Updated parsing of relations (parse all relations for research results).
b. Updated sorting of relations.
7. resultLanding.component.ts: Handle updated relations and show them in one tab all together.
8. parsingFunctions.class.ts: Updated parsing of relations - parse all relations for results and keep the relationName and the percentageName.
2022-01-07 12:16:23 +02:00
Konstantina Galouni
8140beb701
[Library]: Altmetrics bug fix (from landing page with identifiers to landing page without: ERROR) | Instances model changed to merge common urls #7153 & #7156 .
...
1. deletedByInference.service.ts: Call updated parsing method for hostedBy_collectedFrom.
2. result-preview.component.html: Updated display of hostedBy_collectedFrom (new schema).
3. availableOn.component.ts: Updated display of instances in download from section of result landing page (new schema - merged instances with common url and multiple collectedfrom & hostedby)
4. result-preview.ts: Updated class HostedByCollectedFrom (new schema).
5. resultLanding.service.ts:
a. Updated parsing of hostedBy_collectedFrom (new schema).
c. Updated sorting of hostedBy_collectedFrom.
6. resultLanding.component.ts:
a. Use updated resultLandingInfo.hostedBy_collectedFrom to check if this result will be indexed or not.
b. [Bug fix] Set hasAltmetrics to false when requesting a new id.
7. parsingFunctions.class.ts: Updated parsing of hostedBy_collectedFrom according to new schema.
2022-01-07 12:01:22 +02:00
argirok
845db0a835
truncate text for open access mandate and collected from aggregator_name labels - better display in mobile
2022-01-03 16:10:15 +02:00
argirok
5c215af73e
Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-library
2021-12-17 15:41:15 +02:00
argirok
f911dec31e
landing pages: keep the loaded url as canonical if there is a timeout error - show the correct message
2021-12-17 15:39:32 +02:00
argirok
55ec94b95f
Subjects: add subjects section in home page. add 50 in the link to the search results
...
update login properties beta/test
Landing allow index off newly added records - zenodo
2021-12-17 14:35:18 +02:00
argirok
e58a2b0008
Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-library
2021-12-17 11:41:52 +02:00
Konstantinos Triantafyllou
8ad3eff16b
Fix a bug with community subject changed while getting community Info in landing contexts
2021-11-30 18:21:35 +02:00
argirok
c5f3c0b744
Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-library
2021-11-25 12:05:27 +02:00
Alex Martzios
2f65202142
resultLanding: add view more/less button for more than 3 communities
2021-11-25 11:57:49 +02:00
Alex Martzios
130691b60a
Remove dev condition for relatedTo component
2021-11-24 16:52:58 +02:00
argirok
fc78ac5777
update show subjects component with route links to advanced search - for 2 special subjetcs
2021-11-24 15:55:54 +02:00
Alex Martzios
de6c91cbab
resultLanding: display community categories and concepts only when on browsing that community
2021-11-23 13:50:44 +02:00
Alex Martzios
55f7167fb4
Change relatedTo and fundedBy component to match new mock - add dashboard links on resultLanding page
2021-11-23 10:44:36 +02:00
Konstantinos Triantafyllou
7ef741c205
Add logoUrl function in string utils and logoUrl pipe for HTML usage
2021-11-12 14:07:55 +02:00
Konstantinos Triantafyllou
79e6748d7f
Fix community logoUrl bug when it is uploaded
2021-11-12 12:36:16 +02:00
argirok
23f9f2c768
show special subjects link only in dev
2021-11-11 15:17:39 +02:00
Alex Martzios
cf08054ab5
connect links component visible only for dev enviroment
2021-11-11 12:11:45 +02:00
Alex Martzios
0a180ed22b
fix relatedTo changes after git confusions
2021-11-10 16:25:49 +02:00
Alex Martzios
9318da43a3
Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-library
2021-11-10 15:08:22 +02:00
Alex Martzios
32ccec5384
result landing: sort connect gateways
2021-11-10 15:08:09 +02:00
Konstantina Galouni
9e1c4b6a89
Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-library
2021-11-09 23:04:44 +02:00
Konstantina Galouni
e99a425813
1. environments/ & env-properties.json: #7159 : "doiURL" property updated from https://dx.doi.org/ to https://doi.org/ .
...
2. searchDatacite.service.ts & searchOrcid.service.ts: #7159 : In result.url "doiURL" property is used instead of a constant prefix.
3. parsingFunctions.class.ts: #7155 : Added field "instanceWithDoiExists", to check if publisher with doi related url should be added as instance (download from section).
4. showIdentifiers.component.ts: Removed "space" class from external icon.
5. relatedDatasourcesTab.component.ts: #7004 : Updated message on top of the tab.
2021-11-09 23:04:01 +02:00
argirok
3d6b358c9a
add links to special subjects in the landing page
2021-11-09 16:02:32 +02:00
Alex Martzios
cd3558f134
Modify component for the new connect gateway links card
2021-11-08 17:24:32 +02:00
Konstantina Galouni
b2ad62b6ad
[Trunk | Explore]: parsingFunctions.class.ts: [Bug fix] Stringify (+"") subject.classname (.toLowerCase() could throw error).
2021-10-26 15:32:32 +03:00
Alex Martzios
389cd74ba5
Add regex to change error-causing XML character in a URL
2021-10-25 12:40:55 +03:00
Konstantina Galouni
64051887ce
[Trunk | Explore]: parsingFunctions.class.ts: [Bug fix] Parse contexts properly when a label is null/undefined or empty string (result landing page).
2021-10-11 14:02:22 +03:00
Alex Martzios
7a375ee6f7
Link to RC dashboards available only for development enviroment
2021-10-11 12:53:31 +03:00
Alex Martzios
9da11820aa
Landing page: add link to RC dashboards in community context
2021-10-08 15:00:24 +03:00
Konstantina Galouni
aafe917099
[Trunk | Explore]: 1. parsingFunctions.class.ts: a. [Bug fix] Make sure content of subjects is string | b. Commented unnecessary logs. 2. sitemaps/: Update sitemaps files (run on 7/10/2021).
2021-10-08 10:37:40 +03:00
argirok
f854849462
Merge remote-tracking branch 'origin/master'
2021-10-06 16:24:23 +03:00
argirok
a3299a3fe5
update urls for enermaps
2021-10-06 16:23:57 +03:00
argirok
9b6913c85c
SEO: enable no-index filter for poor content
2021-10-04 13:20:18 +03:00
Konstantina Galouni
532be0e568
[Trunk | Explore]: 1. assets/common-assets: Added "eosc-logo.png" & deleted "egi-fed.notebook.png". 2. resultLanding.component.ts: Removed local styles for "notebook-button" class. 3. resultLanding.component.html: Logo and name of button for egi notebook updated. 4. parsingFunctions.class.ts: When "eosc jupyter notebook" is in subjects, show as classified subject (vocabulary) "EOSC: EOSC Jupyter Notebook" [Paolo's request].
2021-09-29 14:34:03 +03:00
Konstantina Galouni
aab0341bea
[Explore | Trunk]: 1. dataProvider.service.ts & project.service.ts & resultLanding.service.ts & searchDataproviders.service.ts & searchOrganizations.service.ts & searchProjects.service.ts & searchResearchResults.service.ts: Removed case sensitivity in parsing relations (rels.rel.to.class). 2. orcid.service.ts: Removed unused imports | Added comment related to KPI metrics calculated by orcid API.
2021-09-27 12:19:24 +03:00
Konstantina Galouni
3e3379d038
[Trunk | Explore]: 1. parsingFunctions.class.ts: created field "notebookKeyword" to be compared with subjects. 2. resultLanding.component.html: Property "egiNotebookLink" is used for Notebook button on top right section. 3. env-properties.ts: Added property "egiNotebookLink". 4. environment.beta.ts & environment.ts: Added property "egiNotebookLink".
2021-09-27 12:14:17 +03:00
Konstantina Galouni
ef8c330f7c
[Library | Trunk]: 1. showSubjects.component.ts: Nothing but aligning code 2. parsingFunctions.class.ts: Added field "notebookInSubjects", which is set to true when "notebook" is included in subjects. 3. resultLandingInfo.ts: [New] "showEgiNotebookButton" property added. 4. resultLanding.service.ts: Set resultLandingInfo.showEgiNotebookButton. 5. resultLanding.component.html: Added Egi Notebook button on top right section of page (for beta Explore only). 6. resultLanding.component.ts: Added styles (background color) for new class "notebook-button".
2021-09-23 17:49:41 +03:00
Konstantina Galouni
d80ac4904a
[Connect]: resultLanding.service.ts: In method "getEnermapsDetails()", change url to /api/metadata (used to be /api/datasets).
2021-09-20 16:32:27 +03:00
argirok
9d65eaab72
update metrics API: use the new stats tool for both numbers & charts
2021-09-08 15:21:30 +03:00
Konstantina Galouni
d7c7a18f51
[Connect]: 1. resultLanding.service.ts: Enermaps details as string. 2. resultLanding.component.html: In enermaps details, show "words" starting with "http://" or "https://" as links.
2021-08-23 17:55:30 +03:00
argirok
01edbef93c
landing pages: update spam words list
2021-08-13 11:43:26 +03:00
argirok
f51e47afa0
SEO - accessibility: more changes for accessibility, new manifest file
2021-08-11 13:59:50 +03:00
argirok
3d413cde2d
SEO - accessibility: In images add alt, add specific width and height, in links add <span class="visually-hidden"></span> with descriptive text - not visible (add class in library.css)
2021-08-10 13:46:33 +03:00
Konstantina Galouni
aea456942e
[Library]: resultLanding.component.ts: In method "checkIfAllowed()", keep only "covid-19" in publicCommunitities array (no index only for covid-19 related results in Explore).
2021-08-10 12:49:23 +03:00
Konstantina Galouni
b4b3e143bb
[Explore Service]: resultLanding.component.ts: added "checkIfAllowed()" method to be called by sitemap script and by updated "addNoIndexFilter()" method | Added spam words in "title_authors_words" | Added "publicCommunities" array with public communities in production - no index results from these communities.
2021-08-06 14:10:42 +03:00
argirok
58b44c7bb0
strip HTML for research outcomes description (landing and search results), Update no-index filter (remove poor content filter, add filter for communities)
2021-07-26 13:05:36 +03:00
k.triantafyllou
08bf703186
[Library]: Move angular 11 to trunk. Remove no needed files. Delete angular upgrade branches
...
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@61381 d315682c-612b-4755-9ff5-7f18f6832af3
2021-07-14 11:19:57 +00:00