elifesciences / elife-vendor-workflow-config

capturing requriemtns and niggles for setting up the elife production workflow
0 stars 1 forks source link

<subj-group> #9

Open Melissa37 opened 9 years ago

Melissa37 commented 9 years ago

Contained within article-categories Have the attribute subj-group-type, with values of: display channel OR heading

display channel - the article type, eg Research article. This is the article type defined by eLife and not NLM. This is for display purposes on the html page and pdf and the breadcrumb trail on the website. heading - the major subject area (there can be up to two). Display purposes on the html page and pdf and the breadcrumb trail on the website, and for categorising into subject specific areas for search

<article-categories>
                <subj-group subj-group-type="display-channel">
                    <subject>Research article</subject>
                </subj-group>
                <subj-group subj-group-type="heading">
                    <subject>Cell biology</subject>
                </subj-group>
                <subj-group subj-group-type="heading">
                    <subject>Computer science</subject>
                </subj-group>
            </article-categories>
Melissa37 commented 9 years ago

Linked to #8

ghost commented 9 years ago

This is added in Bugzilla http://bugzilla.exetercs.com/show_bug.cgi?id=4621