Subject classification display in OJS

I use Subject classification (JEL). How can I display it on the abstract page for the article (like other indexing) and/or in lists?

Hi @Haukur_Arnthorsson

I think you could/should use the “Subject classification” article metadata field (that is previously enabled in Setup “3.4 For Authors to Index Their Work”). These values will be displayed in “Indexing metadata” in the reading tools and via OAI. However, they will not be displayed on the article abstract page, you would have to implement that – you can access it using $article->getLocalizedSubjectClass() function.
What “lists” do you else mean?

Best,
Bozana

Thanks. I will try that. Regards, Haukur