<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>INGEOTEC solution for Task 4 in TASS'18 competition</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Daniela Moctezuma</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jose Ortiz-Bejar</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eric S. Tellez</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sabino Miranda-Jimenez</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mario Gra</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>CONACYT-CentroGEO</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>CONACYT-INFOTEC</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>UMSNH dmoctezuma@centrogeo.edu.mx</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>jortiz@umich.mx</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>eric.tellez@infotec.mx</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>sabino.miranda@infotec.mx</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>mario.gra @infotec.mx</string-name>
        </contrib>
      </contrib-group>
      <fpage>111</fpage>
      <lpage>115</lpage>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        News classi cation problem is closely related
to traditional text classi cation applications
such as topic classi cation (e.g., classifying a
news-like text into sports, politics, or
economy). Knowing any kind of categorization
of news can re ect the problems of society
in several domains. For instance, the
discovery of negative news over time can be helpful
to have a reference for leaders or
decisionmakers to do something about the current
situation
        <xref ref-type="bibr" rid="ref12">(Wang et al., 2018)</xref>
        .
      </p>
      <p>
        In this year, in TASS competition
        <xref ref-type="bibr" rid="ref7">(Mart nez-Camara et al., 2018)</xref>
        , a new task
was proposed (Task 4), this task is related to
an emotional categorization of news articles.
      </p>
      <p>With the purpose for knowing if a new article
is SAFE or UNSAFE, a corpus was built from
RSS feeds of a number of online newspapers
in di erent varieties of Spanish (Argentina,
Chile, Colombia, Cuba, Spain, USA, Mexico,
Peru, and Venezuela). For the purpose of
classifying these news, as SAFE or UNSAFE,
the headlines were provided.</p>
      <p>From Task 4, two sub-tasks were
speci ed: Subtask-1 Monolingual classi cation
and Subtask-2 Multilingual classi cation.</p>
      <p>
        The main di erence between these two tasks
is that, in the rst case, the algorithm must
be trained and tested with the same Spanish
variety. In contrary, in the second case, the
algorithm can be trained with a Spanish
variety and tested with a di erent one. More
information about details from Task 4 please
see
        <xref ref-type="bibr" rid="ref7">(Mart nez-Camara et al., 2018)</xref>
        .
      </p>
      <p>Copyright © 2018 by the paper's authors. Copying permitted for private and academic purposes.
In this paper, the solution proposed for
the INGEOTEC team is presented. This
solution is based on our B4MSA classi er and
a number of specialized resources related to
aggressiveness and a ectivity detection.
Finally, our EvoMSA classi er based on
Genetic Programming is used to combine all the
resources and the available training data. It
is worth to mention that our scheme to
create our systems for Task 1 (monolingual and
cross-lingual polarity classi cation) and Task
4 (this one) is pretty similar; of course, we
use the given task's training set to learn and
optimize for each task.</p>
      <p>The manuscript is organized as follows. In
Section 2 the description of our solution is
detailed. In Section 3 our results achieved in
task 4 is presented. Finally, the conclusions
are commented in Section 4.
2</p>
    </sec>
    <sec id="sec-2">
      <title>System Description</title>
      <p>
        As commented before, we use a
combination of several sub-systems to tackle
the (un)safeness categorization of the given
news. Firstly, we use our generic text
classi er B4MSA
        <xref ref-type="bibr" rid="ref10 ref5">(Tellez et al., 2017)</xref>
        and a
vocabulary of pre-trained vectors of
FastText
        <xref ref-type="bibr" rid="ref8">(Mikolov et al., 2013)</xref>
        . Also, we use two
di erent domain-speci c lexicon resources,
one of them designed to detect
aggressiveness and the other one designed to detect
emotions in text. All these sub-systems and
resources are combined using our genetic
programming scheme (EvoMSA) over the
decision functions of several classi ers built on
top of these resources. The rest of this
section details the use of these sub-systems and
resources.
2.1
      </p>
      <sec id="sec-2-1">
        <title>EvoMSA</title>
        <p>
          EvoMSA1 has two stages. The rst one,
namely B4MSA
          <xref ref-type="bibr" rid="ref10 ref5">(Tellez et al., 2017)</xref>
          , uses
SVMs to predict their decision function
values of a given text. On the second hand,
EvoDAG
          <xref ref-type="bibr" rid="ref4 ref5">(Gra et al., 2016; Gra et al.,
2017)</xref>
          is a classi er based on Genetic
Programming with semantic operators which
makes the nal prediction through a
combination of all the decision function values.
Furthermore, EvoMSA is open to being fed
with di erent models such as B4MSA
          <xref ref-type="bibr" rid="ref11">(Tellez
et al., 2018)</xref>
          , and lexicon-based models, and
EvoDAG. It is an architecture of two phases
to solve classi cation tasks, see Figure 1. In
the rst part, a set of di erent classi ers are
trained with datasets provided by the
contests and others as additional knowledge, i.e.,
whatever knowledge could be integrated into
EvoMSA. In this case, we used tailor-made
lexicons for identifying aggressiveness,
positiveness, and negativeness in texts, see
Section 2.2 for more details. The precise
conguration of our benchmarked system is
described in Section 3.
2.1.1 B4MSA
B4MSA2 (a.k.a. TC) is a minimalistic
system able to tackle general text classi cation
tasks independently of domain and language.
For complete details of the model see
          <xref ref-type="bibr" rid="ref11">(Tellez
et al., 2018)</xref>
          . Roughly speaking, TC
creates text classi ers searching for the best
models in given con guration space. A
conguration consists of instructions to enable
several preprocessing functions, a
combination of tokenizers among the power set of
several possible ones (character q-grams,
nword grams, and skip-grams), and a
weighting scheme such as TF, TFIDF, or several
distributional schemes. TC uses an SVM
(Support Vector Machine) classi er with a
linear kernel. A text transformation feature
could be binary options (yes/no) or ternary
options (group/delete/none). Tokenizers
denote how texts must be split after applying
the process of each text transformation to
texts, all tokens generated are part of the
text representation. In Table 1, we can see
details of the preprocessing, tokenizers, and
term weighting scheme.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Lexicon-based models</title>
        <p>
          To introduce extra knowledge into our
approach, we used two lexicon-based
models. The rst, Up-Down model produces a
counting of a ective words, that is, it
produces two indexes for a given text: one
for positive words, and another for negative
words. We created the positive-negative
lexicon based on the several Spanish a ective
lexicons
          <xref ref-type="bibr" rid="ref2 ref9">(de Albornoz, Plaza, y Gervas, 2012;
Sidorov et al., 2013; Perez-Rosas, Banea,
y Mihalcea, 2012)</xref>
          ; we also enriched this
lexicon with Spanish WordNet
          <xref ref-type="bibr" rid="ref3">(FernandezMontraveta, Vazquez, y Fellbaum, 2008)</xref>
          .
The other Bernoulli model was created to
predict aggressiveness using a lexicon with
aggressive words. We created this lexicon
1https://github.com/INGEOTEC/EvoMSA
2https://github.com/INGEOTEC/microTC
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>EvoDAG</title>
        <p>
          EvoDAG3
          <xref ref-type="bibr" rid="ref4 ref5">(Gra et al., 2016; Gra et al.,
2017)</xref>
          is a Genetic Programming system
speci cally tailored to tackle classi cation
problems on very large and high dimensional
vector spaces. EvoDAG uses the principles
of Darwinian evolution to create models
represented as a directed acyclic graph (DAG).
Due to lack of space, we refer the reader to
          <xref ref-type="bibr" rid="ref4">(Gra et al., 2016)</xref>
          where EvoDAG is broadly
described. It is important to mention that
EvoDAG does not have information
regarding whether input Xi comes from a
particular class decision function, consequently from
EvoDAG point of view all inputs are
equivalent.
        </p>
      </sec>
      <sec id="sec-2-4">
        <title>2.4 FastText</title>
        <p>
          FastText
          <xref ref-type="bibr" rid="ref6">(Joulin et al., 2017)</xref>
          is a tool to
create text classi ers and learn a semantic
vocabulary, learned from a given collection
of documents; this vocabulary is represented
with a collection of high dimensional vectors,
one per word. It is worth to mention that
FastText is robust to lexical errors since
outvocabulary words are represented as the
combination of vectors of sub-words, that is, a
kind of character q-grams limited in context
to words. Nonetheless, the main reason of
in3https://github.com/mgra g/EvoDAG
        </p>
        <sec id="sec-2-4-1">
          <title>Team's name</title>
        </sec>
        <sec id="sec-2-4-2">
          <title>Macro-F1</title>
        </sec>
        <sec id="sec-2-4-3">
          <title>Accuracy</title>
        </sec>
        <sec id="sec-2-4-4">
          <title>ELiRF rbnUGR</title>
          <p>INGEOTEC
MeaningCloud</p>
          <p>SINAI
TNT-UA-WFU</p>
          <p>lone wolf
INGEOTEC
ELiRF-UPV</p>
          <p>
            rbnUGR
MeaningCloud
ITAINNOVA
cluding FastText as part of our system is to
overcome the small train set that comes with
Task 4, which is ful lled using the pre-trained
vectors computed in the Spanish content of
Wikipedia
            <xref ref-type="bibr" rid="ref1">(Bojanowski et al., 2016)</xref>
            . We use
these vectors to create document vectors, one
vector per document. A document vector is,
roughly speaking, a linear combination of the
word vectors that compose the document into
a single vector of the same dimension. These
document vectors were used as input to an
SVM with a linear kernel, and we use the
decision function as input to EvoMSA.
3
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments and results</title>
      <p>In order to test all the approaches in the
Task-4, the SANSE (Spanish brANd Safe
Emotion) corpus was established. The
SANSE corpus is composed of 2,000
headlines of news written in the Spanish
language along several Spanish speaker countries
Spain, Mexico, Cuba, Chile, Colombia,
Argentina, Venezuela, Peru, and U.S.A.</p>
      <p>In the case of Subtask-1, Monolingual
Classi cation, the goal was training with a
Spanish variety, e.g., Mexico, and then
testing with the same Spanish variety. In this
case, our results and the results of the best
ve teams ranked by Macro-F1 metric, are
presented in Table 2.</p>
      <sec id="sec-3-1">
        <title>Team's name Macro-F1 Accuracy</title>
        <p>INGEOTEC
ELiRF-UPV</p>
        <p>rbnUGR
MeaningCloud</p>
        <p>SINAI
lone wolf
TNT-UA-WFU
0.795
0.79
0.774
0.767
0.728
0.700
0.492
Our solution based on Genetic
Programming reached the best result in
SubTask1 Monolingual Classi cation
SANSE-TEST500 and SubTask-2 Multilingual Classi
cation SANSE 408 corpus. In the largest
corpus in SubTask-2 (SANSE-TEST-13152) our
system reached the third best team solution.</p>
        <p>Our approach, EvoMSA, is able to deal
with several data sources through an
ensemble of decision functions from each di erent
bunch of data such as extra knowledge coded
into lexicons for sentiment analysis and
aggressiveness identi cation, and semantic
information from word vectors.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgements</title>
      <p>The authors would like to thank
Laboratorio Nacional de GeoInteligencia for partially
funding this work.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Bojanowski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , E. Grave,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Joulin, y
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Enriching word vectors with subword information</article-title>
          .
          <source>arXiv preprint arXiv:1607</source>
          .
          <fpage>04606</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>de Albornoz</surname>
            ,
            <given-names>J. C.</given-names>
          </string-name>
          , L. Plaza,
          <string-name>
            <given-names>y P.</given-names>
            <surname>Gervas</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Sentisense: An easily scalable concept-based a ective lexicon for sentiment analysis</article-title>
          .
          <source>En Proceedings of LREC</source>
          <year>2012</year>
          , paginas
          <volume>3562</volume>
          {
          <fpage>3567</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Fernandez-Montraveta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , G. Vazquez, y
          <string-name>
            <given-names>C.</given-names>
            <surname>Fellbaum</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>The spanish version of wordnet 3.0</article-title>
          .
          <string-name>
            <given-names>Text</given-names>
            <surname>Resources</surname>
          </string-name>
          and
          <string-name>
            <given-names>Lexical</given-names>
            <surname>Knowledge</surname>
          </string-name>
          . Mouton de Gruyter, paginas
          <volume>175</volume>
          {
          <fpage>182</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Gra</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>E. S.</given-names>
            <surname>Tellez</surname>
          </string-name>
          , S. Miranda-Jimenez,
          <string-name>
            <given-names>y H. J.</given-names>
            <surname>Escalante</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Evodag: A semantic genetic programming python library</article-title>
          .
          <article-title>En 2016 IEEE International Autumn Meeting on Power, Electronics and Computing (ROPEC), paginas 1{6</article-title>
          ,
          <string-name>
            <surname>Nov</surname>
          </string-name>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Gra</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>E. S.</given-names>
            <surname>Tellez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. J.</given-names>
            <surname>Escalante</surname>
          </string-name>
          , y
          <string-name>
            <given-names>S.</given-names>
            <surname>Miranda-Jimenez</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Semantic Genetic Programming for Sentiment Analysis</article-title>
          . En O. Schutze L. Trujillo P. Legrand, y Y. Maldonado, editores,
          <source>NEO</source>
          <year>2015</year>
          ,
          <article-title>numero 663 en Studies in Computational Intelligence</article-title>
          . Springer International Publishing, paginas
          <volume>43</volume>
          {
          <fpage>65</fpage>
          . DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -44003-3
          <fpage>2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Joulin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Grave</surname>
          </string-name>
          , P. Bojanowski, y
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Bag of tricks for e cient text classi cation</article-title>
          .
          <source>En Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume</source>
          <volume>2</volume>
          ,
          <string-name>
            <surname>Short</surname>
            <given-names>Papers</given-names>
          </string-name>
          , paginas
          <volume>427</volume>
          {
          <fpage>431</fpage>
          . Association for Computational Linguistics, April.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Mart</surname>
            nez-Camara, E.,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Almeida-Cruz</surname>
            ,
            <given-names>M. C.</given-names>
          </string-name>
          <article-title>D az-</article-title>
          <string-name>
            <surname>Galiano</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Estevez-Velarde</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Garc</surname>
            a-Cumbreras, M. Garc aVega,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Gutierrez</surname>
            ,
            <given-names>A. Montejo</given-names>
          </string-name>
          <string-name>
            <surname>Raez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Montoyo</surname>
          </string-name>
          , R. Mun~oz, A. PiadMor s, y J.
          <string-name>
            <surname>Villena-Roman</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Overview of TASS 2018: Opinions, health and emotions</article-title>
          . En E. Mart nezCamara
          <string-name>
            <given-names>Y.</given-names>
            <surname>Almeida-Cruz M. C. D azGaliano S. Estevez-Velarde M. A. Garc aCumbreras M. Garc</surname>
          </string-name>
          a-Vega
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gutierrez A. Montejo Raez A. Montoyo R. Mun</surname>
          </string-name>
          <article-title>~oz A. Piad-Mor s</article-title>
          , y J.
          <article-title>Villena-Roman, editores</article-title>
          ,
          <source>Proceedings of TASS 2018: Workshop on Semantic Analysis at SEPLN (TASS</source>
          <year>2018</year>
          ), volumen 2172 de CEUR Workshop Proceedings, Sevilla, Spain, September. CEUR-WS.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , I. Sutskever,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          , G. S. Corrado,
          <string-name>
            <given-names>y J.</given-names>
            <surname>Dean</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>En Advances in neural Perez-Rosas</source>
          , V., C. Banea, y
          <string-name>
            <given-names>R.</given-names>
            <surname>Mihalcea</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Learning sentiment lexicons in spanish</article-title>
          .
          <source>En LREC</source>
          , volumen
          <volume>12</volume>
          , pagina 73.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Sidorov</surname>
            , G.,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Miranda-Jimenez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>ViverosJimenez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Gelbukh</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Castro-Sanchez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Velasquez</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <article-title>D az-</article-title>
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>S. SuarezGuerra</given-names>
          </string-name>
          , A. Trevin~o,
          <string-name>
            <given-names>y J.</given-names>
            <surname>Gordon</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Empirical study of machine learning based approach for opinion mining in tweets</article-title>
          .
          <source>En Proceedings of the 11th Mexican International Conference on Advances in Articial Intelligence - Volume Part I, MICAI'12, paginas</source>
          <volume>1</volume>
          {
          <fpage>14</fpage>
          , Berlin, Heidelberg. Springer-Verlag.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Tellez</surname>
            ,
            <given-names>E. S.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Miranda-Jimenez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Moctezuma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. R.</given-names>
            <surname>Suarez</surname>
          </string-name>
          , y
          <string-name>
            <given-names>O. S.</given-names>
            <surname>Siordia</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>A simple approach to multilingual polarity classi cation in Twitter</article-title>
          .
          <source>Pattern Recognition Letters</source>
          ,
          <volume>94</volume>
          :
          <fpage>68</fpage>
          {
          <fpage>74</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Tellez</surname>
            ,
            <given-names>E. S.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Moctezuma</surname>
          </string-name>
          , S. MirandaJimenez, y M.
          <year>Gra</year>
          .
          <year>2018</year>
          .
          <article-title>An automated text categorization framework based on hyperparameter optimization</article-title>
          .
          <source>Knowledge-Based Systems</source>
          ,
          <volume>149</volume>
          :
          <fpage>110</fpage>
          {
          <fpage>123</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>An</surname>
          </string-name>
          , M. Meng, y
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>A method of educational news classi cation based on emotional dictionary</article-title>
          .
          <article-title>En 2018 Chinese Control And Decision Conference (CCDC), paginas</article-title>
          <volume>3547</volume>
          {
          <fpage>3551</fpage>
          , June.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>