microsimulation / ijm-xml

XML files for the International Journal of Microsimulation
MIT License
0 stars 0 forks source link

ijm-00039 figure 2 needs to be one item #139

Open Melissa37 opened 5 years ago

Melissa37 commented 5 years ago

One IJM article (ijm-00039) uses the JATS element fig-group, which has a label (as does its child fig elements):

<fig-group id="fig2">
    <label>Figure 2</label>
    <caption><title>Actual and Simulated Gross Migration Flows</title></caption>
    <fig id="fig2a" position="float">
        <label>(a)</label>
        <caption><title>k - based upon lagged transitions (1991-2000)</title></caption>
        <graphic xlink:href="ijm-00039-fig2a.tif" mimetype="image" mime-subtype="tiff"/>
    </fig>
    <fig id="fig2b" position="float">
        <label>(b)</label>
        <caption><title>k - based upon average transitions (1991-2000)</title></caption>
        <graphic xlink:href="ijm-00039-fig2b.tif" mimetype="image" mime-subtype="tiff"/>
    </fig>
    <fig id="fig2c" position="float">
        <label>(c)</label>
        <caption><title>k - based upon first transition in 1991 (1991-2000)</title></caption>
        <graphic xlink:href="ijm-00039-fig2c.tif" mimetype="image" mime-subtype="tiff"/>
    </fig>
</fig-group>

Please rework the figure so parts a and b are in one figure file and change the xml so only one figure is cited.

Vijayarajmurugesan commented 4 years ago

@Melissa37 Could you please check my understanding is correct or not

Going to merge 3 parts of the figure into a single figure with the label (a) (b) and (c). And the XML going to be like below:

<fig id="fig2" position="float">
<label>Figure 2.</label>
<caption><title>Actual and Simulated Gross Migration Flows. (a) k &#x2013; based upon lagged transitions (1991&#x2013;2000). (b) k &#x2013; based upon average transitions (1991&#x2013;2000). (c) k &#x2013; based upon first transition in 1991 (1991&#x2013;2000).</title></caption>
<graphic xlink:href="ijm-00039-fig2.tif" mimetype="image" mime-subtype="tiff"/>
</fig>
Melissa37 commented 4 years ago

That is correct. Thank you