<!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>Augmented Reality-based historical guide for classes and tourists</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>v M. Kr</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>inyk[</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>P. Boiko[</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dmytro A. Poltavskyi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Kryvyi Rih Metallurgical Institute of the National Metallurgical Academy of Ukraine</institution>
          ,
          <addr-line>5, Stepana Tilhy Str., Kryvyi Rih, 50006</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Petro Mohyla Black Sea National University</institution>
          ,
          <addr-line>10, 68 Desantnykiv Str., Mykolaiv, 54000</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <fpage>241</fpage>
      <lpage>250</lpage>
      <abstract>
        <p>In this paper, development of historical guide based on Augmented Reality (AR) technology is considered. The developed guide application it targeted to be used in different scenarios, in particular, during history learning classes, for guidance of the tourists to exhibits both indoor and outdoor. Common features of all these scenarios are generalized and according to them main information and objects model for forming scene are identified. This part is followed by detailed description of objects and scene representation, markers usage, employment of additional services, etc. Finally, the developed historical guide application has been introduced. It harnesses A-Frame library for processing of models and their representation. The application is able to work with different markers so that it can be extended easily. In addition, one of the main benefits of the developed application is support of multiple platforms because it works from web-browser and does not require installation of additional software. The developed application can be effectively used for all provided scenarios and has potential for further extension.</p>
      </abstract>
      <kwd-group>
        <kwd>augmented reality</kwd>
        <kwd>historical guide</kwd>
        <kwd>class</kwd>
        <kwd>model</kwd>
        <kwd>application</kwd>
        <kwd>information</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Augmented Reality (AR) technology has managed to become mainstream technology
in a short period. Many of new devices on the market are powerful enough to support
the technology. There are also huge demands and expectations from this technology at
the customers’ side. One of the most promising fields of use for AR is educational
technology. Possibilities to enrich learning experience with AR seem to be almost
___________________
Copyright © 2020 for this paper by its authors. Use permitted under Creative Commons License
Attribution 4.0 International (CC BY 4.0).
unlimited. It relates to all age categories and all fields of knowledge. The major
attractive point of AR is high level of interactivity that allows communicating with
ARobjects.</p>
      <p>The great advantage of AR is a huge visual experience for users. It is especially
effective for the subjects with massive amount of visual data for presentation. From the
student’s point of view, visual data is much more involving and comprehensible than
other types of information. Moreover, AR allows student to participate actively in the
educational process.</p>
      <p>One of the good candidates for application of AR is historical content and all
historical-related activities. It can be learning history at university, automated guide
over historical places, interactive application for museums, etc.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Overview of scientific sources and AR-tools</title>
      <p>
        It can be alleged that AR has a huge potential in educational sphere [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Modern
researches emphasize development of complex learning environment based on AR
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. However, another approach supposes that each learning subject has its own
peculiarities and they should be treated in context of the subject. This is the reason why
specialized tools appear for learning chemistry [12; 13], physics [8] etc. In fact, they
are easier from the design point of view because they do not require to cover multiple
learning scenarios and can limit student to usage of only a few tools within educational
framework [6; 9; 11; 14; 15; 16; 17; 19; 22]. It has advantage for both students and
lectures as clearly identifies activities that include AR. Hence, in the proposed work we
design AR-application for historical education with precise cases for its usage.
      </p>
      <p>Many new libraries for AR-development has appeared in the recent time. Let us
analyze most popular among them.</p>
      <p>ARKit [2] is an AR-platform designed specifically for Apple devices. It procures
great user experience for AR-applications. ARKit support various objects for tracking
(posters, images, etc.) which means that requirements for the marker view is much
softer. However, the obvious drawback is that ARKit available only on vendor’s
devices and cannot be used on other platforms.</p>
      <p>
        At the other side, ARCore [5] and Vuforia [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] software development kits (SDKs)
are much more flexible and support deployment on most popular mobile platforms.
They are a great choice for developers who are going to implement application for
multiple platforms. In terms of services, Vuforia is advanced SDK as it has integration
with cloud. However, Vuforia inserts watermarks in the content if you use it for free
and has limitation on performed requests, while ARCore is an open-source and provides
free license.
      </p>
      <p>All previously mentioned libraries have one feature in common. Their work is based
on some native application programming interface (API). Therefore, application for
one platform cannot be installed directly on the other one. More universal approach
leverages capabilities of web-browsers installed in all platforms. Code executed in the
browser is instantly available to any device. Developer needs to guarantee correct
deployment on the server and qualitative implementation of client-side functions.</p>
      <p>A-Frame [1] is an open-source library for Virtual Reality (VR) and AR (by including
side-project library). This is a JavaScript library and it works out of the browser. Thus,
A-Frame is not bound to the specific platform and can be launched on almost any device
that has necessary computational ability. Because A-Frame is open-source and requires
no fee payment from developers, it is a perfect choice for educational projects that
leverage AR in their functionality.</p>
      <p>So, originally, A-Frame is supposed to work with VR-facilities. To map
functionality of the library to AR, it is necessary to include one additional library
available from [4]. It enables markers, processing image from camera, and other basic
features of AR.</p>
      <p>
        One more library works behind the curtain of A-Frame. three.js [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] library serves
as a basic software for A-Frame. three.js is fully-featured library in terms of
VRoperations. However, it heavily relies on scripting and requires that all functions have
to be declared and implemented in code. That detail can make code developed with
three.js cumbersome and demands more time to implement all tasks from specification.
In comparison with three.js, A-Frame provides many new components (in form of
htmltags) that greatly simplify development process and allow organizing all elements on
the scene in a structural way. Therefore, A-Frame can be considered as a wrapper
around basic library but it greatly extends initial version in various terms. It clearly
decouples declaration of element from implementation of its actions. Additionally, it
binds default functionality set to the object even when developer wrote no script code
for actions.
      </p>
      <p>In this work, we develop AR-application that can be used as a tool in learning history
and as a tourist guide. We identify differences for these cases in context of application
usage and AR-involvement. A-Frame library has been chosen as a base platform for
application implementation due to its free license, automatic support of multiple
platforms, and rich set of components and functions that speed up and simplify
development process.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Results and discussion</title>
      <p>It can be assumed that application under development has three categories of users:
1. Students of historical classes.
2. Tourists who visit indoor exhibitions (e.g. in museums).
3. Tourists who visit outdoor locations and exhibits possibly located on a notable
distance from each other.</p>
      <p>All these groups should be treated differently by application in terms of content
presentation, location tracking, and selection of models to form the scene, etc. Students
are going to work in group while tourist will use application individually in most cases.
Estimated time that student spends with application is bigger than tourist does.
Consequently, we suggest that for classes’ purposes scene should contain more
activities and provide more factual information.</p>
      <p>In general, models of objects should be close to the outer view of the original objects.
However, approaches for content presentation are quite different. For the historical
classes, historical facts must be emphasized and established for learning. Two
remaining options may contain some entertaining content to seize attention of the user
to the current item or maybe to the other items from the list. But it does not prohibit
entertaining entities (e.g. animated character) to be present in the educational content
as long as they support it and enrich user experience.</p>
      <p>For the first group, they always stay within the same classroom. In the second case,
application users move from one room to another. Thus, indoor navigation will be
sufficient for this task. The last group of users can be tracked via the means of Global
Positioning System (GPS).</p>
      <p>AR-based historical guide performs the following functions:
1. Provides visual representation of historical object, dynamic scenes, etc.
2. Reaction to user input actions and provides dynamic behavior of the object.
3. Facilitates additional information about the presented entity to the user.
4. Switching between different objects in catalogue.
5. Location of the object in the museum, park, etc. on a map or by other means
(optional).
6. Animation of the object in context of one or several scenes (optional).
7. Guides user to the object in interactive manner (optional).</p>
      <p>The function list implies permanent presence or temporarily appearance of the
following object types in the scene:
 historical object itself;
 textual description of the object;
 graphical information about object location.</p>
      <p>As A-Frame library requires markers for its work, it is necessary to provide markers
and bring them into the scene. Historical guide is able to display different objects;
therefore, two options can be used. The first one is to provide multiple markers and
switch among them manually. Booklet with set of markers seems a feasible solution for
this case because it is compact but still provides information to the application. The
second option is to implement switching directly in the application. It implies presence
of additional object in the application, menu. The user can select object he or she is
interested in and processing engine will treat marker as a starting point for different
object.</p>
      <p>For the development of complex scenes, presence of multiple markers is required.
They must be captured and tracked simultaneously to provide better user experience.
Hence, placement of the markers on the surface and scenario for user actions should be
worked through carefully. Multiple objects on the scene make it more dynamic.
However, in context of learning history, those objects have to relate to each other, have
some comparable feature to analyze, so the overall scene will have sense and represent
part of historical knowledge.</p>
      <p>Textual information that accompanies the object on the scene has an aim to provide
brief description about object shown. Its location on the screen depends on the current
point of view selected by the user. It should stay readable regardless of user actions
specifically connected with object rotation. From the implementation perspective, such
textual model can be represented as text object in the A-Frame library. It is also a good
practice to give user choice to turn off visibility of the description object.</p>
      <p>Location information in the AR-historical guide depends on what institution actually
uses it. If it is application for tourists, it shows path to attractions via card service (e.g.
Google Maps). On the other side, application for museum does not need such
functionality and in-building navigation is preferable in this case. User can select
exhibit he/she interested in and make use of markers placed inside the museum.
Depending on the selected item, arrows that show direction or next step on the route
will be shown. Thus, route to the exhibit is constructed dynamically and guides user to
the necessary location inside the building. Finally, for the history classes at school or
university, routing to the object is not necessary and brief static information about
object location is enough. The location block should be placed beside the main object
on the scene. However, we can employ different approach to represent place of the
object by using interchangeable surrounding assets. For instance, if object is located in
snow region, the object itself is surrounded by snow. In opposite, if object relates to the
warm region, it might be demonstrated in the scene with desert environment and
appropriate landscape.</p>
      <p>One of the most indispensable features of AR-application is active participation of
the user and ability to respond to user actions. In general, we can suppose that device
with deployed program contains touch screen and sensors to react on user’s movements
and gestures. By default, the user observes front side of the object. The user is able to
change perspective in two ways:
1. By gestures sensed by inertial sensors (accelerometer, gyroscope).
2. By gestures received from touch screen.</p>
      <p>Both of them can be considered as primary actions to control the scene.</p>
      <p>
        A-Frame supports several formats of object models. glTF format is recommended
by A-Frame documentation as format for WebVR. Nonetheless, during development
of historical guide application, it is possible to convert format of the file to the required
one using modeling environments such as Blender. The main issue concerned with
models is to obtain models of historical objects. Complex models may contain as much
as several hundred thousand vertices and go with multiple textures. Design of precise
copies of objects is very time-consuming task that will take much more time than
application development. Therefore, it would be a better choice to find freely available
models on services like Sketchfab [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] or order models from designer. Downloading
models from the specialized websites puts additional constraints because you may not
find the object you are looking for and will include some similar object or have to refuse
from the demonstration of the object.
      </p>
      <p>In general, A-Frame proposes traditional web-site architecture for the purposes of
AR-application. User sends request to retrieve corresponding resource from server and
works with it. It is preferably to direct user to single page and do not switch from this
page as it requires more time. It is obligatory for the user to grant access for camera
usage for the page. When page receives this access level, it can act. The next step to do
for the user is to provide marker(s) into the scene and direct camera at the marker(s).
After that moment, all previously mentioned scenarios and tools take place to
demonstrate scene.</p>
      <p>The following part of the page markup is used in description of the scene:
&lt;a-scene embedded arjs="sourceType: webcam; "&gt;
&lt;a-assets&gt;
&lt;a-asset-item
id="scene-1"
src="/models/scene-1/scene.gltf"
&gt;&lt;/a-asset-item&gt;
...
&lt;/a-assets&gt;
&lt;a-marker
type="pattern"
url="./chnu-marker.patt"
emitevents="true"
registerevents&gt;
&lt;a-entity&gt; &lt;/a-entity&gt;
&lt;/a-marker&gt;
&lt;a-entity camera&gt;&lt;/a-entity&gt;
&lt;/a-scene&gt;
The outer element defines the scene and sets support for AR-capabilities via
webcamera-support. Inner elements of the scene are list of assets (only the first one is shown
while the rest are omitted), marker, and camera. The models are stored in the models
directory and for performance reasons models in glTF-format are applied for
demonstration application.</p>
      <p>Let us provide demonstration of software developed according to the proposed
model background and functional requirements for history learning AR-environment.
For demonstration purposes, the application has been deployed on the local machine.
In Fig. 1, starting scene with no selected model is shown.</p>
      <p>The menu appears over top of the image captured from camera and is always
available to change the model. As one of the option from the list is selected,
corresponding model appears at the marker place. In this case, the first model
corresponds to pearl monument as well as second model is represented by castle object
as demonstrated in Fig. 2.</p>
      <p>Besides presence of the model, textual description for the model is provided (in this
case, text does not contain information about the model, it just performs placeholder
function).</p>
      <p>Once again, this fictional model does not correspond to any known architectural
form. However, it proves that even such large-scale buildings like castles are suitable
for demonstration in AR-guide even on mobile device.
Despite demonstration figures have been retrieved in the local infrastructure, the
application code is available from Github repository [7]. It is also deployed at the
github.io [3] for fast acquaintance with site and can be launched from every mobile
device with camera that provides resolution sufficient for marker recognition and has
internet access. We also make available for use and immediate testing marker for the
application that is a Fig. 3.
During the testing stage, several artifacts have been observed in the application work.
First, it is required for the camera image provide distinguishable image of the marker.
Otherwise, the model disappears. Secondly, the speed of processing for browser
application even in the local network is lower than for native ones. We also experienced
problems with launching site directly from the deployed location. Hence, possible
solution for this problem is to pull source code from repository and run it from local
environment.</p>
      <p>The further development of the project is concerned with addition of new model into
the application and improvements from the interactivity point of view.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>In the presented paper, we established AR-based application that can be used in context
of effective presentation of historical materials and history-related content. The
application is meant to be used for historical classes and as a mobile tourist guide. We
have provided detailed description of the system and all of its components. The entities
used in application have been thoroughly inspected and functionality of each of them
is identified. The developed application is based on the A-Frame JavaScript library that
works from the browser. Hence, application is available to almost all device types that
have web-browser installed and support capturing image from camera.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>A-Frame - Make WebVR</surname>
          </string-name>
          . https://aframe.io (
          <year>2019</year>
          ).
          <article-title>Accessed 21 Mar 2019 Apple: Augmented Reality - Apple Developer</article-title>
          . https://developer.apple.com/augmentedreality (
          <year>2020</year>
          ).
          <source>Accessed 17 Jan 2020</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          AR. https://dmitriypoltavskiy.github.io/AR-project (
          <year>2019</year>
          ).
          <article-title>Accessed 14 Feb 2019 AR.js - Augmented Reality for the Web</article-title>
          . https://jeromeetienne.github.io/AR.js (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <source>Accessed 28 Nov 2019</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>ARCore - Google Developers</surname>
          </string-name>
          . https://developers.google.com/ar (
          <year>2019</year>
          ).
          <source>Accessed 21 Mar 2019</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Buzko</surname>
            ,
            <given-names>V.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bonk</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tron</surname>
            ,
            <given-names>V.V.</given-names>
          </string-name>
          :
          <article-title>Implementation of Gamification and Elements of Augmented Reality During the Binary Lessons in a Secondary School</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Soloviev</surname>
          </string-name>
          , V.N. (eds.)
          <source>Proceedings of the 1st International Workshop on Augmented Reality in Education (AREdu</source>
          <year>2018</year>
          ), Kryvyi Rih, Ukraine, October 2,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2257</volume>
          ,
          <fpage>53</fpage>
          -
          <lpage>60</lpage>
          . http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2257</volume>
          /paper06.pdf (
          <year>2018</year>
          ).
          <source>Accessed 30 Nov 2018</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <article-title>DmitriyPoltavskiy/AR-project</article-title>
          . https://github.com/DmitriyPoltavskiy/AR-project (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <source>Accessed 12 Feb 2019</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Hruntova</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yechkalo</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Striuk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pikilnyak</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          : Augmented Reality Tools in Physics Hruntova,
          <string-name>
            <given-names>T.V.</given-names>
            ,
            <surname>Yechkalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Yu.V.</given-names>
            ,
            <surname>Striuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.M.</given-names>
            ,
            <surname>Pikilnyak</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.V.</surname>
          </string-name>
          :
          <article-title>Augmented Reality Tools in Physics Training at Higher Technical Educational Institutions</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Soloviev</surname>
          </string-name>
          , V.N. (eds.)
          <source>Proceedings of the 1st International Workshop on Augmented Reality in Education (AREdu</source>
          <year>2018</year>
          ), Kryvyi Rih, Ukraine, October 2,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2257</volume>
          ,
          <fpage>33</fpage>
          -
          <lpage>40</lpage>
          . http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2257</volume>
          /paper04.pdf (
          <year>2018</year>
          ).
          <source>Accessed 30 Nov 2018</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Kolomoiets</surname>
            ,
            <given-names>T.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kassim</surname>
            ,
            <given-names>D.A.</given-names>
          </string-name>
          :
          <article-title>Using the Augmented Reality to Teach of Global Reading of Preschoolers with Autism Spectrum Disorders</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Soloviev</surname>
          </string-name>
          , V.N. (eds.)
          <source>Proceedings of the 1st International Workshop on Augmented Reality in Education (AREdu</source>
          <year>2018</year>
          ), Kryvyi Rih, Ukraine, October 2,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2257</volume>
          ,
          <fpage>237</fpage>
          -
          <lpage>246</lpage>
          . http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2257</volume>
          /paper24.pdf (
          <year>2018</year>
          ). Accessed 30 Nov 2018 Lytridis,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Tsinakos</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Evaluation of the ARTutor augmented reality educational platform in tertiary education</article-title>
          .
          <source>Smart Learning Environments 5</source>
          ,
          <issue>6</issue>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <source>doi:10</source>
          .1186/s40561-018-0058-x
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Merzlykin</surname>
            ,
            <given-names>O.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Topolova</surname>
            ,
            <given-names>I.Yu.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tron</surname>
            ,
            <given-names>V.V.</given-names>
          </string-name>
          :
          <article-title>Developing of Key Competencies by Means of Augmented Reality at CLIL Lessons</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Soloviev</surname>
          </string-name>
          , V.N. (eds.)
          <source>Proceedings of the 1st International Workshop on Augmented Reality in Education (AREdu</source>
          <year>2018</year>
          ), Kryvyi Rih, Ukraine, October 2,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2257</volume>
          ,
          <fpage>41</fpage>
          -
          <lpage>52</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2257</volume>
          /paper05.pdf (
          <year>2018</year>
          ). Accessed 30 Nov 2018 Nechypurenko,
          <string-name>
            <given-names>P.P.</given-names>
            ,
            <surname>Starova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.V.</given-names>
            ,
            <surname>Selivanova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.V.</given-names>
            ,
            <surname>Tomilina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.O.</given-names>
            ,
            <surname>Uchitel</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.D.</surname>
          </string-name>
          :
          <article-title>Use of Augmented Reality in Chemistry Education</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Soloviev</surname>
          </string-name>
          , V.N. (eds.)
          <source>Proceedings of the 1st International Workshop on Augmented Reality in Education (AREdu</source>
          <year>2018</year>
          ), Kryvyi Rih, Ukraine, October 2,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2257</volume>
          ,
          <fpage>15</fpage>
          -
          <lpage>23</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2257</volume>
          /paper02.pdf (
          <year>2018</year>
          ). Accessed 30 Nov 2018 Nechypurenko,
          <string-name>
            <given-names>P.P.</given-names>
            ,
            <surname>Stoliarenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.G.</given-names>
            ,
            <surname>Starova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.V.</given-names>
            ,
            <surname>Selivanova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.V.</given-names>
            ,
            <surname>Markova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.M.</given-names>
            ,
            <surname>Modlo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Ye.O.</given-names>
            ,
            <surname>Shmeltser</surname>
          </string-name>
          ,
          <string-name>
            <surname>E.O.</surname>
          </string-name>
          :
          <article-title>Development and implementation of educational resources in chemistry with elements of augmented reality</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Shyshkina</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.P</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of the 2nd International Workshop on Augmented Reality in Education (AREdu</source>
          <year>2019</year>
          ), Kryvyi Rih, Ukraine, March
          <volume>22</volume>
          ,
          <year>2019</year>
          , CEUR-WS.org,
          <source>online (</source>
          <year>2020</year>
          , in press)
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Pinchuk</surname>
            ,
            <given-names>O.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sokolyuk</surname>
            ,
            <given-names>O.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burov</surname>
            ,
            <given-names>O.Yu.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shyshkina</surname>
            ,
            <given-names>M.P.</given-names>
          </string-name>
          :
          <article-title>Digital transformation of learning environment: aspect of cognitive activity of students</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Soloviev</surname>
          </string-name>
          , V.N. (eds.)
          <source>Proceedings of the 6th Workshop on Cloud Technologies in Education (CTE</source>
          <year>2018</year>
          ), Kryvyi Rih, Ukraine, December
          <volume>21</volume>
          ,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2433</volume>
          ,
          <fpage>90</fpage>
          -
          <lpage>101</lpage>
          . http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2433</volume>
          /paper05.pdf (
          <year>2019</year>
          ).
          <source>Accessed 10 Sep 2019</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Popel</surname>
            ,
            <given-names>M.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shyshkina</surname>
            ,
            <given-names>M.P.:</given-names>
          </string-name>
          <article-title>The Cloud Technologies and Augmented Reality: the Prospects of Use</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Soloviev</surname>
          </string-name>
          , V.N. (eds.)
          <source>Proceedings of the 1st International Workshop on Augmented Reality in Education (AREdu</source>
          <year>2018</year>
          ), Kryvyi Rih, Ukraine, October 2,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2257</volume>
          ,
          <fpage>232</fpage>
          -
          <lpage>236</lpage>
          . http://ceur-ws.org/Vol2257/paper23.pdf (
          <year>2018</year>
          ).
          <source>Accessed 30 Nov 2018</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Rashevska</surname>
            ,
            <given-names>N.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soloviev</surname>
            ,
            <given-names>V.N.</given-names>
          </string-name>
          :
          <article-title>Augmented Reality and the Prospects for Applying Its in the Training of Future Engineers</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Soloviev</surname>
          </string-name>
          , V.N. (eds.)
          <source>Proceedings of the 1st International Workshop on Augmented Reality in Education (AREdu</source>
          <year>2018</year>
          ), Kryvyi Rih, Ukraine, October 2,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2257</volume>
          ,
          <fpage>192</fpage>
          -
          <lpage>197</lpage>
          . http://ceurws.org/Vol-
          <volume>2257</volume>
          /paper18.pdf (
          <year>2018</year>
          ).
          <source>Accessed 30 Nov 2018</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Shapovalov</surname>
          </string-name>
          , Ye.B.,
          <string-name>
            <surname>Bilyk</surname>
            ,
            <given-names>Zh.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Atamas</surname>
            ,
            <given-names>A.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shapovalov</surname>
            ,
            <given-names>V.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uchitel</surname>
            ,
            <given-names>A.D.</given-names>
          </string-name>
          :
          <article-title>The Potential of Using Google Expeditions and Google Lens Tools under STEM-education in Ukraine</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Soloviev</surname>
          </string-name>
          , V.N. (eds.)
          <source>Proceedings of the 1st International Workshop on Augmented Reality in Education (AREdu</source>
          <year>2018</year>
          ), Kryvyi Rih, Ukraine, October 2,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2257</volume>
          ,
          <fpage>66</fpage>
          -
          <lpage>74</lpage>
          . http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2257</volume>
          /paper08.pdf (
          <year>2018</year>
          ).
          <source>Accessed 30 Nov 2018</source>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18. Sketchfab - Publish &amp;
          <article-title>find 3D models online</article-title>
          . https://sketchfab.com (
          <year>2020</year>
          ).
          <source>Accessed 17 Jan 2020</source>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Striuk</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rassovytska</surname>
            ,
            <given-names>M.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shokaliuk</surname>
            ,
            <given-names>S.V.</given-names>
          </string-name>
          :
          <article-title>Using Blippar Augmented Reality Browser in the Practical Training of Mechanical Engineers</article-title>
          . In: Ermolayev,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>SuárezFigueroa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.C.</given-names>
            ,
            <surname>Yakovyna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Kharchenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Kobets</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Kravtsov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Peschanenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Prytula</surname>
          </string-name>
          , Ya.,
          <string-name>
            <surname>Nikitchenko</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spivakovsky</surname>
            <given-names>A</given-names>
          </string-name>
          . (eds.)
          <source>Proceedings of the 14th International Conference on ICT in Education, Research and Industrial Applications. Integration, Harmonization and Knowledge Transfer (ICTERI</source>
          ,
          <year>2018</year>
          ), Kyiv, Ukraine,
          <fpage>14</fpage>
          -
          <lpage>17</lpage>
          May
          <year>2018</year>
          , vol.
          <source>II: Workshops. CEUR Workshop Proceedings</source>
          <volume>2104</volume>
          ,
          <fpage>412</fpage>
          -
          <lpage>419</lpage>
          . http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2104</volume>
          /paper_223.
          <string-name>
            <surname>pdf</surname>
          </string-name>
          (
          <year>2018</year>
          ).
          <source>Accessed 30 Nov 2018</source>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Syrovatskyi</surname>
            ,
            <given-names>O.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Semerikov</surname>
            ,
            <given-names>S.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Modlo</surname>
            ,
            <given-names>Ye.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yechkalo</surname>
            ,
            <given-names>Yu.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zelinska</surname>
            ,
            <given-names>S.O.</given-names>
          </string-name>
          :
          <article-title>Augmented reality software design for educational purposes</article-title>
          . In: Kiv,
          <string-name>
            <given-names>A.E.</given-names>
            ,
            <surname>Semerikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.O.</given-names>
            ,
            <surname>Soloviev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.N.</given-names>
            ,
            <surname>Striuk</surname>
          </string-name>
          , A.M. (eds.)
          <source>Proceedings of the 1st Student Workshop on Computer Science &amp; Software Engineering (CS&amp;SE@SW</source>
          <year>2018</year>
          ), Kryvyi Rih, Ukraine, November
          <volume>30</volume>
          ,
          <year>2018</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2292</volume>
          ,
          <fpage>193</fpage>
          -
          <lpage>225</lpage>
          . http://ceur-ws.org/Vol2292/paper20.pdf (
          <year>2018</year>
          ).
          <source>Accessed 21 Mar 2019</source>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21. three.js
          <article-title>- JavaScript 3D library</article-title>
          . https://threejs.org (
          <year>2019</year>
          ).
          <source>Accessed 28 Nov 2019</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Tkachuk</surname>
            ,
            <given-names>V.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yechkalo</surname>
            ,
            <given-names>Yu.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Markova</surname>
            ,
            <given-names>O.M.:</given-names>
          </string-name>
          <article-title>Augmented reality in education of students with special educational needs</article-title>
          . In: Semerikov,
          <string-name>
            <given-names>S.O.</given-names>
            ,
            <surname>Shyshkina</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.P</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of the 5th Workshop on Cloud Technologies in Education (CTE</source>
          <year>2017</year>
          ), Kryvyi Rih, Ukraine, April
          <volume>28</volume>
          ,
          <year>2017</year>
          .
          <source>CEUR Workshop Proceedings</source>
          <volume>2168</volume>
          ,
          <fpage>66</fpage>
          -
          <lpage>71</lpage>
          . http://ceurws.org/Vol-
          <volume>2168</volume>
          /paper9.pdf (
          <year>2018</year>
          ).
          <source>Accessed 21 Mar 2019</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23. Vuforia:
          <string-name>
            <surname>Market-Leading Enterprise</surname>
            <given-names>AR</given-names>
          </string-name>
          | PTC. https://www.ptc.com/en/products/augmented-reality/vuforia (
          <year>2020</year>
          ).
          <source>Accessed 17 Jan 2020</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>