1. myOrcidLinks.component.ts:
a. Added title "My ORCID links".
b. Set page metadata (_meta, _title).
2. orcid.component.ts: Set page metadata (_meta, _title).
3. orcid-work.component.ts: move ORCID icon (iD), after word "ORCID".
4. orcidWork.ts:
a. Do not map OpenAIRE type "Film" to ORCID type "artistic-performance".
b. For each result, map first OpenAIRE type, which is not "other" (if exists).
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60466 d315682c-612b-4755-9ff5-7f18f6832af3
orcid-work.component.ts: Updates and fixes | Add UI for "pageType=='my_search'" (my orcid links page).
orcid.component.ts:
a. Update component to get ORCID tokens and redirect back to the appropriate page.
b. When called by ORCID UI (no source parameter), call method "orcidService.getPersonalDetails()" to redirect to advanced search research outcomes, filtered by name.
c. Remove unused code.
orcid.module.ts: import ResultLandingUtilsModule.
orcid.service.ts:
a. Add methods "getLocalWorksByPids()", "getUserOrcid()" and "getPersonalDetails()".
b. Fixes and imporovements in request responses.
c. Separate /local from /orcid methods in orcid service (/local query only DB while /orcid query ORCID API).
orcidWork.ts:
a. Add method "mapType()" to map OpenAIRE result types to ORCID work types.
b. [Bug fix] Parse resultLandingInfo.dateofacceptance correctly into year, month, day.
c. [Bug fix] Capitalize author.orcid to set "contributor-orcid].path.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60392 d315682c-612b-4755-9ff5-7f18f6832af3