<!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>Towards Automatic Generation of Portions of Scientific Papers for Large Multi-Institutional Collaborations Based on Semantic Metadata</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>MiHyun Jang</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tejal Patted</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yolanda Gil</string-name>
          <email>gil@isi.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniel Garijo</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Varun Ratnakar</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jie Ji</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Prince Wang</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aggie McMahon</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul M. Thompson</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Neda Jahanshad</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, University of Southern California</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Imaging Genetics Center, University of Southern California</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Information Sciences Institute, University of Southern California</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Troy High School</institution>
          ,
          <addr-line>Fullerton, California</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Scientific collaborations involving multiple institutions are increasingly commonplace. It is not unusual for publications to have dozens or hundreds of authors, in some cases even a few thousands. Gathering the information for such papers may be very time consuming, since the author list must include authors who made different kinds of contributions and whose affiliations are hard to track. Similarly, when datasets are contributed by multiple institutions, the collection and processing details may also be hard to assemble due to the many individuals involved. We present our work to date on automatically generating author lists and other portions of scientific papers for multiinstitutional collaborations based on the metadata created to represent the people, data, and activities involved. Our initial focus is ENIGMA, a large international collaboration for neuroimaging genetics.</p>
      </abstract>
      <kwd-group>
        <kwd>semantic metadata</kwd>
        <kwd>semantic science</kwd>
        <kwd>neuroinformatics</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Significant scientific effort is devoted to describing data with appropriate semantic
metadata. Many communities have data repositories that use semantic markup to
describe datasets, enabling users to retrieve data based on metadata properties of
interest. In neuroimaging, which is the focus of this work, neuroinformatics repositories
exist (e.g., http://nitrc.org) where researchers may download brain scans
corresponding to individuals of a certain age range. However, this metadata has been used in
very limited ways beyond the repositories. Once the datasets are extracted from a
repository, they often become separated from their metadata when they are analyzed
in a separate system. Published articles include citations to the datasets that contain a
unique identifier provided by the original repository, however their original semantic
metadata is usually not passed on and is only informally described in the articles.</p>
      <p>We are interested in the use of semantic metadata to automatically generate
portions of scientific papers that describe datasets included in the publication. For
example, biomedical papers that use datasets collected from a group of study participants
often include demographic tables with information that often exists in the metadata
for the datasets (e.g., age ranges, clinical characteristics). Similarly, metadata for all
the datasets used may include pointers to the investigators who collected and
contributed the data, who would often be included as authors of a paper using the dataset. In
large multi-institutional collaborations where papers include dozens or hundreds of
authors, generating the author list by hand can be very tedious.</p>
      <p>
        This paper presents our approach to generating portions of scientific papers based
on a semantic repository of project information. We created a semantic repository of
projects, contributors and datasets, and used it to automatically generate author lists
and descriptions of datasets. We use the Organic Data Science framework that we
developed in prior work [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], which extends the Semantic MediaWiki platform, and
captures entities and properties in RDF while providing users with a very simple user
interface. We are working with the ENIGMA (Enhancing Neuro Imaging Genetics
through Meta-Analysis) Consortium [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], a neuroscience collaboration where projects
span many contributors from different institutions around the world
(http://enigma.usc.edu).
      </p>
      <p>
        In other work, we developed an approach to automatically generate the methods
sections of papers from scientific workflows and their associated metadata [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. That
work focused on generating descriptions of the computational steps involved in
analyzing data. The work presented here is complementary, in that we show how
additional portions of a scientific paper can be automatically generated.
      </p>
      <p>This paper starts with a description of what portions of the papers could be
generated automatically from a semantic repository of project information. We also
describe the ontology and semantic repository that we developed to represent the
information for ENIGMA. We then present our approach to generate portions of scientific
papers, and show a detailed example of a representative ENIGMA paper.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Complex Project Information: The ENIGMA Collaboration and Publications</title>
      <p>To illustrate the potential uses of semantic metadata to automatically generate
portions of papers, we use several examples of publications by the ENIGMA
Consortium, which involve many international research groups.</p>
      <p>
        Author lists are often organized based on the roles and contributions made to the
work. Consider [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] with dozens of authors, or [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] with hundreds of authors. At some
point an individual is tasked with assembling a complete author list, generate an
ordering, compiling all author affiliations, and entering them into a journal’s database
for manuscript submission.
      </p>
      <p>
        Gathering information about authors and study metadata for papers from
multiinstitutional collaborations is a very tedious process. Authors come from numerous
institutions around the world, and each may have multiple institutional and
department affiliations. Almost 300 authors and 200 institutions are listed in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. To add to
the complexity, journals often require information on author contributions and each
author may contribute to one or more aspects of the project. Keeping track of the roles
of each author, and their approval of the manuscript before submission, can get quite
difficult, particularly since some authors (e.g., students) may have left research or
changed institution by the time the manuscript is compiled.
      </p>
      <p>
        The manuscripts themselves include tables with information about the datasets
used. In ENIGMA, papers often report clinical associations with medical (brain)
image features, pooled from dozens of individual imaging studies around the world. It is
therefore typical to include tables of the data collected in each study (a cohort), or the
details of the data image collection process (an acquisition protocol). These tables
include the information for the brain scanner used, demographics of the cohorts
involved and the inclusion and exclusion criteria for data in each study cohort. Other
tables may include other data summaries, such as genotyping platforms, or diagnostic
scales that may be more specific to a particular project. These tables provide
important provenance information, and may not be identical across clinical focus areas.
Table 1 shows an excerpt of a table of acquisition protocols for [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The information
about datasets must be gathered from each participating cohort. Compiling
information may become very time consuming as each cohort may have recorded this
information in a different manner, yet the table provided for the manuscript must have
somewhat consistent entries across all cohort datasets involved.
      </p>
      <p>
        The examples given here are representative data-rich aspects of manuscripts that
may be automatically generated. Although we focus on ENIGMA, large scale
collaborations are becoming a key aspect of data discovery in the biomedical and broader
scientific research fields. Our requirements are shared by large multi-institutional
scientific collaborations, such as the climate collaboration described in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>A Semantic Repository of Complex Project Information for</title>
    </sec>
    <sec id="sec-4">
      <title>ENIGMA</title>
      <p>This section describes the ontology that we created to describe large
multiinstitutional collaborations and its use in a semantic repository for ENIGMA.
3.1</p>
      <sec id="sec-4-1">
        <title>Scientific Collaboration Ontology</title>
        <p>The collaboration ontology for the ENIGMA consortium was created to represent
information that is crucial to organize the different activities, datasets and
contributors. The classes and properties were created to represent information that is important
hasMember</p>
        <p>usesDataset
to show in the manuscripts that result from collaborative activities. We created an
initial collaboration ontology to fit the needs of ENIGMA</p>
        <p>Figure 1 shows the main concepts of the ontology, which include Working Group,
Project, Dataset (collected for a group of people or cohort), Acquisition Procedure,
and Person. It also shows the relationships between them. While some ontologies
focus on people and projects and others focus on describing datasets, this ontology
combines both aspects of the collaboration. We extended this core ontology with
classes and properties that are used to describe projects, datasets, and people in
ENIGMA. The ontology could be extended similarly for other collaborations by
creating properties of datasets and acquisition procedures in their particular domain.</p>
        <p>To generate the author list, the contributors of the project, along with their role for
that particular project, must be known. Thus, the “hasPSeniorLead,”
“hasPJuniorLead,” and “hasPSupportingContributor” properties of the Project class allow the system
to find out who needs to be acknowledged in the author list. In addition to the
leadership roles of the project, the people who took charge of the cohorts are also
acknowledged. Therefore, the Cohort class has two properties that represents who the
principal investigator and the other investigators: “hasPI” and “hasInvestigator.”</p>
        <p>A table with image acquisition protocols is necessary to include in all manuscripts
that include imaging data, to describe the data collection procedure for each cohort.
The image acquisition protocol table currently varies by paper but the most common
columns were made into properties in the ontology. The “hasAcquisitionProcedure”
property relates an image acquisition protocol to its respective cohort. The
“AcquisitionProcedure” class has a “ImageAcquisitionProtocol” subclass with the following
properties, which are used to generate a table summarizing the image acquisition
protocols: “hasAcquisitionDirection,” “hasSequence,” “hasScanner,”
“hasDataAcquisitionMatrix,” “hasFlipAngle,” “hasFoV,” “hasNumberOfEchoes,”
“hasNumberOfSlices,” “hasScanTime,” “hasSliceThickness,” and “hasVoxelSize.”</p>
        <p>A table of participant demographics is common for all manuscripts that study
human populations, and therefore a key component of ENIGMA papers. Datasets
included in ENIGMA are collected from a cohort, i.e., a group of people who
participate in a study; it is therefore important to consistently describe cohort demographics
for each dataset included in a study (manuscript). To retrieve the total number of
participants in a cohort, the number of males, and the number of females of a cohort, one
can use the “hasNumberOfParticipants,” “hasNumberOfMales,” and
“hasNumberOfFemales,” respectively. Since it is often necessary to describe separately the group of
patients and the group of controls in a study cohort, a new class called “CohortGroup”
was created. Thus, a Cohort has the properties “hasControlGroup” and
“hasDiagnosticGroup” with “CohortGroup” as their range. The “CohortGroup” has a
“hasNumberOfParticipants,” “hasNumberOfMales,” and “hasNumberOfFemales” as
properties, which are necessary to generate the cohort demographics table.</p>
        <p>Inclusion and exclusion criteria is also typically reported in a paper that describes a
recruited set of participants. Therefore, it is important for ENIGMA papers to include
a table with this information for all cohorts, as it is a key aspect of many clinical
studies of a particular patient population. The inclusion and exclusion criteria are
described through a series of properties for the Cohort class. The criteria are not
properties of the Cohort class as the control group and diagnostic group of a cohort can have
different inclusion and exclusion criteria. Thus, separating the inclusion and exclusion
criteria for the patient group and the control group was necessary. The “CohortGroup”
properties that begin with “has” are inclusion properties while the “CohortGroup”
properties that begin with “didNot” or “doesNot” are exclusion properties. The
following properties are example properties that describe the inclusion criteria for a
specific cohort group: “hasDisorder,” “hasFirstDegreeRelativeWithDisorder,”
“hasFirstEpisodeOf,” “hasMedicalRatingDetails,” “usesTreatment,”
“hasTreatmentDetails,” “hasNeurologicalComorbidity,” “isClinicallyStable,” and
“isProficientinLocalLanguage.” The following example properties describe exclusion criteria:
“didNotHaveFirstEpisodeOf,” “doesNotHaveDisorder,” “doesNotUseTreatment,”
“doesNotHaveContraindicationToMRI,” “doesNotHaveNeurologicalComorbidity,”
“isNotPregnant,” and “doesNotHaveIntellectualDisability.”</p>
        <p>Many of these properties have an inverse. For example, the property
“hasSeniorLead” has domain project and range person, and “isSeniorLeadOfP” is its inverse.
There are also additional properties that describe the ENIGMA concepts further. For
example, a project has a “hasApprovedProposalForm” property that links to the
proposal that the project leads originally submitted to describe the project and have it
approved.</p>
        <p>3.1</p>
      </sec>
      <sec id="sec-4-2">
        <title>A Semantic Repository for the ENIGMA Collaboration</title>
        <p>
          We use the Organic Data Science framework [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] for collecting and managing
information about ENIGMA. The framework is built on Semantic MediaWiki, and
represents objects and properties in RDF. Users are shown all the properties relevant to
the class of a resource on a wiki page as a table, and can fill out their values. Figure 2
shows an example of a wiki page for an acquisition protocol. Users may add new
properties, as shown at the bottom of the figure.
        </p>
        <p>The ENIGMA repository is being prototyped with 3 selected projects out of more
than 50 ENIGMA projects, with a total of 405 pages. It includes 3 working groups, 3
projects, 4 image acquisition protocol pages, 8 scanners, 89 cohort groups, 54 cohorts,
and 112 persons. We continue to grow the repository so that all of the working
groups, projects, cohorts, and researchers will be eventually represented. The
repository is currently private to ENIGMA members
4</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Generation of Portions of Scientific Papers from a Semantic</title>
    </sec>
    <sec id="sec-6">
      <title>Repository</title>
      <p>There are different approaches to organizing an author list. In ENIGMA, the
following are two typical approaches. One approach is based on fine grained contribution,
where the authors are ordered based on their roles. Under each role, the authors are
alphabetically ordered. Another approach is based on coarse grained contribution,
where the authors from roles other than junior and senior leads are placed in the
middle of the list in alphabetical order. The junior and senior leads do not follow
alphabetical ordering in either approach.</p>
      <p>To generate the list of authors automatically, the system extracts the names and
details of researchers involved in a project by leveraging the ENIGMA ontology. The
list of authors is generated using one of the two approaches described above.</p>
      <p>In addition to the author list, our system generates a detailed credit section that is
often included in the acknowledgements of papers listing each individual’s
contribution to the work. Authors who have multiple roles are credited for all of their roles.
Cohort Data Type Scanner</p>
      <p>T1-weighted 3T Magnetom
AB MRI TIM Trio</p>
      <p>T1-weighted 1.5T
MagneXY MRI tom Sonata</p>
      <p>The system automatically generates three types of tables: an imaging acquisition
protocol table, a demographics table, and an inclusion/exclusion criteria table.</p>
      <p>Table 2 shows an example of an automatically generated image acquisition
protocol table. Image acquisition protocol tables display the information regarding the MRI
scanner and imaging sequence used to scan each cohort. Here, the CLING acquisition
protocol metadata from Figure 2 was used.</p>
      <p>Table 3 shows an example of an automatically generated demographics table.
Demographics tables show the general information about the study participants in each
cohort. Here, our table displays the cohort, diagnostic information (if applicable), the
total number of individuals in each cohort broken down to the number of males and
females, and the average age and age range of each group.</p>
      <p>Inclusion/exclusion criteria tables include, for each cohort, information on any
inclusion or exclusion criteria used for enrolment in a study. In MRI studies, individuals
are excluded for having metal implants which may interfere and cause harm when
placed inside a high magnetic field (i.e., MRI machine). Due to space constraints, we
have omitted an example of this type of table.
Voxel
Size
1
mm^3
1
mm^3
5</p>
    </sec>
    <sec id="sec-7">
      <title>Discussion</title>
      <p>The author generation system assumes that separate pages are maintained for each
author with details on their full name, their full set of affiliations, their highest degree,
and their contact email (used only for a corresponding author). One limitation of the
current application is that it assumes the authors are individuals and does not address
cases where a consortium or group are included as authors. It also assumes that the
author list always follows one of the two author list approaches described above, yet
there can be many other possible approaches to author ordering. In addition, author
information could be obtained from existing repositories such as ORCID or VIVO.</p>
      <p>Currently our system can only generate three types of tables containing certain
preselected columns. We envision custom table formats being created by project leads,
so that they can easily be used by other projects within the ENIGMA consortium.</p>
      <p>Significant amounts of information about ENIGMA are available in unstructured
form. For example, the image acquisition protocols and the inclusion/exclusion
criteria are not structured. The ENIGMA ontology allows for the metadata to be
harmonized and reported in a standardized way. Now the ENIGMA repository has the
potential to go beyond table generation for papers and allow filtering and selecting
datasets by using standardized metadata. We believe these efforts will allow for
improved collaborations and scientific discovery.
6</p>
    </sec>
    <sec id="sec-8">
      <title>Conclusions</title>
      <p>As scientific collaborations become more complex, documenting the details of the
datasets used becomes increasingly challenging since it involves gathering
information from dozens or hundreds of individuals across many institutions. We have
shown that a semantic metadata repository for a collaboration enables the creation of
tools to generate automatically author lists and tables that summarize key information
about data collection and other data characteristics that are important to an article. We
have an initial implementation of a semantic repository and associated generation
tools for the ENIGMA neuroimaging genetics collaboration, which we continue to
extend both in content and capabilities.</p>
      <p>Acknowledgements. We are very grateful to the KAVLI foundation for their support
of ENIGMA Informatics (PIs: Jahanshad and Gil). We also acknowledge support
from the National Science Foundation under awards IIS-1344272 (PI: Gil),
ICER1541029 (Co-PI: Gil), and IIS-1344272 (PI: Gil), and from the National Institutes of
Health’s Big Data to Knowledge Grant U54EB020403 for support for ENIGMA (PI:
Thompson). We thank the members of the Organic Data Science and Linked Earth
projects for their contributions to the design of the framework. We also thank the
many participants of the ENIGMA collaboration for their feedback to this work.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Garijo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <article-title>Towards Automating Data Narratives</article-title>
          .
          <source>Proceedings of the TwentySecond ACM International Conference on Intelligent User Interfaces (IUI-17)</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Garijo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Ratnakar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Khider</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Emile-Geay</surname>
          </string-name>
          , J.; and
          <string-name>
            <surname>McKay</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <article-title>A Controlled Crowdsourcing Approach to Scientific Ontology Development and Data Annotation</article-title>
          .
          <source>Proceedings of the Sixteenth International Semantic Web Conference (ISWC)</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Guadalupe</surname>
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mathias</surname>
            <given-names>S. R.</given-names>
          </string-name>
          , vanErp T. G., et al.
          <article-title>Human subcortical brain asymmetries in 15,847 people worldwide reveal effects of age and sex</article-title>
          .
          <source>Brain Imaging and Behavior</source>
          ,
          <year>2016</year>
          . doi:
          <volume>10</volume>
          .1007/s11682-016-9629-z
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Hibar</surname>
            ,
            <given-names>D. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>J. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Renteria</surname>
            ,
            <given-names>M. E.</given-names>
          </string-name>
          , et al.
          <article-title>Common genetic variants influence human subcortical brain structures</article-title>
          .
          <source>Nature</source>
          <volume>520</volume>
          ,
          <fpage>224</fpage>
          -
          <lpage>229</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Hibar</surname>
            <given-names>D.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Westlye</surname>
            <given-names>L. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doan</surname>
            <given-names>N. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jahanshad</surname>
            <given-names>N.</given-names>
          </string-name>
          , et al.
          <article-title>Cortical abnormalities in bipolar disorder: an MRI analysis of 6503 individuals from the ENIGMA Bipolar Disorder Working Group</article-title>
          . Molecular
          <string-name>
            <surname>Psychiatry</surname>
          </string-name>
          (
          <year>2017</year>
          ). doi:
          <volume>10</volume>
          .1038/mp.
          <year>2017</year>
          .73
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>PAGES2k</given-names>
            <surname>Consortium: Julien</surname>
          </string-name>
          Emile-Geay, Nicholas P.
          <string-name>
            <surname>McKay</surname>
          </string-name>
          , et al.
          <article-title>A global multiproxy database for temperature reconstructions of the Common Era</article-title>
          .
          <source>Scientific Data 4</source>
          ,
          <year>2017</year>
          . doi:
          <volume>10</volume>
          .1038/sdata.
          <year>2017</year>
          .88
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Thompson</surname>
            ,
            <given-names>P. M.</given-names>
          </string-name>
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>J.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Medland</surname>
            ,
            <given-names>S. E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hibar</surname>
            ,
            <given-names>D. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vasquez</surname>
            ,
            <given-names>A. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Renteria</surname>
            ,
            <given-names>M. E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toro</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jahanshad</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , et al.
          <article-title>The ENIGMA Consortium: large-scale collaborative analyses of neuroimaging and genetic data</article-title>
          .
          <source>Brain Imaging and Behavior</source>
          ,
          <volume>8</volume>
          (
          <issue>2</issue>
          ),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>