I am currently using OJS 2.4.7 and were asked by journal accreditation body to make the number of abstract views, PDF views and article download stats available for public viewing. I have browsed through older forums and php files inside the OJS folders to look for clues on pertaining issues but came to no avail. Hence, if anyone here in this forum has any sort of idea on how to come about to solve this issue (a step-by-step guide would be helpful) please reply to this post and your answer would be much appreciated.
DOAJ is a right pain. They impose all sorts of bureaucratic requirements but do not do significant quality checks so some seriously dodgy journals are in their index. I would make a best effort to meet their requirements and not worry if you don’t satisfy every requirement to make maximum points.
It is useful to be included so your journal can be found but I wouldn’t go so far as to call them an accreditation body.
I understand your frustration, Philip, but I’ll stick up for DOAJ here. They’re a small group working on a tough problem that comes with large numbers and no firm boundaries. Distinguishing profiteering publishers from new entrants publishing real science is hard and nobody has really figured out how to do it yet in a way that doesn’t favour existing incumbents (some of whom may also be profiteering) overmuch or skew against e.g. publishers in developing countries. PKP is able to defer to DOAJ’s work on this, which saves us a lot of effort.
Regards,
Alec Smecher
Public Knowledge Project Team
Thanks @philipmach for your suggestions and @asmecher for your concern. The problem with my boss is that he won’t take no for an answer. He told me that it is incumbent for us to meet their requirements and that the job is not impossible as there is another journal capable of doing so. Please refer to this journal site for an example of what he was expecting to have: http://pagepressjournals.org/index.php/aiol/article/view/5439
Hence, if any of you know exactly how they managed to place in the details of the abstract and PDF views, please let me know.
This can be used inside the templates/article/article.tpl file directly. Of course you will need to add extra markup to make it look nice, but from the coding perspective, this is it.
Back to the original question - DOAJ doesn’t appear to require article metrics on the journal site. Am I missing something in their requirements?
I appreciate that they are providing a useful service but I question some of the detail they demand you get right just to be listed. But anyway I made them happy in the end.
I am in a developing country and do not much appreciate publishers who make it harder for us by profiteering practices – including the established publishers, but that is another whole issue…
On a positive note, it is great that there are so many free tools and services out there, which makes it that much easier to publish a journal where funding is tight.
Try this inside any controller that’s preparing the template to be rendered (I would add it to the ArticleHandler controller, in the view method, around line 174, for example):
Thank you for the instruction here, I did this but in the PDF view page the PDF count does not appear, please see the code below and compare with the page here
Perhaps. It depends on where you want this to display.
Are you familiar with PHP and Smarty? Note that in the article.tpl, most of the content is wrapped in an if/else which keys on whether or not a $galley is currently set. To display a count on both pages, you could place code outside of this if/else.