<!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>Gene Co-Expression in Mouse Embryo Tissues</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Simon Andrews</string-name>
          <email>s.andrews@shu.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kenneth M</string-name>
          <email>kenneth.mcleod@hw.ac.uk</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Conceptual Structures Research Group Communication and Computing Research Centre Faculty of Arts, Computing, Engineering and Sciences She eld Hallam University</institution>
          ,
          <addr-line>She eld</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Mathematical and Computer Sciences, Heriot-Watt University</institution>
          ,
          <addr-line>Edinburgh</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper develops some existing ideas in FCA to provide an analysis of a large data set of mouse embryo gene expressions. It develops new techniques for managing complexity and visualisation in FCA to identify and approximate large groups of co-expressed genes. This work has been carried out as part the European CUBIST Project: http://www.cubist-project.eu/</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Formal Concept Analysis (FCA) has already proved useful in the study of gene
co-expression. FCA is attractive in the eld because formal concepts are natural
representations of maximal groups of co-expressed genes. In [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] FCA was used to
extract groups of genes with similar expressions pro les from data of the fungus
Laccaria bicolor and in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] human SAGE data provides the example from which
clusters of concepts with similar properties are visualised. In both approaches
the complexity, in terms of the large number of formal concepts present in the
raw data, is managed by specifying a concept's minimum size (the well known
idea of minimum support in FCA and frequent itemset mining). In [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], tools
were developed to query the set of extracted concepts according to various
criteria (e.g., presence of a keyword in a gene description) and then to cluster
concepts according to similarity, in terms of the attributes (samples) and
objects (genes above a threshold of expression) in them. They called these clusters,
quasi-synexpression-groups (QSGs). By contrast, in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], ranges of a measure of
gene concentration were used as attributes and the genes as objects. Individual
concepts that satis ed a speci ed minimum size were then examined by, for
example, plotting the actual measures of concentration of genes together in a line
plot.
      </p>
      <p>
        In this paper we develop some of these ideas and use some freely available,
open-source, tools to apply them to a set of mouse-embryo gene expression data.
We employ the idea of minimum support to focus on `large' co-expressions and
use a similar notion to that of QSGs in identifying clusters of similar large
coexpressions, giving rise to larger approximate co-expressions by using a similar
notion to that of FCA `fault tolerance' [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. We show that the technique of
clustering co-expressions can be straightforward and is a simple way of approximating
and visualising a large amount of gene expression data. We demonstrate that
FCA can act as a tool for knowledge discovery and can be used to identify
possible `gaps' in knowledge; data that may be missing, erroneous or inconsistent
and thus where further investigation or experimentation may be required.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>The mouse-embryo gene expressions data set: EMAGE</title>
      <p>A gene is a unit of instructions that provides directions for one essential task,
i.e., the creation of a protein. Gene expression information describes whether
or not a gene is expressed (active) in a location. Broadly speaking there are
two types of gene expression information: those that focus on where the gene is
expressed, and those whose primary concern is the strength of expression. This
work concentrates on the former category, and in particular a technology called
in situ hybridisation gene expression.</p>
      <p>
        Information on gene expression is often given in relation to a tissue in a
particular model organism. Here the model organism is the mouse. This
organism is studied from conception until adulthood. The time window is split into
28 Theiler Stages (TS). Each stage has its own anatomy, and corresponding
anatomy ontology called EMAP [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>Gene expression information allows biologists to discover relationships
between genes, in particular when genes are active in the same location. This
co-expression information provides insights into the ways in which relationships
between genes a ect the development of a tissue.</p>
      <p>The result of an in situ experiment is documented as an image displaying an
area of a mouse (from a particular Theiler Stage) in which some subsections of
the mouse are highly coloured. Areas of colour indicate that the gene is expressed
in that location. Additionally, the image provides some indication of the level
(strength) of expression: the more intense the colour, the stronger the expression.</p>
      <p>Results are analysed manually under a microscope. A human expert
determines in which tissues the gene is expressed, and at what level of expression. As
volume information is not the main focus of the experiment, its description uses
vague natural language terms such as strong, moderate, weak or present. For
example, the gene Bmp4 is strongly expressed in the future brain from Theiler
Stage 15.</p>
      <p>
        Completed in situ gene expression experiments are published online. One of
the main resources in this eld is EMAGE [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. EMAGE documents the result of
an experiment using a series of textual annotations. Each annotation is a triple:
gene - tissue - level of expression. The entire collection of annotations is used as
the data set for this work.
      </p>
      <p>For the sake of brevity, both genes and tissues will be referred to by short
names or identi ers rather than their full name. For example, the gene \bone
morphogenetic protein 4" will be referred to as \Bmp4 ". Likewise, the tissue
\mouse.embryo.skeleton.cranium.viscerocranium.orbito-sphenoid from TS 23"
will be known by its unique EMAP identi er \EMAP:8385".
3</p>
    </sec>
    <sec id="sec-3">
      <title>An approach using freely available FCA tools</title>
      <p>
        The approach was to convert the EMAGE data into a formal context, mine the
context for concepts satisfying a speci ed minimum size and then approximate
the results using FCA `fault tolerance'. To do this, three tools that are open
source and freely available at Sourceforge were used:
{ FcaBedrock [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] to convert the EMAGE data into a formal context by
converting (tissue, level, gene) triples into (tissue-level, gene) pairs.
{ In-Close [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] to mine to context for concepts satisfying a speci ed size and
produce a corresponding `reduced' context.
{ Concept Explorer (ConExp) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] to visualise the `large' concepts and
apply `fault tolerance' to produce even larger, `approximate' concepts.
In addition to their main tasks, In-Close was used to sort the formal context to
allow easy identi cation of clusters of similar concepts (a simple way of nding
QSG-type groupings [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]) and ConExp was used as a context editor to extract
these clusters and to provide a simple manual method of producing the larger
approximate concepts.
3.1
      </p>
      <p>Converting and concept-mining the raw EMAGE data
The EMAGE data set was obtained in the form of csv triples. FcaBedrock was
used to automatically convert the data set into a formal context in the standard
Burmeister .cxt format. The context contained 6838 attributes (tissue-levels) and
4627 objects (genes). In-Close was used to mine the context generating 208,377
concepts. By a process of trial and error, a minimum size of concept of 14
tissuelevels and 18 genes was determined that produced a reduced context that was
possible to visualise in ConExp (Figure 1). Note that the process of visualising
the reduced context shows concepts additional to those satisfying the minimum
size because where two concepts that satisfy the minimum size `overlap' in the
context grid (share relations), smaller concepts will exist.
3.2</p>
      <p>Identi cation of co-expression clusters
There are two large concepts at the bottom of the lattice in Figure 1 giving a
suggestion of two distinct clusters of concepts. A clear visualisation of the two
groups is shown in the reduced context produced by In-Close (Figure 2). Because
In-Close, as part of its processing, sorts context rows to reduce the di erence
between them, patterns that would otherwise be di cult to detect become clear.
It is apparent that there are two disjoint clusters of concepts, i.e., two disjoint
clusters of gene co-expression.</p>
      <p>
        Using fault tolerance to produce large approximate concepts
Figures 3 and 4 show the concept clusters as separate context grids. They now
appear as dense grids of crosses with only a few crosses `missing'. The notion
of fault tolerance in FCA [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] is that a certain amount of missing information
can be tolerated as being errors of omission, or that at least a sensible
approximation is possible by adding a limited number of relations to `complete'
a concept. In Figure 3, for example, there is only one cross missing from the
column of EMAP:8394-strong. A fault tolerance level of one gene would add
that cross and the ones missing for EMAP:7749-strong, EMAP:8389-strong and
EMAP:7847-strong. A fault tolerance level of two would also complete the
column for EMAP:8146-strong. It is perhaps equally legitimate to apply fault
tolerance to missing attributes, thus a fault tolerance level of three would supply
all the missing crosses in both grids. Such an approximation results in the lattice
in Figure 5.
A A A A A A A A A A A A A A A A A
MMMMMMMMMMMMMMMMM
      </p>
      <p>E E E E E E E E E E E E E E E E E
Sult1c2
Klk7
Ing4
Mir300
Plcg2
U2af1
Fzr1
Gm22
Gm10232
Tnfsf4
Acot6
Cit
Pop4
Atp6v0a2
Ebi3
Fcgrt
Mvk
Md
Adrm1
Clca1
Tnfaip1
Arhgap27
Tmc5
Cops7b
Itpr3
Tsga10ip
Upk2</p>
    </sec>
    <sec id="sec-4">
      <title>Analysis of the gene co-expression results</title>
      <p>When analysing the output of the FCA process, the rst task was to convert
the EMAP identi ers back into tissue names to determine which locations were
agged. This revealed that with the exception of EMAP:8146 and EMAP:7749,
which are both cartilages, all the tissues are bones.</p>
      <p>Intuitively all bones will have a similar expression pro le, as they are
essentially very similar structures. The list of tissues obtained through FCA
demonstrates this as it covers the majority of the mouse including the limbs, body,
and head. However, interesting gaps remain: for example, in the list there are no
bones from the tail. Why not? Answering this question requires further study.</p>
      <p>Looking at the output of the above processes, a reader may ask why this
expression pro le is found in only one of the twenty-eight Theiler Stages? The
answer to this question is that TS 23 has the most experimental data; there are
many experiments performed on TS 23 that are not repeated on other stages.
As such, this pattern of expression may, or may not, be realised in other stages.
Until the requisite experiments have been performed it is impossible to tell.</p>
      <p>In a similar vein, many of the \missing" crosses from the cross table are
a consequence of EMAGE having no experimental result discussing the gene
tissue pair. As such, it is unknown at what level the gene is expressed in the
tissue, or if it is expressed at all. Accordingly, the process has revealed future
experiments to perform.</p>
      <p>
        Additionally, observe that EMAGE is only one of a number of resources
that serve the current domain. Some of these resources provide proprietary in
situ gene expression information that is not available to EMAGE, whilst others
publish the results of di erent types of gene expression experiment. By reviewing
just one extra resource, GXD [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], it is possible to add a cross missing from the
initial lattice: Acot6 - EMAP:8146 - moderately expressed. This leads to the
conclusion that if the data from the other resources were integrated with the
data from EMAGE it may be possible to add further crosses. Doing so may
produce a \better" cross table, and thus a \truer" lattice. Unfortunately, there
are signi cant di culties in integrating such data [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], and this has been left as
future work.
      </p>
      <p>Future work may also investigate whether or not FCA can help resolve
inconsistent information. Unfortunately, due to the nature of biology, a small number
of textual annotations are inconsistent, i.e., they suggest di erent levels of
expression for the same gene in the same tissue. Perhaps the process documented
in this paper can help identify the most likely level. Furthermore, it might be
possible to suggest the probable level of expression when EMAGE contains no
data.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>This paper explored FCA within a biological use case. In particular it
demonstrated how FCA can be used to analyse in situ gene expression data for the
developmental mouse.</p>
      <p>Analysis was based on large concepts (14 by 18), leaving smaller concepts to
be considered as future work. Additionally, further research will be required to
understand the full signi cance of the cross tables documented in this paper.</p>
      <p>The list of tissues contained within the cross tables is comprised of a wide
selection of bones covering the vast majority of the mouse's skeleton. Yet certain
anatomical structures are missing, e.g., the tail. Why are the absent structures
not present? What unique features of tail bones prevent them being included in
the cross tables?</p>
      <p>A further biological question arises in that all the expression levels in each
group are the same, i.e., there is a group of genes expressed strongly and a group
expressed moderately. There is no reason from an FCA point of view why this
should be the case. There may be a biological explanation, perhaps either to do
with the nature of the experiments or the nature of the mouse embryo.</p>
      <p>From an FCA perspective there are a number outstanding questions too.
The appropriateness, and reliability, of fault tolerance needs to be investigated.
Additionally, within the context of CUBIST, there is a requirement to improve
the user friendliness of FCA to the extent that a biologist is able to perform the
analysis independently of an expert.</p>
      <p>Manifestly, the work documented here is at an early stage. Nevertheless, this
paper demonstrates there is signi cant potential that can be exploited for the
bene t of both the biological and FCA communities.</p>
      <p>Acknowledgement This work is part of the CUBIST project (\Combining
and Uniting Business Intelligence with Semantic Technologies"), funded by the
European Commission's 7th Framework Programme of ICT, under topic 4.3:
Intelligent Information Management.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Andrews</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Orphanides</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>FcaBedrock, a Formal Context Creator</article-title>
          . In: Croitoru,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Ferre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            and
            <surname>Lukose</surname>
          </string-name>
          , D. (eds.):
          <source>Proceedings of ICCS</source>
          <year>2010</year>
          , Kuching,
          <source>Malaysia. LNAI 6208</source>
          , Springer-Verlag (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Andrews</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>In-Close2, a High Performance Formal Concept Miner</article-title>
          . In: Hill,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Andrews</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Polovina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Akhgar</surname>
          </string-name>
          ,
          <string-name>
            <surname>B</surname>
          </string-name>
          . (eds.):
          <source>Proceedings of ICCS</source>
          <year>2011</year>
          ,
          <article-title>Derby</article-title>
          , UK. Springer-Verlag (in press)
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Baldock</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davidson</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Anatomy ontologies for bioinformatics: principles and practise, chap</article-title>
          .
          <source>The Edinburgh Mouse Atlas</source>
          , pp.
          <volume>249</volume>
          {
          <fpage>265</fpage>
          . Springer Verlag (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Blachona</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pensab</surname>
            ,
            <given-names>R. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bessonb</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Robardetb</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boulicautb</surname>
            ,
            <given-names>J-F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gandrillona</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Clustering Formal Concepts to Discover Biologically Relevant Knowledge from Gene Expression Data</article-title>
          .
          <source>In Silico Biology 7</source>
          , pp.
          <volume>467</volume>
          {
          <issue>483</issue>
          467, IOS Press (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Kaytoue-Uberall</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duplessis</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Napoli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Using Formal Concept Analysis for the Extraction of Groups of Co-expressed Genes Mehdi Kaytoue-Uberall</article-title>
          . In Le Thi,
          <string-name>
            <given-names>H. A.</given-names>
            ,
            <surname>Bouvry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Pham Dinh</surname>
          </string-name>
          , T. (eds.):
          <source>Proceedings of MCO 2008, CCIS 14</source>
          , pp.
          <volume>445</volume>
          {
          <issue>455</issue>
          , Springer-Verlag, Berlin Heidelberg (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>McLeod</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferguson</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burger</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Argudas: arguing with gene expression information</article-title>
          . In: Paschke,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Burger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Splendiani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Marshall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.S.</given-names>
            ,
            <surname>Romano</surname>
          </string-name>
          , P. (eds.)
          <source>Proceedings of the 3rd International Workshop on Semantic Web Applications and Tools for the Life Sciences (December</source>
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Pensa</surname>
            ,
            <given-names>R. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boulicaut</surname>
            ,
            <given-names>J-F.</given-names>
          </string-name>
          :
          <article-title>Towards Fault-Tolerant Formal Concept Analysis</article-title>
          . In: Banidini,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Manzoni</surname>
          </string-name>
          , S. (eds.)
          <source>AI*IA</source>
          <year>2005</year>
          , LNAI 3673, pp.
          <volume>212</volume>
          {
          <issue>223</issue>
          ,
          <string-name>
            <surname>SpringerVerlag</surname>
          </string-name>
          , Berlin Heidelberg (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Richardson</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Venkataraman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stevenson</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burton</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Fisher,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Baldock</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.A.</given-names>
            ,
            <surname>Davidson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.R.</given-names>
            ,
            <surname>Christiansen</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.H.</surname>
          </string-name>
          :
          <article-title>EMAGE mouse embryo spatial gene expression database: 2010 update</article-title>
          .
          <source>Nucleic Acids Research</source>
          <volume>38</volume>
          ,
          <string-name>
            <surname>Database</surname>
            <given-names>issue</given-names>
          </string-name>
          ,
          <source>D703{D709</source>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>C.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Finger</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayamizu</surname>
            ,
            <given-names>T.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCright</surname>
            ,
            <given-names>I.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eppig</surname>
            ,
            <given-names>J.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kadin</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Richardson</surname>
            ,
            <given-names>J.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ringwald</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The mouse gene expression database (GXD) : 2007 update</article-title>
          .
          <source>Nucleic Acids Research</source>
          <volume>35</volume>
          ,
          <issue>D618</issue>
          {
          <fpage>D623</fpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Yevtushenko</surname>
            ,
            <given-names>S. A.</given-names>
          </string-name>
          :
          <article-title>System of data analysis \Concept Explorer". (In Russian)</article-title>
          .
          <source>Proceedings of the 7th national conference on Arti cial Intelligence KII-2000</source>
          , p.
          <volume>127</volume>
          {
          <issue>134</issue>
          ,
          <string-name>
            <surname>Russia</surname>
          </string-name>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>