<!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 a Virtual Librarian for Biologically Inspired Design - Knowledge-Based Methods for Document Understanding</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ruth Petit-Bois</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jeffrey Jacob</string-name>
          <email>jeffrey.jacob@gatech.edu2</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Spencer Rugaber</string-name>
          <email>rugaber@cc.gatech.edu3</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ashok Goel</string-name>
          <email>goel@cc.gatech.edu4</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Design &amp; Intelligence Lab, School of Interactive Computing, Georgia Institute of Technology</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>IBID is a virtual librarian that processes biology articles and builds semantic annotations based on the contents of an article. It then assists human designers by locating and presenting biology articles related to a design query. IBID's use of ontologies allows for knowledge extraction and assists users with the identification of key information in an article and comparison of the contents of two articles. In this paper, we describe how the addition of an environment ontology enhances IBID's capability to understand the habitats of various organisms. In a pilot study, we evaluated IBID's performance against human subjects who read the same passage and highlighted phrases pertaining to locations and habitats. The preliminary results indicate that the ability to add ontologies to IBID allows it to extract meaning from new documents.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Scientific documents are information-rich and are more
common and more available than ever before. However,
with this proliferation comes the challenge of tracking and
understanding scientific documents at scale. Traditionally, a
scientist could work with a librarian to find the literature
relevant to the problem of interest. Now, most scientific
literature has moved online, real librarians are hard to find, and it
is increasingly difficult, even for experts, to track, read and
understand all the new scientific documents that are being
generated on a given topic.</p>
      <p>Understanding scientific documents is an involved
process: there is a big difference between just reading text and
actually understanding it. We view scientific document
understanding as the ability to process information and then be
able to draw useful inferences from it and not draw spurious
inferences. This view supports higher level tasks like
comparing the contents of two different documents and
identifying similarities and differences between them.</p>
      <p>
        We posit that AI can be a powerful ally in tracking and
understanding scientific documents and that
knowledgebased methods that use ontologies can augment the
understanding capability of AI agents. This kind of AI agent can
serve as a sort of virtual librarian for scientific literature. The
IBID
        <xref ref-type="bibr" rid="ref8">(Intelligent Biologically Inspired Design; Goel et al.
2020; Rugaber et al. 2016)</xref>
        interactive system is intended to
be a virtual librarian for the domain of biologically inspired
design in which designers of technological systems look to
the natural world for ideas
        <xref ref-type="bibr" rid="ref10 ref27 ref8">(Goel 2013a; Goel, McAdams &amp;
Stone 2014)</xref>
        . In this paper, we describe how IBID’s use of
ontologies allows for knowledge extraction and can assist
users with tasks like identifying key information in an article
and comparing the contents of two different articles. In
particular, we show how the addition of an environment
ontology enhances IBID’s capability to understand the locations
and habitats of various organisms.
      </p>
      <p>2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Research</title>
      <p>
        Biologically inspired design, also known as biomimicry
        <xref ref-type="bibr" rid="ref3">(Beynus 1997)</xref>
        and as biomimetics (Vincent &amp; Mann 2002)
is a paradigm for sustainable and environmentally friendly
design. Consider, for example, the Namib Desert Beetle:
The insect survives in the acrid desert by harvesting fog
droplets that stick to its wings (Naidu and Hattingh 1988).
      </p>
      <p>If engineers could successfully and efficiently mimic this
ability in technological systems at scale, it might be possible
to solve many water crises that exist in the world (Chen &amp;
Zhang 2020).</p>
      <p>
        However, there are several major hurdles in putting
biologically inspired design paradigms into practice. From an
information-processing perspective, one big hurdle is
locating biological cases relevant to a design problem. Given a
Copyright © 2021 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
problem, most designers search for articles describing
relevant biological systems online. Observations of online
information-seeking behavior of (student) designers indicate
three problems
        <xref ref-type="bibr" rid="ref27 ref8">(Vattam &amp; Goel 2011, 2013)</xref>
        : Findability –
designers have difficulty finding biology articles relevant to
a design problem; Recognizability – designers have
difficulty recognizing that an article describes a biological
system that is relevant to their problem; and Understandability
– designers have difficulty understanding the biological
system described in an article.
      </p>
      <p>
        As a result, there have been several attempts in using
natural language processing techniques to help designers locate
biology articles relevant to their problem. Shu (2010)
describes an early approach in engineering for using natural
language processing for this task. Shu uses keywords for
anchoring the natural language processing, but points out that
the benefits of information extraction through natural
language processing is not restricted to known patterns. Nagel,
Stone &amp; McAdams (2010) use an engineering to biology
thesaurus that translates design queries in engineering to
equivalent keywords in biology. Krupier et. al (2017)
provide a more recent effort coming from biology. Their work
is based on a domain-specific ontology of biological
systems
        <xref ref-type="bibr" rid="ref28">(Vincent 2014)</xref>
        and focuses on identifying
inter-relations in biological systems.
      </p>
      <p>
        Of course, the goal of using publicly available scientific
literature to support human creativity extends far beyond the
domain of biologically inspired design. In the context of
computational creativity more generally,
        <xref ref-type="bibr" rid="ref1">Abgaz et al. (2017)</xref>
        use natural language processing to find analogies between
constructs in research papers on computer graphics, and
Lavrac et al. (2019) describe text mining techniques for
detecting bridging concepts between seemingly unrelated
terms in different articles such as migraine and magnesium.
      </p>
      <p>3</p>
    </sec>
    <sec id="sec-3">
      <title>Intelligent Biologically Inspired Design</title>
      <p>The goal of the IBID project is to address the above
mentioned problems of findability, recognizability and
understandability in the context of biologically inspired design.
Figure 1 shows the full functionality of IBID for its three
use cases: (1) End users such as engineers and designers
looking for biology articles relevant to their design
problems, (2) Knowledge engineers extending IBID’s
knowledge representation ontologies, and (3) System
administrators adding to its repository of analyzed papers.
Figure 1 also specifies the actions available to each user type;
the arrows in the figure indicate progression of steps and/or
access to/from the database.</p>
      <p>
        The core of IBID’s approach to these problems is the use
of the Structure-Behavior-Function (SBF) models of
technological and natural systems
        <xref ref-type="bibr" rid="ref10 ref27 ref8">(Goel 2013b; Goel, Rugaber
&amp; Vatttam 2009)</xref>
        that originate from Chandrasekaran’s
Functional Representation scheme
        <xref ref-type="bibr" rid="ref5">(Chandrasekaran 1994;
Chandrasekaran, Goel &amp; Iwasaki 1993)</xref>
        . By an ontology we
mean the specification of concepts and their relationships to
other concepts
        <xref ref-type="bibr" rid="ref11">(Chandrasekaran, Josephson &amp; Benjamins
1999; Guarino, Oberle &amp; Staab 2009)</xref>
        . The SBF model of a
system, technological or natural, is based on an ontology
composed of several subontologies:
• Structure Ontology: The components, elements, or
substances in a biological process.
• Behavior Ontology: The causal mechanisms or the
processes of a biological system.
• Function Ontology: The outcome, result or the purpose of
a biological systems.
• Ontology of Relationships: Relationships between
structure and behavior and between behavior and function.
      </p>
      <p>
        In earlier work on the KA project in the 1990s
        <xref ref-type="bibr" rid="ref9">(Goel et.
al 1996)</xref>
        , we showed how an AI agent could learn an SBF
model of a new device (such as a shaving cream can) from
its natural language description in The Way Things Work
(Macaulay 1988) by adapting the SBF model of a similar
device (such as a fire extinguisher) stored in the agent’s
memory. More recently, we have shown that manually
annotating biology articles by SBF models enhance their
findability and recognizability
        <xref ref-type="bibr" rid="ref27">(Vattam &amp; Goel 2011)</xref>
        and as
well as their understandability (Helms, Vattam &amp; Goel
2010). IBID seeks to automatically extract the SBF models
of the biological systems described in the articles.
      </p>
      <sec id="sec-3-1">
        <title>3.1 Structure-Behavior-Function Ontologies</title>
        <p>In IBID, the SBF ontologies come from several sources:
• Structure Ontology is borrowed from Vincent’s (2014)
ontology of biological systems.
• Behavior Ontology builds on Khoo et al.’s (1998) patterns
of cause and effect.
• Function Ontology was developed in our laboratory
(Rugaber et al. 2016). Functional concepts are organized
hierarchically: similar concepts are grouped together as
families and more nuanced concepts are found deeper in
the hierarchy.</p>
        <p>The current version of IBID does not directly relate
structure, behaviors and functions of a biological system into a
complete SBF model.</p>
        <p>These ontologies help IBID construct a partial SBF model
of the biological system described in a biology article.
Rugaber et. al. (2016) provide an example of how IBID
processes the following passage from Norgaard and Dacke
(2010):
The mechanism by which fog water forms into large
droplets on a beaded surface has been described from
the study of the elytra of beetles from the genus
Stenocara. The structures behind this process are believed
to be hydrophilic peaks surrounded by hydrophobic
areas; water carried by the fog settles on the hydrophilic
peaks of the smooth bumps on the elytra of the beetle
and form fast-growing droplets that - once large
enough to move against the wind - roll down towards
the head.</p>
        <p>IBID processes the above paragraph and identifies the
structure, behavior and function specified in it:
• Structure: IBID identifies the entity in question as elytra.
• Behavior: IBID identifies the cause as droplets grow in
size and the effect as they roll down towards the head.
• Function: IBID identifies the result of the action as move
the water droplets.</p>
        <p>This list is only illustrative of IBID’s capabilities, not
comprehensive. IBID performs this kind of automatic extraction
of structure, behavior and function for whole articles and
annotates the articles with the extracted structure, behaviors
and functions.</p>
        <p>Given IBID’s annotation of biology articles in a corpus
with the structure, behaviors and functions of biological
systems described in them, users can perform faceted search on
the corpus (Prieto-Diaz 1991). Thus, a user may search for
the function move, or the structural element elytra, or both.
A user may also use IBID to perform a search using a design
query expressed in plain English: given such a query, IBID
extracts the structure, behaviors and functions of the desired
technological system from the query and then matches the
extractions with the SBF annotations on the articles in the
corpus in a manner similar to the earlier KA project
(Peterson, Mahesh &amp; Goel 1994). This helps IBID address the
problems of findability and recognizability we described
earlier.</p>
        <p>IBID also highlights the SBF annotations on a biology
article. This helps IBID address the problem of
understandability even for dense and long articles, such as the Norgaard
and Dacke (2010) article quoted above. This can potentially
help the user process biology articles more efficiently and
easily, where the users may include not only biologists, but
also engineers, designers, or even citizen scientists.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Adding an Environment Ontology to IBID</title>
      <p>
        While the paragraph from the Norgaard and Dacke (2010)
article briefly mentions the location of elytra (elytra of
beetles), the above description of IBID has no way of
identifying the location of the structural elements of a biological
system. However, for many biological systems, the
location, habitat, and, more generally, the environment of the
system is very important. The external environment is also
important for technological systems: the specification of
many design problems includes a specification of the
environment of the desired technological system
        <xref ref-type="bibr" rid="ref10">(Helms &amp; Goel
2014)</xref>
        . Thus, there is a need to add an environment ontology
so that IBID can identify the locations and habitats of
biological systems.
      </p>
      <p>
        Actually, the environment always was a part of SBF
modeling
        <xref ref-type="bibr" rid="ref27 ref8">(Goel 2013b)</xref>
        . For example, Prabhakar &amp; Goel (1998)
analyzed the functioning of technological systems such as a
room air conditioning system not only in terms of its
structure, behaviors and functions, but also its external
environment. The research question for the IBID project is whether
we can add an environment ontology to the SBF ontology
and if IBID can use the new ontology to identify the
locations and habitats of biological systems just as it identifies
their structures, behaviors and functions.
      </p>
      <p>
        Instead of building a new environment ontology from
scratch, we decided to explore already existing ontologies.
After examining several candidates, we selected the
Environment Ontology (ENVO) described by Buttigieg et al.
(2013) in the Journal of Biomedical Semantics. This
ontology is hosted on the OBO Foundry (Smith et. al. 2007) and
is quite comprehensive. A big advantage of this ontology
over many others is that it can be exported as a Web
Ontology Language (OWL) file. OWL files written in the
Semantic Web Language are “designed to represent rich and
complex knowledge about things, groups of things, and relations
between things.”
        <xref ref-type="bibr" rid="ref17">(McGuinness &amp; Van Harmelen 2004; Web
Ontology Language at www.w3.org/OWL/)</xref>
        . Given that the
OWL file containing ENVO was developed by highly
skilled biologists, it eliminated the need for us to spend time
creating the links between concepts manually. Not only are
the links already made, but ENVO is made up of hundreds
of nodes of concept names, definitions, parents, synonyms,
notes, and other metadata that describe ecosystems, entire
planets, and other astronomical bodies, and their parts
(Buttigieg et. al. 2013). Integrating new knowledge into
IBID is efficient and easy because of the use of OWL files
and sourcing them from places like OBO Foundry helps
IBID leverage the knowledge of domain experts.
      </p>
      <p>To provide a simpler testing ground of adding an
ontology into IBID and testing its effectiveness, we reduced
ENVO to just contain extremely basic concepts relating to
ecosystems and their key environmental concepts. Figure 2
illustrates a small excerpt from the stripped-down ENVO.</p>
      <sec id="sec-4-1">
        <title>4.1 Generalizing the Approach</title>
        <p>Three factors were especially important in adding the
ENVO ontology to IBID:
1. The ability to have a standard format by which to
import ontologies.
2. The ability to add information quickly without
breaking previous implementations.</p>
        <p>3. The ability to use &amp; export this information easily.</p>
        <p>By using ENVO, it was clear that Objective 1 could be
reached just by establishing that all future ontologies would
use the OWL format. Not only can OWL files be imported,
parsed, modified, and exported easily, there are many tools
to help visualize and act on these OWL files such as Protégé
(Musen 2015). Protégé became the software used to scale
down ENVO, as well as rebuild the Structure, Behavior, and
Function ontologies so they also conformed to the new
OWL standard. Adding new concepts or modifying existing
concepts was simple using the Protégé software, thereby
addressing Objective 2.</p>
        <p>With the new converted ontologies, the issue of how to
store these ontologies in a relational database arose. To
resolve this, we developed a script that would take in an OWL
file and convert it into its relational database equivalent. By
the end of the implementation, the structure, behavior, and
function ontologies were updated and reimported into
IBID’s relational database using the new OWL format. The
environment ontology was also imported into IBID allowing
for articles to be analyzed to extract environment concepts.
In addition to this, IBID now has a pipeline for integrating
new ontologies that are in the OWL format in an easy
manner. Given that all of the data was imported into a relational
database, exporting this information from the database was
simple, and even using Protégé to export the OWL files into
other formats was simple, addressing Objective 3.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experimentation</title>
      <p>With the ability to import new knowledge executed, the next
step was experimenting and evaluating how well IBID could
leverage this knowledge. An experiment was conducted to
test the effectiveness of the environment ontology with ten
participants outside of the IBID project in the Design and
Intelligence Lab. In conjunction with this experiment, a
validation page was developed to test the functionality of the
environment ontology. The use case of comparing scientific
documents was also explored qualitatively.</p>
      <sec id="sec-5-1">
        <title>5.1 Validation of Environment Ontology</title>
        <p>
          IBID’s validation took a passage of text and ran it through
IBID’s analysis pipeline and returned a list of results
specific to the environment ontology. The experiment
compared IBID’s results with human subjects analyzing the
same passages. The results of this experiment would reveal
gaps in the environment ontology’s functionality that could
be used to make it more robust. The text for the experiments
came from Szalay (2014), en.wikipedia.org/wiki/Elephant,
and
          <xref ref-type="bibr" rid="ref18">McTighe (2011)</xref>
          .
        </p>
        <p>In total, 10 human participants completed the experiment.
Each participant read the same three passages on three
different organisms. The instructions were to underline terms
in the passages they considered to be related to the
“environment” or the “habitat” in which organisms live. The
organisms in question were the King Cobra, with a passage
containing 4 sentences, the African Bush Elephant with a
passage containing 14 sentences, and the Highland Streaked
Tenrac with a passage containing 6 sentences.</p>
        <p>Passage
King Cobra
(4 sentences) – Passage 1
African Bush Elephant
(14 sentences) – Passage 2
Highland Streaked Tenrac
(6 sentences) – Passage 3</p>
        <p>Avg. # of Terms
by Humans
# of Terms
by IBID
8
10
11
2
4
4
The highlighted phrases were pulled out exactly as they
were marked by the participant. The assumption here was
that there was a difference between a term having been
highlighted in one straight stroke, and a term being highlighted
with spaces in between. This meant that in this sentence
from en.wikipedia.org/wiki/Elephant:</p>
        <p>The African bush elephant can be found in habitats as
diverse as dry savannahs, deserts, marshes, and lake
shores, and in elevations from sea level to mountain
areas above the snow line.</p>
        <p>There was a difference if a participant highlighted, “dry
savannahs, deserts, marshes, and lake shores” in one go to
count as one phrase, or they highlighted “dry savannahs,”
then “deserts,” then “marshes,” then “lake shores”
separately to count as 4 different phrases. Of the 4 sentences
based on the King Cobra’s habitat, the humans were on
average able to locate ~8 different environment terms.
Running the same passage in IBID led to it finding only 2. Of
Passage
2
dry thorn-scrub forests
(x5)
the 14 sentences based on the African Bush Elephant, the
humans were able to on average find 10 different
environment terms; IBID was able to identify 4. Finally, the passage
on the Highland Streaked Tenrac had humans denoting
around 11 environment terms while IBID was able to extract
4. The results are shown in Table 1.
Table 2 contains the concepts that a majority of participants
agreed on. The criteria for “agreeing” means that of the
aggregated list of results, at least 50% of the participants
agreed that the selected sentence was one that contained an
environment concept and at least 5 participants also agreed
on the concept that indicated it related to the environment.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2 Comparing Two Documents</title>
        <p>As mentioned earlier, scientific document understanding
allows an agent to perform higher level tasks and one such
task that is paramount in any kind of research is the ability
to quickly compare the key points of two different
documents. IBID is able to take in two documents and run its
analysis and display the results side-by-side. This process
involves the same pipeline as discussed earlier and leverages
the same knowledge base. We tested this process with
several different excerpts taken from descriptions of the
habitats of different species, an example of which is shown in
Figure 3. It can be seen that IBID’s ability to understand the
key concepts in a document helps the researcher quickly
compare two documents. If we have two documents about
the same or similar species, IBID can help the researcher
compare and contrast information and see where two
different documents are in agreement and where they disagree.
We believe that this can be a powerful tool and a major
feature in the realm of scientific document understanding.
6</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Discussion and Results</title>
      <p>Based on the experiment above, we can see that the addition
of a new ontology, in this case the environment ontology,
improves IBID’s understanding in this domain. IBID
initially had no understanding ability when it came to habitats
and locations, but the addition of this ontology led to
increased understanding as seen in Table 1. However, we
acknowledge that the number of participants in our
experiment was small and IBID did not reach human level
performance. We still feel that these preliminary results show that
IBID’s ability to integrate new knowledge moves it towards
becoming a true virtual librarian.</p>
      <p>
        The experiment also showed some of the weaknesses
IBID has. For example, there are many proper noun location
words (country names, cardinal directions, etc.) that many
participants deemed relevant to the environment of an
animal. IBID’s knowledge base is strictly that of habitats as
described in ENVO. Take for instance the simple sentence
from Passage 3
        <xref ref-type="bibr" rid="ref18">(McTighe 2011)</xref>
        :
      </p>
      <p>They are most commonly found at forest fringes on the
central plateau edge and near cultivated fields and rice
paddies
The key term was “forest” and it was pulled out by IBID;
the term “forest” maps to an environment concept in ENVO.
In contrast to this, humans are able to look at a sentence
saying, “southern Indian desert” and see that the whole phrase
indicates location while IBID would only be able to
recognize the term “desert”.</p>
      <p>Looking at the “Phrase Selected” column in Table 2, it is
clear that there are many examples where humans agreed
that adjectives describing habitats are just as important as
the habitat itself. Descriptive words like “dense mangrove
swamps” and “dry savannahs” might be difficult for IBID to
parse because they are compound terms containing a
descriptive word followed by a habitat word. This issue could
be addressed by extending IBID’s parser to include
adjectives that might describe an environment term.</p>
      <p>
        One thing IBID does really well is identify the verb
predicates from a sentence. Verbs like “prefer”, “occur”, and
“find”, occur frequently with environment related phrases
that were marked by the human participants. For example,
in Passage 3
        <xref ref-type="bibr" rid="ref18">(McTighe 2011)</xref>
        , IBID identifies the phrase,
tenrecs are found in schlerophyllous and montane
forests and adjacent areas at elevations of 1550 to 1800 m.
where the verb used to identify this phrase is “find”.
Although the specific environment terms don’t map to
concepts in the ontology, IBID was able to extract this
information.
      </p>
      <p>There are sentences where IBID identified information
that was right, but the term used to do so was not. For
example, in the sentence from en.wikipedia.org/wiki/Elephant,
The African bush elephant can be found in habitats as
diverse as dry savannahs, deserts, marshes, and lake
shores, and in elevations from sea level to mountain
areas above the snow line.</p>
      <p>IBID pulled out the word “bush” instead of one of the
environment terms, even though “bush” is just part of the species
name. This means that in passages where the name of an
animal is an environment concept, IBID may pull out a false
positive.</p>
      <p>Finally, there were cases where humans identified vague
habitat phrases like “under a tree,” or “near water sources”
that IBID missed. For example, in the sentence from
en.wikipedia.org/wiki/Elephant:</p>
      <p>Asian elephants prefer areas with a mix of grasses, low
woody plants, and trees, primarily inhabiting dry
thornscrub forests in southern India and Sri Lanka and
evergreen forests in Malaya.</p>
      <p>It makes sense that humans marked “mix of grasses” and
“low woody plants, and trees.” However, there aren’t any
real concepts in ENVO that are mapped to by these phrases.
However, the verb “prefer” was identified by IBID and
allowed the sentence to be extracted independent of the
environment terms found by the participants.</p>
      <p>These results show that IBID’s knowledge-based
methods show promise in efficiently extracting information from
a scientific document and that the use of ontologies allows
for it to quickly integrate and leverage new knowledge,
without the need for extensive data collection or training.
Another major benefit of IBID’s approach is better
explainability. It is easy to determine gaps in IBID’s knowledge,
like those identified in regard to proper nouns and cardinal
directions. It is also easy to see which knowledge IBID used
to extract information. The use of an ontology also allows
IBID and its users to leverage the relationships that are
found for downstream inferencing tasks. The use of the
standard OWL file format also allows users to edit the
knowledge using tools like Protégé.</p>
    </sec>
    <sec id="sec-7">
      <title>Conclusions</title>
      <p>IBID demonstrates the effectiveness of knowledge-based
methods in augmenting scientific document understanding
and moves us towards a true virtual librarian. IBID’s use of
standardized ontologies allows it to quickly gain a deeper
understanding of a new domain, without the need to acquire
lots of new data or to spend time learning a complex model.
This ability also allows IBID to be extensible. The
Environment Ontology was a working example, but the same
process can be applied to new ontologies, thus growing IBID’s
understanding capability. These abilities allow IBID to
facilitate higher level tasks like document comparison, which
can help users of IBID compare and contrast different
approaches to their engineering problem. We acknowledge
that there is a need for augmenting the analysis and filling
the gaps in IBID’s knowledge, but the use of
knowledgebased methods helps the user to efficiently identify these
gaps and easily make modifications or add extra processing.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgements</title>
      <p>We are grateful to Julian Vincent for sharing his ontology of
biological systems; IBID’s structure ontology is a subset of
his structure ontology. We thank Pablo Boserman and
Daniel Dias for their work on making the IBID system
functional, as well as members of the Georgia Tech Design &amp;
Intelligence Lab for assisting with the IBID experiment
including the evaluation of interactive system.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Abgaz</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chaudhry</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>O'Donoghue</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , et al.
          <year>2017</year>
          .
          <article-title>Characteristics of pro-c analogies and blends between research publications</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <source>In Proceedings of the 8th International Conference on Computational Creativity</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Beynus</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>1997</year>
          .
          <article-title>Biomimicry: Innovation Inspired by Nature</article-title>
          . New York: Harper Perennial. doi.org/10.1002/inst.12116 Buttigieg,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Morrison</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          , et al. (
          <year>2013</year>
          )
          <article-title>The environment ontology: contextualising biological and biomedical entities</article-title>
          .
          <source>Journal of Biomedical Semantics</source>
          ,
          <volume>4</volume>
          (
          <issue>1</issue>
          ):
          <fpage>43</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          doi.org/10.1186/2041-1480-4-43 Chandrasekaran,
          <string-name>
            <surname>B.</surname>
          </string-name>
          <year>1994</year>
          .
          <article-title>Functional Representation: A Brief Historical Perspective</article-title>
          .
          <source>Applied AI</source>
          ,
          <volume>8</volume>
          (
          <issue>2</issue>
          ):
          <fpage>173</fpage>
          -
          <lpage>197</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          doi.org/10.1080/08839519408945438 Chandrasekaran,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Goel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            , &amp;
            <surname>Iwasaki</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          <year>1993</year>
          .
          <article-title>Functional representation as design rationale</article-title>
          .
          <source>IEEE Computer</source>
          ,
          <volume>48</volume>
          -
          <fpage>56</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          doi.org/10.1109/2.179157 Chandrasekaran,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Josephson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Benjamins</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          <year>1999</year>
          .
          <article-title>What are ontologies and why do we need them? Intelligent Systems and their Applications</article-title>
          .
          <source>IEEE Intelligent Systems</source>
          ,
          <volume>14</volume>
          (
          <issue>1</issue>
          ):
          <fpage>20</fpage>
          -
          <lpage>26</lpage>
          . doi.org/ 10.1109/5254.747902 Chen,
          <string-name>
            <given-names>Z.</given-names>
            , &amp;
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z.</surname>
          </string-name>
          <year>2020</year>
          .
          <article-title>Recent progress in beetle-inspired superhydrophilic-superhydrophobic micropatterned water-collection materials</article-title>
          .
          <source>Water Science &amp; Technology</source>
          <volume>82</volume>
          (
          <issue>2</issue>
          ): pp.
          <fpage>207</fpage>
          -
          <lpage>226</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          doi.org/10.2166/wst.
          <year>2020</year>
          .238 Goel,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>2013a</year>
          .
          <article-title>Biologically Inspired Design: A New Program for Computational Sustainability</article-title>
          ,
          <source>IEEE Intelligent Systems</source>
          ,
          <volume>28</volume>
          (
          <issue>3</issue>
          ),
          <fpage>80</fpage>
          -
          <lpage>84</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Goel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2013b</year>
          .
          <article-title>One Thirty Year Long Case Study; Fifteen Principles: Implications of an AI Methodology for Functional Modeling</article-title>
          .
          <source>Artificial Intelligence for Engineering Design Analysis and Manufacturing</source>
          ,
          <volume>27</volume>
          (
          <issue>3</issue>
          ):
          <fpage>203</fpage>
          -
          <lpage>215</lpage>
          ,
          <year>2013</year>
          . doi.org/ 10.1017/S0890060413000218 Goel,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Hagopian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            , &amp;
            <surname>Rugaber</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <year>2020</year>
          .
          <article-title>Towards a Virtual Librarian for Biologically Inspired Design</article-title>
          .
          <source>In Proceedings of the 9th International Conference on Design Computing and Cognition</source>
          ,
          <volume>377</volume>
          -
          <fpage>396</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Goel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mahesh</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peterson</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Eiselt</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <year>1996</year>
          .
          <article-title>Unification of Language Understanding, Device Comprehension and Knowledge Acquisition</article-title>
          .
          <source>In Proceedings of the 10th Knowledge Acquisition for Knowledge-Based Systems Workshop</source>
          , Banff, Canada.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Goel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McAdams</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Stone</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <year>2014</year>
          .
          <article-title>Biologically Inspired Design: Computational Methods and Tools</article-title>
          . London: SpringerVerlag. doi.org/10.1007/978-1-
          <fpage>4471</fpage>
          -5248-4
          <string-name>
            <surname>Goel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rugaber</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Vattam</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>Structure, behavior, and function of complex systems: The structure, behavior, and function modeling language</article-title>
          .
          <source>Artificial Intelligence for Engineering Design Analysis and Manufacturing</source>
          <volume>23</volume>
          (
          <issue>1</issue>
          ):
          <fpage>23</fpage>
          -
          <lpage>35</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          doi.org/10.1017/S0890060409000080 Guarino, N.;
          <string-name>
            <surname>Oberle</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ; &amp;
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>What is an ontology? Handbook on Ontologies</article-title>
          , Edited by R.
          <year>Studer</year>
          .
          <volume>1</volume>
          -
          <fpage>17</fpage>
          . Berlin: Springer-Verlag Berlin Heidelberg. doi.org/10.1007/978-3-
          <fpage>540</fpage>
          - 92673-
          <issue>3</issue>
          _0 Helms,
          <string-name>
            <given-names>M.</given-names>
            , &amp;
            <surname>Goel</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>2014</year>
          .
          <article-title>The Four-Box Method: Problem Formulation and Analogy Evaluation in Biologically Inspired Design</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <source>Journal of Mechanical Design</source>
          ,
          <volume>136</volume>
          (
          <issue>11</issue>
          ):
          <fpage>111106</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          doi.org/10.1115/1.4028172 Helms,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Vattam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            , &amp;
            <surname>Goel</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>2010</year>
          .
          <article-title>The effects of functional modeling on understanding complex biological systems</article-title>
          .
          <source>In Proceedings of the ASME 2010 International Design Engineering Technical Conferences and Computers</source>
          and Information in Engineering Conference. Montreal: American Society of Mechanical Engineers,
          <fpage>107</fpage>
          -
          <lpage>115</lpage>
          . doi.org/10.1115/DETC2010-28939
          <string-name>
            <surname>Khoo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kornfilt</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oddy</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Myaeng</surname>
            ,
            <given-names>S-H.</given-names>
          </string-name>
          <year>1998</year>
          .
          <article-title>Automatic Extraction of Cause-Effect Information from Newspaper Text Without Knowledge-based Inferencing</article-title>
          .
          <source>Literary and Linguistic Computing</source>
          ,
          <volume>13</volume>
          (
          <issue>4</issue>
          ):
          <fpage>177</fpage>
          -
          <lpage>186</lpage>
          . doi.org/ 10.1093/llc/13.4.177 Kruiper, R.; Vincent,
          <string-name>
            <given-names>J.</given-names>
            ;
            <surname>Chen-Burger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            &amp;
            <surname>Desmulliez</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          2017.
          <article-title>Towards identifying biological research articles in computer-aided biomimetics</article-title>
          .
          <source>In Proceedings of the Conference on Biomimetic and Biohybrid Systems</source>
          ,
          <volume>242</volume>
          -
          <fpage>254</fpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -63537-8_21 Lavrac,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Jursic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Sluban</surname>
          </string-name>
          , et al.
          <year>2019</year>
          .
          <article-title>Bisociative Knowledge Discovery for Cross-domain Literature Mining</article-title>
          . In Computational Creativity, edited by T.
          <source>Veale &amp; A. Cardoso</source>
          ,
          <volume>121</volume>
          -
          <fpage>139</fpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -43610-
          <issue>4</issue>
          _
          <fpage>6</fpage>
          <string-name>
            <surname>Macaulay</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <year>1988</year>
          .
          <article-title>The Way Things Work</article-title>
          . Boston, MA: Houghton Mifflin Company.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Van Harmelen</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <year>2004</year>
          .
          <article-title>OWL web ontology language overview</article-title>
          .
          <source>W3C recommendation</source>
          ,
          <volume>10</volume>
          (
          <issue>10</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>McTighe</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <year>2011</year>
          .
          <article-title>Hemicentetes nigriceps</article-title>
          . Available at animaldiversity.org/accounts/Hemicentetes_nigriceps/ Musen,
          <string-name>
            <surname>M.A.</surname>
          </string-name>
          <year>2015</year>
          .
          <article-title>The Protégé project: A look back and a look forward</article-title>
          .
          <source>AI Matters. Association of Computing Machinery Specific Interest Group in Artificial Intelligence</source>
          ,
          <volume>1</volume>
          (
          <issue>4</issue>
          ):
          <fpage>4</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          doi.org/10.1145/2757001.2757003 Nagel,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Stone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            , &amp;
            <surname>McAdams</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          <year>2010</year>
          .
          <article-title>An engineering-to-biology thesaurus for engineering design</article-title>
          .
          <source>In Proceedings of the ASME 2010 International Design Engineering Technical Conferences and Computers</source>
          and Information in Engineering Conference.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          doi.org/10.1115/DETC2010-28233
          <string-name>
            <surname>Naidu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Hattingh</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>1988</year>
          .
          <article-title>Water Balance and Osmoregulation in Physadesmia Globosa, a Diurnal Tenebrionid Beetle from the Namib Desert</article-title>
          .
          <source>Journal of Insect Physiology</source>
          <volume>34</volume>
          (
          <issue>10</issue>
          ):
          <fpage>911</fpage>
          -
          <lpage>917</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          doi.org/10.1016/
          <fpage>0022</fpage>
          -
          <lpage>1910</lpage>
          (
          <volume>88</volume>
          )
          <fpage>90126</fpage>
          -
          <lpage>6</lpage>
          Norgaard,
          <string-name>
            <given-names>T.</given-names>
            , &amp;
            <surname>Dacke</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <year>2010</year>
          .
          <article-title>Fog-basking behavior and water collection efficiency in Namib Desert Darkling beetles</article-title>
          .
          <source>Frontiers of Zoology</source>
          <volume>7</volume>
          (
          <issue>1</issue>
          ), 1. doi.org/10.1186/
          <fpage>1742</fpage>
          -9994-7-23 Peterson,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Mahesh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Goel</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>1994</year>
          .
          <article-title>Situating natural language understanding within experience-based design</article-title>
          .
          <source>International Journal of Human-Computer Studies</source>
          <volume>41</volume>
          (
          <issue>6</issue>
          ):
          <fpage>881</fpage>
          -
          <lpage>913</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          doi.org/10.1006/ijhc.
          <year>1994</year>
          .1085 Prabhakar,
          <string-name>
            <given-names>S.</given-names>
            , &amp;
            <surname>Goel</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <year>1998</year>
          .
          <article-title>Functional modeling for enabling adaptive design of devices for new environments</article-title>
          .
          <source>AI in Engineering</source>
          <volume>12</volume>
          (
          <issue>4</issue>
          ):
          <fpage>417</fpage>
          -
          <lpage>444</lpage>
          . doi.org/10.1016/S0954-1810(
          <volume>98</volume>
          )
          <fpage>00003</fpage>
          -
          <string-name>
            <given-names>X</given-names>
            <surname>Prieto-Diaz</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          <year>1991</year>
          .
          <article-title>Implementing faceted classification for software reuse</article-title>
          .
          <source>Communications of the ACM</source>
          ,
          <volume>34</volume>
          (
          <issue>5</issue>
          ):
          <fpage>88</fpage>
          -
          <lpage>97</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          doi.org/10.1145/103167.103176 Rugaber,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Bhati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Goswami</surname>
          </string-name>
          , et al.
          <year>2016</year>
          .
          <article-title>Knowledge Extraction and Annotation for Cross-Domain Textual Case-Based Reasoning in Biologically Inspired Design</article-title>
          .
          <source>In Proceedings of the 24th International Conference in Case- Based Reasoning</source>
          ,
          <fpage>342</fpage>
          -
          <lpage>355</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -47096-2_23 Shu,
          <string-name>
            <surname>L.</surname>
          </string-name>
          <year>2010</year>
          .
          <article-title>A Natural-language approach to biomimetic design.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <source>Artificial Intelligence for Engineering Design Analysis and Manufacturing</source>
          ,
          <volume>24</volume>
          (
          <issue>4</issue>
          ):
          <fpage>507</fpage>
          -
          <lpage>519</lpage>
          . doi.org/10.1017/S0890060410000363 Smith,
          <string-name>
            <given-names>B.</given-names>
            ;
            <surname>Ashburner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ;
            <surname>Rosse</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          et al.
          <year>2007</year>
          .
          <article-title>The OBO Foundry: coordinated evolution of ontologies to support biomedical data integration</article-title>
          .
          <source>Nature Biotechnology</source>
          ,
          <volume>25</volume>
          (
          <issue>11</issue>
          ):
          <fpage>1251</fpage>
          -
          <lpage>1255</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          doi.org/10.1038/nbt1346 Szalay,
          <string-name>
            <surname>J.</surname>
          </string-name>
          <year>2014</year>
          .
          <article-title>Facts about Cobras</article-title>
          ..
          <source>Live Science. 19 December</source>
          ,
          <year>2014</year>
          . Available at https://www.livescience.com/43520-cobrafacts.html.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>Vattam</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Goel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2011</year>
          .
          <article-title>Foraging for inspiration: Understanding and supporting the information seeking practices of biologically inspired designers</article-title>
          .
          <source>In Proceedings of the ASME 2011 International Design Engineering Technical Conferences and Computers</source>
          and Information in Engineering Conference. doi.org/ 10.1115/DETC2011-48238
          <string-name>
            <surname>Vattam</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Goel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <year>2013</year>
          .
          <article-title>Seeking Bioinspiration Outline: A Descriptive Account</article-title>
          .
          <source>In Proceedings of the 19th International Conference on Engineering Design</source>
          ,
          <fpage>517</fpage>
          -
          <lpage>526</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <surname>Vincent</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <year>2014</year>
          .
          <article-title>An ontology of biomimetics</article-title>
          .
          <source>In Biologically Inspired Design: Computational Methods and Tools</source>
          , edited by A.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <surname>Goel</surname>
            ,
            <given-names>D. McAdams</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>R. Stone</surname>
          </string-name>
          ,
          <volume>269</volume>
          -
          <fpage>285</fpage>
          , London: Springer.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          doi.org/10.1007/978-1-
          <fpage>4471</fpage>
          -5248-4_11 Vincent,
          <string-name>
            <given-names>J.</given-names>
            , &amp;
            <surname>Mann</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          <year>2002</year>
          .
          <article-title>Systematic technology transfer from biology to engineering</article-title>
          .
          <source>Philosophical Transactions of the Royal Society of London A: Mathematical, Physical and Engineering Sciences</source>
          ,
          <volume>360</volume>
          (
          <issue>1791</issue>
          ):
          <fpage>159</fpage>
          -
          <lpage>173</lpage>
          . doi.org/10.1098/rsta.
          <year>2001</year>
          .0923
          <string-name>
            <given-names>Web</given-names>
            <surname>Ontology Language</surname>
          </string-name>
          .
          <year>2011</year>
          . By the OWL Working Group.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <article-title>Available from www</article-title>
          .
          <source>w3.org/OWL/. Published 11 December</source>
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>