SCoPE: Service Composition and Personalization Environment
Abstract
:1. Introduction
2. Research Methodology
3. Background and Literature Review
4. Elderly Care Ecosystem and Related Definitions
5. ECE Environment
5.1. Customer Profile
5.2. An Application Scenario
6. Service Composition and Personalization Environment
6.1. Step: 1—Scope Filtering
Algorithm 1 Scope Filtering Algorithm |
function ScopeFiltering; |
// ECE is the ecosystem, cu is the customer, CA’ the set of relevant care needs to be processed |
Input: ECE, cu, CA’ |
// SSE is a set of tuples, in which cu is the customer, ca is a care need of the customer cu, se is the service that can attend the care need, and weight is the matching level of the service associated with the service taxonomy |
Output: SSE = {< cu, ca, se, weight >} |
// Variables |
var LSE; // a set containing services (SE) |
var Lweight; // a weight to associate with the taxonomy matching |
var Penalty: 0.1; // Penalty for higher-level matching |
// Main |
foreach ca in CA’ do |
LSE ← null; |
foreach sp in ECE.SP do |
foreach se in sp.SE do |
// provided services (SE) by specific service provider(sp) |
Lweight ← 1; |
More ← true; |
Node1 ← ca.taxonomy.node; |
Node2 ← searchNodeTaxonomy(se.taxonomy.node); |
while True do |
if (Node2 = null) or (Node1 = Node2) then |
break; |
end |
else |
Lweight ← Lweight − Penalty; |
Node2 ← Node2.parent; |
end |
end |
if (Lweight <= 0) or (Node2 = null) then |
// Did not have correspondence in the taxonomy |
Lweight ← 0; |
SSE ←+ < cu, ca, se, Lweight >; |
end |
end |
end |
6.2. Step: 2—Adherence Calculation
Algorithm 2 Closeness Adherence Algorithm |
function Closeness; |
// ECE is the ecosystem, cu is the customer, ca’ is a care need, and SEW = {< ca, se, w >}, where ca is a care need, se a service that attends this care, and w weight of the service associated with the taxonomy (calculated in Algorithm 1) and req is customers requirements |
Input: ECE, cu, SEW, RE |
// The output is a set containing tuples composed of a requirement req, a service se, and the adherence ad ∈ [0, 1] of the service se to the requirement req |
Output: CL[n] = {< se, req, ad >} |
// Variables |
var n=req; // number of requirements |
var t; // a vector |
// Main |
while SEW.hasTuples do |
t ← SEW.nextTuple(); |
i ←1; |
foreach req in t.ca.getRequirements do |
foreach fea in t.se.getFeatures do |
if (req.id = fea.id) then |
// simplified function |
switch req.type do |
case FUZZY do |
// closeness calculation based on fuzzy function, distance between trapezoidal numbers |
CL[i] ←+ < se, req, doTrapezoidal(se, req, f e) >; |
break; |
case CRISP do |
// closeness calculation based on crisp function, relation between customer requirements and service features |
CL[i] ←+ < se, req, doCrisp(se, req, fe)) >; |
break |
otherwise do |
// closeness calculation based on provider flexibility level |
CL[i] ←+ < se, req, doF lexibility(se, req, f e) >; |
end |
end |
i++ |
end |
end |
end |
Algorithm 3 Partial Adherence Algorithm |
function PartialAdherence; |
// G(CL) is the average closeness considering all requirements of each care need, CO is the service coverage level in relation to the customers care need relevance RL |
Input: G(CL), CO, RL |
// The output is a set containing tuples composed of a requirement req, a sevice se, and the adherence ad ∈ [0, 1] of the service se to the requirement req |
Output: PA |
// Main |
var m:0.0; // a number of customers care needs |
foreach ca in cu.ca do |
if (se.CO >= ca.RL) then |
PA[m] ← G(CL) * (1 + distance(se.CO, ca.RL)) |
else |
PA[m] ← G(CL) * (1 − distance(se.CO, ca.RL)) |
end |
m++ |
end |
6.3. Step: 3—Service Composition and Ranking
Algorithm 4 Service Composition and Ranking Algorithm |
function ServiceComposition; |
// Solution is a vector of services set that attends the customer request |
Input: CA, cu, PA, cost |
// The output is a set containing tuples composed of a solution Solution, a solution cost cost, the adherence ad ∈ [0, 1] of the solution solution to the customer cu, and the ranking based on the relation between ad and cost |
Output: SolutionsRanking |
Procedure AdherenceMaximization; |
var Solution1; // a vector of solutions these containing services (SE) |
var ad:0.0; // the solution adherence |
var x: 0.0; // an auxiliary variable |
var m; // care needs numbers of customer cu |
var n:0.0; // numbers of solutions in this strategy (adherence maximization) |
// Main |
foreach ca in cu.CA do |
Solution1 ← null; |
foreach se in ca.se do |
n++; |
if (PA[n]) > x then |
x ← se.pa; |
Solution1[n] ←+ < se.ca >; |
end |
ad.solution1[n] ← (x); |
end |
ad.solution1[n] ← average; |
end |
Procedure ServiceMinimization; |
var Solution2; // a set of solutions these containing services (SE) |
var ad:0.0; // the solution adherence |
var n:0.0; // numbers of solutions in this strategy (service minimization) |
// Main |
foreach ca in cu.CA do |
Solution2 ← null; |
foreach se in ca.se do |
n++; |
if se is the same than (ca++).se then |
ad.Solution2[n] ← se.pa; |
Solution2[n] ←+ < se.ca >; |
end |
end |
ad.solution2[n] ← average; |
end |
Procedure ProviderMinimization; |
// strategy for minimization of providers number |
end |
Procedure DefinedStrategy; |
// new strategy |
end |
7. Conclusions and Future Work
- A new service selection paradigm based on solution adherence to the customer needs and specificities, making possible to attend personal requirements through soft criteria.
- Dynamic care needs taxonomy as part of the personalization process, representing a common language to identify services and needs.
- Possibility of integration of services of diverse areas and types covering several care needs.
- Adherence calculation respecting personal characteristics (e.g., cultural, technological, social, etc.) based on care needs and criteria relevance.
- Service composition based on an adherence coefficient, offering tailored services to each senior context and his/her life style, strengthening service personalization.
Author Contributions
Funding
Acknowledgments
Conflicts of Interest
References
- World Population Data 2017. Available online: http://www.worldpopdata.org/index.php/map (accessed on 5 October 2017).
- HelpAgeInternational. Global AgeWatch Index. 2015. Available online: http://www.helpage.org/global-agewatch/ (accessed on 12 October 2016).
- Kearney, A.T. Understanding the Needs and Consequences of the Ageing Consumer. The Consumer Goods Forum. 2013. Available online: https://www.atkearney.com/documents/10192/682603/Understanding+the+Needs+and+Consequences+of+the+Aging+Consumer.pdf/6c25ffa3-0999-4b5c-8ff1-afdca0744fdc (accessed on 10 May 2015).
- Lee, W.-P. Deploying personalized mobile services in an agent-based environment. Expert Syst. Appl. 2007, 32, 1194–1207. [Google Scholar] [CrossRef]
- Hong, J.; Hong, J.; Suh, E.-H.; Kim, J.; Kim, S.Y. Context-aware system for proactive personalized service based on context history. Expert Syst. Appl. 2009, 36, 7448–7457. [Google Scholar] [CrossRef]
- Evenson, S.; Dubberly, H. Designing for service: Creating an experience advantage. In Introduction to Service Engineering; Salvendy, G., Karwowski, W., Eds.; John Wikey & Sons: Hoboken, NJ, USA, 2010; pp. 403–413. [Google Scholar]
- Baldissera, T.A.; Camarinha-Matos, L.M.; de Faveri, C. Service personalization requirements for elderly care in a collaborative environment. In Technological Innovation for Smart Systems, DoCEIS 2017; Camarinha-Matos, L.M., Parreira-Rocha, M., Ramezani, J., Eds.; Springer: Cham, Switzerland, 2017; pp. 20–28. [Google Scholar] [CrossRef]
- Manoharan, R.; Ganesan, R.; Sabarinathan, K. Impac of Hosted Speech Technology for Health Care Service Providers through Call Centers. Sch. Res. J. Interdiscip. Stud. 2015, 3, 2712–2724. [Google Scholar]
- Kwortnik, R.J., Jr.; Lynn, W.M.; Ross, W.T., Jr. Buyer monitoring: A means to insure personalized service. J. Mark. Res. 2009, 46, 573–583. [Google Scholar] [CrossRef]
- Baldissera, T.A.; Matos, L.M.C.; DeFaveri, C. Designing elderly care ecosystem in collaborative networks environment. In Proceedings of the International Conference on Computing, Networking and Informatics, Lagos, Nigeria, 29–31 October 2017. [Google Scholar] [CrossRef]
- Camarinha-Matos, L.M.; Rosas, J.; Oliveira, A.I.; Ferrada, F. Care services ecosystem for ambient assisted living. Enterp. Inf. Syst. 2015, 9, 607–633. [Google Scholar] [CrossRef]
- Baldissera, T.A.; Camarinha-Matos, L.M. Services Personalization Approach for a Collaborative Care Ecosystem. In Proceedings of the Collaboration in a Hyperconnected World: 17th IFIP WG 5.5 Working Conference on Virtual Enterprises (PRO-VE 2016), Porto, Portugal, 3–5 October 2016; Afsarmanesh, H., Camarinha-Matos, M.L., Soares, A.L., Eds.; Springer International Publishing: Cham, Switzerland, 2016; pp. 443–456. [Google Scholar] [CrossRef]
- Afsarmanesh, H.; Sargolzaei, M.; Shadi, M. A Framework for Automated Service Composition in Collaborative Networks. In Collaborative Networks in the Internet of Services; Camarinha-Matos, L., Xu, L., Afsarmanesh, H., Eds.; Springer: Berlin/Heidelberg, Germany, 2012; pp. 63–73. [Google Scholar] [CrossRef]
- Camarinha-Matos, L.M.; Afsarmanesh, H. Collaborative Networks: Reference Modeling: Reference Modeling; Springer Science & Business Media: Berlin/Heidelberg, Germany, 2008. [Google Scholar]
- Kasanen, E.; Lukha, K.; Siitonen, A. The constructive approach in management accounting research. J. Manag. Account. Res. 1993, 5, 245–266. [Google Scholar]
- Baldissera, T.A.; Camarinha-Matos, L.M. Towards a Collaborative Business Ecosystem for Elderly Care. In Proceedings of the Technological Innovation for Cyber-Physical Systems: 7th IFIP WG 5.5/SOCOLNET Advanced Doctoral Conference on Computing, Electrical and Industrial Systems (DoCEIS 2016), Costa de Caparica, Portugal, 11–13 April 2016; Camarinha-Matos, L.M., Ed.; Springer: Cham, Switzerland, 2016; pp. 24–34. [Google Scholar] [CrossRef]
- Sanz, J.; Nayak, N.; Becker, V. Business Services as a Modeling Approach for Smart Business Networks; IBM Research Devision Almaden Research Center RJ10381 (A0606-001); IBM: Armonk, New York, USA, 2006; pp. 1–16. [Google Scholar]
- Xu, X.; Wang, Z. State of the art: Business service and its impacts on manufacturing. J. Intell. Manuf. 2011, 22, 653–662. [Google Scholar] [CrossRef]
- Hill, T.P. On goods and services. Rev. Income Wealth 1977, 23, 315–338. [Google Scholar] [CrossRef]
- Bettencourt, L. Client Co-production in Knowledge-intensive Business Services. In Operations Management: A Strategic Approach; T.O.U.-S. Publications: London, UK, 2005; pp. 273–283. [Google Scholar]
- Baida, Z.; Gordijn, J.; Omelayenko, B. A shared service terminology for online service provisioning. In Proceedings of the 6th International Conference on Electronic Commerce, Delft, The Netherlands, 25–27 October 2004. [Google Scholar] [CrossRef]
- Ferrario, R.; Guarino, N. Towards an Ontological Foundation for Services Science. In Future Internet—FIS 2008; John, D., Dieter, F., Paolo, T., Eds.; Springer: Berlin, Heidelberg, 2009; pp. 152–169. [Google Scholar] [CrossRef]
- Camarinha-Matos, L.M.; Afsarmanesh, H.; Ferrada, F.; Oliveira, A.I.; Rosas, J. A comprehensive research roadmap for ICT and ageing. Stud. Inf. Control 2013, 22, 233–254. [Google Scholar] [CrossRef]
- Kohlborn, T.; Korthaus, A.; Chan, T.; Rosemann, M. Identification and Analysis of Business and Software Services—A Consolidated Approach. IEEE Trans. Serv. Comput. 2009, 2, 50–64. [Google Scholar] [CrossRef] [Green Version]
- Wang, X.P.; An, Y.F. Building Flexible SOA-Based Enterprise Process Using Decision Services. In Proceedings of the 2010 IEEE 7th International Conference on e-Business Engineering (ICEBE), Ljubljana, Slovenia, 13–14 June 2010. [Google Scholar]
- Elliott, M. Stigmergic collaboration: A framework for understanding and designing mass collaboration. In Mass Collaboration and Education; Cress, U., Moskaliuk, J., Jeong, H., Eds.; Springer: Cham, Switzerland, 2016; pp. 65–84. [Google Scholar] [CrossRef]
- Cao, M.; Zhang, Q. Supply chain collaboration: Impact on collaborative advantage and firm performance. J. Oper. Manag. 2011, 29, 163–180. [Google Scholar] [CrossRef]
- O’Grady, M.J.; Muldoon, C.; Dragone, M.; Tynan, R.; O’Hare, G. Towards evolutionary ambient assisted living systems. J. Ambient Intell. Humaniz. Comput. 2010, 1, 15–29. [Google Scholar] [CrossRef]
- Jula, A.; Sundararajan, E.; Othman, Z. Cloud computing service composition: A systematic literature review. Expert Syst. Appl. 2014, 41, 3809–3824. [Google Scholar] [CrossRef]
- Crispim, J.A.; de Sousa, J.P. Partner selection in virtual enterprises. Int. J. Prod. Res. 2010, 48, 683–707. [Google Scholar] [CrossRef] [Green Version]
- Bititci, U.; Garengo, P.; Doerfler, V.; Nudurupati, S. Performance measurement: Challenges for tomorrow. Int. J. Manag. Rev. 2012, 14, 305–327. [Google Scholar] [CrossRef] [Green Version]
- Camarinha-Matos, L.M.; Afsarmanesh, H.; Boucher, X. The Role of Collaborative Networks in Sustainability. In Collaborative Networks for a Sustainable World; Camarinha-Matos, L., Boucher, X., Afsarmanesh, H., Eds.; Springer: Berlin/Heidelberg, Germany, 2010; pp. 1–16. [Google Scholar] [CrossRef]
- Sánchez, A.M.; Pérez, M.P. Supply chain flexibility and firm performance. Int. J. Oper. Prod. Manag. 2005, 25, 681–700. [Google Scholar] [CrossRef]
- Zhu, Q.; Sarkis, J.; Lai, K.-H. Green supply chain management: Pressures, practices and performance within the Chinese automobile industry. J. Clean. Prod. 2007, 15, 1041–1052. [Google Scholar] [CrossRef]
- Meyr, H. Supply chain planning in the German automotive industry. In Supply Chain Planning; Springer: Berlin/Heidelberg, Germany, 2009; pp. 1–23. [Google Scholar] [CrossRef]
- Volpentesta, A.P.; Ammirato, S. Alternative agrifood networks in a regional area: A case study. Int. J. Comput. Integr. Manuf. 2013, 26, 55–66. [Google Scholar] [CrossRef]
- Ojijo, N.; Jakinda, D.; Annor-Frempong, I. Tropical Agriculture Platform (TAP). 2013. Available online: http://www.tropagplatform.org/ (accessed on 18 October 2016).
- FORAGRO. Agriculture and Rural Prosperity from the Perspective of Technological Research and Innovation in LAC: FORAGRO Position. 2010. Available online: http://www.fao.org/docs/eims/upload/276851/foragro_presentation_english_f_1a.pdf (accessed on 12 September 2016).
- Osório, A.L.; Afsarmanesh, H.; Camarinha-Matos, L.M. Towards a Reference Architecture for a Collaborative Intelligent Transport System Infrastructure. In Collaborative Networks for a Sustainable World; Camarinha-Matos, L., Boucher, X., Afsarmanesh, H., Eds.; Springer: Berlin/Heidelberg, Germany, 2010; pp. 469–477. [Google Scholar] [CrossRef]
- Camarinha-Matos, L.M. Collaborative smart grids—A survey on trends. Renew. Sustain. Energy Rev. 2016, 65, 283–294. [Google Scholar] [CrossRef]
- Romano, M.; Kapelan, Z. Adaptive water demand forecasting for near real-time management of smart water distribution systems. Environ. Model. Softw. 2014, 60, 265–276. [Google Scholar] [CrossRef] [Green Version]
- Hong, J.; Lee, W.; Kim, J.H.; Kim, J.; Park, I.; Har, D. Smart Water Grid: Desalination Water Management Platform. Désalin. Water Treat. 2016, 57. [Google Scholar] [CrossRef]
- Fuentes, D.; Fiore, N. The LifeWatch approach to the exploration of distributed species information. ZooKeys 2014, 463, 133. [Google Scholar] [CrossRef] [PubMed]
- Camarinha-Matos, L.M.; Afsarmanesh, H.; Ferrada, F. Collaborative networks approach to active ageing. In Proceedings of the 4th International Conference on Pervasive Computing Technologies for Healthcare (PervasiveHealth), Munich, Germany, 22–25 March 2010. [Google Scholar] [CrossRef]
- Plaza, I.; Martin, L.; Martin, S.; Medrano, C. Mobile applications in an aging society: Status and trends. J. Syst. Softw. 2011, 84, 1977–1988. [Google Scholar] [CrossRef]
- Camarinha-Matos, L.M.; Afsarmanesh, H. Collaborative networks: A new scientific discipline. J. Intell. Manuf. 2005, 16, 439–452. [Google Scholar] [CrossRef]
- Camarinha-Matos, L.M.; Afsarmanesh, H.; Ollus, M. Methods and Tools for Collaborative Networked Organizations; Springer: Berlin, Germany, 2008. [Google Scholar]
- Moore, J.F. Predators and prey: A new ecology of competition. Harv. Bus. Rev. 1993, 71, 75–83. [Google Scholar] [PubMed]
- Camarinha-Matos, L.; Rosas, M.J.; Oliveira, A.I.; Ferrada, F. A Collaborative Services Ecosystem for Ambient Assisted Living. In Collaborative Networks in the Internet of Services; Camarinha-Matos, L., Xu, L., Afsarmanesh, H., Eds.; Springer: Berlin/Heidelberg, Germnay, 2012; pp. 117–127. [Google Scholar] [CrossRef]
- Camarinha-Matos, L.M. Collaborative Business Ecosystems and Virtual Enterprises: IFIP TC5/WG5.5 Third Working Conference on Infrastructures for Virtual Enterprises; Information and Communication Technology; Springer Publishing Company, Incorporated: Berlin, Germany, 2013; p. 631. [Google Scholar]
- Graça, P.; Camarinha-Matos, L.M. The Need of Performance Indicators for Collaborative Business Ecosystems. In Technological Innovation for Cloud-Based Engineering Systems; Camarinha-Matos, L.M., Ed.; Springer: Berlin, Germany, 2015; pp. 22–30. [Google Scholar] [CrossRef]
- Kapitsaki, G.; Kateros, D.A.; Foukarakis, I.; Prezerakos, G.N.; Kaklamani, D.I.; Venieris, I.S. Service Composition: State of the art and future challenges. In Proceedings of the 2007 16th IST Mobile and Wireless Communications Summit, Budapest, Hungary, 1–5 July 2007; pp. 1–5. [Google Scholar] [CrossRef]
- LeadingAge. A Look into the Future: Evaluating Business Models for Technology-Enabled Long-Term Services and Supports. 2011. Available online: http://www.leadingage.org/uploadedFiles/Content/About/CAST/CAST_Scenario_Planning.pdf (accessed on 12 October 2016).
- Alwan, M.; Wiley, D.; Nobel, J. A Program of the American Association of Homes and Services for the Aging (AAHSA); State of Technology in Aging Services, Summary; State of Technology in Aging Services: Washington, DC, USA, 2007. [Google Scholar]
- Wang, S.; Higashino, W.A.; Hayes, M.; Capretz, M.A.M. Service Evolution Patterns. In Proceedings of the 2014 IEEE International Conference on Web Services, Anchorage, AK, USA, 27 June–2 July 2014. [Google Scholar] [CrossRef]
- Mukhopadhyay, S.C.; Suryadevara, N.K. Internet of Things: Challenges and Opportunities. In Internet of Things; Mukhopadhyay, S.C., Ed.; Springer: Berlin/Heidelberg, Germnay, 2014; pp. 1–17. [Google Scholar] [CrossRef]
- Chiarini, G.; Ray, P.; Akter, S.; Masella, C.; Ganz, A. mHealth technologies for chronic diseases and elders: A systematic review. IEEE J. Sel. Areas Commun. 2013, 31, 6–18. [Google Scholar] [CrossRef]
- Afsarmanesh, H.; Sargolzaei, M.; Shadi, M. A Framework of Automated Service Composition in Collaborative Networks. In Proceedings of the 13th PRO-VE 2012 IFIP WG 5.5 Working Conference on Virtual Enterprises, Bournemouth, UK, 1–3 October 2012. [Google Scholar]
- Brown, A.; Johnston, S.; Kelly, K. Using Service-Oriented Architecture and Component-Based Development to Build Web Service Applications; Rational Software Corporation: San Jose, CA, USA, 2002. [Google Scholar]
- Silva, F.O.D. Service selection and ranking in Cross-organizational Business Process collaboration. In Computer Science; University of Technology of Eindhoven: Eindhoven, The Netherlands, 2018. [Google Scholar]
- Kaletas, C. Emerging technologies and standards. In Virtual Organizations: Systems and Practices; Springer: Berlin, Germany, 2005; Chapter 2.2; pp. 105–132. [Google Scholar]
- Camarinha-Matos, L.M.; Afsarmanesh, H. Classes of collaborative networks. In Encyclopedia of Networked and Virtual Organizations; Goran, D.P., Manuela, C.-C.M., Eds.; IGI Global: Hershey, PA, USA, 2008; pp. 193–198. [Google Scholar] [CrossRef]
- Afsarmanesh, H.; Camarinha-Matos, L.M. Towards a semi-typology for virtual organization breeding environments. In Proceedings of the 2007 IFAC 8th IFAC Symposium on Cost-Oriented Automation, Habana, Cuba, 12–14 February 2007; Volume 40, pp. 43–44. [Google Scholar] [CrossRef]
- Zimmermann, H.-J. Fuzzy Control. In Fuzzy Set Theory—And Its Applications; Springer: Berlin, Germany, 1996; pp. 203–240. [Google Scholar]
- Chen, S.-J.; Chen, S.-M. Fuzzy risk analysis based on similarity measures of generalized fuzzy numbers. IEEE Trans. Fuzzy Syst. 2003, 11, 45–56. [Google Scholar] [CrossRef]
- Rothlauf, F. Design of Modern Heuristics: Principles and Application; Springer: Berlin, Germany, 2011; p. 278. [Google Scholar] [CrossRef]
- Baldissera, T.A.; Camarinha-Matos, L.M. Services Evolution in Elderly Care Ecosystems. In PRO-VE 2018 IFIP Advances in Information and Communication Technology, Collaborative Networks of Cognitive Systems; Camarinha-Matos, L., Afsarmanesh, H., Rezgui, Y., Eds.; Springer: Cham, Switzerland, 2018; Volume 534. [Google Scholar]
- Camarinha-Matos, L.M. New Collaborative Organizations and their Research Needs. In Processes and Foundations for Virtual Organizations, PRO-VE 2003, IFIP—The International Federation for Information Processing; Camarinha-Matos, L.M., Afsarmanesh, H., Eds.; Springer: Boston, MA, USA, 2004; Volume 134. [Google Scholar] [CrossRef]
Business Services | Reference |
---|---|
“A change in the condition of a person, or a good belonging to some economic entity, brought about as the result of the activity of some other economic entity, with the approval of the first person or economic entity”. | [19] |
“Such a kind of specialized services and business operations mainly concerned with providing professional and specialized support for the business processes of other organizations, i.e., the clients”. | [20] |
“A business activity, part of organization’s business model, resulting in intangible outcomes or benefits”. | [21] |
“A specific set of actions that are performed by an organization”. | [17] |
“Are present at a time T and location L if, at time T, the agent is explicitly committed to guaranteeing the execution of some type of action at location L, on the occurrence of a certain triggering event, in the interest of another agent and upon prior agreement, in a certain way”. | [22] |
“Traditional services that feature higher inclusions of ICT and human capital adopt new techniques, new innovative business models, and new resource configurations patterns, thereby producing more added-value”. | [18] |
(In the elderly care domain) “Are equivalent to what is usually called care and assistance service: services provided to the end users which involve a number of software services and human intervention”. | [23] |
Name | Website |
---|---|
Too Young to Retire | www.2young2retire.com |
American Association of Retired Persons | www.aarp.org |
Silver Surfers | www.silversurfers.com |
60 Plus Association | www.60plus.org |
50 Connect | www.50connect.co.uk |
Senior Net | www.seniornet.com |
Senior | www.wiredseniors.com |
Senior.com | www.senior.com |
Grow NUPS | www.grownups.co.nz |
Senior Friend Finder | www.seniorfriendfinder.com |
Senior Match | www.seniormatch.com |
50 Years Plus | www.50yearsplus.com |
Dating for Seniors | www.datingforseniors.com |
Senior Passions | www.seniorpassions.com |
Senior Communication | www.seniorcom.jp |
Verdurez | www.verdurez.com |
Family Ties | www.cloud10.co.jp |
Patient Powered | www.patientpowered.us |
Buzz 50 | www.buzz50.com |
eHarmony | www.eharmony.com |
Vital Senior | www.vitalsenior.com.br |
Portugal Senior | www.portugalsenior.org |
Stitch Connection | www.stitch.net/ |
EAC—Empower Assistance Care | eac-network.org/seniornet/ |
Management Capabilities | Strategic Level |
---|---|
|
|
Personal Data. Name: João Silva Gender and age: male, 82 years old. Place: Lisbon, Portugal. Marital Status: married. Professional Situation: Salesman, retired. Family Structure: wife, one daughter and two grandsons. | |
Backstory. Mr. Silva lives with his wife in Lisbon. He attended primary school but soon became a salesman for an important pharmaceutical company. He has a good house and combining both his salary and his wife’s they can have a comfortable life. He is a very sociable person that usually goes out for a coffee with his wife or friends and therefore never feels lonely. Nevertheless, his family responsibilities are a limitation to a more active social life. He performs all his personal and housing activities and whenever he needs help just asks his wife. He usually also helps his daughter by taking care of his grandsons. | |
Health information. Mr. Silva is considered healthy, in general, however, he is diabetic and has some memory disabilities. | |
Technological knowledge. Mr. Silva has a landline phone and a mobile phone that he always uses to communicate with his family and friends. He also has a computer with Internet connection that he regularly uses. | |
Fears and Frustrations. Mr. Silva’s biggest fears are related to burglaries and fires. He is also slightly preoccupied that his health may start to decline, especially when it comes to walking or climbing stairs. | |
Motivation. Mr. Silva is an almost healthy person but he is always trying to improve himself and maintain his health status good as long as possible. He is also very concerned with safety and would like to see some solutions to mitigate his fears, namely burglaries and fires, especially because he often has his little grandsons at home and wants them to be safe. | |
Constraints. He is prepared to invest around 50 euros a month and wants services that are easy to use. He would like to have time to spend with his friends and family. Mr. Silva needs to gauge his blood pressure three times per day. Currently, he uses a personal device to gauge the blood pressure and takes notes in a notebook. Sometimes, he just forgets to gauge the pressure. Also, he usually takes wrong annotations, which makes the process fully unreliable. Mr. Silva also needs a security monitoring service to guarantee home safely. |
Mr. Silva’s Characteristics CH | Mr. Silva’s Status | Mr. Silva’s Relevance |
---|---|---|
Independent living | highly active | very important |
Culture | not active | not important |
Religion | active | not important |
Social | not active | important |
Technological | highly active | very important |
Recreational | not active | very important |
Financial | highly active | very important |
Friendship | active | very important |
Household | not active | very important |
Community | not active | very important |
Love | active | not important |
Educational | active | not important |
Professional | not active | not important |
Health | active | very important |
Family | active | very important |
Adherence Calculation Process Steps | Purpose | Input | Output | ||
---|---|---|---|---|---|
Repeated for each spij fragment | Sub-step: 1 Closeness Calculation | Calculate the closeness vector (CL) of each spij fragment against the customer’s requirements. | 1. spij fragments features 2. customer’s requirements | Closeness vector | |
Repeated for each care need | Sub-step: 2 Partial Adherence calculation | Calculate the Partial Adherence coeficient: Combining the CL and the service coverage level (CO) in relation to the customer’s care need relevance. | 1. 2. Customer’s care need relevance () 3. Service Coverage Level regarding the care need () | Partial adherence coefficient () | |
Sub-step: 3 Adherence calculation | Calculate the Adherence combining all care needs together | 1. | Adherence coefficient () |
Flexibility Degree | Flexibility Level | Description |
---|---|---|
1 | Very flexible | Always or almost always adapts to the customer’s request. |
0.75 | Flexible | Usually adapts to the customer’s request. |
0.5 | Moderately flexible | Sometimes adapts to the customer’s request. |
0.25 | Not very flexible | Seldom adapts to the customer’s request. |
0 | Not flexible | Never adapts to the customer’s request. |
Solution | ad | ||
---|---|---|---|
spij |
Solution | … | Cost | Cost-Benefit Ratio | ||||
---|---|---|---|---|---|---|---|
sp11 | … | ||||||
sp22 | … | ||||||
sp23 | … | ||||||
… | … | … | … | … | … | … | … |
spij | … |
Fragment | (ca1= Blood Pressure) | (ca2= Home Safety) | Cost | Cost-Benefit Ratio (%) | |
---|---|---|---|---|---|
sp11 | 0.885 | 0.622 | 0.75 | 100 € | 0.75 |
sp21 | 0.184 | 0.782 | 0.48 | 30 € | 1.60 |
sp22 | 0.000 | 0.927 | 0.46 | 40 € | 1.15 |
sp33 | 0.345 | 0.451 | 0.39 | 85 € | 0.46 |
sp41 | 0.767 | 0.000 | 0.38 | 200 € | 0.19 |
sp64 | 0.639 | 0.791 | 0.71 | 75 € | 0.95 |
To Care Need Blood Pressure | To Care Need Home Safety | ||||
---|---|---|---|---|---|
Available Solutions | pa | Cost | Available Solutions | pa | Cost |
sp11 | 0.885 | 100 € | sp21 | 0.782 | 30 € |
sp41 | 0.767 | 200 € | sp22 | 0.927 | 40 € |
sp64 | 0.639 | 75 € | sp64 | 0.791 | 75 € |
Composition Method | Solution Index | Expected Benefit |
---|---|---|
Adherence maximization | Better service personalization | |
Services minimization | Better service integration, less interoperability problems | |
Providers minimization | Better integration and cost decrease | |
Balanced Number of Providers | Minimization of service delivery disruption risks | |
… | … | … |
To define | To define |
Method | Solutions | To Care Need Blood Pressure | To Care Need Home Safety | ad | Cost | Cost-Benefit Ratio (%) |
---|---|---|---|---|---|---|
Solution 1 | 0.906 | 140 € | 0.647 | |||
Solution 2 | 0.715 | 75 € | 0.953 | |||
Solution 3 | 0.755 | 130 € | 0.581 | |||
Solution 4 | 0.774 | 230 € | 0.337 |
© 2018 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Baldissera, T.A.; Camarinha-Matos, L.M. SCoPE: Service Composition and Personalization Environment. Appl. Sci. 2018, 8, 2297. https://doi.org/10.3390/app8112297
Baldissera TA, Camarinha-Matos LM. SCoPE: Service Composition and Personalization Environment. Applied Sciences. 2018; 8(11):2297. https://doi.org/10.3390/app8112297
Chicago/Turabian StyleBaldissera, Thais A., and Luis M. Camarinha-Matos. 2018. "SCoPE: Service Composition and Personalization Environment" Applied Sciences 8, no. 11: 2297. https://doi.org/10.3390/app8112297
APA StyleBaldissera, T. A., & Camarinha-Matos, L. M. (2018). SCoPE: Service Composition and Personalization Environment. Applied Sciences, 8(11), 2297. https://doi.org/10.3390/app8112297