-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reaction card URLs #97
Comments
I'd like to work on these |
@miori-nd I've found another dataset url issue which is potentially related, or maybe something to push to a separate issue. Links to ORD datasets have been published in articles about ORD but these links are now broken after changes to the ord-interface. We have several example datasets linked in the JACS paper. The old link is going to: but it should point to: How feasible is it to include a redirect in the ord-interface so if someone accesses an old dataset link it pushes through to the correct location? |
@bdeadman Thank you for reporting that, we should be able to provide a redirect since both of the links are going to the same domain (open-reaction-database.org) just a different subdomain (the subdomain is the "client." part). I will make a separate issue for that and link it here for tracking purposes. |
@skearnes Could you provide an example of a broken publication link on production? It seems to me that that might be a data quality issue on specific publication links that happen to be broken. The ones in the test database seem to be working fine in the interface (I am working out of the vue branch though so maybe that's out of sync with what's on production) |
https://open-reaction-database.org/search?dataset_ids=ord_dataset-4e9c2fa02a7544fd839206719263345f&limit=100 the publication URL just links back to the search page |
The client.open-reaction-database redirect works. Still to do: DOI to be turned into the publication URL link. |
The text was updated successfully, but these errors were encountered: