From: SourceForge.net <no...@so...> - 2011-06-29 16:32:06
|
Bugs item #3313183, was opened at 2011-06-07 10:08 Message generated for change (Settings changed) made by sfrgpiel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126676&aid=3313183&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: Closed Priority: 7 Private: No Submitted By: William Piel (sfrgpiel) Assigned to: hshyket (hshyket) Summary: Links to download trees don't use purl.org base Initial Comment: In the matrix page, the matrix download links all use purls. e.g. if you go here: http://treebase.org/treebase-web/search/study/matrices.html?id=11618 You can see these links, where purl is used whenever referencing a phylows object: http://purl.org/phylo/treebase/phylows/matrix/TB2:M9145?format=nexml http://purl.org/phylo/treebase/phylows/matrix/TB2:M9145?format=rdf http://purl.org/phylo/treebase/phylows/matrix/TB2:M9145?format=nexus However, the equivalent download links that reference tree objects are not using purl, e.g.: http://treebase.org/treebase-web/phylows/tree/TB2:Tr46502?format=nexml http://treebase.org/treebase-web/phylows/tree/TB2:Tr46502?format=rdf http://treebase.org/treebase-web/phylows/tree/TB2:Tr46502?format=nexus This will cause, for example, Google to try to index these pages, which I don't think would be wise. But also, we want to use purl to encourage people to recognize these as stable URIs to objects in TreeBASE. It is just a matter of changing the above tree links to: http://purl.org/phylo/treebase/phylows/tree/TB2:Tr46502?format=nexml [etc] And note that on dev, this should be the following: http://purl.org/phylo/treebase/dev/phylows/tree/TB2:Tr46502?format=nexml ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126676&aid=3313183&group_id=248804 |