
Description
When a submission is pushed on to TreeBASE from Dryad, by default the "Study Name" is pre-populated with the Dryad number in the form of "dryad_7877" and the "Study Notes" is pre-populated with the list of authors & instructions about retyping the authors in. Let's change this so that the "dryad_7877" number is prefixed in the Study Notes section and so that the title of the paper is pre-populated into the "Study Name" area. Also, let's pre-populate the URL field of the citation with the fully resolvable Dryad Package Identifier, e.g. http://dx.doi.org/10.5061/dryad.7877. When it comes to exposing this URL field, let's do the following:
(1) if the URL field is shorter than 8 letters, don't expose it.
(2) if the URL field starts with anything other than "http://dx.doi.org", expose it with the element or property "prism:url"
(3) if the URL field starts with "http://dx.doi.org", expose it with the element or property "dcterms:isPartOf"
The places where the URL field is exposed is essentially the same places where the publication DOI gets exposed, e.g.:
- the RDF serialization of a study (e.g. http://purl.org/phylo/treebase/dev/phylows/study/TB2:S586?format=rdf\)
- the NeXML serialization of a study (e.g. http://purl.org/phylo/treebase/dev/phylows/study/TB2:S586?format=nexml\)
- the OAI-PMH return (e.g. http://treebase.org/treebase-web/top/oai?verb=GetRecord&metadataPrefix=oai\_dc&identifier=TB:s586\)
Reported by: piel