<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Deep Learning Approaches to Classification of Production Technology for 19th Century Books</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Chanjong Im</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Junaid Ghauri</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>John Rothman</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thomas Mandl</string-name>
          <email>mandl@uni-hildesheim.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Hildesheim</institution>
          ,
          <addr-line>Information Science</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Cultural research is dedicated to understanding the processes of knowledge dissemination and the social and technological practices in the book industry. Research on children books in the 19th century can be supported by computer systems. Specifically, the advances in digital image processing seem to offer great opportunities for analyzing and quantifying the visual components in the books. The production technology for illustrations in books in the 19th century was characterized by a shift from wood or copper engraving to lithography. We report classification experiments which intend to classify images based on the production technology. For a classification task that is also difficult for humans, the classification quality reaches only around 70%.. We analyze some further error sources and identify reasons for the low performance.</p>
      </abstract>
      <kwd-group>
        <kwd>Digital Humanities</kwd>
        <kwd>Classification</kwd>
        <kwd>Children Books</kwd>
        <kwd>Image Processing</kwd>
        <kwd>CNN</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Digital Humanities is having a considerable impact on humanities research related to
text. Many text mining tools have been developed and are currently being applied to
genuine research questions in the humanities. This trend is currently contributing to a
larger variety of methods being used. There has been no comparable paradigm shift in
research related to visual material.</p>
      <p>Research on historical children books has yet not often been the subject of digital
humanities (DH) studies. This research requires processing for both text and images.
Children books are considered to contain more images than adult books typically. As
a consequence, they are of special interest for an analysis of images. In addition, they
form a closed category on the one hand which contains sufficient variety on the other
hand.</p>
      <p>
        Illustrated books have played a significant role in knowledge dissemination. The
declining production costs for printed images have led to a growing exposure of more
and more people to rich visual resources. Research in this area can identify trends in
the objects depicted, as well as the stylistic and aesthetic presentation of the visual
resources [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Images also allow the tracing of influence over time by observing
adoptions of content or style.
      </p>
      <p>For cultural studies, it is necessary to observe efficiently whether the shifts in
production technology in the 19th century have led to aesthetic developments. Modern
technologies like lithography were more adequate for mass production and allowed
finer lines.</p>
      <p>This shows, that meta data has a great importance for research in children books.
However, annotated meta data for production technology is not always easily
available. For many books, the title data can even provide erroneous information on the
production technology. Some publishers claimed that they include copper engravings
as a marketing argument, however, in many cases this is not true and e.g. lithography
images were produced.</p>
      <p>As a consequence, one sub task in the DH support for the cultural studies in
general and the children books research in particular is the development of robust
classification systems which are capable of identifying the production technology based
exclusively on visual information.</p>
      <p>For humans, the identification of the printing technology used for historic books is
also not a trivial task. Only experts in the area are able to classify images for this goal.
They sometimes need magnifying glasses and the task is often easier when the
original paper version is available. For the digital version, this classification is typically
even more difficult.</p>
      <p>There are also many different forms of lithography (e.g. chromolithography).
However, for the purposes of our study the identification of lithography in general is
sufficient.</p>
    </sec>
    <sec id="sec-2">
      <title>State of the Art</title>
      <p>
        To the best of the authors’ knowledge, this is the first attempt to classify the printing
technology using images from books. Other previous work is focused on identifying
the positions of text and image blocks within a page. The HBA data challenge for old
books intends to improve algorithms for this task [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. These books are much older
than the Hobrecker collection and contain also manuscripts.
      </p>
      <p>Most of the research in image processing is currently being carried out for
photographs. These collections vary greatly from the non-realistic drawings and
illustrations which can be found in children books. It is unclear how CNN and other models
optimized for photographs perform for these images.</p>
      <p>
        Also in the analysis of art, there is little work on mining approaches. Few
researchers have processed large amounts of images in this field. One experiment by Salah &amp;
Elgammel is dedicated to classify the painter of artistic work. Such work is highly
dependent on the type of paintings in the collection [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        A recent project is focusing on graphic novels. Current state of the art CNNs are
applied to tasks like author identification with very good success [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In addition, the
processing is aimed at measuring the drawing style of a graphic novel in order to find
similar books. However, the production technology is not relevant for these modern
books.
      </p>
      <p>
        The work that seems to be most similar to the classification of historical printing
technologies is research in the area of texture recognition. Some authors manage to
classify material from visual data. The materials are different types of plastic. The
algorithm learns the typical texture structure of each material based on magnified
data. For a material classification task, narrow structures for a CNN were used [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
There has also been work towards applying deep networks and transfer learning for
material classification. Cimpoi et al. conducted material classification with deeper
structure and transfer learning [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Some authors achieved very successful results
showing an accuracy of 99 to 99.9 percent with specially constructed dataset i.e.
CUReT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Data Collection and Classification</title>
      <p>One of the first goals for the research of images in historical children books lies
within the production technologies. As a classification problem with few classes, it seems
like a challenge which could be solved with current technology.</p>
      <p>Our primary assumption is, that differences in printing technology can be observed
only at the detail level. Therefore, resizing of the images is being avoided. Much
rather, the decision was made to extract small parts of the images in full resolution in
order to retain the minute details of the printing. It is much less relevant to size
images and make sure all objects are fully contained in an image because the problem
seems not related to object identification.</p>
      <p>Consequently, the few available training images were cropped into small parts
without re-sizing them which also leads to more training examples.</p>
      <sec id="sec-3-1">
        <title>Data Collection</title>
        <p>
          The data collection is based on the Hobrecker collection. Karl Hobrecker was a
collector of children books. His books are now archived in the library of the Technical
University of Braunschweig. A subset has been digitized and is available online [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
The collection is of great interest for cultural research. It contains different types of
children books mainly from the 19th century: e.g. alphabetization books, biographies,
natural history descriptions as well as adventure and travel stories. The scanned
Hobrecker collection of children’s books available for digital analysis contains around
350 books. There is no knowledge about the distribution of printing technologies
within the entire set. It would require too much human effort to manually classify all
books.
        </p>
        <p>
          Out of these, 32 books were carefully labeled by experts and are used for the
classification tasks. The experts classified the books into either wood engraving or
lithography.
The images in the scanned books were separated from the text by using image
preprocessing techniques as described by Ban [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. To minimize the pixel information loss on
images, all the images are cropped into the size of 128 * 128 pixels. In order to avoid
an imbalance problem for classification, the number of crops are set equally by
uniformly sampling from each book. An example for a crop is shown in figure 2.
Printing type
Wood Engraving
Lithography
14
18
Convolution Neural Network (CNN), the recent state of the art technology is known
to be very effective in automated feature detection and subsequent classification in
many domains [e.g. 14,15]. In the approach presented in this paper, CNNs are used as
the processing model for the printing type classification.
        </p>
        <p>
          Similar tasks have conducted material classification with a narrow structure of
CNN. Mehri et al. conducted material classification with deeper structure and transfer
learning [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
        <p>The major difference between the dataset used in material classification and the
Hobrecker dataset is that the Hobrecker dataset contains a lot more noisy features due
to the nature of scanned images from old books which are often compromised by age.
The dataset used for material classification is created for the main purpose of material
analysis, whereas the material for the books is always paper. However the quality and
type differ greatly.</p>
        <p>
          Two methods are used for the task. One is using the pre-trained model. We applied
the Inception Network as suggested by Szegedy [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], for feature extraction and use
these features to feed fully connected neural networks (FCN) as well as Support
Vector Machine (SVM) for classification. The second method uses a slim CNN
architecture, similar to the one used by Ban [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], and trains the model with a randomized
weight initialization.. Several modifications are made on top of this model. Firstly, the
input size is increased from 64 *64 to 128 * 128. Secondly, two kinds of deeper
networks with more convolution layers and pooling layers are tested. The architectures
are shown in Table 2.
        </p>
        <p>These architectures were used for the following motivation. The size the of the
features space to be learned is unclear. So we initially selected two different filter sizes
to account for that.</p>
        <p>For the smaller filter size, two different layer structures were applied. The first one
uses one pooling layer for each convolution layer. The second one uses fewer pooling
layer.
Name
Big-Filters
Small-FiltersLess Pooling
Small-FiltersBalanced Pooling</p>
        <p>Architecture
Conv(11)-Pool-Conv(10)-Pool-Conv(6)-Pool-Conv(3)-Pool-Conv(3)-Pool
Conv(3)*5-Pool-Conv(3)*4-Conv(2)-Pool-Conv(6)-Pool-Conv(3)-PoolConv(3)-Pool</p>
        <p>Conv(3)-Pool-Conv(4)-Pool-(Conv(3)-Pool)*3-Conv(2)
4
4.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results and analysis</title>
      <sec id="sec-4-1">
        <title>Results</title>
        <p>
          Unlike the results of CUReT [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], transfer learning results turned out to be poor of
maximum of 58 % of accuracy. This accuracy is achieved when using FCN of two
hidden layers with 512 nodes respectively using the features passed through by the
pre-trained Inception model. Replacing FCN with SVM decreased the performance
leading to 47% for linear kernel and 52% for non-linear kernel.
        </p>
        <p>
          The results using the model from Ban [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] showed 47% of accuracy and a similar
model adopted from Mehri et al. [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] showed 51% of accuracy at the most. The results
of the small-filters less-pooling architecture achieved 61% accuracy and Big-Filters
showed the best performance of 63% classification accuracy.
Small-Filters-BalancedPooling showed the lowest performance of 48% among the architectures which were
tested. An overview of the results can be seen in Table 3.
Some examples for misclassified iages are hown in Figure 3.
There are three potential reason for the low accuracy we obtained in the results.
 Noisy dataset: The nature of scanned files leads to difficulties in automated
image extraction and preprocessing. For example, in the image placed left in
fig.2, a part of the character is cropped from the scanned file. Such kind of
crops are not eliminated in the dataset due to background noise confusing the
algorithms used in extraction phase. Moreover, quality of paper that is scanned
is not in equal conditions across books. For example, some books tend to be in
a very good shapes with no sign of text marks printed on top of image. CNNs
react very sensitive to this noise when small filters are used along with pooling
methods. Using bigger sized filters at the initial stage of convolution
operations, gives a model a flexibility on the noises.
 The original assumption about crops might not be correct. Rather full
knowledge of an image might be required to classify. This seems to be also
relevant for humans. Some of the misclassified cropped images were presented
to experts and they could not easily distinguish between the printing
technologies. They required to see the full image. For future experiments, it is intended
to work with full images. It seems the experts need to see minute details as
shown in crops but also the flow of lines overall in order to reach a definite
decision. As a consequence, future classification experiments will consider the
output of high and low levels within the CNN.
 Insufficient amount of data: To perform tasks with deep learning, more data is
needed for training.
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Outlook</title>
      <p>
        For optimizing the identification of the printing type, more data is obtained.
Labelled images from the Pictura Paedagogica Online (PPO) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] are obtained and will be
processed.
      </p>
      <p>
        Currently, experiments with object recognition on the collection are being carried
out with Yolo [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] which is a pre-trained model based on photographs. It is interesting
to check whether it also works for non-realistic images as we find them in historic
books. First results indicate that the performance is very different for individual
classes. The object recognition with a satisfying quality would allow the humanities
scholars to trace the frequency of objects and the introduction of new knowledge to
children’s books.
      </p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgements</title>
      <p>We thank the Fritz Thyssen Foundation for their funding for the research project
Distant Viewing. We would like to thank the library of the Technische Universität
Braunschweig for facilitating access to the digitized Hobrecker collection.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Andrearczyk</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Whelan</surname>
            ,
            <given-names>P. F.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Using filter banks in convolutional neural networks for texture classification</article-title>
          .
          <source>Pattern Recognition Letters</source>
          , vol.
          <volume>84</volume>
          , pp.
          <fpage>63</fpage>
          -
          <lpage>69</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Ban</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Image Classification Optimization by Image pre-processing using CNN</article-title>
          .
          <source>Master Thesis</source>
          , Hildesheim University.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>3. Bibliothek für Bildungsgeschichtliche Forschung. Pictura Paedagogica Online. http://opac.bbf.dipf.de/virtuellesbildarchiv/</mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Cimpoi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maji</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kokkinos</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vedaldi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Deep filter banks for texture recognition, description, and segmentation</article-title>
          .
          <source>International Journal of Computer Vision</source>
          , vol.
          <volume>118</volume>
          (
          <issue>1</issue>
          ) pp.
          <fpage>65</fpage>
          -
          <lpage>94</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>CUReT</given-names>
            <surname>Homepage</surname>
          </string-name>
          , http://www.cs.columbia.edu/CAVE/software/curet/html/sample.html,
          <source>last accessed</source>
          <year>2018</year>
          /05/31.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Dunst</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Hartel</surname>
            ,
            <given-names>R</given-names>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Auf dem Weg zur Visuellen Stilometrie: Automatische Genre- und Autorunterscheidung in graphischen Narrativen</article-title>
          .
          <source>Kritik der digitalen Vernunft</source>
          . 5. Tagung „Digital Humanities im deutschsprachigen Raum“ http://dhd2018.unikoeln.de/wp-content/uploads/boa-DHd2018
          <string-name>
            <surname>-</surname>
          </string-name>
          web-ISBN.pdf
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Mehri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomez-Krämer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heroux</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boucher</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Mullot</surname>
          </string-name>
          (
          <year>2017</year>
          ).
          <article-title>A texture-based pixel labeling approach for historical books</article-title>
          ,
          <source>PAA</source>
          , pp.
          <fpage>325</fpage>
          -
          <lpage>364</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Mehri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Heroux</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Gomez-Krämer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          and R. Mullot: (
          <year>2017</year>
          ).
          <article-title>Texture feature benchmarking and evaluation for historical document image analysis</article-title>
          ,
          <source>International. Journal on Document Analysis and Recognition (IJDAR)</source>
          pp.
          <fpage>325</fpage>
          -
          <lpage>364</lpage>
          ,
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Redmon</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Divvala</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Girshick</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Farhadi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>You only look once: Unified, real-time object detection</article-title>
          .
          <source>In Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          (pp.
          <fpage>779</fpage>
          -
          <lpage>788</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Saleh</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Elgammal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>A unified framework for painting classification</article-title>
          .
          <source>In Proceedings of the IEEE International Conference on Data Mining Workshop</source>
          (ICDMW) pp.
          <fpage>1254</fpage>
          -
          <lpage>1261</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Schmideler</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>: Das bildende Bild, das unterhaltende Bild, das bewegte Bild - Zur Codalität und Medialität in der Wissen vermittelnden Kinder- und Jugendliteratur des Hybridisierung - Intermedialität - Konvergenz. Hrsg. von Gina Weinkauff u.a. Frankfurt am Main (= Kinder-</article-title>
          und
          <string-name>
            <surname>Jugendkultur</surname>
          </string-name>
          ,
          <source>-literatur und -medien 89)</source>
          , pp.
          <fpage>13</fpage>
          -
          <lpage>26</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Szegedy</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sermanet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reed</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anguelov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Rabinovich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2015</year>
          ):
          <article-title>Going deeper with convolutions</article-title>
          .
          <source>Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          (pp.
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>UB TU</surname>
          </string-name>
          <article-title>Braunschweig, Hobrecker Kollektion Online</article-title>
          . https://publikationsserver.tubraunschweig.de/servlets/solr/select?q=cate gory.
          <source>top%3ADDC\%3A398+AND+state%3Apublished</source>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Goeau</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bonnet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Joly</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2017</year>
          ,
          <article-title>September)</article-title>
          .
          <article-title>Plant identification based on noisy web data: the amazing performance of deep learning (LifeCLEF 2017)</article-title>
          .
          <source>In CLEF 2017- Conference and Labs of the Evaluation Forum</source>
          (pp.
          <fpage>1</fpage>
          -
          <lpage>13</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Rouhi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jafari</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kasaei</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Keshavarzian</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Benign and malignant breast tumors classification based on region growing and CNN segmentation</article-title>
          .
          <source>Expert Systems with Applications</source>
          ,
          <volume>42</volume>
          (
          <issue>3</issue>
          ),
          <fpage>990</fpage>
          -
          <lpage>1002</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>