Task #24817
openTask #24611: Create the new GRSF Publisher service
Task #25008: Requested fields changes
Change the content of 'database_sources'
80%
Description
Stock and Fishery records contain the fields database_sources
.
As an example, please consider the following the Stock Record (Assessment Unit) from GRSF with GRSF UUID cb468fb0-fed5-370f-9bc6-08fa99c54f3c.
https://data.d4science.org/ctlg/GRSF_Admin/cb468fb0-fed5-370f-9bc6-08fa99c54f3c
Please find attached the JSON submitted by the KB in June 2021 (maybe it is not the latest version, but this is not important to present the situation)
"database_sources" : [ {
"name" : "FishSource",
"description" : "FishSource is an online information resource about the status of stocks and fisheries, that compiles and summarizes all the information that is needed from analysts to evaluate the sustainability.",
"url" : "http://www.fishsource.com"
}, {
"name" : "FIRMS",
"description" : "Fisheries and Resources Monitoring System aims to provide access to a wide range of high-quality information on the global monitoring and management of fishery marine resources",
"url" : "http://firms.fao.org/firms/en"
}, {
"name" : "RAM",
"description" : "RAM Legacy Stock Assessment Database is a compilation of stock assessment results for commercially exploited marine populations from around the world.",
"url" : "http://ramlegacy.org"
} ]
Currently grsf-publisher-ws service uses database_sources
to:
- Generate a simple field with the content "RAM FishSource FIRMS".
I'm wondering if we simplify the process and have something like:
"database_sources" : "RAM FishSource FIRMS"
Please note that if we agree on this, the change must be made when the new service will be available and not for the current implementation.
Files
Related issues