You are currently viewing a new version of our website. To view the old version click .
Applied Sciences
  • Article
  • Open Access

Published: 2 November 2021

Forecasting Hotel Room Occupancy Using Long Short-Term Memory Networks with Sentiment Analysis and Scores of Customer Online Reviews

,
,
,
and
1
PhD Program in Strategy and Development of Emerging Industries, National Chi Nan University, Nantou 54561, Taiwan
2
Department of Culinary Arts and Hotel Management, Hung Kuang University, Taichung 43302, Taiwan
3
Department of Information Management, National Chi Nan University, Nantou 54561, Taiwan
*
Author to whom correspondence should be addressed.

Abstract

For hotel management, occupancy is a crucial indicator. Online reviews from customers have gradually become the main reference for customers to evaluate accommodation choices. Thus, this study employed online customer rating scores and review text provided by booking systems to forecast monthly hotel occupancy using long short-term memory networks (LSTMs). Online customer reviews of hotels in Taiwan in various languages were gathered, and Google’s natural language application programming interface was used to convert online customer reviews into sentiment scores. Five other forecasting models—back propagation neural networks (BPNN), general regression neural networks (GRNN), least square support vector regression (LSSVR), random forest (RF), and gaussian process regression (GPR)—were employed to predict hotel occupancy using the same datasets. The numerical data indicated that the long short-term memory network model outperformed the other five models in terms of forecasting accuracy. Integrating hotel online customer review sentiment scores and customer rating scores can lead to more accurate results than using unique scores individually. The novelty and applicability of this study is the application of deep learning techniques in forecasting room occupancy rates in multilingual comment scenarios with data gathered from review text and customers’ rating scores. This study reveals that using long short-term memory networks with sentiment analysis of review text and customers’ rating scores is a feasible and promising alternative in forecasting hotel room occupancy.

1. Introduction

Business performance management is significant for enterprises in any industry, especially in the tourism and hotel industry, because of the fixed service products in terms of content and quantity. When a room passes the sales time point, a fixed cost is paid. However, no more sales can be made, which directly affects the company’s revenue and operating performance. Therefore, the prediction and management of occupancy are important. Hotel performance management is usually composed of two aspects—revenue management and cost control. The discipline of revenue management includes two strategic levers, namely duration control and demand-based pricing []. Research on hotel needs consists of two major categories. One category involves developing new methods to improve the accuracy of demand prediction. This type of research usually employs many alternative forecasting models to predict travel or hotel demand and compares forecasting performance. The other category involves determining hotel needs and the relationship between needs. Existing econometric models are applied to quantify the impact of demand factors using demand elasticity analysis [].
A variety of factors influence hotel operating performance. In the past, historical sales data have been used to analyze demand patterns and trends in addition to hotel factors, such as geographic locations, hotel facilities, service quality, and marketing activities. Recently, with the rise of online booking platforms, customers’ behavior patterns in searching and choosing hotel accommodations have changed. When online customers choose a hotel, they target the date and area. Then, they filter out hotel information that meets their needs on the basis of the accommodation options provided by the online travel agent booking website. Finally, when determining accommodation, previous customer reviews tend to be an influential factor. Thus, more studies are using customer online comment analysis as the subject of hotel management research. The Tourism Bureau of the Ministry of Transportation in Taiwan pointed out some statistical indicators ranking the operating performance of hotels, such as total revenue, annual occupancy rate, annual average price, and the annual average price of saleable rooms. The revenue of tourist hotels usually comes from the guest room and catering departments. However, the consumer reviews on the booking websites are mainly for guests’ consuming experience of hotel accommodation. Thus, hotels’ total operating incomes are not appropriate for further analysis. Furthermore, differences in total operating income and average house prices may be caused by the number of operating rooms, locations, and decoration equipment. Therefore, this study employed hotel room occupancy rates as a criterion for evaluating hotel operating performance. The rest of this study is organized as follows: Section 2 discusses the literature, Section 3 briefs long short-term memory networks, Section 4 introduces the proposed forecasting architecture for hotel room occupancy, Section 5 depicts the numerical results, and Section 6 presents the conclusions.

3. Long Short-Term Memory Networks

Long short-term memory networks are extended algorithms that improve the gradient vanishing problems in the recurrent neural networks when processing long sequences. They save essential information for a long time so that earlier information can be associated with current tasks. Long short-term memory networks provide fusion memory units, allowing the network to update hidden units on the basis of new information before learning. Thus, they are especially able to remember the most important information for future tasks. In addition, long short-term memory networks can select the tanh function as an activation function, which is a stable method that is beneficial in regression problems. Figure 1 shows the neural network architecture of long short-term memory networks. There are many variants in use called bidirectional long short-term memory networks. The cell or memory area of long short-term memory networks is composed of the input gate, forget gate, output gate, and cell state. The forget gate controls whether the memory should be cleared or how much information is entered into the next cell’s memory. The input gate controls whether the input value enters the memory. On the other hand, the output gate controls whether the updated value should be output to the next layer of networks. These layers all operate in a specific way, of which three gates control all additions or deletions of the unit state. The long short-term memory network calculation is from the input sequence x, represented by Equation (1):
x = ( x t 1 , x t , x t + 1 , x t + n )
to the output sequence y, denoted by Equation (2).
y = ( y t 1 , y t , y t + 1 , y t + n )
Figure 1. A long short-term memory network’s neural network architecture.
For mapping, the first step is to input the activation vectors i t and c ˜ t , represented by Equations (3) and (4), respectively.
i t = s i g m o i d ( W i [ x t , h t 1 ] + b i )
c ˜ t = t a n h ( W c [ x t , h t 1 ] + b c )
The sigmoid represents the activation function and maps the variable to values between zero and one, where W is the weight matrix, and b is the bias, c ˜ t is created by each tanh layer, and the forgetting gate f t is created by Equation (5).
f t = s i g m o i d ( W f [ x t , h t 1 ] + b f )
c ˜ t and f t are employed to generate the new state of the memory cell C t , which can be expressed by Equation (6):
C t = i t c ˜ t + f t c t 1
The cell state vector C t is utilized to calculate the output gate o t , which is illustrated in Equation (7).
o t = s i g m o i d ( W o [ x t , h t 1 ] + b o )
Finally, the output vector h t of long short-term memory networks is determined by Equation (8).
h t = t a n h ( c t ) o t
The output gate uses the cell state and activation vector to calculate the output, and the weight matrix is used in the training phase to learn with the bias vector. The long short-term memory network architecture has been successful and effective in dealing with vanishing gradient problems [,,,].

4. The Proposed Hotel Occupancy Forecasting Architecture

Figure 2 shows this study’s proposed forecasting architecture for hotel room occupancy. The designed architecture uses the customer-generated experience content on the official database and online travel agent reservation websites to predict monthly hotel room occupancy rates in Taiwan. In particular, three parts are included in the framework, namely data collection, data preprocessing, and model testing. For the data collection, data of hotel lists and reviews of customers were gathered. In the data preprocessing stage, multilingual customer reviews were converted into sentiment scores, and the rating scores and sentiment scores were scaled into ranking variables. Then, the counts of variables were accumulated according to monthly data and mapped into the room occupancy in the next month. Finally, data were split into a training dataset and a testing dataset for modeling and performance evaluation of forecasting models.
Figure 2. The proposed hotel room occupancy forecasting architecture.

4.1. Data Collection

This study collected data from the booking website Booking.com (accessed on 27 April 2021) and the Taiwan travel and accommodation website taiwanstay.net.tw, which is commissioned by the Tourism Bureau of the Ministry of Transportation of Taiwan. The customer hotel database provided by the Tourism Bureau contained monthly data, such as revenue, average room prices, occupancy rates, number of employees, etc. Hotels with room occupancy rates and customer reviews on the Booking.com (accessed on 27 April 2021) website were collected for this study. The datasets were based on the customer hotel database listed by the tourism bureau and text crawled from the booking website, including customers’ online rating scores and comments. Figure 3 depicts the data collection flow of this study. The monthly data collection period was from July 2017 to December 2019. In total, 53 hotels with 1590 hotel data on the booking website were crawled. The customer review page obtained from the Booking.com (accessed on 27 April 2021) website is illustrated in Figure 4. The data of the hotels contain multiple customer review entries, including overall satisfaction scores for consumption experiences as well as positive and negative customer comments.
Figure 3. Data collection process.
Figure 4. Customer review content data items.

4.2. Data Preprocessing

In this study, online customer reviews gathered from websites were processed using the natural language application programming interface developed by Google (https://cloud.google.com/natural-language?hl=zh-tw (accessed on 27 April 2021)) to generate sentiment scores. Multilingual sentiment analysis was performed in this study. Google’s natural language application programming interface is based on machine learning theory. It has developed and provided user-friendly functions and interfaces for coping with multilingual sentiment analysis. Some of its successful applications have been reported [,]. Figure 5 shows the flow chart of the sentiment analysis generated from customer reviews. Online customer reviews are divided into positive and negative reviews. Therefore, this study separately calculated the sentiment scores of positive and negative comments and integrated the scores. Then, online customer reviews were converted to sentiment scores. Table 1 lists data collected from the booking websites and the results of sentiment analysis. R_s refers to the customers’ rating scores, whereas P_s and N_s refer to positive and negative sentiment scores, respectively, obtained from the comments. In addition, the term Lang. refers to the language categories of the customer reviews.
Figure 5. The flow chart of sentiment analysis generated from customer reviews.
Table 1. Sentiment analysis in multilingual comment content.
For use in further analysis, this study transformed the sentiment analysis of the review text and customers’ rating scores into ranking data. The sentiment scores of Google’s application programming interface were between −1 and 1. The greater the positive value, the higher the positive sentiment. Conversely, the greater the negative value, the higher the negative sentiment. Thus, the study divides sentiment scales into seven ranks, as shown in Table 2. In Table 2, the fourth rank is “more than or equal to −0.1 and less than 0.1”. This rank includes a sort of “neutral” state. Negative reviews contain both important aspects and minor issues with respect to various ranks, with scores from −0.1 to −1. Customers’ ratings, illustrated in Table 3, are based on the hotel ratings of the booking website. Table 3 reflects major or minor issues collected from customers in terms of six ranks provided by booking systems with scores from 0 to 10. Then, by integrating Table 2 and Table 3, Table 4 illustrates the sample datasets employed in this study. To compare the performance of the sentiment analysis of the review text, customers’ rating scores, and the combined data of customers’ rating scores in forecasting monthly hotel occupancy rates, three datasets are illustrated in Table 5.
Table 2. Sentiment scales.
Table 3. Customer rating scales.
Table 4. All independent variables and monthly occupancy rates.
Table 5. The three divided datasets used in this study.

4.3. Modeling and Testing

The data are divided into two datasets—a modeling dataset and a testing dataset. The modeling dataset with 1272 data included monthly data from July 2017 to June 2019, whereas the testing dataset with 318 data consisted of monthly data from July 2019 to December 2019. The modeling dataset was employed to train forecasting models, and the testing dataset was used to evaluate the performance of forecasting models. Figure 6 illustrates the modeling dataset and the testing dataset. A one-month-ahead forecasting policy was used in this study. Therefore, data gathered from the booking website in a given month were employed to predict hotel room occupancy rates in the next month.
Figure 6. The modeling dataset and the testing dataset.

5. Numerical Results

In this study, six forecasting models were used to predict hotel room occupancy rates. The long short-term memory network model used in this study contained 64 neurons. The time step, batch size, and epoch were 1, 72, and 100, respectively. For the structure of backpropagation neural networks, one hidden layer with 10 hidden nodes was used. Table 6 lists the parameters used by the forecasting models in this study. Two indices—mean absolute percentage error (MAPE) and root mean square error (RMSE), expressed as Equations (9) and (10)—were employed to measure the performance of the forecasting models. Table 7 shows two measurements of forecasting accuracy generated by six models with three datasets. In terms of forecasting accuracy, it was indicated that long short-term memory network models could generate superior forecasting accuracy compared with the other five forecasting models. According to the numerical results in Table 7, it can be observed that using sentiment analysis of review text and customers’ rating scores in forecasting models can yield more accurate results than using unique data of sentiment analysis of review text or customers’ rating scores only. Thus, in this study, hybrid data were recommended for hotel room occupancy forecasting. Figure 7, Figure 8 and Figure 9 plot the absolute error values of hotel occupancies provided by the forecasting models with three datasets. A boxplot was used to plot the error values. The boxplot provides a clear data distribution map when there is a large number of values in the visual representation [].
MAPE ( % ) = 100 N t = 1 N | Y t F t Y t |
RMSE = t = 1 N ( Y t F t ) 2 N
where N is the number of forecasting periods, Yt is the real value at period t, and Ft is the forecasting value at period t. In addition, the Wilcoxon signed-rank test [] was performed to examine the significance of the accuracy improvement of the LSTM models. Table 8 illustrates the results of the Wilcoxon signed-rank test with α = 0.025. The results indicated that the LSTM models statistically and significantly outperformed the other five forecasting models.
Table 6. Parameters of forecasting models.
Table 7. Measurements of forecasting accuracy by six models with different datasets.
Figure 7. Absolute errors with sentiment analysis of review text.
Figure 8. Absolute errors with customers’ rating scores.
Figure 9. Absolute errors with sentiment analysis of review text and customers’ rating scores.
Table 8. The results of the Wilcoxon signed-rank test with α = 0.025.

6. Conclusions

Because of the expansion of online travel agent booking systems, the collection of customers’ opinions on accommodations has become more diversified. Customers’ online rating scores and review text in booking systems have become major sources that gather customers’ experiences; hence, they are essential influences to forecast hotel occupancy. This study used three datasets—a sentiment analysis of review text, customers’ rating scores, and combined data of customers’ rating scores—to predict the monthly hotel occupancy rates with a one-month-ahead forecasting policy. Besides, multilingual comment contents were included in this study. Six forecasting models—LSTM, BPNN, GRNN, LSSVR, RF, and GPR—were utilized to deal with the same dataset. The numerical results indicated that the long short-term memory network model could provide more accurate hotel occupancy forecasting rates than the other five models in three datasets. In addition, the hybrid data of the sentiment analysis of review text and customers’ rating scores produced the most accurate results among all forecasting models.
For future studies, more detailed data, such as attributes of hotels and customers, can be added as input data for forecasting models. The hotel attributes include international type, customer type, location, the number of rooms, and prices. The customer attributes possibly consist of gender, nationality, and stay type. The sentiment analysis and comparison according to clusters of different countries and the study of site-specific peculiarities could be paths for future study. With more detailed data, forecasting models are able to provide more informative data for hotel management and decision-making. In addition, the hotel room occupancy used in this study was gathered from public sectors that do not provide bed and breakfast room occupancy data. Bed and breakfast room occupancy data, mostly used for the AirBnB system, could be another possible direction for further study to examine the performance of the proposed hotel room occupancy forecasting architecture. Finally, because the COVID-19 crisis affected hotel room occupancy, the data collected in the COVID-19 period is a challenging topic worthy of future investigation.

Author Contributions

Conceptualization, P.-F.P.; data curation; Y.-M.C., C.-H.C. and J.-P.L.; formal analysis, Y.-M.C. and P.-F.P.; methodology, Y.-M.C. and P.-F.P.; software, C.-H.C., J.-P.L. and Y.-L.L.; visualization, Y.-M.C., J.-P.L. and Y.-L.L.; writing—original draft preparation, Y.-M.C. and P.-F.P.; writing—review and editing, P.-F.P.; funding acquisition, P.-F.P. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Ministry of Science and Technology, the Republic of China, Taiwan, under the contract number MOST 109-2410-H-260-023.

Institutional Review Board Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kimes, S.E.; Chase, R.B.; Choi, S.; Lee, P.Y.; Ngonzi, E.N. Restaurant Revenue Management. Cornell Hotel Restaur. Adm. Q. 1998, 39, 32–39. [Google Scholar] [CrossRef]
  2. Wu, D.C.; Song, H.; Shen, S. New developments in tourism and hotel demand modeling and forecasting. Int. J. Contemp. Hosp. Manag. 2017, 29, 507–529. [Google Scholar] [CrossRef]
  3. Salehan, M.; Kim, D.J. Predicting the performance of online customer reviews: A sentiment mining approach to big data analytics. Decis. Support Syst. 2016, 81, 30–40. [Google Scholar] [CrossRef]
  4. De Pelsmacker, P.; van Tilburg, S.; Holthof, C. Digital marketing strategies, online reviews and hotel performance. Int. J. Hosp. Manag. 2018, 72, 47–55. [Google Scholar] [CrossRef]
  5. Anagnostopoulou, S.C.; Buhalis, D.; Kountouri, I.L.; Manousakis, E.G.; Tsekrekos, A.E. The impact of online reputation on hotel profitability. Int. J. Hosp. Manag. 2020, 32, 20–39. [Google Scholar] [CrossRef] [Green Version]
  6. Liu, Y.; Teichert, T.; Rossi, M.; Li, H.; Hu, F. Big data for big insights: Investigating language-specific drivers of hotel satisfaction with 412,784 user-generated reviews. Tour. Manag. 2017, 59, 554–563. [Google Scholar] [CrossRef]
  7. Fernandes, E.; Moro, S.; Cortez, P.; Batista, F.; Ribeiro, R. A data-driven approach to measure restaurant performance by combining online reviews with historical sales data. Int. J. Hosp. Manag. 2020, 94, 102830. [Google Scholar] [CrossRef]
  8. Phillips, P.; Zigan, K.; Silva, M.M.S.; Schegg, R. The interactive effects of online reviews on the determinants of Swiss hotel performance: A neural network analysis. Tour. Manag. 2015, 50, 130–141. [Google Scholar] [CrossRef]
  9. Morente-Molinera, J.; Kou, G.; Pang, C.; Cabrerizo, F.; Herrera-Viedma, E. An automatic procedure to create fuzzy ontologies from users’ opinions using sentiment analysis procedures and multi-granular fuzzy linguistic modelling methods. Inf. Sci. 2018, 476, 222–238. [Google Scholar] [CrossRef]
  10. Hu, N.; Koh, N.S.; Reddy, S.K. Ratings lead you to the product, reviews help you clinch it? The mediating role of online review sentiments on product sales. Decis. Support Syst. 2013, 57, 42–53. [Google Scholar] [CrossRef]
  11. Zhang, S.T.; Wang, F.F.; Duo, F.; Zhang, J.L. Research on the Majority Decision Algorithm based on WeChat sentiment classification. J. Intell. Fuzzy Syst. 2018, 35, 2975–2984. [Google Scholar] [CrossRef]
  12. Li, X.; Law, R.; Xie, G.; Wang, S. Review of tourism forecasting research with internet data. Tour. Manag. 2020, 83, 104245. [Google Scholar] [CrossRef]
  13. Zhang, B.; Pu, Y.; Wang, Y.; Li, J. Forecasting Hotel Accommodation Demand Based on LSTM Model Incorporating Internet Search Index. Sustainability 2019, 11, 4708. [Google Scholar] [CrossRef] [Green Version]
  14. Pan, B.; Wu, D.C.; Song, H. Forecasting hotel room demand using search engine data. J. Hosp. Tour. Technol. 2012, 3, 196–210. [Google Scholar] [CrossRef] [Green Version]
  15. Pan, B.; Yang, Y. Forecasting Destination Weekly Hotel Occupancy with Big Data. J. Travel Res. 2016, 56, 957–970. [Google Scholar] [CrossRef] [Green Version]
  16. Yang, Y.; Pan, B.; Song, H. Predicting Hotel Demand Using Destination Marketing Organization’s Web Traffic Data. J. Travel Res. 2013, 53, 433–447. [Google Scholar] [CrossRef] [Green Version]
  17. Bigne, E.; Oltra, E.; Andreu, L. Harnessing stakeholder input on twitter: A case study of short breaks in Spanish tourist cities. Tour. Manag. 2019, 71, 490–503. [Google Scholar] [CrossRef]
  18. Aliyev, R.; Salehi, S.; Aliyev, R. Development of fuzzy time series model for hotel occupancy forecasting. Sustainability 2019, 11, 793. [Google Scholar] [CrossRef] [Green Version]
  19. Ampountolas, A. Modeling and Forecasting Daily Hotel Demand: A Comparison Based on SARIMAX, Neural Networks, and GARCH Models. Forecasting 2021, 3, 580–595. [Google Scholar] [CrossRef]
  20. Zhang, M.; Li, J.; Pan, B.; Zhang, G. Weekly Hotel Occupancy Forecasting of a Tourism Destination. Sustainability 2018, 10, 4351. [Google Scholar] [CrossRef] [Green Version]
  21. Ginindza, S.; Tichaawa, T.M. The impact of sharing accommodation on the hotel occupancy rate in the kingdom of Swaziland. Curr. Issues Tour. 2017, 22, 1975–1991. [Google Scholar] [CrossRef]
  22. Fiori, A.M.; Foroni, I. Reservation Forecasting Models for Hospitality SMEs with a View to Enhance Their Economic Sustainability. Sustainability 2019, 11, 1274. [Google Scholar] [CrossRef] [Green Version]
  23. Assaf, A.G.; Tsionas, M.G. Forecasting occupancy rate with Bayesian compression methods. Ann. Tour. Res. 2019, 75, 439–449. [Google Scholar] [CrossRef]
  24. Al Shehhi, M.; Karathanasopoulos, A. Forecasting hotel room prices in selected GCC cities using deep learning. J. Hosp. Tour. Manag. 2019, 42, 40–50. [Google Scholar] [CrossRef]
  25. Zhang, Q.; Qiu, L.; Wu, H.; Wang, J.; Luo, H. Deep Learning Based Dynamic Pricing Model for Hotel Revenue Management. In Proceedings of the 2019 International Conference on Data Mining Workshops (ICDMW), Beijing, China, 8–11 November 2019. [Google Scholar]
  26. Sánchez-Medina, A.J.; C.-Sánchez, E. Using machine learning and big data for efficient forecasting of hotel booking cancellations. Int. J. Hosp. Manag. 2020, 89, 102546. [Google Scholar] [CrossRef]
  27. Wang, J.; Duggasani, A. Forecasting hotel reservations with long short-term memory-based recurrent neural networks. Int. J. Data Sci. Anal. 2018, 9, 77–94. [Google Scholar] [CrossRef]
  28. Huang, L.; Zheng, W. Novel deep learning approach for forecasting daily hotel demand with agglomeration effect. Int. J. Hosp. Manag. 2021, 98, 103038. [Google Scholar] [CrossRef]
  29. Das, R.; Chadha, H.; Banerjee, S. Multi-layered market forecast framework for hotel revenue management by continuously learning market dynamics. J. Revenue Pricing Manag. 2021, 20, 351–367. [Google Scholar] [CrossRef]
  30. Lee, M.; Mu, X.; Zhang, Y. A machine learning approach to improving forecasting accuracy of hotel demand: A comparative analysis of neural networks and traditional models. Issues Inf. Syst. 2020, 21, 12–21. [Google Scholar]
  31. Phumchusri, N.; Ungtrakul, P. Hotel daily demand forecasting for high-frequency and complex seasonality data: A case study in Thailand. J. Revenue Pricing Manag. 2019, 19, 8–25. [Google Scholar] [CrossRef]
  32. Hochreiter, S.; Schmidhuber, J. Long short-term memory. Neural Comput. 1997, 9, 1735–17808. [Google Scholar] [CrossRef]
  33. Fischer, T.; Krauss, C. Deep learning with long short-term memory networks for financial market predictions. Eur. J. Oper. Res. 2018, 270, 654–669. [Google Scholar] [CrossRef] [Green Version]
  34. Hua, Y.; Zhao, Z.; Li, R.; Chen, X.; Liu, Z.; Zhang, H. Deep Learning with Long Short-Term Memory for Time Series Prediction. IEEE Commun. Mag. 2019, 57, 114–119. [Google Scholar] [CrossRef] [Green Version]
  35. Chandra, R.; Jain, A.; Chauhan, D.S. Deep learning via LSTM models for COVID-19 infection forecasting in India. arXiv 2021, preprint. arXiv:2101.11881. [Google Scholar]
  36. White, T.E.; Rege, M. Sentiment Analysis on Google Cloud Platform. Issues Inf. Syst. 2020, 21, 221–228. [Google Scholar]
  37. Luo, X.; Zimet, G.; Shah, S. A natural language processing framework to analyse the opinions on HPV vaccination reflected in twitter over 10 years (2008–2017). Hum. Vaccines Immunother. 2019, 15, 1496–1504. [Google Scholar] [CrossRef]
  38. Tukey, J.W. Exploratory Data Analysis; Addison-Wesley: Boston, MA, USA, 1977; ISBN 978-0201076165. [Google Scholar]
  39. Wilcoxon, F. Individual Comparisons by Ranking Methods. Biom. Bull. 1945, 1, 80. [Google Scholar] [CrossRef]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.