<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">SCOUT: A Framework for Personalized Context-Aware Mobile Applications</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">William</forename><surname>Van Woensel</surname></persName>
							<email>william.van.woensel@vub.ac.be</email>
							<affiliation key="aff0">
								<orgName type="institution">Vrije Universiteit Brussel</orgName>
								<address>
									<addrLine>Pleinlaan 2</addrLine>
									<postCode>1050</postCode>
									<settlement>Brussel</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Sven</forename><surname>Casteleyn</surname></persName>
							<email>sven.casteleyn@vub.ac.be</email>
							<affiliation key="aff0">
								<orgName type="institution">Vrije Universiteit Brussel</orgName>
								<address>
									<addrLine>Pleinlaan 2</addrLine>
									<postCode>1050</postCode>
									<settlement>Brussel</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Olga</forename><surname>De Troyer</surname></persName>
							<email>olga.detroyer@vub.ac.be</email>
							<affiliation key="aff0">
								<orgName type="institution">Vrije Universiteit Brussel</orgName>
								<address>
									<addrLine>Pleinlaan 2</addrLine>
									<postCode>1050</postCode>
									<settlement>Brussel</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">SCOUT: A Framework for Personalized Context-Aware Mobile Applications</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">40C7FEE1FDA6D0EDD1D19035A70EC8C9</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T01:26+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>mobile Web</term>
					<term>development framework</term>
					<term>context-awareness</term>
					<term>mobility</term>
					<term>personalization</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The recent evolution in mobile devices, combined with rapid advancements in identification techniques, has lead to new opportunities for mobile application developers: mobile applications that can be made aware of their environment and the objects in it. Furthermore, by combining mobile devices and identification technology with the Web, mobile applications can be developed that exploit interesting services and information associated with nearby objects. We present an application framework that supports the development of such mobile applications, enabling them to become fully context-aware and capable of providing personalized information and services. Because of the decentralized nature of our approach, we allow for more flexibility and scalability, and significantly lower the threshold for third parties to benefit from our approach. Also, due to the separation of concerns and the systematic use of abstraction mechanisms, the framework supports a variety of implementation options (i.e. different identification techniques, push-or pullbased notification mechanisms, etc), while still hiding technical details from the application developer.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>In the current mobile Web, users typically use their mobile device (e.g., smart phone, PDA, portable game console) to access the Web using a dedicated mobile browser (e.g., Skyfire, Opera Mini). Although this makes the Web accessible anywhere and anytime, the limitations of mobile devices (e.g., small screen, limited input capabilities, processing power and bandwidth), together with the fact that most Web applications do not take these limitations into account, still hinder the widespread mobile use of the Web. Furthermore, in a mobile setting (e.g., driving, walking, sightseeing), users are often unable or reluctant to spend large amounts of time locating information or services they need at that particular moment and place.</p><p>Consequently, it is clear that the mobile user experience can be greatly improved by providing the user with personalized information and services. To enable such personalization, the user's full context can be taken into account, comprising personal information (e.g., profile, preferences, needs, ..) and environment information made available by e.g. location technologies (e.g., GPS, triangulation) and identification techniques (e.g. RFID, NFC). However, existing approaches that exploit contextual information suffer from significant problems and drawbacks (see section 2), mostly related to the fact that they employ a centralized system to manage location-specific data and/or context information, which makes them less flexible and scalable.</p><p>The goal of this PhD dissertation is to present a decentralized approach to contextspecific information/services retrieval that tackles these problems. To that end, in analogy to the CoolTown approach [1-2], we define a mobile environment as a set of distinct physical entities (persons/places/things), some of which have a virtual (Web) presence that provides information or services related to that entity. When the mobile user is nearby an entity, he/she is able to access the entity's Web presence (e.g., by using identification techniques such as RFID, NFC to obtain the Web presence address). The information and services offered are thus location-specific, and can be further personalized by querying the corresponding Web presence for metadata to match with the user's contextual information. This definition makes no assumptions on where information/services are stored, how (the reference to) the Web presence is obtained and how the information/services are personalized.</p><p>We present the mobile application development framework SCOUT (Semantic COntext-aware Ubiquitous scouT) that implements these Web presences using Semantic Web technology, while also acting as a platform for custom applications that require context-specific information/services from the user's current environment. Additionally, by allowing the reuse of existing Web resources as Web presences and supporting a gradual adoption of our approach, we significantly lower the threshold for third parties to benefit from our approach.</p><p>Using this framework, an application developer can quickly create mobile, contextaware applications while disregarding low-level details concerning contextacquisition. Furthermore, because the different design concerns in the framework are clearly separated, namely entity detection, location management and environment management, we allow different technologies to be used interchangeably.</p><p>In the next section, we position our work in the research community. Section 3 provides a global overview of the proposed SCOUT framework. In section 4, we discuss our current status and the challenges facing us.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Situating this research</head><p>As mentioned in the introduction, our approach employs key concepts first introduced by the HP Cooltown project <ref type="bibr" target="#b0">[1]</ref><ref type="bibr" target="#b1">[2]</ref>. In Cooltown, Web presences were linked to the corresponding physical entities in order to integrate the physical with the virtual world. The same general concept is applied in <ref type="bibr" target="#b2">[3]</ref>, where an open lookup infrastructure is proposed in which tagged objects (i.e. containing an RFID tag) are linked to digital information on that object. Many other approaches that aim to provide location-specific information and services <ref type="bibr" target="#b3">[4]</ref><ref type="bibr" target="#b4">[5]</ref><ref type="bibr" target="#b5">[6]</ref> employ a central information system, which is responsible for storing, maintaining and communicating all locationspecific data. In <ref type="bibr" target="#b6">[7]</ref><ref type="bibr" target="#b7">[8]</ref><ref type="bibr" target="#b8">[9]</ref>, a central system is responsible for dealing with contextinformation associated with a certain region or information system.</p><p>Our main contribution is that we focus on the context-specific retrieval of information and services in a decentralized way, while leveraging Semantic Web technology for increased expressive power. This allows for more flexibility and scalability, and also allows users to put online their own Web presences without having to bother with an external, centralized system for content/context management. Furthermore, by automatically providing mobile applications with location-specific information (that can be further tailored using the user's entire context), applications can get the information when (and where) they need it. Our emphasis on context-specific retrieval of information and services is best illustrated by the Environment Model and Filtering Service (see section 3), which allows applications to become aware of the user's surroundings and enables them to become adaptive to changes in the environment, respectively.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">SCOUT: An overview</head><p>The SCOUT framework uses a layered architecture where the different design concerns are clearly separated, assuring independence from underlying technologies. Figure <ref type="figure" target="#fig_0">1</ref> shows an overview of the architecture.</p><p>The main responsibility of the first (bottom) layer, the Detection Layer, is to provide the upper layers with references to the Web presences of identifiable entities around the mobile user. (The reference is normally provided in the form of a URI.) This layer encapsulates all functionality concerning the actual techniques used to detect entities, as well as the mechanisms to obtain the reference to their Web presence.</p><p>The Location Management Layer provides the upper layers with a conceptual view on what entities are currently nearby, based on the information provided by the Detection Layer. This is done by creating "positional" relations with nearby entities, and invalidating these relations when the corresponding entities are no longer nearby. For this purpose, specific strategies are employed to determine when an entity is nearby, and when it is no longer nearby.</p><p>The third layer, the Environment Layer, adds models, functionality and API's that enable the development of context-aware and personalized mobile applications. This layer maintains and provides access to an Entity Model, which stores specific information on the entity (e.g., type, characteristics, preferences, etc). Furthermore, it maintains an Environment Model, which is an abstract representation of the user's current physical environment and is based on the positional relations provided by the previous layer. Applications can pose arbitrarily complex queries to this model: in addition to positional relations, the Entity and Environment Model of related entities can also be referenced in these queries, thus allowing information and services retrieval to be made dependent on the user's entire context. (Clearly, solid privacy policies will need to be put in place when sharing this information!) Finally, in order for applications to become adaptive to the user's environment, a Filtering Service is provided that allows applications to be alerted when interesting entities become nearby.</p><p>The final layer is the Application Layer, consisting of the actual applications. Applications that are developed using the SCOUT framework can benefit from all of the functionality described in the previous layers. They may thus personalize information/services according to the user, his/her context and/or location, by using the API's offered by the framework. As mentioned in the introduction, the goal of the SCOUT framework is twofold: on the one hand, it acts as a platform for context-aware, mobile applications; on the other hand, it implements Web presences by allowing external parties (applications) access to the aforementioned models in the Environment Layer. However, the latter is not an absolute requirement: our approach also allows the reuse of existing Web resources as Web presences. For instance, the simplest way of creating a Web presence would be to make the reference to an existing Website available nearby the associated entity. However, it is clear that only the user's location can be taken into account when retrieving such Web presences, because no additional metadata can be queried. In case machine-readable (RDF) metadata is (also) available, further personalization of the location-specific information/services can occur. In the most advanced case, the framework is fully supported by the Web presence, and any information present in the Environment Layer of that Web presence can be queried (if allowed) by external applications for more extensive, powerful personalization of information and functionality.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Current status and challenges</head><p>As our framework represents a bottom-up approach, our work has been focused on implementing the bottom two layers. Currently, we are working on a (preliminary) version of the Environment Layer. The next step is to implement and test (in a reallife environment) a number of proof-of-concept applications on top of the framework, not only fix possible problems and refine the framework but to also illustrate its usefulness for both users and application developers. Subsequently, we aim to extend the existing Environment Layer to increase security and efficiency. Among other things, this means that strategies will have to be worked out for the efficient and scalable querying of the semantic information of nearby entities, and that solid authorization and privacy policies will have to be put in place.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. SCOUT architecture layers.</figDesc><graphic coords="4,201.50,239.40,203.70,299.65" type="bitmap" /></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Uniform Web Presence Architecture for People, Places, and Things</title>
		<author>
			<persName><forename type="first">P</forename><surname>Debaty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Caswell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Personal Communications</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2001">2001</date>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="46" to="51" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Integrating the Physical World with the Web to Enable Context-Enhanced Services</title>
		<author>
			<persName><forename type="middle">P</forename><surname>Debaty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Goddi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Vorbau</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
		<respStmt>
			<orgName>Hewlett-Packard</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Publishing and Discovering Information and Services for Tagged Products</title>
		<author>
			<persName><forename type="first">C</forename><surname>Roduner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Langheinrich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">19th International Conference on Advanced Information Systems Engineering</title>
				<meeting><address><addrLine>Berlin / Heidelberg; Trondheim, Norway</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="501" to="515" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Developing Spatially-Aware Content Management Systems for Dynamic, Location-Specific Information in Mobile Environments</title>
		<author>
			<persName><forename type="first">H</forename><surname>Tummala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jones</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">3rd ACM international workshop on Wireless mobile applications and services on WLAN hotspots, Mobility support and location awareness</title>
				<meeting><address><addrLine>Cologne, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="14" to="22" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A Context-aware Mobile Mash-up Platform For Ubiquitous Web</title>
		<author>
			<persName><forename type="first">D</forename><surname>López-De-Ipiña</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">I</forename><surname>Vazquez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Abaitua</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">3rd IET International Conference on Intelligent Environments</title>
				<meeting><address><addrLine>Ulm, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="116" to="123" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Designing and Implementing Physical Hypermedia applications</title>
		<author>
			<persName><forename type="first">C</forename><surname>Challiol</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rossi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Gordillo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>De Cristófolo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICCSA 2006</title>
				<meeting><address><addrLine>UWSI; Berlin / Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2006">2006. 2006</date>
			<biblScope unit="page" from="148" to="157" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Context Management for Adaptive Information Systems</title>
		<author>
			<persName><forename type="first">C</forename><surname>Cappiello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Comuzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Mussi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Pernici</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Electronic Notes in Theoretical Computer Science</title>
		<imprint>
			<biblScope unit="volume">146</biblScope>
			<biblScope unit="page" from="69" to="84" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Schema matching for context-aware computing</title>
		<author>
			<persName><forename type="first">W</forename><surname>Xue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Pung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">P</forename><surname>Palmes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Gu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">10th international conference on Ubiquitous computing</title>
				<meeting><address><addrLine>Seoul, Korea</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="292" to="301" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Providing Contextual Information to Pervasive Computing Applications</title>
		<author>
			<persName><forename type="first">G</forename><surname>Judd</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Steenkiste</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">1st IEEE International Conference on Pervasive Computing and Communications</title>
				<meeting><address><addrLine>Fort Worth, Texas, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="133" to="142" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
