CDLUC3 / dash

General repository for documents and communication for UC Dash project.
http://cdluc3.github.io/dash
MIT License
11 stars 4 forks source link

Dataset Record Page URL doesn't survive copy/paste #87

Open ghost opened 8 years ago

ghost commented 8 years ago

The URL for any given Dash data record page often does not resolve from a direct link. I've noticed this behavior from email and from certain web tools such as wiki.

It has to do with the equals sign at the end—all Dash data landing pages have a similar URL, and it gets dropped when copying and pasting/following links all the time. If you add the “=” manually or just remove the whole “;query” string at the end, it resolves.

EX: https://dash.lib.uci.edu/xtf/view?docId=uci/ark%2B%3Db7280%3Dd1pk58/mrt-datacite.xml;query= (doesn't work from email/wiki, though it works from Github apparently)

https://dash.lib.uci.edu/xtf/view?docId=uci/ark%2B%3Db7280%3Dd1pk58/mrt-datacite.xml (works in all cases)

Of course the DOI can be used but that involves a DOI resolution service, it’s not something you can just plug in your browser to get to the record, or that someone can easily access via an email link etc., especially if they are unfamiliar with how DOIs work.