-
Notifications
You must be signed in to change notification settings - Fork 447
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
Multilingual articles (not just multilingual metadata) could receive multiple DOIs #7335
Comments
The DOI we register is one that points to a landing page, not to any particular translation. You can add DOIs to representations as well, meaning files attached to a particular article, but that is probably a different case from their point of view. If we would have a DOI for each translation, we would need a landing page with an unique url for each translation. See #699 Related issue: #6172 |
But when the metadata is exported for deposit in CrossRef, the DOI registered by OJS adopts the submission primary language. The proposal would allow exposing multilingual metadata for a scenario currently supported by CrossRef: multilingual works Granted, this is probably more of a feature request for the OJS Crossref plugin than OJS itself. |
Sure, but if there would be a landing page for all translations OJS could register a DOI for all languages, not just the submission primary language. And as it was mentioned in your link, there would be a intra_work relation between those works. Galleys and Galley DOIs are handled as Components in Crossref schema. An article DOI should always point to a landing page. I suspect that the Crossref representative is not talking about Components in his post, but probably something that @AhemNason can discuss with them. edit: of course if defining translations as Galley files in Components is enough for them, then OJS pretty much already supports this. You can already create DOIs for Galleys and these are included in the deposit. Not sure how well the relations, language params etc. are defined. |
except CrossRef doesn't support multilingual metadata yet, it's still in their "research & planning" stage, we're probably a few years away from it, as per second link above. the present proposal would for the first time ever allow multilingual publications to be exposed for indexing outside of OJS. and it's for a specific use case which CrossRef already supports and endorses, as per first link above: when the full text content is multilingual, not just the multilingual metadata of monolingual content. currently all the secondary language metadata entered in OJS apparently is ignored by machines, it's only for human consumption. editors are translating and managing multilingual metadata with hopes it'd bring more visibility to their publications. |
Sure and having a language specific landing page in OJS is probably as far away. As I mentioned above, Galleys are treated as In general I am interested in solving this since we have some journals that publish in two languages. Some of them simply publish the same article as two individual submissions in OJS and this gives them language specific DOIs. |
This is how I have been thinking how different language versions of articles would get DOIs, but this requires OJS to have language specific landing pages. This example has two DOIs being deposited for the same article (English as primary language and Finnish as the translated version). In OJS this would be one Submission but a case where the full text and metadata would be in two languages. There are of course open UI questions involved on how to deal with this in the OJS landing page.
|
The above might deserve mention in the DIG's guide to Google Scholar Indexing as recommended practice for publishing multilingual articles in OJS: https://docs.pkp.sfu.ca/google-scholar/en/#adding-multilingual-metadata-in-ojs-32 The justification is that most editors would probably be surprised to learn that secondary language articles in OJS are not indexed externally. |
Hey everyone! This is a lot to read on a Monday morning and I do have some thoughts about it. But, I agree with @ajnyga that this is likely a lot more work than it might seem. Multilingual Metadata Multilingual metadata is definitely complicated. From a Google Scholar perspective, their recommendation is that metadata should only be recorded in the language the work was written in. If you have a translation of a work, that's an additional record. In their implementation/recommendation, any version of a work will only have one metadata record whose language matches that of the work. They do not recommend adding translations of metadata for works that themselves aren't translated. This is the first hurdle. Multilingual metadata implementations that don't follow these recommendations from Google Scholar may end up unindexed by Google Scholar. On one hand, I kind of agree with this. Metadata describes the work. Translating a description of a work happens irrespective of the work itself. But, on the other hand, we know that there are use cases for multilingual metadata for journal-, issue-, and article-level use. I've heard users say that an abstract in a language that differs from the work allows them to know whether or not the effort to have the work translated is worth it for them. Fair enough. The question is where that goes downstream, and how. If Crossref cannot accept multilingual metadata (and, noting, that this is an extremely complicated challenge for the folks working on their schema) at the moment, there will be no way to register that metadata with them in an elegant or useful way. So OJS has a "primary language" option and we share register the primary language metadata with Crossref. Everyone is right that we need a solution here, but I don't think it's the job of OJS/PKP to trailblaze (I should say I have no like... authority in what OJS/PKP does in this space). I think we should follow international standards created by the most-used organizations. If we already know that some indexing (google scholar) isn't yet supporting multi-lingual metadata, we should be cautious with implementation. Multilingual Works Now, for translations, we're not talking about the metadata of the original work. We're talking about the metadata of a translation of that original work. This article would have fully different metadata because there is another contributor to the work in that it was translated. A translated work is a new, derivative work (depending on your nation's copyright law, at least). I actually don't think galleys are the answer here. I think additional "articles" for each translation are. Because the translation metadata could/may change for each article. It's best not to think of your table of contents as hosting multiple versions of each article, but instead listing each discrete work . If you put each translation in its own record, with its own landing page, with a corresponding translated galley, you would be able to get your unique DOI and the indexing you're looking for. You're also representing each work uniquely. I do think this requires transparency from the journal. Basically, even if we could write to a fully multilingual metadata schema today, there are very few places that could read it/parse it. But if the argument is that each translation is its own work then there are no issues minting a DOI for each version and recording metadata in the language that matches. |
pagination is yet another reason for discouraging multilingual galleys in favor of separate works, one for each language. page numbers won't be exactly the same for translations and original work; normally the translation follows sequentially the original work in a given journal issue. so the "how to cite" text will always display the primary language's page numbers, despite the change in article title with requested language. of course, in principle the pagination field could be made internationalized and localized, but that direction doesn't seem fruitful. in view of the guidance from CrossRef giving preferrance to separate DOIs for original works and translations, plus the invisibility of translated metadata and galleys for web indexing, we should consider alerting journal editors/admins about the limitations of multilingual galleys. at least fixing this wouldn't require any major coding, it seems more a matter of documentation. |
I personally would like to see this solved within the context of a single Submission. We just need to have separate landing pages for translations and Google Scholar plugin for example has to take this into account. GS plugin can not present multilingual metadata on a single landing page, but it can show different kind of metadata when you visit the url of the translated version. Within the OJS context we would still have one Submission. But from the Crossref and GS point of view we would have two separate Works, the original and the translation. How this is handled in the TOC is of course a matter of opinion. Why I would not want to go to the direction of separate Submissions in OJS is that I am not sure how we would handle the relations between the Submissions. OJS by default would just see two separate Submissions that have nothing in common so editors would have to define those by hand. What makes the approach I suggest problematic is versioning. We might end up in a situations where an article has for example three versions and each version has three translations. It could be difficult to maintain this. |
just to mention some documentation about CrossRef's hasTranslation and isTranslationOf fields: Relationships between different research objects - Example: translated article the above fields would also benefit journals currently publishing multilingual articles in OJS simply as two independent submissions (which is facilitated by the "quick submit" plugin) and who might prefer to continue using this existing approach to obtain language-specific DOIs. PS: maybe this simpler existing alternative, of independent submissions, should be split in its own issue ticket? I ask because its full support could happen much sooner than the "ideal" solution of a unified multilingual submission. it'd only require the new hasTranslation/isTranslationOf fields (including their export by the crossref-ojs plugin), plus minor documentation improvements. PPS: cool factoid: "if you register two DOIs ... and then link those DOIs together using the ‘isTranslationOf’ relation ... you will only be charged for one DOI." |
I'm not sure, but I think writing in relational metadata between two published articles in OJS is actually a non-trivial undertaking. Especially since there's no interface by which to link articles as it stands. |
Not directly related but, solving it in a single submission is ideal and is the way Scielo and PMC handle it. More specifically, the use a [1] https://jats.nlm.nih.gov/publishing/tag-library/1.3/element/sub-article.html |
JATS' "sub-articles" can be abused in ways that render metadata incompatible with CrossRef and downstream citation tools. I also note the PubMed Central Tagging Guidelines offer two options for multi-language articles [2]: "Article and Translation", based on sub-articles, and "Publication in Multiple Languages", based on parallel articles; the latter is more aligned with CrossRef's recommended practice:
So either a separate work or a separate landing page for each language (with their own DOI) seems the only way for improving discoverability of multilingual content published in OJS, given the limitations of CrossRef, GScholar, etc. PS: I'd suggest keeping the discussion about multilingual metadata of single-language works separate in issue #7272. |
related issue: "Fix submission language/languages metadata" |
Meanwhile, I've submitted a documentation patch describing Crossref's recommendations on multilingual articles to section "Adding multilingual metadata in OJS" of the "best practices for indexing" document:
|
Now we have a plugin to help with this process: I notified the community in a related discussion on the forum. We will soon have it in the gallery. Thanks to REGEPE - Entrepreneurship and Small Business Journal for funding the development by Lepidus. |
Looks very good! Congrats! |
Describe the problem you would like to solve
Sometimes journals publish a given article in multiple languages, i.e., with a separate PDF for each language.
Describe the solution you'd like
In this case, CrossRef recommends depositing multiple DOIs, one for each language:
Optionally, the secondary or alternative languages might point to the primary or original language:
Who is asking for this feature?
Journal editor
Additional information
This is not simply metadata in multiple languages, with a single PDF for the primary language. For that different scenario, OJS doesn't have much to do, because CrossRef still doen't support multilingual metadata for a given DOI. (Although they're working on it: https://trello.com/c/DgHbXntr )
The text was updated successfully, but these errors were encountered: