-
Notifications
You must be signed in to change notification settings - Fork 448
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
The "%c" DOI token appears not to be implemented (OMP) #5254
Comments
This seems to be working ok in master branch. I mean the chapter variable is used there. However, the pattern mentioned in the description is The pr below adds that missing It also fixes the reassign DOIs error for OMP. Thirdly it adds a new possible pattern component omp: pkp/omp#730 @NateWr and @asmecher a central question here: Of course the publicationId will technically work and DOIs should not be human readable, but I am pretty sure this will be requested for URL's fairly soon after 3.2 is released. (I think there is a similar "problem" if we will have chapter landing pages. I mean you will have URL's leading to "chapter 343" which will probably bother editors. But there it is more complicated while the chapters might change their places in the TOC - the URL can not change accordingly if there are DOIs attached. Or it could, be the DOIs involved would have to be updated in the process. Not impossible, but a lot of work for a visual thing.) |
I'm hesitant to introduce a I also think, in cases where there is some kind of pre-production publishing, it may look odd to have a version number like I would rather address the version identity problem with a focus on publication types and summaries. The URL problem is a harder one to address. We are encountering similar hiccups around permanent galley URLs. I really think that to solve this we should move to a URL derived from the names of the objects or some other technique. Take the chapter landing page example. Even if we used something like a I would rather see URLs that looked like the following:
With such URLs we'd gain some SEO advantages. We'd also get consistent URLs for the latest version of things (unless the titles changed). And in cases where a URL path fails we can fall back gracefully to the latest article/book landing page and the user can quickly find what they need. |
yeah, I can see how that would introduce a lot of potential problems. The idea with chapters is a good one. I do think that deleting a version is not a big problem. If a number is missing, it gives a clear signal that a version has been removed. For preproduction publishing happening inside OJS, I think it would make sense that the final published article would show those versions as well as earlier versions of the article. If those earlier versions would have some other content type (like preprint) then that would of course be shown as well. So version 1 was a preprint, version 2 post-review and version 3 is the final published article. But that question is really not the main topic, I really need the |
I restarted the failed test. |
Thanks! Is that something I could do myself? |
I don't think so. |
the tests completed, thanks! |
See https://forum.pkp.sfu.ca/t/chapter-doi-urns-in-omp-3-1-1/55164 for a description.
In Setup, it's possible to write a pattern for DOIs to use, including variables in the pattern that are replaced with values from the submission data. The setup form allowing this pattern to be entered describes a "%c" token to be replaced with the chapter data; apparently this is not being replaced.
The text was updated successfully, but these errors were encountered: