<!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>An Intelligent Agent with Ontological Knowledge: Classi cation of Educational Materials to Support the Creation of Online Courses</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Carlo De Medio</string-name>
          <email>carlo.demedio@uniroma3.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Engineering Department, Roma Tre University</institution>
          ,
          <addr-line>Via della Vasca Navale, 79 - 00146 Roma</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <fpage>9</fpage>
      <lpage>16</lpage>
      <abstract>
        <p>The composition of a course for e -learning platforms, through the selection and the sequencing of teaching materials (Learning Object) is a complicated process and is made manually by teachers. Target of this research is, through the study of the dependencies between topics related to the LO in Wikipedia, understanding the prerequisite and successor dependencies between materials in order to create an intelligent tutor that can assist teachers in the creation of a course, including the process of searching the materials, to their automatic or semi-automatic sequencing in order to optimize the learning process by students.</p>
      </abstract>
      <kwd-group>
        <kwd>Sequencing</kwd>
        <kwd>E-Learning</kwd>
        <kwd>Wikipedia</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>This research seeks to overcome these de ciencies of current systems, dealing
with two key points:
{ The study through shared knowledge bases (eg. Wikipedia) of the
prerequisite and successor dependency relation between two generic LOs (e.g. html
page, simple text ..), in order to obtain an intelligent agent able to generate
chains of linked concepts and create a navigable graph of knowledge.
{ The implementation of a virtual tutor that using the agent, is able to assist
the teacher in the complete process of creating a course in two ways:
1. Assisted: the teacher inserts an initial concept and recive back a list of
possible next LOs; a selection in this list corresponds to the generation
of a new list of concepts related to the one selected until the completion
of the course.
2. Automatic: the teacher inserts an initial concept and the tutor
automatically creates a course according to teacher styles. He can accept it all
or change any part of the course, until the process is complete; all the
interactions are traced by the teacher model.</p>
      <p>The goal of the nal system is the creation of what is described above on a
platform based on user models (student and teacher) in order to keep track of
past decisions taken by individual users and weigh that decision with the tutor
decisions in order to optimize the creation and the fruition of the courses.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related work</title>
      <p>
        The association of teaching materials from di erent sources within a course is a
hard task and can not be treated as a simple additive process; at each iteration
all the historic matured must be re-evaluate in order to optimize the process. A
popular method is the integration of user models based on Teaching Styles; as is
shown in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] one of the most important task is to undestrand how the interaction
with the system has to modify the user models. The research in the eld of
sequencing applied to e-learning aims to automate this process; creating a custom
sequence of activities on demand based on user models and optimize experience
for each user [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. An example of a platform based on user models and learning
style is M oodleLS reported in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ][
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] where the main theme is to get a dynamic
sequencing of the course for each student and the research through an initial test
of knowledge of the student before the course. According to various interactions
with the system and the evolution of the model the sequencing may change
and/or add concepts necessary to the completion of the course. To evaluate the
content of the materials were used solutions through the Web, the most widely
used are Wikipedia (exemple of approch [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]) in which a large part of the materials
are inserted by teachers, as reported in the paper [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. However, Wikipedia is a
very wide base of knowledge and is not enough meta-dated, the interpretation
is subjective by the community. The advantage of Wikipedia is the materials
homogeneity that easily allows to automate the process of knowledge extraction
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The most common techniques adopted for content indexing are Dublin
Core [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], IMS Metadata (de ned by IMS Global Learning Consortium [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ])
and IEEE LOM (Learning Object Metadata de ned by Learning Technology
Standardization Committee, LTSC dell IEEE, [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]); before this techniques is
fundamental to pre-process the materials to obtain part- of-speech tags and
lowlevel syntactic features [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Some systems have tried to improve the search of
LOs with a concept based ontology, beacause an ontology facilitates the sharing
and reuse of knowledge [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], is presented an early attempt to exploit
Wikipedia as a source of learning materials based on the TFxIDF text distance.
Another great source of knowledge is Coursera, the biggest platform that host
MOOC; an interesting project is the DAJEE database [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] that contains all
Courseras structure obtained by crowling and easily accessible.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Main research questions and description of the undertaken research</title>
      <p>
        The rst question is how to recognize the prerequisite relationship between two
generic LOs, unstructured and coming from di erent sources; the research for this
problem looks through an annotation service in Wikipedia (and also Tagme) of
the topics associated with the two LOs. Then, through the study of the relations
between those topics the goal of the research is to assert the existence of the
prerequisite/successor relationship. Starting from the work of [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], the research
aims to extend the sets of features associated to the two pool of topics to be
used in a machine learning algorithm (as training) and generates an intelligent
agent able to solve the proposed problem. The prosses should:
{ get topics from LOs through Wikipedia Miner [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] and Tagme [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ],
{ extract the features from this pool of topics associated to the LO,
{ train and test the machine learning algorithm with those data,
{ evaluate the classi cation process by the main measures in the literature.
      </p>
      <sec id="sec-3-1">
        <title>In picture [1] is reported the process schema.</title>
        <p>3.1</p>
        <sec id="sec-3-1-1">
          <title>Tagme and Wikipedia Miner services</title>
          <p>
            The services o ered by Wikipedia miner and Tagme are similar. The services
take as input a simple text; after a stemming process the text is associated to
a set of "Tags" that relate to wikipedia relevant pages. The output is a json
le containing the information of the identi ed Tag (e.g. id wikipedia page, title,
categories associated ....) and a probabilistic measure of how much the associated
article is relevant in the given context.
Furthermore we must verify if the intelligent agent will succeed, through the
training on various arguments to be domain independent and therefore useful in
any eld, even where it still has not been trained. For this purpose, the dataset
will be split into macro categories and will be used in various tests using a one
domain out evaluation; the goal will be to maximize the results of precision,
recall, f-masure, roc-area and accuracy. The research will seek to assert if the
decisions taken by the teachers are able to improve the ontological
decisionmaking process answering the question: if teachers with similar pro les prefer
similar materials [
            <xref ref-type="bibr" rid="ref1">1</xref>
            ]. To this purpose, once the system will be implemented, it
will require a uniform testing process. We will be considered two groups of user:
          </p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>1. a group that will use the system to generate courses, 2. a group who will use the system with the user models. Finally, the courses will be followed by a pool of students and the results collected for evaluation.</title>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Relation Recognizer</title>
      <p>The Recognizer is composed of two binary classi ers able to recognize
relationships LO1 &gt; LO2 and LO2 &lt; LO2; is based on a set of 19 features for each pair
of Learning Object in input and trained through a Machine Learning algorithm.
4.1</p>
      <sec id="sec-4-1">
        <title>Classifer Features</title>
        <p>Features associated to the LearingObjects
{ set of nouns in LO0s,
{ set of Wikipedia articles annotated to LO0s,
{ length in terms of number of words,</p>
        <p>Features associated with a Wikipedia article c or category k related to the
LO0s
{ length in terms of number of words.
{ length in terms of number of words of the summary section.
{ average length of the articles associated to the LO0s
{ average length of the summary section of the articles associated to the LO0s
{ set of links in a LO to other articles.
{ title of the articles associated to a LO.
{ Wikipedia categories assigned to a LO.
{ set of Wikipedia articles in the Wikipedia category assigned to a LO.</p>
        <p>Features associated with a pair of LO0s
{ set of link in LO1 that contains in the referenced text a LO2 nouns and
viceversa
{ set of nouns that belong to each LO0s
{ the union of the set of nouns of LO1 and LO2
{ average length of the summary section of the articles associated to the LO0s
{ set of links in a LO to other articles.
{ set of link of LO1 that points to LO2 and viceversa.
{ Wikipedia categories assigned to a LO.
{ counts the number of super-categories or sub-categories that a LO has in
common with the other one at distance d.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Classi er Evaluetion</title>
        <p>
          The actual evaluation is made on CrowdComp MTurkData dataset, already
treated in [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], and a set of couses from Edx and Udacity; For those courses
taken from on-line repository a pool of domain expert (e.g. Teachers from Roma
TRE, Teachers from Sapienza, ....) created the dependency list for the evaluetion
process. The CrowdComp MTurkData dataset consists of ve domains, with a
total amount of 206 prerequisites and 1600 LOs. To our knowledge, it is the
only public dataset that provides enough depth for including di erent topics
and a su cient amount of prerequisites. It provides the text conent of each
LO, which have been collected from a real-world collection of learning material.
The Amazon Mechanical Turk [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] crowdsourcing platform has been exploited
for recruiting participants that manually de ned the prerequisites relationships.
The Courses statistic are reported in Table [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]
CrowdComp
Udacity
edX
        </p>
        <p>
          All this data were evalueted using a Naive Bayes classi er, a Tree based
classi er and a Neural Network; the results using the technique of one domain
out using the tool Weka [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] are shown in the Table [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
        <p>As baseline approach, a Zero Rule classi cation (0-RL) has been considered,
which relies on the frequency of targets and predicts the majority target category.
the MLP proves its ability to learn complicated multidimensional mapping going
beyond traditional regression and Bayesian approaches, which obtain similar
performances. In particular, the Naive Bayes approach shows better results in
terms of AUC, but the C4.5 decision tree improves the precision and recall of
the classi cation.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Advancements that can be derived in the interest,by the proposed research eld of</title>
      <p>As mentioned, the theme of e-learning is a consolidated reality in the world. In
the era of adult learning, just-in-time learning or life-long learning the results
of research are proposed to solve beyond classic sequencing problems and reuse
of materials and courses; providing teachers with an assistant to facilitate the
task of setting up courses and optimize their usability. It also makes possible for
any person, not domain expert, through the virtual tutor create a self-build path
using the knowledge of teachers who have already used the platform. Ideally, after
the cold start, each student could have his own program of study con gured by
himself, and calibrated transparently by the virtual tutor based on its user model.
Finally, the capability of the intelligent agent in recognizing through Wikipedia
relations between concepts, is applicable outside the scope of the research, in
particular:
{ inside a semantic analysis system to calculate the nearness between concepts
and their relationships in order to solve the problem of disambiguation,
{ in the eld of knowledge management in order to automatically classify
knowledge in macro-categories,
{ extending prerequisite relation from Learning Object to courses to gerenate
a curriculum for the student.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>A.</given-names>
            <surname>Grasha</surname>
          </string-name>
          ,
          <article-title>Teaching with style:Apratical guide to enhancing learning by understanding teaching and learning styles (</article-title>
          <year>1996</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Brusilovsky</surname>
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vassileva</surname>
            <given-names>J</given-names>
          </string-name>
          .:
          <article-title>Course Sequencing Techniques for Large-Scale Webbased Education</article-title>
          .
          <source>Int. J. of Continuing Engineering Education and Lifelong Learning</source>
          <volume>13</volume>
          ,
          <issue>7594</issue>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Gasparetti</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Limongelli</surname>
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sciarrone</surname>
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Wiki course builder: A system for retrieving and sequencing didactic materials from wikipedia</article-title>
          .
          <source>In: Information Technology Based Higher Education and Training (ITHET)</source>
          , 2015 International Conference on. pp.
          <volume>16</volume>
          (
          <year>June 2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>K.</given-names>
            <surname>Parker</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Chao</surname>
          </string-name>
          ,
          <article-title>Wiki as a Teaching Tool</article-title>
          .
          <source>Interdisciplinary Journal of ELearning and Learning Objects</source>
          .
          <volume>5772</volume>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>C.</given-names>
            <surname>Limongelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lombardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Marani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Sciarrone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Temperini</surname>
          </string-name>
          ,
          <article-title>A recommendation module to help teachers build courses through the Moodle Learning Management System</article-title>
          ,
          <source>New Review of Hypermedia and Multimedia</source>
          ,
          <volume>5882</volume>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Limongelli</surname>
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sciarrone</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Temperini</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vaste</surname>
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Adaptive learning with the lsplan system: A eld evaluation</article-title>
          .
          <source>IEEE Trans. on Learning Technologies</source>
          <volume>2</volume>
          (
          <issue>3</issue>
          ),
          <volume>203215</volume>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>V.</given-names>
            <surname>Devedzic</surname>
          </string-name>
          ,
          <article-title>Education and the Semantic Web</article-title>
          ,
          <source>International Journal of Arti cial Intelligence in Education</source>
          <volume>14</volume>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>F.</given-names>
            <surname>Gasparetti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Limongelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Sciarrone</surname>
          </string-name>
          ,
          <article-title>Exploiting wikipedia for discover- ing prerequisite relationships among learning objects</article-title>
          ,
          <source>in: 2015 International Conference on Information Technology Based Higher Education and Training</source>
          ,
          <string-name>
            <surname>ITHET</surname>
          </string-name>
          <year>2015</year>
          , Lisbon, Portugal, June 11-13,
          <year>2015</year>
          , IEEE,
          <year>2015</year>
          , pp.
          <fpage>16</fpage>
          . doi:
          <volume>10</volume>
          .1109/ITHET.
          <year>2015</year>
          .7218038. URL http://dx.doi.org/10.1109/ITHET.
          <year>2015</year>
          .7218038
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>C.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. L.</given-names>
            <surname>Giles</surname>
          </string-name>
          ,
          <article-title>Measuring prerequisite relations among concepts</article-title>
          ,
          <source>in: Proceedings of the 2015 Conference on Empirical Methods in Nat- ural Language Processing</source>
          , Association for Computational Linguistics, Lisbon, Portugal,
          <year>2015</year>
          , pp.
          <fpage>16681674</fpage>
          . URL http://aclweb.org/anthology/D15-1193
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>W.</given-names>
            <surname>Dick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. O.</given-names>
            <surname>Carey</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          and
          <article-title>Carey, The systematic design of instruction, Upper 340 Saddle River</article-title>
          ,
          <string-name>
            <surname>N.J</surname>
          </string-name>
          : Merrill/Pearson,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>A. H. Brown</surname>
          </string-name>
          , T. D.
          <string-name>
            <surname>Green</surname>
          </string-name>
          ,
          <article-title>The essentials of instructional design: Connecting 345 fundamental principles with process and practice</article-title>
          ,
          <source>Routledge</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>D.</given-names>
            <surname>Roy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sarkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghose</surname>
          </string-name>
          ,
          <article-title>Automatic extraction of pedagogic metadata from learning content</article-title>
          ,
          <source>Int. J. Artif</source>
          . Intell. Ed.
          <volume>18</volume>
          (
          <issue>2</issue>
          ) (
          <year>2008</year>
          )
          <article-title>97118</article-title>
          . URL http://dl.acm.org/citation.cfm?id=
          <volume>1454082</volume>
          .
          <fpage>1454084</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Mesgari</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Okoli</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehdi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nielsen</surname>
            ,
            <given-names>F.r.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lanamki</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>The sum of all human knowledge: A systematic review of scholarly research on the content of wikipedia</article-title>
          .
          <source>Journal of the Association for Information Science and Technology</source>
          <volume>66</volume>
          (
          <issue>2</issue>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Gasparetti</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Limongelli</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sciarrone</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Wiki course builder: A system for retrieving and sequencing didactic materials from wikipedia</article-title>
          .
          <source>In: Information Technology Based Higher Education and Training (ITHET)</source>
          , 2015 International Conference on. pp.
          <volume>16</volume>
          (
          <year>June 2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Estivill-Castro</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Limongelli</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lombardi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Dajee: A dataset of joint educational entities for information retrieval in technology enhanced learning</article-title>
          .
          <source>In: In Proceedings of the 39th International ACM SIGIR Conference. ACM</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16. University of Waikato: wikipedia miner information, https://github.com/dnmilne/ wikipediaminer/wiki/About-wikipedia-miner,
          <source>last accessed</source>
          <year>2016</year>
          .
          <volume>06</volume>
          .23
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Amazon</surname>
          </string-name>
          .com, Mechanical turk,
          <source>last visited on 31 August</source>
          <year>2016</year>
          . URL https://www.mturk.com/mturk/
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>P.</given-names>
            <surname>Ferragina</surname>
          </string-name>
          , U. Scaiella,
          <article-title>Fast and accurate annotation of short texts with wikipedia pages</article-title>
          ,
          <source>IEEE Softw</source>
          .
          <volume>29</volume>
          (
          <issue>1</issue>
          ) (
          <year>2012</year>
          )
          <article-title>7075</article-title>
          . doi:
          <volume>10</volume>
          .1109/MS.
          <year>2011</year>
          . 122. URL http://dx.doi.org/10.1109/MS.
          <year>2011</year>
          .122
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19. W. Project, Mediawiki,
          <source>last visited on 31 August</source>
          <year>2016</year>
          .
          <article-title>URL https://www:mediawiki:org=wiki=AP I : M ainpage</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>