<?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">Towards a Model of Context-Aware Recommender System</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Lauma</forename><surname>Jokste</surname></persName>
							<email>lauma.jokste@rtu.lv</email>
							<affiliation key="aff0">
								<orgName type="department">Information Technology Institute</orgName>
								<orgName type="institution">Riga Technical University</orgName>
								<address>
									<addrLine>Kalku 1</addrLine>
									<settlement>Riga</settlement>
									<country key="LV">Latvia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Towards a Model of Context-Aware Recommender System</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">53AB936E59C9A5142C2CD78BE235A40F</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T20:53+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>Recommender Systems</term>
					<term>Recommendation Modeling</term>
					<term>Context-Aware recommendations</term>
					<term>Capability Metamodel</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Users often have difficulties to use large-scale information systems efficiently because of their complexity. Additionally, these systems might be context dependent. If these context dependencies are taken into account during the system's run-time phase, the most appropriate functionality might be provided to users in the form of recommendations for each context situation. The paper proposes to account for the context dependencies by using context aware recommendations and outlines an approach for modeling such recommendations. This approach is based on methodological foundations of Capability Driven Development. The paper discusses a motivational case for developing context aware recommendations and presents the initial method for recommendation modelling.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction and Related Work</head><p>Large-scale information systems (IS) are subject to dynamically changing circumstances in the IS delivery phase. The current situation can be described by different context data defined as "any information that can be used to characterize the situation of an entity. An entity is a person, place, or object that is considered relevant to the interaction between the user and the application, including the user and the applications themselves" <ref type="bibr" target="#b0">[1]</ref>. The context data can be taken into account in IS delivery thus increasing the usability and user satisfaction. Complex and extensive IS might reduce the user satisfaction and, if possible, users might choose alternative ways of completing their tasks. For example, citizens are avoiding using public e-services and are favoring physical services. Recommender systems are widely used in order to improve the usage of software and tools. They provide suggestions by recommending the items that users might likely be interested in <ref type="bibr" target="#b1">[2]</ref>. Recommender systems are increasingly popular. Many recommender systems focus on improving and evaluating the collaborative-filtering technique <ref type="bibr" target="#b2">[3]</ref>. They use internal information about historical user activity, user profile information and other to match users with recommended items <ref type="bibr" target="#b3">[4]</ref>.</p><p>Gradually, the recommender systems start to use more varied data and data sources, for example, social network data <ref type="bibr" target="#b4">[5]</ref>[6] <ref type="bibr" target="#b6">[7]</ref>. In some cases the context information might be relevant to calculate the most appropriate recommendations for users by using context-aware recommendation systems <ref type="bibr" target="#b7">[8]</ref>. Recent investigations present location-based <ref type="bibr" target="#b8">[9]</ref> and weather-dependent <ref type="bibr" target="#b9">[10]</ref> recommendation algorithms and methods. Discovering suitable context data is still a challenge in recommender systems evaluation <ref type="bibr" target="#b10">[11]</ref>. The proposed approach in this paper includes the usage of different context data that can be retrieved from both internal and external data sources. Context processing includes not only reading the context data, but also context data analysis which helps to predict the context data and user behavior.</p><p>The recommender systems are usually item oriented and suggest the items in which users would be potentially interested in <ref type="bibr" target="#b11">[12]</ref>. For instance, e-commerce sites such as Amazon.com recommend items users would be likely to buy <ref type="bibr" target="#b12">[13]</ref>, while content based systems recommend things based on textual analysis, e.g. in research area, citations can be recommended for the research by analyzing words in research papers <ref type="bibr" target="#b13">[14]</ref>. In order to improve the recommender algorithms, hybrid recommender systems are developed by combining different recommendation algorithms and methods into one information system <ref type="bibr" target="#b14">[15]</ref>. The approach proposed in this paper assumes that recommendations could be any kind of software entity and examples of recommendations include suggestions to execute a function, procedure, workflow or to perform data processing operations.</p><p>This paper presents the recommendation system proposal which starts with recommendation modeling. Different kind of context information can be used as an input to the recommendation module. The modeling phase is considered as significant since models can help to deal with complexity and are easy perceptible for stakeholders without any specific IT skills <ref type="bibr" target="#b15">[16]</ref>. Recommendation modeling includes specifying a set of business rules that help to define the software entities context dependencies and appoints which recommendations should be run in each contextual situation.</p><p>Nowadays variability in IS delivery becomes more and more important. When business processes change, the software supporting these processes should be adjusted accordingly in order to fulfill the organizations goals <ref type="bibr" target="#b16">[17]</ref>. Competitive software should be able to deal with the variability with minimal efforts. Changes in business processes can be affected by internal and/or external context. Adjusting software to changes in form of user recommendations by integrating Recommendation module in existing software allows to deal with variability without an important effort because recommendations can be easily changed in recommendation module without changing underlying software.</p><p>This paper analyses the potential of using context-aware recommendations and proposes an approach for modeling context aware recommender systems. The modeling approach is based on the Capability Driven Development (CDD) method used in development of adaptive systems <ref type="bibr" target="#b17">[18]</ref>. The potential of using context-aware recommender systems is analyzed by exploring a use case from the e-government domain described in section 2. Section 3 provides an overview of the recommendation modeling method including a small representative example of recommendation modeling. Section 4 presents the conclusions and future work.</p><p>In order to justify development of context aware recommender systems, context dependencies in large scale IS are analyzed by using the case of the public electronic finishing service E-Loms, part of the municipal e-service platform www.epakalpojumi.lv developed by the Latvian company ZZ Dats Ltd. Currently, E-Loms provides several functions: to check information about lakes and rivers; to buy fishing licences online; to register the catch etc. E-service users' statistics (see the following figures) show that the number of licences sold varies in a wide range meaning that the usage of this service is affected by different circumstances. Several context elements affecting the e-service usage have been retrieved during the eservice usage analysis.</p><p>Assumption 1: E-service usage depends on the current and predicted air precipitation level. Fig. <ref type="figure">1</ref> shows the number of licences sold in September 2014 and the level of air precipitation in September 2014. There have been two pronounced rain periods and during these periods the number of fishing licences sold has rapidly decreased, thus the service usage dependents upon current and predicted air precipitation level.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 1. E-service usage and air precipitation level dependencies</head><p>Assumption 2: E-service usage depends on the current and predicted air temperature. Fig. <ref type="figure">2</ref> shows the number of fishing licences sold and the average air temperature in February 2014. The same periods are highlighted in both charts. Periods with the lowest air temperature and the sharpest drops in temperature match with periods in which the largest numbers of fishing licences have been sold. In winter, ice fishing is very popular but it requires low air temperatures. This means eservice usage is highly dependent on the air temperature.</p><p>Assumption 3: E-service usage depends on calendar events. Analysis of e-service usage statistics in 2014 brings forward the following regularities:</p><p> The beginning of Januarymany fishermen buy their yearly fishing licence;  1 st of Mayfishing season openingin the end of April and the beginning of May the number of licences sold has rapidly increased;  In the beginning of June the number of fishing licences sold has rapidly increased marking the beginning of the summer and vacations periods.  The number of licenses sold is rapidly increasing on Fridays and Saturdays.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 2. Number of sold fishing licenses and average air temperatures in February 2014</head><p>The examples suggest that the usage of the E-Loms e-service is highly affected by different dynamical context data. When monitoring, predicting and taking into account the run-time context data, the e-service delivery might be improved by generating context aware recommendations for the service users.</p><p>There are many other context data that can be obtained, stored and exploited in order to apply recommendations that help users to navigate in large service catalogs or recommend users potentially the most important functions in each context situation. This could take the recommendations to a new level where context dependencies could be defined for software entities and the execution of other software entities can be provided to users in the form of recommendations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Context-aware Recommendation Modeling</head><p>Usually recommendations are item-oriented where items are suggested based on user profile and historical user activity information which is mined from usage logs <ref type="bibr" target="#b18">[19]</ref>. The use case example demonstrated in Section 2 proves that not only items can be recommended, but also different software entities can be used as recommendations.</p><p>The conceptual basis of context-aware recommendation algorithm design and development is based on the Capability metamodel <ref type="bibr" target="#b17">[18]</ref> which is developed within the FP7 project "CaaS: Capability as a Service" and is a part of the Capability Driven Development approach. Capability term is important in recommendations modeling because context processing and recommendations application relates to IS ability to deliver a certain value to a user in changing context circumstances. This section presents the Capability metamodel which is expanded in order to fulfill the needs for modeling context-aware recommendations.</p><p>The specific aspects relevant for context-aware recommendation modeling which are added to the Capability metamodel are marked in a darker color in Fig. <ref type="figure">3</ref>.</p><p>From the recommendation's perspective, the Software Entity is the detailed (i.e., executable) level of Capability and each Software Entity has a Context Set which defines the context information that affects the Software Entity delivery. The term Software Entity describes different executable artefacts and can be either software as a whole or a single workflow, procedure, function, job etc.</p><p>Recommendations conform to the definition of patterns which are "reusable solutions for reaching business Goals under specific situational contexts." <ref type="bibr" target="#b17">[18]</ref> They are reusable solutions that can be applied to the Software Entity in a certain run-time context situation with the purpose of improving the usage of the Software Entity. The recommendations are user-oriented and improve the user satisfaction with a software, service or software entity. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 3. Capability metamodel for modeling context-aware recommendations</head><p>A Recommendation Pattern can be applied automatically (e.g. automatic Software Entity highlighting) or recommended to a user with an informative notification which provides a choice to the user to run the recommended Recommendation Pattern. In the second case, the Recommendation Text should be defined as a separate class in the metamodel that marks separately modifiable text without changing the Recommendation Pattern itself. Each Recommendation Pattern can have multiple notification text values and the appropriate value for each context situation is defined in a Capability Adjustment Rule. In the example model (Fig. <ref type="figure" target="#fig_2">6</ref>), the Recommendation Pattern is for instance a classificatory value 'yearly license' and the Recommendation Text recommends users to choose a licence type 'yearly license' instead of 'one day license'.  Based on a Recommendation model which is modelled according to proposed metamodel, a Recommendation module can be built. In Fig. <ref type="figure" target="#fig_1">4</ref> a general recommendation module execution process is given. The process includes concepts from the Capability metamodel. Context data monitoring is represented as a subprocess which will be specified in further research by taking into account different context sources that can be used to obtain context information relevant to IS delivery. In Fig. <ref type="figure">5 and</ref>   The Context Situation is a run-time element and cannot be modeled during the design phase. For instance, if a user is buying a one-day license in a lake where he already has bought one-day licenses, then another value from the classificatory can be recommended -'a yearly license'. Recommendations can be run by a Capability Adjustment Rule, e.g. If number of bought licenses in lake X &gt;=1, THEN run recommendation R1.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion and Future work</head><p>In this paper we discuss the usage of the Capability metamodel in the design of context-aware recommendations for software entities in order to increase user satisfaction. The example demonstrated in the paper proves the potential of generating recommendations based on run-time context data.</p><p>Current recommendation algorithms and methods are mostly item-oriented and based on a limited amount of data (user profile data, user activity, similarities between users and items etc.). The delivery of many software and software entities is affected by different context information. The achievement of business goals can be improved by applying context aware recommendations in software delivery.</p><p>The recommendation modeling method would allow designing modifiable recommendations more efficiently. In the Recommendation module, recommendations can be modified by defining or changing Capability Adjustment and Context Adjustment Rules, recommendation values, or modifying recommendations in the recommendation repository. Once the module is built, stakeholders without specific IT skills should be able to manage and maintain the recommendations.</p><p>This paper presents the initial proposal for context-aware recommendations modeling. The context-aware recommendation modeling and designing method should be improved and developed in detail in following aspects:</p><p> The form for defining the Context Adjustment Rules and the Capability Adjustment Rules should be specified;  The context processing subprocess should be specified;  The technical solution for developing and implementing the recommendation module should be developed;  The recommendation modeling method and recommendation module should be validated.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. General recommendation algorithm execution business process model</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 6 .</head><label>6</label><figDesc>Fig. 6. Recommendation modeling part of the E-Loms recommendation model example</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Context Adjustment Rule: Licence purchase procedure is dependant of value(Air temperature) =&lt;0 or &gt;=20 Context Adjustment Rule: Licence purchase procedure is dependant of value(Number of purchased licences in particular lake/river)=&lt;1 Fig. 5. Context</head><label></label><figDesc><ref type="bibr" target="#b5">6</ref> an example of a recommendation model is given.</figDesc><table><row><cell>class E-Loms Recommendations Model</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Measurable Property:</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Impact of Calendar</cell><cell></cell><cell></cell><cell></cell></row><row><cell>event</cell><cell></cell><cell></cell><cell>Capability: E-Loms</cell></row><row><cell></cell><cell></cell><cell></cell><cell>Service Promotion</cell></row><row><cell>Measurable Property:</cell><cell>Context Element:</cell><cell></cell><cell></cell></row><row><cell>Date of Calendar event</cell><cell>Calendar event</cell><cell></cell><cell></cell></row><row><cell>Measurable Property: Degrees, C</cell><cell>Context Element: Air temperature</cell><cell>Context Set: Licence purchase procedure</cell><cell>Software Entity: Licence purchase procedure</cell></row><row><cell>Measurable Property:</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Number of purchased</cell><cell></cell><cell></cell><cell></cell></row><row><cell>licences in particular</cell><cell></cell><cell></cell><cell></cell></row><row><cell>lake/river</cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell>Context Element:</cell><cell></cell><cell></cell></row><row><cell></cell><cell>Purchase history</cell><cell></cell><cell></cell></row><row><cell>Measurable Property:</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Type of purchased</cell><cell></cell><cell></cell><cell></cell></row><row><cell>licences in particular</cell><cell></cell><cell></cell><cell></cell></row><row><cell>lake/river</cell><cell></cell><cell></cell><cell></cell></row></table><note>modeling part of the E-Loms recommendation model example</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>class E-Loms Recommendations Model Recommendation Type: Value from classificatior Recommendation R1: licence classification value 'Yearly licence' Recommendation R2: Inform about air temperature Recommendation Type: Textual notification Software Entity: Licence purchase procedure Recommendation Text: 'Warning: &lt;licence_date&gt; air temperature will be below zero!' Recommendation Text: 'Want to buy a yearly licence?'</head><label></label><figDesc></figDesc><table /></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Understanding and Using Context</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Dey</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Personal Ubiquitous Computing</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="4" to="7" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Recommender Systems Handbook: Active Learning in Recommender Systems</title>
		<author>
			<persName><forename type="first">N</forename><surname>Rubens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kaplan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sugiyama</surname></persName>
		</author>
		<editor>P.B. Kantor, F. Ricci, L. Rokach, B. Shapira</editor>
		<imprint>
			<date type="published" when="2011">2011</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Wisdom of the Crowd: Incorporating Social Influence in Recommendation Models</title>
		<author>
			<persName><forename type="first">S</forename><surname>Hang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R</forename><surname>Kulkarni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">W</forename><surname>Cuff</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. ICPADS &apos;11</title>
				<meeting>ICPADS &apos;11</meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="835" to="840" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Hybrid Recommender Systems: Survey and Experiments</title>
		<author>
			<persName><forename type="first">R</forename><surname>Burke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">User Modeling and User-Adapter Interaction</title>
				<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="331" to="370" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">An Online Social Network-based Recommendation System</title>
		<author>
			<persName><forename type="first">J</forename><surname>Aranda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Givoni</surname></persName>
		</author>
		<author>
			<persName><surname>Handcock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Tarlow</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A Social Network Based Recommender System</title>
		<author>
			<persName><forename type="first">J</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">W</forename><surname>Chu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Annals of Information Systems: Special Issue on Data Mining for Social Network Data</title>
				<imprint>
			<publisher>AIS-DMSND</publisher>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Wisdom of the crowd: Incorporating Social Influence in Recommendation Models</title>
		<author>
			<persName><forename type="first">S</forename><surname>Shang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R</forename><surname>Kulkarni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">W</forename><surname>Cuff</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IEEE 17th International Conference on Parallel and Distributed Systems (ICPADS &apos;11)</title>
				<meeting>the IEEE 17th International Conference on Parallel and Distributed Systems (ICPADS &apos;11)</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="835" to="840" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Context-Aware Recommender Systems</title>
		<author>
			<persName><forename type="first">G</forename><surname>Adomavicius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tuzhilin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Recommender Systems Handbook</title>
				<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="217" to="253" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">I&apos;m feeling LoCo: A Location Based Context Aware Recommendation System</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">S</forename><surname>Savage</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Baranski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">E</forename><surname>Chavez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Höllerer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International Symposium on Location-Based Services</title>
				<meeting>the 8th International Symposium on Location-Based Services</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">STS: Design of Weather-Aware Mobile Recommender Systems in Tourism</title>
		<author>
			<persName><forename type="first">M</forename><surname>Braunhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Elahi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Ricci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Schievenin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Artificial Intelligence meets Human Computer Interaction</title>
		<title level="s">CEUR Workshop proceedings</title>
		<editor>
			<persName><forename type="first">B</forename><forename type="middle">N</forename><surname>Carolis</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Carolis</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="volume">1125</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Some challenges for context-aware recommender systems</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Yujie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Licai</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Conference on Computer Science and Education (ICCSE)</title>
				<meeting>the 5th International Conference on Computer Science and Education (ICCSE)</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="362" to="365" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">com Recommendations</title>
		<author>
			<persName><forename type="first">G</forename><surname>Linden</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>York</surname></persName>
		</author>
		<author>
			<persName><surname>Amazon</surname></persName>
		</author>
		<ptr target="http://www.cs.umd.edu/~samir/498/Amazon-Recommendations.pdf" />
		<imprint>
			<date type="published" when="2003-03-26">2003. March 26, 2015</date>
		</imprint>
	</monogr>
	<note>Industry report. Published by the IEE Computer Society</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Citation Resolution: A method for evaluating context-based citation recommendation systems</title>
		<author>
			<persName><forename type="first">D</forename><surname>Duma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Klein</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 52 nd Annual Meeting in the Association for Computational Linguistics</title>
				<meeting>the 52 nd Annual Meeting in the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="358" to="363" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Hybreed: A software framework for developing context-aware hybrid recommender systems</title>
		<author>
			<persName><forename type="first">T</forename><surname>Hussein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Linder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Gaulke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Ziegler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">User Modeling and User-Adapted Interaction</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">1-2</biblScope>
			<biblScope unit="page" from="121" to="174" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">Recommender Systems Handbook</title>
		<editor>Ricci, F., et al.</editor>
		<imprint>
			<date type="published" when="2011">2011</date>
			<publisher>Springer Science + Business Media</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Strategies to Deal with Complexity in Information Systems Development</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Carvalho</surname></persName>
		</author>
		<ptr target="http://www3.dsi.uminho.pt/jac/SI/zdocumentos/complexity.pdf" />
		<imprint>
			<date type="published" when="2015-03-26">March 26, 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Analyzing the Scope of a Change in a Business Process Model</title>
		<author>
			<persName><forename type="first">P</forename><surname>Soffer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Int&apos;l Conference on Advanced Information Systems Engineering Workshops</title>
				<meeting>Int&apos;l Conference on Advanced Information Systems Engineering Workshops</meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Capability Driven Developmentand Approach to Support Evolving Organizations</title>
		<author>
			<persName><forename type="first">J</forename><surname>Stirna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Grabis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Henkel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zdarvkovic</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Practice of Enterprise Modeling: PoEM</title>
				<meeting><address><addrLine>Germany, Rostok; Berlin; Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2012-11-08">7-8 November, 2012. 2012</date>
			<biblScope unit="page" from="117" to="131" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Towars scalable and accurate item-oriented recommendations</title>
		<author>
			<persName><forename type="first">N</forename><surname>Koenigstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Koren</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7 th ACM conference on Recommender systems</title>
				<meeting>the 7 th ACM conference on Recommender systems</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

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