From: SourceForge.net <no...@so...> - 2011-05-16 19:43:39
|
Bugs item #3302998, was opened at 2011-05-16 15:43 Message generated for change (Tracker Item Submitted) made by sfrgpiel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126676&aid=3302998&group_id=248804 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: ui Group: None Status: Open Priority: 7 Private: No Submitted By: William Piel (sfrgpiel) Assigned to: hshyket (hshyket) Summary: Dryad data DOI number storage Initial Comment: 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) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126676&aid=3302998&group_id=248804 |