= Editing metadata related resources = || '''Date''' || 2013-01-02 || || '''Contact(s)''' || Francois Prunayre || || '''Status''' || Being discussed, in progress, initial implementation in progress || || '''Assigned to release''' || 2.9.x || || '''Resources''' || Available (funding Ifremer) || || '''Ticket #''' || #XYZ || || '''Github dev branch ''' || https://github.com/fxprunayre/core-geonetwork/tree/improvement/relations || == Overview == This proposal aims to improve the way a resource is linked to a metadata in editing mode. Indeed, !GeoNetwork provides multiples ways of adding link to external or internal resources in different places of the editor. We could list: * in the editor using the binocular to search for a record to link (eg. parentIdentifier, sources, featureCatalog, operatesOn, aggregates) * file upload for thumbnail or online sources * custom UI for service/dataset link This proposal provide a main component to view, add or remove the related resources. A related resource could be: * A thumbnail (URL or file to upload) * A parent metadata record (UUID to the metadata) * A service metadata record * A dataset metadata record * A online source (URL or file to upload) * A feature catalog (UUID to the metadata in ISO19110 format) * A sibling (See http://trac.osgeo.org/geonetwork/wiki/MetadataSiblings) This component is only available for ISO19139 records (or ISO19139 profiles) but when related resources are metadata records, those records could be in any of the catalog supported standards (eg. ISO19110 for feature catalog). [[Image(geonetwork-relation-manager.png)]] === Proposal Type === * '''Type''': GUI Change * '''App''': !GeoNetwork * '''Module''': Widgets === Links === * '''Documents''': === Voting History === * Vote not yet proposed. == Motivations == Make relation management easier. == Proposal == This related resource panel rely on: * the relation services (to retrieve current relation for a record) * XSL processing to add or remove a relation === Add a thumbnail === Two types of thumbnails could be linked to a metadata record: * an image linked using its URL (the image needs to be published online) * an image uploaded in the record data directory. After upload a small thumbnail could be created if requested. The thumbnail upload form provide a simple way to add thumbnails: [[Image(geonetwork-add-thumbnails.png)]] The relation panel allows to quickly remove a thumbnail. When the image is uploaded, the XML snippet corresponding to the image is the following: {{{ http://www.cyber-heritage.co.uk/maps/map3.jpg http://localhost:8080/geonetwork/srv/eng/resources.get?uuid=7e512c38-f916-43ba-8367-85f17dcadca1&fname=thumbnail.jpg large_thumbnail jpg }}} When linking using a URL, the following XML snippet is inserted {{{ http://organization.org/images/thumbnail.jpg }}} In both cases, the information could be improved or updated using the editor from the advanced view > identification section. === Add an online source === === Add a dataset to a metadata about a service === === Add a service to a metadata about a dataset === === Add a parent metadata record === In order to add a link to a parent metadata record, search for the target record in the popup and select the parent metadata to link to the current in editing. [[Image(geonetwork-add-parents.png)]] Once added, the following XML is inserted in the metadata record: {{{ SDN:PRODUCT:1850:Time Series Tributyltin (TBT) in Sediment }}} In the editor, the relation could be updated in the metadata section: [[Image(geonetwork-edit-parents.png)]] === Add a sibling === ISO Metadata records can be related to one another in different ways. The elements in the ISO standard that support sibling relationships are the aggregationInfo element. Sibling relationships types can be specified using an extendible codelist. See http://trac.osgeo.org/geonetwork/wiki/MetadataSiblings for more details. In order to add a sibling link: * choose a type of association * choose a type of initiative * and search for the record to link [[Image(geonetwork-add-siblings.png)]] The type of sibling is displayed in the relation manager which allows to quickly remove the relation if needed: [[Image(geonetwork-add-siblings-ref.png)]] Once added, the following XML is inserted in the metadata record: {{{ urn:marine.csiro.au:project:1532 crossReference project }}} === Relation manager widget advanced configuration === === Backwards Compatibility Issues === None. === New libraries added === None. == Risks == Everything involves some element of risk.... == Participants == * Francois Prunayre * Ifremer * Camptocamp * Others?