<!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>Recommendation System based on CBR algorithm for the Promotion of Healthier Habits</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gineth M Ceron-Rios</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Diego M Lopez-Gutierrez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Belen D az-Agudo</string-name>
          <email>belend@ucm.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Juan A. Recio-Garc a</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Telematic Engineering Universidad del Cauca Popayan, Colombia Department of Software Engineering and Arti cial Intelligence Universidad Complutense de Madrid</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <fpage>167</fpage>
      <lpage>176</lpage>
      <abstract>
        <p>Recommender systems are becoming very popular as they are able to predict the preferences of a user. This make recommendation based on the user pro le, past ratings or/and additional knowledge such as user contextual information. Applied to the health area, they can take advantage of context information to support health promotion and disease prevention. We present a recommender system for the promotion of physical activity called CoCARE. It recommends videos about physical activity based on a user pro le, his/her context. The main challenge of CoCARE is the small set of videos to be recommended, because the selection of the videos is done manually by of health experts. Several health recommender systems have this same problem. Although today there are a large number of videos available on the Internet related to physical activity. These could not be included in the data base of CoCARE; because these do not have enough information to be categorized and pro led. This article proposes a CBR system, this assigns a physical activity category to new video. In this way the new video will be added to the list of CoCARE recommendations. In this CBR process, basically consists on analyzing the description of the new video and compare it with the cases base of CoCARE, selecting the category of most similar cases.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Recommender systems in the health area have been proven as useful tools to
help patient-oriented decision making systems, promoting physical activity and
disease prevention, in general, to improve health conditions through healthier
habits. Health recommender systems (HRS) aim to promote health programs, to
provide patients with relevant information, products or services, using knowledge
about his/her personal health record systems [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        In the literature, we nd few systems that recommend health educational
multimedia contents [2{6]. Users get recommendation of exercises (stretching,
Copyright © 2017 for this paper by its authors. Copying permitted for private and
academic purpose. In Proceedings of the ICCBR 2017 Workshops. Trondheim, Norway
strengthening,etc.), with outdoor or indoor sessions, based on the user
information taken from mobile devices, activity bracelets, sensors, and his/her personal
health records and risk factors [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        We have developed \CoCARE" a platform for promotion of healthy lifestyle
on the basis of a context-aware recommendation system designed for mobile
smart devices [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Advancements in technology, mobile devices, sensors, and
wearable devices, provide users with self-monitoring dynamically acquired
information of her physical activities. CoCARE recommends multimedia content
of physical activity and healthy diet based on a user-context model. Given a
user pro le and a category, the system recommends some videos about
convenient physical activities for this user at this moment. Our system relies on an
initial database of activity videos that are labeled with information used
during the recommendation process. Currently the system has a limited number of
videos that have been manually acquired from experts in the health area.
      </p>
      <p>CoCARE has a database with 80 videos. These have been tagged with its
title, description, category and keywords (see example in Table 1). One video
could be recommended to several users based on a decision model given by
domain expert.</p>
      <p>
        Concretely, the decision model is built from a dataset of 597 instances (rows),
6 attributes and 1 main class (see Table 2) created by the expert. CoCARE builds
a decision tree using a supervised learning algorithm. Then, the system classi es
the query with information about the user and his/her context and uses the tree
to recommend contents based on the current user situation [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>In this paper we deal with the problem of video acquisition and tagging.
Internet provides with a huge amount of videos, most of free use, related with
physical activities: dancing, running, tness, GAP. Our goal is to use these videos
as recommendation items in our system. To do that, we would need to annotate
the videos with information about the potential users that would bene t from
them. We propose a CBR system to automatically classify videos given its textual
description. This CBR system also computes similarity between the CoCARE
user pro les set and the new video categories, to found its categories.</p>
      <p>The paper runs as follows. Section 2 describes the recommender system of
CoCARE based on decision model. Section 3 explains the CBR process to
automatically annotate new videos. Section 4 evaluates the CBR system. Section 6
concludes the paper and discusses some lines of future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>CoCARE</title>
      <p>CoCARE (see Figure 1) is a context aware recommender system that
recommends videos on physical activity (PA) and healthy diet (HD) to patients for
promotion of her healthy habits. CoCARE incorporates a context- adaptable
interface based on decision trees.</p>
      <p>Fig. 1: Mobile CoCARE</p>
      <p>
        CoCARE recommends multimedia content of physical activity and healthy
diet based on user and contextual information. The basic user model includes
details on the user personal pro le (see Table 2). The system takes advantage
of additional contextual factors to provide with personalized recommendations
of multimedia content. The query includes static information like user pro le,
and dynamic features like geo-lacation or indoor location, date (day or season),
daily schedule of the user and it can detect when the user has company. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>Although the CoCARE system works well as a prototype, it relies on an
initial video database of 80 videos. That means di erent problems:
{ Users get repeated contents after a while.
{ Lack of novelty contents provokes user desertion.
{ The task of including new videos is cumbersome.
{ New videos were included without expert supervision and they were
misclassi ed and never recommended to the right users.
We propose a CBR solution to solve these problems and assign tags (video
category, keywords and user pro le tags) to new videos based on the comparison
to existing ones.</p>
      <p>Attribute
BMI
Life cycle
Ethnicity
Trauma
Preference
Cardiovascular disease
Category
{ Description = prancing, tapping, dribbling, moving, braiding, waltz.
{ Solution = dancing.</p>
      <p>This CBR1 module implements a k Nearest Neighbour algorithm to nd the
most suitable categories for a given video description. Concretely, we use a
3-NN algorithm with a keyword based similarity measure to select the three
categories with highest similarity values.</p>
      <p>Fig. 2: CBR Process</p>
      <p>Once the categories have been retrieved from the rst case base, the
second CBR module(CBR2) estimates the most suitable user pro les for the video
description.</p>
      <p>This second module has a case base with 597 instances where every case is
described by several categories and 6 user pro le attributes as the solution (see
table 2) . By this way, the solution will be a new user pro le UP. The algorithm
compares locally the similarity value for every attribute of the user pro le (
see table 2) using majority voting or weighted majority voting to select the t
attribute to the solution.</p>
      <p>CB1 = &lt; C11; C21; : : : ; Cm1 &gt;</p>
      <p>Ci1 = &lt; keywords; categories &gt;
CB2 = &lt; C12; C22; : : : ; Cn2 &gt;</p>
      <p>Ci2 = &lt; categories; U P &gt;
U P = &lt; BM I; age; et; tr; pr; mc; category &gt;
(1)
(2)
(3)
(4)
(5)
4</p>
    </sec>
    <sec id="sec-3">
      <title>Evaluation</title>
      <p>We evaluate our system using leave-1-out cross-validation.</p>
      <p>
        We used the video description of each case on CB as a query. We proposed
the category and pro le for U Pr, that is compared to the stored solution U Pq.
We compute the similarity between attributes of U Pq and U Pr, using a binary
function [
        <xref ref-type="bibr" rid="ref1">0,1</xref>
        ]. We compared if the attributes of the retrieved pro le U Pr are
equal to attributes of test case U Pq. So we calculated the value (see the
equation ec. 6)
Sim(U Pq; U Pr)
a
b
c
d
e
f
g
      </p>
      <p>=
where
=
=
=
=
=
=
=
=</p>
      <p>Sim(BM Iq; BM Ir) [0; 1]
Sim(ageq; ager) [0; 1]
Sim(etq; etr) [0; 1]
Sim(trq; trr) [0; 1]
Sim(prq; prr) [0; 1]
Sim(mcq; mcr) [0; 1]
Sim(categoryq; categoryr) [0; 1]
0:1 (a + b + c + d + e + f ) + 0:4 g
(6)
(7)</p>
      <p>The table 3 shows an example. Our query in this example is U Pq and D=
\Steve and Jackie take you through how to get the most out of power walking
and show you how bene cial it truly is. Yes it is an Olympic sport!".</p>
      <p>First the CBR1 module got 3NN categories as: Walk, Exercises and HIIT.
So the CBR2 module compared the UP associated to these categories and found
the most similarity U Pr. Next the system uses cross validation and retrieves
a success solution only if the similarity measure 0:7. This process is the
comparison between attributes U Pq and U Pr. For example the table 3 shows a
test case, we obtained a score of greater than 0:7, so U Pr was added to CB.</p>
      <p>Test Case</p>
      <p>U Pq</p>
      <p>U Pr
Test Case
Test Case</p>
      <p>BMI age et tr pr cv V
normal weight Adult other without trauma beauty diabetes Walk
overweight Young Other without trauma beauty diabetes Walk
a b c d e f g
0 0 1 1 1 1 1</p>
      <p>Table 3: Example cross validation</p>
      <p>In each leave-1-out step, we obtained 3 values: the similarity of the best cases
returned by the CBR1 module (1-NN), the 2 best cases (2-NN) and the 3 best
cases (3-NN). Next we made 2 tests with Majority Voting (MV) and Weighted
Majority Voting (WMV) in CBR2 module. Figure 3 shows results from our
experiment as:
{ Case 1, it is represented by the blue bar. We found the user pro le with
majority voting (MV) for 1NN, 2NN and 3NN.
{ Case 2, it is represented by the red bar. We found the user pro le with
weighted majority voting (WMV) only for 2NN and 3NN.</p>
      <p>We conclude that the better result from our CBR system was 3NN with
WMV. In this case, we obtained a value of greater than 0.85 surpassing the
results achieved of the other tests. Our experiment shows that greater than 90%
of the cases are correctly classi ed.
The literature to continuation are about design and implementation of CoCARE.
We approached works of health recommendation systems.</p>
      <p>
        Related works such as [
        <xref ref-type="bibr" rid="ref10 ref11 ref3 ref4 ref6">3, 4, 6, 10, 11</xref>
        ] are mobile context platforms that
integrates sensor technology, cognitive tutoring and evidence-based social design
for health promotion. User selects group activities (jogging, walking, tness, and
yoga) to make recommendations about stretching exercises, outdoor
strengthening or others, based on gender, age, weight, height, location. Diabeticlink [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], is
a mobile recommender of videos and articles about exercise and healthy diabetic
diet, based on user data and data of sensors. It uses the collaborative ltering
recommendation technique. Finally, it generates progress reports based on the
user blood glucose, his/her lifestyle, body mass index and time of physical
activity. Kalico [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] is a mobile recommender system of healthy food restaurants, the
user suggestion are based in his/her pro le, location, budget and preferences. It
provides a list of nearby restaurants in alphabetical order and presents a list of
healthy menus recommendation in each it. Kalico is a system that only promotes
healthy eating and for people who want to eating out.
      </p>
      <p>The previously works mention the use of user models, data modeling and
use of recommendation techniques, but they do not describe the selection of
recommendation techniques and how performance the validation them. On the
other hand, these works didn`t make mention about how many recommendations
have their systems, apparently the systems has few contents to recommender.</p>
      <p>
        The next related works relate with CBR topic. [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ], these works use a
CBR algorithm to recommend diabetes care videos to adults, however there is
no evidence that their systems can retrieves additional information from the
videos description. There are other systems that retrieve textual information
[
        <xref ref-type="bibr" rid="ref10 ref15 ref16">10, 15, 16</xref>
        ], recover the sentences that are necessary and complete the sentence,
others recover symptoms of some disease with the user pro le. However, there
is no evidence a system that nds user pro les with just the description of an
item (video).
      </p>
      <p>Our CBR systems retrieves a user pro le from the video description. This
could be useful in others areas such as education, commerce and / or advertising.
For example one recommendation systems could nd a user pro le t for learning
content or advertising videos with just the description of item.
6</p>
    </sec>
    <sec id="sec-4">
      <title>Discussion and Conclusions</title>
      <p>We have described our CoCARE recommender system. CoCARE recommends
videos of physical activity categorized by health experts. But the problem is
that they are very few, to include a new video must be properly categorized
for a user pro le. Our CBR allows you to categorize the video and nd an
appropriate pro le from the description of a video. In this work we proposed a
system composed of 2 CBR system, the rst categorizes the new video and the
second delivers the appropriate pro le. We have evaluated that the CBR system
delivers a better response if the rst CBR is 3NN and CBR2 is with similarity.</p>
      <p>Our CBR system uses little input knowledge to get an adequate solution. It
o ers a simpler alternative to associate videos to the needs and preferences of
di erent users.</p>
      <p>Our system bene ts the user and the health expert, with the possibility of
having new recommendations that help the adherence of the physical activity
program.</p>
      <p>The work presented in this paper opens several lines of future work.</p>
      <p>When you have very short video descriptions the CBR system loses precision
in nding the right category, although the results we obtained are very promising
we have considered that they can be improved if we extend the description from
synonyms using an ontology of synonyms and algorithms matching of learning.</p>
      <p>We plan to take information about the most viewed videos on the Internet
(YouTube) and use their description to classify them, assign to the new video an
appropriate user pro le and add to CoCARE case base CB automatically using
collaborative ltering and CBR.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work was performed under the doctoral thesis \Context-Aware
Recommender System to Physical Activity Promotion" nanced by Colciencias,
under call \Convocatoria No 6172 (Doctorados Nacionales)". Supported by UCM
(Group 921330) and Spanish Committee of Economy and Competitiveness
(TIN201455006-R).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Wiesner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pfeifer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Health recommender systems: concepts, requirements, technical basics and challenges</article-title>
          .
          <source>International journal of environmental research and public health 11(3)</source>
          (
          <year>2014</year>
          )
          <volume>2580</volume>
          {
          <fpage>2607</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Adomavicius</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mobasher</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ricci</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuzhilin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Context-Aware Recommender Systems</article-title>
          .
          <source>AI</source>
          MAGAZINE
          <volume>32</volume>
          (
          <issue>4</issue>
          ) (
          <year>2011</year>
          )
          <volume>217</volume>
          {
          <fpage>253</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3. F,
          <string-name>
            <surname>B.</surname>
          </string-name>
          , L.,
          <string-name>
            <surname>C.</surname>
          </string-name>
          :
          <article-title>Mopet: a context-aware and user-adaptive wearable system for tness training</article-title>
          ..
          <source>Arti cial Intelligence in Medicine 42(2)</source>
          (
          <year>2008</year>
          )
          <volume>153</volume>
          {
          <fpage>163</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Lamprinos</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Papadaki</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Mobile personal health application for empowering diabetic patients: The case within empower project</article-title>
          .
          <source>In: Proceedings of The International eHealth Telemedicine and Health ICT Forum. Luxembourgh</source>
          . (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Compton</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hsiao</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Diabeticlink: A health big data system for patient empowerment and personalized healthcare</article-title>
          .
          <source>In: Smart Health</source>
          , Springer (
          <year>2013</year>
          )
          <volume>71</volume>
          {
          <fpage>83</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Youngblood</surname>
            ,
            <given-names>G.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pirolli</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>E cacy of a smartphone system to support groups in behavior change programs</article-title>
          .
          <source>In: WH '14 Proceedings of the Wireless Health 2014 on National Institutes of Health, ACM</source>
          (
          <year>2014</year>
          ) 1{
          <fpage>8</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Mettouris</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Papadopoulos</surname>
            ,
            <given-names>G.A.</given-names>
          </string-name>
          :
          <article-title>Contextual Modelling in Context-Aware Recommender Systems: A Generic Approach</article-title>
          .
          <source>Web Information Systems Engineering WISE</source>
          <year>2011</year>
          (
          <year>2013</year>
          )
          <volume>41</volume>
          {
          <fpage>53</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Gonzalez</surname>
            ,
            <given-names>K.X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carvajal</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceron</surname>
            ,
            <given-names>G.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lopez</surname>
            ,
            <given-names>D.M.:</given-names>
          </string-name>
          <article-title>Modelado de un sistema consciente del contexto para soportar intervenciones en actividad f sica y nutricion saludable</article-title>
          . Revista Ingenier as Universidad de Medell n
          <volume>15</volume>
          (
          <issue>28</issue>
          ) (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Giron</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceron</surname>
            ,
            <given-names>G.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rico</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lopez</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          :
          <article-title>Framework for data model to personalized health systems</article-title>
          .
          <source>In: 2016 8th Euro American Conference on Telematics and Information Systems (EATIS)</source>
          .
          <article-title>(</article-title>
          <year>2016</year>
          ) 1{
          <fpage>5</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>El-Sappagh</surname>
            ,
            <given-names>S.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>El-Masri</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elmogy</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Riad</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saddik</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>An ontological case base engineering methodology for diabetes management</article-title>
          .
          <source>Journal of Medical Systems</source>
          <volume>38</volume>
          (
          <issue>8</issue>
          ) (
          <year>2014</year>
          )
          <fpage>67</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Cochrane</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schiphorst</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Developing design considerations for mobile and wearable technology: M-health applications that can support recovery in mental health disorders</article-title>
          .
          <source>In: Proceedings of the 9th International Conference on Pervasive Computing Technologies for Healthcare. PervasiveHealth '15</source>
          ,
          <string-name>
            <surname>ICST</surname>
          </string-name>
          , Brussels, Belgium, Belgium,
          <string-name>
            <surname>ICST</surname>
          </string-name>
          (Institute for Computer Sciences, Social-Informatics and Telecommunications Engineering) (
          <year>2015</year>
          )
          <volume>29</volume>
          {
          <fpage>36</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Anwar</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hill</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Skujins</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huynh</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doss</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Kalico: A smartphone application for health-smart menu selection within a budget</article-title>
          .
          <source>In: International Conference on Smart Health</source>
          , Springer (
          <year>2013</year>
          )
          <volume>113</volume>
          {
          <fpage>121</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Bermingham</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>O'Rourke</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurrin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , Collins,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Irving</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Smeaton</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.F.</surname>
          </string-name>
          :
          <article-title>Automatically recommending multimedia content for use in group reminiscence therap</article-title>
          .
          <source>In: Proceedings of the 1st ACM International Workshop on Multimedia Indexing and Information Retrieval for Healthcare. MIIRH '13</source>
          , New York, NY, USA, ACM (
          <year>2013</year>
          )
          <volume>49</volume>
          {
          <fpage>58</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Polignano</surname>
          </string-name>
          , M.,
          <string-name>
            <surname>de Gemmis</surname>
          </string-name>
          , M.:
          <article-title>Recommender systems supporting decision making through analysis of user emotions and personality</article-title>
          . In: DC@
          <article-title>AI* IA</article-title>
          . (
          <year>2015</year>
          )
          <volume>43</volume>
          {
          <fpage>48</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Linckels</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meinel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Applications of description logics to improve multimedia information retrieval for e cient educational tools</article-title>
          .
          <source>In: Proceedings of the 1st ACM International Conference on Multimedia Information Retrieval. MIR '08</source>
          , New York, NY, USA, ACM (
          <year>2008</year>
          )
          <volume>321</volume>
          {
          <fpage>328</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Sandhu</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaur</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thapar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>An e ective framework for nding similar cases of dengue from audio and text data using domain thesaurus and case base reasoning</article-title>
          .
          <source>Enterprise Information Systems</source>
          <volume>0</volume>
          (
          <issue>0</issue>
          ) (
          <issue>0</issue>
          ) 1{
          <fpage>18</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>