Additional meta data for artuicles

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

Hi @asmecher

I followed this treed, and I didn’t find what you mentioned in the quote:

Can you show me which line in the ArticleHandler.inc.php? Or is there another way to display the editor’s decision on the article page as @vvucic intended?

Regards