diff --git a/CHANGELOG.md b/CHANGELOG.md index bcabec9..adbe499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - *Fixed (for any bug fixes)* - *Security (in case of vulnerabilities)* -## [4.0.0] - 07/11/2023 +## [4.0.0] - 28/11/2023 +### Added +* Research product detailed page: Updated parsing of measures - views/downloads per data source if available ### Changed * Angular 16 upgrade * Uikit version to 3.16.24 +* Data source detailed page: Get number of collected fulltexts by new stats API ## [3.1.0] - 11/09/2023 ### Added diff --git a/README.md b/README.md index caec87f..6a97cd1 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,15 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github. ## Running end-to-end tests Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). + +## System Architecture +![](./src/assets/architecture.png) + +Users can access the EOSC EXPLORE portal via the EOSC Marketplace portal when searching for Publications, Data, Software and Other Research Products. + +The EOSC EXPLORE portal serves detailed pages for specific research products, providing an overview of all the metadata available in OpenAIRE Graph and the relationships among the entities of the graph, such as related research, supplementary research, funding projects, related organizations and data sources. Users can navigate through the different entities of OpenAIRE Graph by following the relationships. + +In the detailed pages of research data users can transfer files found in Zenodo and other sources in their own data storage, such as dcache or s3 using the Data Transfer Service. +Metrics, indicators and charts, calculated by OpenAIRE or external tools, are also available in the detailed pages of EOSC EXPLORE. + +The detailed pages share the same navigation bar with EOSC Marketplace for easy and quick navigation and users can be redirected easily back to the search page of EOSC Marketplace from which they entered EOSC EXPLORE. diff --git a/package.json b/package.json index 4d2d8fb..814b755 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "rxjs": "^6.5.1", "ts-md5": "^1.2.0", "tslib": "^2.0.0", - "uikit": "3.16.14", + "uikit": "3.16.24", "zone.js": "~0.13.1" }, "devDependencies": { diff --git a/src/assets/architecture.png b/src/assets/architecture.png new file mode 100644 index 0000000..6a7941c Binary files /dev/null and b/src/assets/architecture.png differ