Issue 10528

Add website URL and contacts (administrative, technical) for checklist publishers and datasets

10528
Reporter: ahahn
Assignee: trobertson
Type: Improvement
Summary: Add website URL and contacts (administrative, technical) for checklist publishers and datasets
Priority: Major
Resolution: WontFix
Status: Closed
Created: 2011-12-13 16:57:45.128
Updated: 2013-12-17 15:23:07.299
Resolved: 2013-09-27 19:31:49.598
        
Description: Data provider and data resource records for checklistbank datasets get added to the portal database at rollover. Currently, they include basic metadata (name, description, citation, basis of record). In addition to these, we need to add, as a minimum:
- website URL
- primary administrative contact (person name, email)
- primary technical contact (person name, email)
The goal is to give sufficient information on a data portal page to allow a user to contact the owner of such a dataset, both through personal contacts and, where available, an institutional web page. Example page, currently missing such information: http://data.gbif.org/datasets/resource/13729/

Concerned in index database:
- data_resource.website_url
- data_provider_agent (data_provider dp join data_provider_agent dpa on dp.id=dpa.data_provider_id join agent a on dpa.agent_id=a.id)
- data_resource_agent (data_resource dr join data_resource_agent dra on dr.id=dra.data_resource_id join agent a on dra.agent_id=a.id)
- agent

Source of information:
GBIF registry


]]>
    


Author: mdoering@gbif.org
Comment: Right. Actually all information apart from the resourceKey itself should come directly from the registry instead of clb. Only checklist specific data which is not found in the registry should be taken from clb, but I don't think we use any right now.
Created: 2011-12-14 11:29:47.882
Updated: 2011-12-14 11:29:47.882