Hello,
I work with one journal and they request that some additional meta data should be displayed with article such as:
Paper submitted: 2013-02-12
Paper revised: 2013-06-23
Paper accepted: 2013-06-23
Published online: 2013-07-06
How to create fields for such meta data?
Thanks
Hi @vvucic,
You can get that information either from the Article object ($article->getDateSubmitted()
) or from the SectionEditorSubmissionDAO
($sectionEditorSubmissionDao->getditorDecisions($article->getId())
). You’d need to fetch the editor decisions on the PHP side (pages/article/ArticleHandler.inc.php
) and then format them for display in one of the templates in templates/article/
.
Regards,
Alec Smecher
Public Knowledge Project Team
1 Like