--
You received this message because you are subscribed to the Google Groups ARKs group. To post to this group, send email to arks-...@googlegroups.com. To unsubscribe from this group, send email to arks-forum+...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/arks-forum?hl=en
---
You received this message because you are subscribed to the Google Groups "ARKs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arks-forum+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/arks-forum/d0c5a7b7-be3f-479d-a4ac-bd9849c21f5en%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups ARKs group. To post to this group, send email to arks-...@googlegroups.com. To unsubscribe from this group, send email to arks-forum+...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/arks-forum?hl=en
---
You received this message because you are subscribed to the Google Groups "ARKs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arks-forum+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/arks-forum/470ED6C5-0F7E-4327-8139-EE47FE41448F%40ucsb.edu.
CAUTION: EXTERNAL EMAIL
Hello, Lavoisier and everyone in the community,
I am an editor, and I work with ARKs in the journals I edit or advise. As examples, here are three journals that use them:
https://revistanuestramerica.cl
https://revistas.uniguajira.edu.co/rev/index.php/entre/
https://revistas.uniguajira.edu.co/rev/index.php/cei
What I notice in your case is that you are using dots “.” in the suffix, but the ARK module expects to find a slash “/”. The issue can usually be solved by avoiding dots when building the suffixes.
In fact, with OJS 3.3.0.20—which you are currently using—I can point to the example of the journal Revista nuestrAmérica (https://revistanuestramerica.cl). There, we confirmed that using dots in the ARK leads to errors in OJS.
Regarding the resolver, I have found it is much more effective to set up redirection rules that act directly on your site’s DOM and resolve to the appropriate path. For example, in an `.htaccess` file you could include a rule such as:
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/ark:/31129/(.*)$
RewriteRule ^/index.php/pub/article/view/%1 [L,R=301]
I should also mention that I developed an OJS plugin that makes ARKs visible in the table of contents. It has been tested and works well with OJS 3.3.0.15 and 3.3.0.20.
Finally, I created a module for OJS 3.5.0.1 that supports ARKs, in case anyone finds it useful.
Best regards,
Ismael Cáceres-Correa
Editor
---
Sociedad Realidad e Historia
--
You received this message because you are subscribed to the Google Groups ARKs group. To post to this group, send email to arks-...@googlegroups.com. To unsubscribe from this group, send email to arks-forum+...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/arks-forum?hl=en
---
You received this message because you are subscribed to the Google Groups "ARKs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arks-forum+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/arks-forum/CAOmcTKgd8dviBA%3Di47C5cEw84EE_eCKzVmNvzKF27U3QBRPRBQ%40mail.gmail.com.