<!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>Using Semantic Technologies to Enhance Metadata Submissions to Public Repositories in Biomedicine</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Attila L. Egyedi</string-name>
          <email>attila.egyedi@stanford.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Martin J. O'Connor</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marcos Martínez-Romero</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Debra Willrett</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Josef Hardi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>John Graybeal</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mark A. Musen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Stanford Center for Biomedical Informatics Research Stanford University</institution>
          ,
          <addr-line>Stanford, CA 94305</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The emergence of the FAIR principles is driving renewed efforts in the biomedical community to produce high-quality metadata that describe datasets submitted to public repositories. A variety of organizations are now involved in developing submission pipelines that place a strong emphasis on accompanying submissions with highly descriptive metadata. However, these pipelines have highly variable requirements, which range from using ontology-based metadata in existing submission pipelines to supporting end-to-end metadata management in new pipelines. There is a lack of tools for integrating metadata support when building these pipelines. In this paper we describe a system called CEDAR that aims to address this challenge. The described tools provide a flexible, highly configurable solution for producing submission workflows with semantically rich metadata support. We outline how we have used these tools to deliver robust metadata submission pipelines for several communities, including the Adaptive Immune Receptor Repertoire (AIRR), the NIH Cloud Credits Model Pilot (CCP), and the Library of Integrated Network-based Cellular Signatures (LINCS).</p>
      </abstract>
      <kwd-group>
        <kwd>Metadata</kwd>
        <kwd>Metadata Management</kwd>
        <kwd>Ontologies</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>A large number of data repositories have been developed in the biomedical community
over the past few decades. These repositories are usually provided by large
government-funded institutions for general scientific use or may be developed by specialized
communities for domain-specific purposes. For example, the U.S. National Center for
Biotechnology Information (NCBI) provides an array of repositories, including
GenBank [1], which holds DNA sequence metadata, and Sequence Read Archive (SRA)
[2], which contains descriptions of biological sequence data. Scientists submitting their
datasets to these repositories are required to accompany these submissions with
metadata describing the associated experiments. The ability to discover datasets and
reproduce experiments is highly dependent on the quality of the metadata in these
repositories.</p>
      <p>The submission interfaces provided by many repositories are often notoriously
difficult to use. Often the submission process is spread over multiple stages, with metadata
upload requiring a mixture of Web-based acquisition forms and population of
spreadsheets. If associated data files are large, they may need to be submitted separately—or
submitters may be required to assemble metadata and data files into submission
packages for batch upload. Users are frequently responsible for ensuring the consistency of
internal references in their metadata (e.g., to sample identifiers) and may also need to
ensure that those references align with the associated data files. In some cases,
references may be required to identify previous submissions. Validation and error reporting
processes are often poor. Frequently, validation occurs post-submission, and users are
informed of failures via email. Intervention by repository staff to manually repair
submissions is not uncommon. As a result, generating conforming metadata for many
repositories can require significant effort and often involves a degree of trial and error.
Additionally, current submission interfaces typically lack any standard way of
semantically annotating the data. Despite the availability of a large number of controlled
terminologies in biomedicine, submission systems have weak or nonexistent mechanisms
for linking terms from these terminologies to the metadata for the submissions.</p>
      <p>There is evidence that this combination of limited semantic enforcement and onerous
submission processes negatively affects the quality of metadata in repositories [3].
However, there are no general-purpose tools that can support the diverse requirements
when developing metadata-submission interfaces and associated submission pipelines.
Several tools address individual parts of the submission process. Some of these tools
focus on improving the spreadsheet entry part of the submission process. One of the
most popular is ISA Tools [4], which is a desktop application that allows curators to
create spreadsheet-based submissions. A later evolution of this tool called Linked ISA
[5] provided a means of annotating spreadsheets with controlled terms. RightField [6],
an Excel-based plugin, also focuses on semantic annotation, allowing users to embed
ontology terms in spreadsheets. A variety of custom tools have also been developed to
improve the submission processes to existing repositories. A desktop-based tool called
Annotare [7] supports metadata submission for functional genomics experiments to the
ArrayExpress repository, replacing its previous spreadsheet-based submission
mechanism. NCBI’s Sequence Read Archive (SRA) repository has spawned the development
of a variety of custom submission tools that replace its spreadsheet-based upload.
Projects including BaseSpace1, mothur2, and CyVerse3 have developed submission systems
that semi-automatically upload metadata to SRA.</p>
      <p>However, existing tools tend to be either highly customized or address only a small
part of the metadata submission process. There is a need for general-purpose tools that
can both enhance existing pipelines and support end-to-end frameworks for new
repositories. In this paper, we describe such a tool set and outline how it has been adopted
by several communities to develop and enhance a variety of metadata submission
pipelines.</p>
    </sec>
    <sec id="sec-2">
      <title>1 https://basespace.illumina.com/</title>
      <p>2 https://mothur.org/
3 https://www.cyverse.org/</p>
      <sec id="sec-2-1">
        <title>Requirements for Developing Metadata Submission Pipelines</title>
        <p>The requirements for developing metadata submission pipelines can be divided into
three broad areas: (1) metadata-template specification, which primarily involves
formally encoding the structure of anticipated metadata; (2) metadata acquisition,
which involves gathering conforming metadata from users; and (3) metadata
submission, which targets the final uploading of acquired metadata and associated data
to repositories. In general, communities developing submission pipelines target either
one or more existing public metadata repositories, or topic-specific
community-developed repositories. The tool requirements for these development efforts depend both on
the difficulty of satisfying target repository interfaces and the level of automation and
user assistance desired in the pipeline.</p>
        <p>The first challenge that many of these efforts must tackle is formally encoding a
template for the relevant metadata standard. The most common strategy of defining
metadata attribute names as entries in a spreadsheet is too imprecise to support rigorous
metadata definitions. More structured formats such as XML or JSON add some
precision but also suffer from a lack of rigor. Irrespective of format, there is no agreed
way to use these specifications, so the developers of metadata pipelines typically define
an ad hoc metadata template specification approach using their preferred technology
choice and formality level. Additionally, there are no standard ways of semantically
enhancing these specifications—for example, to restrict acquired values to controlled
terminologies—so the eventual metadata templates can be very loosely defined.</p>
        <p>Once the metadata template is defined, mechanisms for acquiring
templateconformant metadata from users must be created. Again, however, since there are no
standard approaches, pipeline developers must create custom metadata acquisition
interfaces—or leave users to their own devices when, for example, manually populating
spreadsheets or generating XML-based files. The recent focus on enhancing metadata
quality has driven the desire for easy-to-use Web-based acquisition interfaces, which
can require significant development effort. These interfaces should both reflect the
relevant metadata standard and—ideally—enforce strong quality standards.</p>
        <p>Converting the acquired metadata to meet repository submission specifications is the
next challenge. Because the final submission workflow for many public repositories
can be onerous, this step often emphasizes simplifying the submission process.
Challenges include validating the metadata to ensure that they conform to repository
specification, uploading associated data files (which for many biomedical experiment
types can be very large), monitoring the submission, and reporting outcomes.</p>
        <p>While not all pipeline developers need to address all requirements in depth, a general
solution must satisfy the needs of many different pipelines. A significant number of
tools are needed to meet even minimal requirements for a complete core set of metadata
tasks. Such tools must be flexible and configurable and must be able to support a variety
of integration strategies.</p>
      </sec>
      <sec id="sec-2-2">
        <title>The CEDAR Metadata Authoring and Submission Workflow</title>
        <p>The Center for Expanded Data Annotation and Retrieval (CEDAR) [8] has developed
a system that addresses these diverse requirements. CEDAR supports a workflow for
metadata management that is organized around the three main stages of the metadata
submission process—namely, metadata-template specification, metadata acquisition,
and metadata submission. A driving goal of CEDAR is to provide highly configurable
tools that support the creation of metadata-submission pipelines to meet a wide range
of deployment scenarios. It is a modular system that provides components that can be
integrated into existing workflows to address specific tasks in a metadata submission
pipeline or that can be assembled together to provide an end-to-end pipeline. The
system—referred to as the CEDAR Workbench [9]—is built around the notion of creating
templates that define the structure and semantics of metadata specifications. These
templates support a metadata-submission workflow that acquires conforming metadata and
uploads the resulting metadata to repositories (see Figure 1).</p>
        <p>BioProject
BioSample</p>
        <p>SRA</p>
        <p>CEDAR’s overall metadata workflow (Figure 2) comprises the following three
steps: (1) Template authors use a CEDAR tool called Template Designer to create
templates describing metadata, typically following discipline-specific standards or
minimum information models based on the type of experimental data to be annotated.
Authors can define their templates using controlled terms, ontologies, and standard
datasets supplied by the BioPortal ontology portal [10, 11]. (2) When a scientist or other
metadata provider chooses to populate a template, a CEDAR tool called the Metadata
Editor automatically generates a form-based interface from the template; the scientist
then uses the Metadata Editor interface to enter the descriptive metadata. When users
populate these forms, the semantic annotations specified by the associated template are
used to present ontology-controlled suggestions to users and ensure that collected
metadata conform to the published specification. (3) Once the metadata have been
entered, scientists can use the CEDAR Submission Service to upload metadata and
associated experimental data to a target repository.</p>
        <p>Target
Repositories
Curators
Scientists</p>
      </sec>
      <sec id="sec-2-3">
        <title>Using CEDAR to Develop Metadata Submission Pipelines</title>
        <p>A variety of communities use CEDAR to satisfy varied metadata submission
requirements. We describe three communities’ deployments that illustrate CEDAR techniques
to operationalize metadata submission pipelines. The three communities are: (1) the
Adaptive Immune Receptor Repertoire (AIRR) Community [12], which studies human
immune response; (2) the National Institutes of Health (NIH) Cloud Credits Model
Pilot (CCP) [13], which was established to evaluate approaches for allocating scientific
computational resources in the NIH Data Commons; and (3) the Library of Integrated
Network-based Cellular Signatures (LINCS) [14], a consortium studying cell signaling
to learn how cells respond to various genetic and environmental stressors.
4.1</p>
        <sec id="sec-2-3-1">
          <title>AIRR</title>
          <p>The AIRR Community4 uses advanced DNA sequencing technologies to study the
human immune response. AIRR researchers identified the lack of standards to describe
their datasets as a bottleneck to their progress and created a working group to establish
formal community-driven guidelines for metadata. Metadata conforming to those
guidelines are targeted for submission to several repositories provided by the National
Center for Biotechnology Information (NCBI). One of the first formal standards
produced by this group is called MiAIRR [15]. MiAIRR is a metadata standard for
capturing the minimal information, or principal characteristics, of experiment types
collectively referred to as repertoire sequencing. Metadata described by this standard, along</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>4 https://www.antibodysociety.org/the-airr-community/</title>
      <p>with the corresponding datasets, are submitted to NCBI's BioProject, BioSample, and
SRA repositories. These repositories have quite complicated submission interfaces,
particularly when multi-repository upload is required. The AIRR community wanted to
provide a unified, user-friendly submission interface that reflected the MiAIRR
standard. They also wanted an interface that enforced the strong semantic restrictions placed
on field values by the standard and that could handle the submission of the large
sequencing files associated with AIRR studies.</p>
      <p>In collaboration with members of the AIRR community, we operationalized an
endto-end submission pipeline [16] (Figure 3). First, members of the AIRR Community
used the Template Designer to create a template that captured the structural and
semantic requirements of the MiAIRR standard. Submitting scientists can now use the
Webbased form generated from the MiAIRR template by the Metadata Editor to enter
ontology-controlled metadata associated with their AIRR studies, and to upload metadata
and associated sequencing data to the three target NCBI repositories. We extended
CEDAR's Submission Manager to transform the entered metadata into a form compatible
with NCBI's BioProject, BioSample, and SRA repositories, and configured the
Metadata Editor tool to allow submission of MiAIRR-based metadata through the
Submission Manager. We also implemented a file upload mechanism that could submit
large sequencing files using the NCBI FTP-based file upload service. This submission
pipeline was released in September 2018 and is in routine use by the AIRR community.
Metadata
Data
SRA
Figure 3. AIRR Metadata Submission Workflow. (1) Create Template. AIRR Community
members defined their MiAIRR specification and used the Template Designer to encode it. (2)
Enter Metadata. A scientist with AIRR data fills out descriptive metadata using a single form,
rather than the three web forms provided by NCBI, and can validate the form’s BioSample
information against an NCBI submission validator. (3) Submit Metadata and Data. The scientist
associates the metadata form with the data sets that it describes, and the Submission Server then
submits the relevant metadata and the accompanying data to the three NCBI repositories.</p>
      <p>Curators
MiAIRR
Standard
Scientists
generate
experimental
data</p>
      <p>CCP
The Cloud Credits Model Pilot5 (CCP) was established to evaluate approaches for
allocating scientific computational resources in the NIH Data Commons. It explores a
credits allocation model to encourage the sharing of various types of digital objects
resulting from NIH research in the Cloud. Researchers funded by the CCP are required
to upload metadata describing their experiments’ digital objects to the DataMed [17]
data discover index. The digital objects generated by these researchers are uploaded to
Cloud-based platforms and are referenced by uploaded metadata cached in DataMed.
While DataMed’s internal metadata is described by a model called Data Tag Suite
(DATS) [18], it had no interfaces for external users to submit conforming metadata.</p>
      <p>To satisfy the needs of the CCP, the DataMed team worked with the CEDAR system
to provide a Web-based submission interface (Figure 4). The DataMed team first
developed template representing the DATS model using the CEDAR Template Designer.
Metadata submitters use a Web-based acquisition form generated from this template to
enter their metadata. While these templates are being filled out, CEDAR’s Metadata
Editor ensures that the relevant semantic restrictions are enforced. Upon completing the
metadata, the submitter sets an attribute in the metadata to indicate that DataMed should
index the metadata. DataMed monitors the submissions nightly and indexes any
submissions that are marked as ready, updating any previously indexed submissions that
have changed. The submission process involves only metadata, since CCP users
separately upload their digital objects to Cloud-based platforms. This pipeline went into
production in July 2018, and it is regularly accepting submissions from CCP users.</p>
      <p>DATS
Model</p>
      <p>Curators
Scientists</p>
      <sec id="sec-3-1">
        <title>LINCS</title>
        <p>The Library of Integrated Network-Based Cellular Signatures (LINCS) [14] is a
consortium of biologists studying cell signaling to learn how cells respond to various
genetic and environmental stressors. The LINCS Data Coordination and Integration
Center (LINCS-DCIC) created an Integrated Knowledge Environment for managing
LINCS-related dataset submissions from Consortium members. The LINCS-DCIC
specified templates to represent metadata about the various biological entities involved
in the relevant experiment types. LINCS originally obtained metadata through an online
platform, the LINCS Dataset Submission Tool (DST), using spreadsheet-based
representations of these templates. As the templates became more complex, populating the
spreadsheets became more difficult for users. Additionally, LINCS-DCIC had
increased the use of controlled terms in the template specifications and wished to enforce
these restrictions at data-acquisition time. LINCS desired a more robust, user-friendly
acquisition process that could be easily extended to support new templates.</p>
        <p>We worked with the LINCS-DCIC team to develop a Web-based submission
pipeline that is integrated into the DST’s existing submission workflow (Figure 5).
Members of the LINCS community began by defining CEDAR templates to represent all
current LINCS templates. CEDAR's Metadata Editor reads these templates to generate
corresponding Web-based metadata-acquisition forms. The LINCS-DCIC development
team integrated CEDAR’s form-based acquisition process with the Dataset Submission
Tool, so that, when DST users choose to populate metadata for a particular type of
submission, they are presented with the relevant CEDAR-generated form. The DST
monitors CEDAR every minute for new forms, importing any new metadata as they are
entered, so DST users can quickly see their metadata entry results confirmed in the DST
control panel. The LINCS-DCIC pipeline was released in June 2018.</p>
        <p>Curators</p>
        <p>Biomedical Ontologies
TTeemLmINppClalaStt
Temeespslates
generate
experimental
data
Data</p>
        <p>Scientists</p>
        <sec id="sec-3-1-1">
          <title>Discussion</title>
          <p>There has been an emerging consensus that scientific data should be archived in open
repositories, and that the data should be Findable, Accessible, Interoperable, and
Reusable. To make experimental datasets FAIR, they must be accompanied by
metadata that can explain what the data are about, under what conditions the data were
collected, how the data are formatted, and the provenance of the data. Most online
repositories are notorious for containing bad metadata, largely because these
repositories allow their users the “freedom” to upload metadata that include arbitrary
fields filled with arbitrary values—including missing values and typos.</p>
          <p>There is a pressing need for solutions to help investigators to author more complete,
more comprehensive, and more standardized metadata. The biomedical community is
already making some progress in this direction. Domain-specific data-management
tools are able to offer bespoke user interfaces that greatly ease the acquisition of
highquality metadata and that facilitate data exploration and analysis. While useful, these
tools tend to be highly targeted to specific repositories and are not easily reusable. There
is a need for a comprehensive technological approach to improve the authoring and
management of metadata. This approach must target easy-to-use solutions that are
generic (that is, not bespoke) to provide guidance over the entire life cycle of
metadata—streamlining metadata creation as well as supporting metadata publication
to third-party repositories.</p>
          <p>In this paper, we outlined such a technological approach. The technology—called
CEDAR—offers an example of such an all-purpose, end-to-end solution. CEDAR is a
general-purpose system that assists the authoring of metadata to annotate experimental
datasets and aims to simplify the submission of the datasets to online repositories. We
explained how three major national activities used CEDAR’s principled approach to
develop community-specific pipelines for submitting biomedical metadata. We
reviewed the specialized requirements that must be addressed when developing
highquality metadata submission pipelines, and described how CEDAR’s flexible
deployment options supported each project, enhancing particular needs and providing
end-to-end metadata pipelines. In each case, CEDAR enabled intuitive metadata entry,
while adding semantic precision and real-time validation. CEDAR metadata tools offer
a rigorous and flexible choice for organizations that may not want to devote
development time to providing custom-tailored metadata solutions.</p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Acknowledgments</title>
        <p>CEDAR is supported by the National Institutes of Health through the NIH Big Data to
Knowledge program under grant 1U54AI117925. NCBO is supported by the NIH
Common Fund under grant U54HG004028. All software described in this paper is open
source and available on GitHub (https://github.com/metadatacenter). We released a
public version of CEDAR (https://cedar.metadatacenter.org) in April 2017.
17.
18.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Benson</surname>
            ,
            <given-names>D.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cavanaugh</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al.:
          <source>GenBank. Nucleic Acids Res</source>
          .
          <volume>41</volume>
          , (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Leinonen</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sugawara</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shumway</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The Sequence Read Archive</article-title>
          .
          <source>Nucleic Acids Res</source>
          .
          <volume>39</volume>
          ,
          <fpage>D19</fpage>
          -
          <lpage>D21</lpage>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Gonçalves</surname>
            ,
            <given-names>R.S.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>O</given-names>
            <surname>'Connor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.J.</given-names>
            ,
            <surname>Martínez-Romero</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          , et al.:
          <article-title>Metadata in the BioSample online repository are impaired by numerous anomalies</article-title>
          .
          <source>In: Proceedings of 1st International Workshop on Enabling Open Semantic Science (SemSci</source>
          <year>2017</year>
          ),
          <source>colocated with ISWC</source>
          <year>2017</year>
          . pp.
          <fpage>39</fpage>
          -
          <lpage>46</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Rocca-Serra</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandizi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maguire</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , et al.:
          <article-title>ISA software suite: Supporting standards-compliant experimental annotation and enabling curation at the community level</article-title>
          .
          <source>Bioinformatics</source>
          .
          <volume>26</volume>
          ,
          <issue>2354</issue>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>González-Beltrán</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maguire</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sansone</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          , et al.:
          <article-title>linkedISA: Semantic representation of ISA-Tab experimental metadata</article-title>
          .
          <source>BMC Bioinformatics</source>
          .
          <volume>15</volume>
          , (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Wolstencroft</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Owen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horridge</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al.:
          <article-title>RightField: Embedding ontology annotation in spreadsheets</article-title>
          .
          <source>Bioinformatics</source>
          .
          <volume>27</volume>
          ,
          <fpage>2021</fpage>
          -
          <lpage>2022</lpage>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Shankar</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parkinson</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , et al.:
          <article-title>Annotare - a tool for annotating high-throughput biomedical investigations and resulting data</article-title>
          .
          <source>Bioinformatics</source>
          .
          <volume>26</volume>
          ,
          <fpage>2470</fpage>
          -
          <lpage>2471</lpage>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Musen</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bean</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cheung</surname>
            ,
            <given-names>K.H.</given-names>
          </string-name>
          , et al.:
          <article-title>The Center for Expanded Data Annotation and Retrieval</article-title>
          .
          <source>J. Am. Med</source>
          . Informatics Assoc.
          <volume>22</volume>
          ,
          <fpage>1148</fpage>
          -
          <lpage>1152</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Egyedi</surname>
            ,
            <given-names>A.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>O'Connor</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martínez-Romero</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al.:
          <article-title>Embracing Semantic Technology for Better Metadata Authoring in Biomedicine</article-title>
          .
          <source>In: Proceedings of the 10th International SWAT4HCLS Conference</source>
          ,
          <article-title>Semantic Web Applications and Tools for Health Care and Life Sciences</article-title>
          . pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Martínez-Romero</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>O</given-names>
            <surname>'Connor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.J.</given-names>
            ,
            <surname>Dorf</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          , et al.:
          <article-title>Supporting ontology-based standardization of biomedical metadata in the CEDAR Workbench</article-title>
          .
          <source>In: Proceedings of the Int Conf Biom Ont (ICBO)</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Noy</surname>
            ,
            <given-names>N.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>N.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Whetzel</surname>
            ,
            <given-names>P.L.</given-names>
          </string-name>
          , et al.:
          <article-title>BioPortal: ontologies and integrated data resources at the click of a mouse</article-title>
          .
          <source>Nucleic Acids Res</source>
          .
          <volume>37</volume>
          ,
          <fpage>W170</fpage>
          -
          <lpage>W173</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Rubelt</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , et al.:
          <article-title>Adaptive Immune Receptor Repertoire Community recommendations for sharing immune-repertoire sequencing data</article-title>
          .
          <source>Nat. Immunol</source>
          .
          <volume>18</volume>
          ,
          <fpage>1274</fpage>
          -
          <lpage>1278</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <article-title>National Institutes of Health: The Big Data to Knowledge Cloud Credits Model</article-title>
          , https://commonfund.nih.gov/bd2k/cloudcredits.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Keenan</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jenkins</surname>
            ,
            <given-names>S.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jagodnik</surname>
            ,
            <given-names>K.M.</given-names>
          </string-name>
          , et al.:
          <article-title>The Library of Integrated NetworkBased Cellular Signatures NIH Program: System-Level Cataloging of Human Cells Response to Perturbations</article-title>
          .
          <source>Cell Syst</source>
          .
          <volume>6</volume>
          ,
          <fpage>13</fpage>
          -
          <lpage>24</lpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Breden</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luning Prak</surname>
            ,
            <given-names>E.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peters</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , et al.:
          <article-title>Reproducibility and reuse of adaptive immune receptor repertoire data</article-title>
          .
          <source>Front. Immunol</source>
          .
          <volume>8</volume>
          , (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Bukhari</surname>
            ,
            <given-names>S.A.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>O'Connor</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martínez-Romero</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al.:
          <article-title>The CAIRR pipeline for submitting standards-compliant B and T cell receptor repertoire sequencing studies to the NCBI</article-title>
          .
          <source>Front. Immunol. 9</source>
          ,
          <issue>1877</issue>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Ohno-Machado</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sansone</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alter</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , et al.:
          <article-title>Finding useful data across multiple biomedical data repositories using DataMed</article-title>
          .
          <source>Nat. Genet</source>
          .
          <volume>49</volume>
          ,
          <fpage>816</fpage>
          -
          <lpage>819</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Sansone</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Gonzalez-beltran,
          <string-name>
            <surname>A.</surname>
          </string-name>
          , Rocca-serra, P., et al.:
          <article-title>DATS : the data tag suite to enable discoverability of datasets</article-title>
          . 1-
          <fpage>11</fpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>