This work is licensed under http://creativecommons.org/licenses/by/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
1. Introduction
With the development of the Internet of Things (IoT) and the popularization of mobile devices such as smart phones, a variety of mobile applications have changed people’s lifestyles tremendously. These applications enable users to access a plenty of services at any time in any place and often use their location information in order to provide them with personalized experiences.
The global positioning system (GPS) can achieve meter-level accuracy in outdoor environments. However, GPS works poorly inside buildings due to the signal attenuation caused by roofs, walls, and other objects. During the past decades, a variety of indoor positioning systems (IPS) have been introduced. Since wireless information access is now widely available, many of these approaches tap into wireless signals for estimating locations.
In the last couple of years, the location fingerprinting (LF) technique using existing wireless local area network (WLAN) infrastructure has been suggested for indoor areas. Location fingerprinting estimates the target location by matching online measurements of received signal strength (RSS) with the closest offline features (i.e., the location fingerprints) composed of location coordinates and respective RSS values. It is relatively simple to deploy, compared to the other wireless indoor positioning techniques using Bluetooth beacons [1] or RFID tags [2], which can achieve higher location accuracy.
To deploy a traditional LF-based indoor positioning system, the positioning server should generate the location fingerprints by performing site survey of the RSS information from multiple access points (APs). With these fingerprints, the positioning server is able to localize a mobile device based on its RSS measurements. The site survey is extremely time-consuming and labor-intensive, which raises the cost of initiating an LP-based localization service. Furthermore, the positioning server should periodically reperform this site survey to update the fingerprints so as to control errors in the changeable Wi-Fi environment, which also raises the cost of maintaining the localization service.
Benefiting from cloud computing and big data techniques, the LF system may also be deployed without an offline site survey. Following [3], much work has been done to enable the collection of fingerprints based on crowdsourced solutions. In these solutions, users are required to continuously upload their RSS measurements to the positioning server as the training data. In the meanwhile, an additional incentive mechanism is required to guarantee the number of volunteering users.
In the situation when the crowdsourced fingerprints are insufficient to deploy an LF system, the offline site survey is still required to refine the fingerprint database. Suppose an indoor environment as an example; there are some locations which have never been occupied by any volunteering users. Thus, no RSS fingerprints of these locations are generated. To ensure the functionality of the location service, the service provider may still need to perform an offline site survey at these locations.
Regardless of whether the RSS measurements are collected via a traditional site survey or a crowdsourced approach, it is a widely existing fact that sufficient RSS measurements cannot be collected (periodically for maintaining fingerprints) in most indoor environments. Ways of collecting RSS measurements are not the focus of this paper. We are interested in the following several issues which may be interesting and useful but, however, rarely studied by existing researches:
(i)
At a given location, how many RSS measurements are required to generate an accurate online location or offline fingerprint?
(ii)
Most importantly, when the collected RSS measurements are insufficient to generate an accurate location fingerprint database, how do we perform localization in this situation?
Although the answers to these questions may vary in different indoor environments, the readers should take into account the instructive significance of deeply analyzing these issues in a certain indoor application scenario. In this paper, we propose a novel localization method which reduces noise in measuring the received signal strength based on the maximum likelihood estimation and estimates locations from inadequate location fingerprints by using the stochastic gradient descent algorithm. We also use an open dataset to evaluate our proposed method by comparing it with the most commonly used location fingerprinting methods and investigate the number of RSS measurements required to deploy an LF system. The results show that our proposed method can achieve better localization accuracy when only a small quantity of RSS measurements is available.
This paper is organized as follows. Section 2 surveys existing location fingerprinting methods. Section 3 introduces two major problems that arise from insufficient RSS measurements in deploying a location fingerprinting system. Section 4 describes our basic idea in solving these problems, and the detailed solution is presented in Section 5. We evaluate our proposed method in Section 6. At last, we conclude this paper in Section 7.
2. Related Work
To reduce the cost of deploying an indoor localization system, many researches leverage existing Wi-Fi infrastructures and introduce location fingerprinting based on the RSS measurements of the Wi-Fi signals. The deployment of location fingerprinting systems is often divided into two phases: an offline phase, in which a site survey of the RSS from multiple APs is collected, and an online phase, in which a location can be computed based on the currently observed RSS measurements by using a matching algorithm.
2.1. Collecting Online and Offline RSS Measurements
At least four key factors can decide the accuracy of an LF technique.
The first is the density of the offline observing locations where RSS measurements are collected to generate fingerprints: a higher accuracy in LF requires higher intensity of the observing locations, which leads to heavier workload in collecting and updating the fingerprints.
The second is the quantity of available information, including the number of RSS observations used to generate fingerprints and the number of dimensions (observed APs) in each RSS observation. Existing approaches use channel state information [4, 5] or environmental information such as light [6], sound [7, 8], temperature, humidity, magnetic, or pressure data to improve location accuracy. Both of these factors deal with the sufficiency of RSS measurements.
2.2. Reducing Noises and Generating Fingerprints
The third key factor deciding the accuracy of localization is the algorithm used to reduce noises. It can be used in both the offline and the online phases.
The most common way in denoising RSS measurements is to observe multiple times at the same location and average multiple observations so that noises can be reduced. With multiple observations at the same location, one can also make sure that all observable APs are observed. The tricky part is how to deal with situations when some APs are missed from some (but not all) observations. A common but also naive approach is to simply set the RSS to unobserved APs to
By only reducing the measurement errors, it is still difficult to achieve a high localization accuracy. With sufficient RSS measurements, localization accuracy is mainly decided by the fourth factor.
2.3. Matching Algorithm
The fourth key factor deciding the accuracy of localization is the matching algorithm used in the online phase, which outputs the final location by comparing the online RSS observations with the location fingerprints. By now, most LF systems mainly use, but are not limited to, the following types of matching algorithms.
2.3.1. Probabilistic Method
The probabilistic method treats the matching problem as a classical classification problem. It computes the probabilities that the online observing location belongs to every offline candidate location and finally performs matching from the candidate location based on the probabilities. The result of the localization can be either the candidate location with the highest probability or an averaged value calculated from every candidate location weighted by its corresponding probability.
2.3.2.
Based on the context information collected at the observing location,
2.3.3. Other Machine Learning Methods
Existing machine learning methods can be used in matching the online location to those offline locations. A neural network can be created in the offline phase, which takes as input the context information collected at the observing online location, takes as object the location of the fingerprint, learns the weight matrix for each dimension of the context information, and finally outputs the localization result. The support vector machine can be used in small sampled, nonlinear, and high dimensional pattern recognition. The matching and localization can be accomplished by treating the location fingerprint information of candidate locations as support vectors and by performing classification and regression analysis on the context information collected at the target observing location. Other machine learning methods may also be used in location fingerprinting.
2.4. Localization without Site Survey
The site survey in the offline phase can be extremely time-consuming and labor-intensive. Recently, many researches introduced crowdsourcing based systems [3, 15–20] which require the users to continuously observe their RSS measurements and upload the data to the positioning server. These approaches do not require the site survey to be performed, and they do not require the map of the floorplan. However, additional incentive mechanisms are required to attract enough participation, since the one who uploads his observed RSS measurements cannot obtain any benefits like positioning accuracy but will definitely take the privacy risk and the transmission cost. In our previous work [21], we propose a novel indoor navigation mechanism for shopping mall environments, which requires only few shop owners as RSS information contributors. Compared with our previous work, this work improves the method by adjusting it to more general indoor location fingerprinting scenarios and also evaluates our proposed method by comparing it with existing location fingerprinting techniques. Furthermore, we do not focus on ways of collecting RSS measurements. We are only interested in the quantity of the RSS measurements, regardless of whether they are collected via a traditional site survey or a crowdsourced approach.
3. Problem Definition
There are so many situations in our real life when we are asking or being asked a question like “How can I go to?” or “Where is?” For instance, a consumer may want to find a certain shop in a shopping mall, or a patient may want to find the correct consulting room in a hospital. Nowadays, most indoor environments like the aforementioned shopping malls or hospitals always have WLAN infrastructures; however, localization in these environments is still unavailable. The key reason deals with the cost in building and maintaining the fingerprint database. Existing techniques highly rely on an assumption that sufficient RSS measurements can be collected, either by a site survey, which is extremely time-consuming and labor-intensive, or by a crowdsourced approach, which requires too many collaborative contributors.
Here is an example showing how much time one should spend in collecting “sufficient” RSS measurements. Consider a very tiny shopping mall with a total area of only 5,000 m2 that includes all the floors. The offline observations are collected every 1 m2, and at every observing location, at least
So, our problem is, when the RSS measurements collected are not sufficient, how do we perform localization? At least the following two problems should be addressed.
3.1. Measurement Noises
One problem arising from insufficient RSS measurements deals with noises in the RSS measurements. RSS values can change greatly in different observations even at the same location to the same AP, as shown in Figure 1. In this example, the standard deviation is
[figure omitted; refer to PDF]
One may think of an intuitive solution by averaging different observations at neighboring locations. This idea is not always correct as illustrated in Figure 2. Suppose three observing locations
[figure omitted; refer to PDF]
3.2. Missed APs
Another problem deals with dimensional mismatches between different RSS observations in the signal space. When the Wi-Fi scan operations are performed frequently, many APs can be missed in the RSS observations. As a result, even RSS observations from very nearby locations may observe different APs. Since the distance between different RSS observations is computed in a high dimensional signal space where each AP is a dimension, the missed APs will cause dimensional mismatches. If the RSS measurements are not sufficient, dimensional mismatches can always occur. The dimensional mismatches can cause localization failures and errors, and we call this problem the missed AP problem.
We use an open dataset to show how frequently an AP can be missed in an arbitrary observation. The dataset is the Mannheim/compass dataset [22] which contains Wi-Fi observations of different locations. Our experiments described in Section 6 are also based on this dataset. For a given RSS observation, the APs can be classified into the following three categories as shown in Figure 3:
(i)
Observed APs. Those are observed in the record. Reversely, the unobserved APs are those not observed in the record.
(ii)
Unobservable APs. Those cannot be observed at the observing location. An AP is unobservable if no records at this location ever observed this AP. The unobservable APs must be unobserved APs, but unobserved APs may be observable.
(iii)
Missed APs. Those are observable but unobserved in this record.
[figure omitted; refer to PDF]
The proportions of the observed APs, the unobservable APs, and the missed APs are shown in Figure 4. One interesting finding is that the probability of missing an AP is not obviously related to the averaged RSS value. According to this finding, it is not reasonable to treat RSS to a missed AP (i.e., an unobserved but observable AP) as
[figure omitted; refer to PDF]
4. Basic Idea
In the following, we present how our proposed method deals with the missed APs and the measurement noises.
4.1. Dealing with Missed APs
Consider an indoor environment as illustrated in Figure 5. There are 4 APs denoted as
[figure omitted; refer to PDF]
Our idea to solve the missed AP problem is straightforward. The observations with missed APs really cannot be directly used for location fingerprinting; however, the information within the observations is valuable, since it tells the relationship between the relative locations of all APs and observations. Back to our example in Figure 5,
4.2. Reducing Measurement Noises
Our idea in denoising the RSS measurements is to some extent related to our solution to the missed AP problem. As shown in Figure 5, after we compute
Again, we make use of all RSS measurements to compute the relationship between the relative locations of all APs and observations. Back to our example in Figure 5, this relationship can be primarily computed based on the primary localization result. With this relationship,
5. Designing Details
We now introduce our proposed localization method in detail. In the Notations, we summarize the main notations introduced throughout this article.
Suppose there are
For situations when the RSS observations are insufficient, we suppose the location fingerprinting algorithm takes as input
(i)
The value of RSS (in dBm) follows the Gaussian distribution:
(ii)
The signal propagation path loss varies exponentially with distance:
where
Let
The above assumptions are also made in our previous work in [21] and many other approaches. With these assumptions, we can compute the RSS values for the missed APs and fill in the blank items in the sparse matrix of RSS by using the maximum likelihood estimate with probability density function:
We define the estimation error as
This fitting process is hoping to compute a large number of unknown data (i.e., the RSS values to the missed APs) from only a little amount of given data. As a result, the convergence of this fitting process is generally describing the random error or noise instead of the underlying relationship between the RSS and the location information. To address this problem, a typical solution is to use regularization, which modifies the objective function as
6. Evaluation
In this section, we evaluate our proposed localization method and compare it with some most commonly used location fingerprinting methods.
6.1. Benchmark
In the following, we detail the benchmark used in our experiments.
6.1.1. Dataset
We use an open dataset, the Mannheim/compass dataset [22], to perform our experiments. It records traces of signal strength of 802.11 APs and contains data in both an offline training phase and an online positioning phase, in an area of about 35 meters in width and 60 meters in length. The offline fingerprinting data contains 14,300 measurement records for 130 locations (110 records each), and the online positioning data contains 5,060 measurement records for 46 locations (110 records each).
6.1.2. Compared Methods
We choose three most commonly used location fingerprinting methods for comparison. All the three methods generate the same location fingerprint database by simply averaging observations at the same location.
(i)
The weighted
where
Here, the Euclidean norm (2-norm) is used. WKNN keeps
(ii)
The
(iii)
The histogram method [25] is a probabilistic method, which computes the probability that an RSS observation
where
where
where
6.1.3. Experiment Settings
We use a program to randomly choose the RSS observations based on two parameters.
[figure omitted; refer to PDF]
6.1.4. Comparing Metrics
Two metrics are used for comparing the performance of different localization methods: the mean localization error and the mean squared localization error.
6.2. Results and Analysis
The results are shown in Figures 7 and 8. With different settings on
[figures omitted; refer to PDF]
[figures omitted; refer to PDF]
It is worth noting that the experiment results provide a direct answer to the questions we listed in the Introduction. From Figure 7(a), we can see that KNN and WKNN can output accurate locations (i.e., the mean localization error is about 2 m) when we can observe at least 4 RSS measurements within an area of 2.5 m2 in size. From Figure 7(b), we can see that 16 RSS measurements are required for a 10 m2 area. This means that, on average, one should observe at least 1.6 RSS measurements per square meter to achieve accurate localization. This is the answer to the question “How many RSS measurements are required to compute an accurate location?” with our experiment settings.
The results also show that our proposed method may be an answer to the question “How do we locate accurately with insufficient RSS measurements?” We can see that, whatever the values of
The performances of KNN and WKNN are nearly the same, and the performance of the histogram method is not as good as other methods. It is always with a large mean localization error and a large mean squared error. Besides, the histogram method can fail to estimate a location when the RSS measurements are not sufficient. The failure rate is as shown in Figure 9.
[figure omitted; refer to PDF]
7. Conclusion
This paper investigates the problem of localization arising from insufficient RSS measurements, that is, the missed AP problem and the RSS measurement noise problem. Traditional location fingerprinting methods rely on a large quantity of RSS observations at the same location to finally observe all the APs so that no APs can be missed from the location fingerprints and to denoise RSS measurements by averaging RSS observations at the same location. We propose a novel localization method which uses the maximum likelihood estimation and the stochastic gradient descent to estimate locations in case the RSS measurements are insufficient to generate accurate location fingerprints. The results show that our proposed method can achieve better localization accuracy than most commonly used location fingerprinting methods like the KNN, WKNN, and histogram methods. Especially when the number of observations at each location is relatively small, our proposed method has evident superiority.
Conflicts of Interest
The authors declare no conflicts of interest.
Acknowledgments
This work was supported in part by the National Natural Science Foundation of China under Grants 61602111, 61320106007, 61402104, 61502100, 61532013, 61572130, and 61632008, by the Jiangsu Provincial Natural Science Foundation of China under Grants BK20150628, BK20140648, and BK20150637, and by the Collaborative Innovation Center of Novel Software Technology and Industrialization.
Glossary
Notations
[1] R. Faragher, R. Harle, "Location fingerprinting with bluetooth low energy beacons," IEEE Journal on Selected Areas in Communications, vol. 33 no. 11, pp. 2418-2428, DOI: 10.1109/JSAC.2015.2430281, 2015.
[2] P. Yang, W. Wu, M. Moniri, C. C. Chibelushi, "Efficient object localization using sparsely distributed passive RFID tags," IEEE Transactions on Industrial Electronics, vol. 60 no. 12, pp. 5914-5924, DOI: 10.1109/TIE.2012.2230596, 2013.
[3] K. Chintalapudi, A. P. Iyer, V. N. Padmanabhan, "Indoor localization without the pain," Proceedings of the 16th Annual Conference on Mobile Computing and Networking (MobiCom '10), pp. 173-184, DOI: 10.1145/1859995.1860016, .
[4] K. Wu, J. Xiao, Y. Yi, D. Chen, X. Luo, L. M. Ni, "CSI-based indoor localization," IEEE Transactions on Parallel and Distributed Systems, vol. 24 no. 7, pp. 1300-1309, DOI: 10.1109/TPDS.2012.214, 2013.
[5] Z. Yang, Z. Zhou, Y. Liu, "From RSSI to CSI: indoor localization via channel response," ACM Computing Surveys, vol. 46 no. 2, article 25,DOI: 10.1145/2543581.2543592, 2013.
[6] F. Yang, Q. Zhai, G. Chen, A. C. Champion, J. Zhu, D. Xuan, "Flash-Loc: Flashing mobile phones for accurate indoor localization," Proceedings of the 35th Annual IEEE International Conference on Computer Communications, IEEE INFOCOM 2016,DOI: 10.1109/INFOCOM.2016.7524391, .
[7] W. Wang, A. X. Liuy, K. Sun, "Device-free gesture tracking using acoustic signals," Proceedings of the 22nd Annual International Conference on Mobile Computing and Networking, MobiCom 2016, pp. 82-94, DOI: 10.1145/2973750.2973764, .
[8] W. Mao, J. He, L. Qiu, "CAT: High-precision acoustic motion tracking," Proceedings of the 22nd Annual International Conference on Mobile Computing and Networking, MobiCom 2016, pp. 69-81, DOI: 10.1145/2973750.2973755, .
[9] S. He, S.-H. Gary Chan, L. Yu, N. Liu, "Fusing noisy fingerprints with distance bounds for indoor localization," pp. 2506-2514, DOI: 10.1109/infocom.2015.7218640, .
[10] Y. Wen, X. Tian, X. Wang, S. Lu, "Fundamental limits of RSS fingerprinting based indoor localization," Proceedings of the IEEE Conference on Computer Communications (INFOCOM '15), pp. 2479-2487, DOI: 10.1109/infocom.2015.7218637, .
[11] P. Barsocchi, S. Lenzi, S. Chessa, F. Furfari, "Automatic virtual calibration of range-based indoor localization systems," Wireless Communications and Mobile Computing, vol. 12 no. 17, pp. 1546-1557, DOI: 10.1002/wcm.1085, 2012.
[12] L. Li, W. Yang, M. Z. Alam Bhuiyan, G. Wang, "Unsupervised learning of indoor localization based on received signal strength," Wireless Communications and Mobile Computing, vol. 16 no. 15, pp. 2225-2237, DOI: 10.1002/wcm.2678, 2016.
[13] J. Jun, S. Chakraborty, L. He, Y. Gu, D. P. Agrawal, "Robust and undemanding wifi-fingerprint based indoor localization with independent access points," Proceedings of the Microsoft Indoor Localization Competition (IPSN), pp. 13-17, .
[14] Q. Zhang, Z. Zhou, W. Xu, J. Qi, C. Guo, P. Yi, T. Zhu, S. Xiao, "Fingerprint-free tracking with dynamic enhanced field division," Proceedings of the 34th IEEE Annual Conference on Computer Communications and Networks, IEEE INFOCOM 2015, pp. 2785-2793, DOI: 10.1109/INFOCOM.2015.7218671, .
[15] A. Rai, K. K. Chintalapudi, V. N. Padmanabhan, R. Sen, "Zee: Zero-effort crowdsourcing for indoor localization," Proceedings of the 18th annual international conference on Mobile computing and networking (Mobicom '12), pp. 293-304, DOI: 10.1145/2348543.2348580, .
[16] H. Wang, S. Sen, A. Elgohary, M. Farid, M. Youssef, R. R. Choudhury, "No need to war-drive: unsupervised indoor localization," pp. 197-210, DOI: 10.1145/2307636.2307655, .
[17] Z. Yang, C. Wu, Y. Liu, "Locating in fingerprint space: wireless indoor localization with little human intervention," Proceedings of the 18th Annual International Conference on Mobile Computing and Networking (Mobicom '12), pp. 269-280, DOI: 10.1145/2348543.2348578, .
[18] A. Purohit, Z. Sun, S. Pan, P. Zhang, "SugarTrail: Indoor navigation in retail environments without surveys and maps," Proceedings of the 2013 10th Annual IEEE Communications Society Conference on Sensing and Communication in Wireless Networks, SECON 2013, pp. 300-308, DOI: 10.1109/SAHCN.2013.6644999, .
[19] K. Sheng, Z. Gu, X. Mao, X. Tian, W. Wu, X. Gan, X. Wang, "The collocation of measurement points in large open indoor environment," Proceedings of the 34th IEEE Annual Conference on Computer Communications and Networks, IEEE INFOCOM 2015, pp. 2488-2496, DOI: 10.1109/INFOCOM.2015.7218638, .
[20] C. Wu, Z. Yang, C. Xiao, C. Yang, Y. Liu, M. Liu, "Static power of mobile devices: Self-updating radio maps for wireless indoor localization," Proceedings of the 34th IEEE Annual Conference on Computer Communications and Networks, IEEE INFOCOM 2015, pp. 2497-2505, DOI: 10.1109/INFOCOM.2015.7218639, .
[21] K. Dong, W. Wu, H. Ye, M. Yang, Z. Ling, W. Yu, "Canoe: an autonomous infrastructure-free indoor navigation system," Sensors, vol. 17, article 996 no. 5, 2017.
[22] T. King, S. Kopf, T. Haenselmann, C. Lubberger, W. Effelsberg, . CRAWDAD data set mannheim/compass (v. 2008-04-11), Downloaded from http://crawdad.org/mannheim/compass/ , Apr. 2008
[23] B. Li, J. Salter, A. G. Dempster, C. Rizos, "Indoor positioning techniques based on wireless lan," Proceedings in the LAN, first IEEE international conference on wireless broadband and ultra wideband communications, Citeseer, .
[24] P. Bahl, V. N. Padmanabhan, "Radar: an in-building rf-based user location and tracking system," Proceedings in the Nineteenth Annual Joint Conference of the IEEE Computer and Communications Societies (INFOCOM 2000), vol. 2, pp. 775-784, .
[25] T. Roos, P. Myllymäki, H. Tirri, P. Misikangas, J. Sievänen, "A Probabilistic Approach to WLAN User Location Estimation," International Journal of Wireless Information Networks, vol. 9 no. 3, pp. 155-164, DOI: 10.1023/A:1016003126882, 2002.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2017 Kai Dong et al. This work is licensed under http://creativecommons.org/licenses/by/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
The development of the Internet of Things has accelerated research in the indoor location fingerprinting technique, which provides value-added localization services for existing WLAN infrastructures without the need for any specialized hardware. The deployment of a fingerprinting based localization system requires an extremely large amount of measurements on received signal strength information to generate a location fingerprint database. Nonetheless, this requirement can rarely be satisfied in most indoor environments. In this paper, we target one but common situation when the collected measurements on received signal strength information are insufficient, and show limitations of existing location fingerprinting methods in dealing with inadequate location fingerprints. We also introduce a novel method to reduce noise in measuring the received signal strength based on the maximum likelihood estimation, and compute locations from inadequate location fingerprints by using the stochastic gradient descent algorithm. Our experiment results show that our proposed method can achieve better localization performance even when only a small quantity of RSS measurements is available. Especially when the number of observations at each location is small, our proposed method has evident superiority in localization accuracy.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer