key: cord-0972726-m1maai4a authors: Coccia, Mario; Roshani, Saeed; Mosleh, Melika title: Scientific Developments and New Technological Trajectories in Sensor Research date: 2021-11-24 journal: Sensors (Basel) DOI: 10.3390/s21237803 sha: eab4a67ea2bb00b5c96bb3a3abf4494ce351f549 doc_id: 972726 cord_uid: m1maai4a Scientific developments and new technological trajectories in sensors play an important role in understanding technological and social change. The goal of this study is to develop a scientometric analysis (using scientific documents and patents) to explain the evolution of sensor research and new sensor technologies that are critical to science and society. Results suggest that new directions in sensor research are driving technological trajectories of wireless sensor networks, biosensors and wearable sensors. These findings can help scholars to clarify new paths of technological change in sensors and policymakers to allocate research funds towards research fields and sensor technologies that have a high potential of growth for generating a positive societal impact. The explanation of dynamics in sensor research plays a critical role for understanding the evolution of science, technology and human society [1] [2] [3] [4] [5] (cf., also how technologies contribute to economic change: [6] [7] [8] [9] [10] [11] [12] [13] [14] ). A sensor is a device, module or subsystem with the goal of detecting events or changes in specific environments and sending the information to other interrelated technological devises, such as a computer processor [3, 15, 16] . A sensor is also a technology (technology is a complex system, composed of more than one entity or sub-system of technologies and a relationship that holds between each entity and at least one other entity in the system for achieving specific goals, [17] ) that interacts with other technologies, having a role either of parasite device (i.e., dependent from other technologies) or host (embodying other technologies) for satisfying needs, achieving goals and solving problems of adopters [18] . For instance, sensors as parasite technology are temperature sensors, proximity sensors, pressure sensors, etc. because they are embodied in other technological systems [19, 20] . In general, sensor technologies have multi-mode interactions with other technologies that support a co-evolution of inter-related technological systems and new evolutionary pathways of technological trajectories [17, [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] . One main example is smart sensors, which co-evolve through complex interaction with artificial intelligence technologies, Bluetooth technology, medical technologies, cloud computing, etc. [20, 22, 31, [37] [38] [39] [40] [41] [42] [43] [44] . New studies show that smart sensors are crucial elements for the Internet of Things [43, [45] [46] [47] [48] [49] [50] . The continuous interactions of sensor technologies with other technologies generate new applications in different fields, such as medicine, environmental science, telematics, the Internet of Things, etc. [17, 31, [51] [52] [53] . In this context, the main goal of this article is to analyze sensor research over time to explain the growth and main applications of new sensor technologies for technological The tool "Search documents" in Scopus (2021) provides keywords and time series of documents with the highest frequency of publications in sensor research [63] . After that, sensor technologies with the highest number of documents in the list of keywords have been selected, i.e., -wireless sensor networks fiber optic sensors chemical sensors remote sensing biosensors wearable sensors image sensors wireless sensors optical sensors glucose sensors Each of these keywords are inserted in the window "Search documents" to detect the specific time series for a comparative analysis between sensor technologies, of the list just mentioned, to compute the rate of growth and, consequently, new directions in sensor research. The study applies the model by Sahal for scientific and technology analysis of time series in sensors [67] . Two models are specified as follows. Firstly, Log y i,t = a + b 1 time + u i,t (1) y t is scientific products or patents (dependent or response variable) a is a constant; b 1 is the coefficient of regression. log has base e = 2.7182818; t = time; u = error term in equation. The parameters a and b in model [1] are unknown and estimated using the data of sample in the Ordinary Least Squares (OLS) method. Secondly, if we consider the ratio: The specification of the model is: The equation [2] also has a' = constant; b 1 = coefficient of regression (a' and b' are the parameters to be estimated); t = time; ε = error term in equation. This relationship [2] here is also investigated with OLS method for estimating the unknown parameters with a regression model [68] . Statistical analyses are performed with the IBM SPSS Statistics 26 ® . The methodology here has the purpose to investigate the structure of emerging research fields in sensor technology, detected with previous statistical analysis by the highest coefficients of regression in estimated relationships based on publication and patent data (Equations (1) and (2)); high magnitude of coefficients of regression is a proxy of high evolutionary growth of technological trajectories in sensor research over time. Emerging research fields under study here, having the highest coefficients of regression, are given by: Wireless sensor networks. A wireless sensor network is a group of objects that transfer the gathered data through multiple nodes and wireless infrastructure to cooperatively sense and control the environment [69] . These devices are positioned in large numbers, so they need the ability to assist each other to transfer data back to a centralized collection point [70] . Wearable sensors. Wearable sensors are integrated into wearable objects attached to the body for health monitoring or relevant data collection. They have diagnostic and monitoring applications, including physiological and biochemical sensing and motion sensing [71] . Wearable sensor adaptation has involved miniaturizing sensing technologies, making them comfortable and flexible, and developing software that increases the value of measured data [72] . Biosensors. A biosensor is an analytical device that measures biological or chemical sensing elements and reactions. Biosensors are generally employed for monitoring pollutants, health parameters, biomarkers, etc. [73] . They restrain biology's great sensitivity and specificity in intersection with physicochemical transducers to provide detailed and bioanalytical measurements with easy-to-use and straightforward formats [74] . This section applies Natural Language Processing (NLP) to demonstrate common research themes in emerging subfields of sensors just mentioned (i.e., wireless sensor networks, wearable sensors and biosensors). In the document type section of the Scopus dataset [63] , the data of conference paper, article, conference review and review have been collected. Among statistical algorithms, topic modelling as a text-mining tool can help to Sensors 2021, 21, 7803 4 of 22 discover and organize latent topics. This modelling allows us to create an extensive semantic structure of a text body through various disciplines' correlations [75] . We implemented the Latent Dirichlet Allocation (LDA) as an unsupervised approach for topic modelling (i.e., machine learning-LDA) that attract popularity in textual data processing because of its ability to reduce the bias and increase the accuracy for literature investigation [76] . Moreover, we used java implementation of this model with the name MALLET [77] . In this study, we used the Python programming language for building a topic model. The methodology has been accomplished in three steps: (1) data gathering and text pre-processing, (2) topic construction and (3) After an initial review of these articles, the abstracts were used to input the LDA technique to explore topics under study. Measures are similar and described in the previous section. Step 1: data gathering and text pre-processing This study employed data from the Scopus (2021) database [63] . For collecting the related documents, we used the search string TITLE-ABS-KEY ("wearable sensor") for wearable sensor papers, TITLE-ABS-KEY ("Biosensor") for Biosensor papers, and TITLE-ABS-KEY ("Wireless sensor network") for Wireless sensor network documents. All publications were collected until 2020, and for increasing the accuracy of data, this study limited the records to conference papers, article, conference reviews and reviews in English. Secondly, for textual data pre-processing, we conducted a topic modelling analysis using Python 3.7.7 version programming language to first concatenating all abstracts of publications and then concatenating them into one string set for each field. We created a corpus of the respective field documents by which the model learns the 'topics'. The data are pre-processed prior to the topic modelling using GenSim library [78] to convert each publication's abstract into a bag-of-words representation. We consider each word as a token and then eliminated words in a stopword list provided in the MALLET software [77] . Then, words with a low frequency, fewer than three characters were removed. We exerted the Tokenization technique by splitting the text into a set of words, doing punctuation removal and adjusting the terms with higher cases into lowercase. Aside from those processes, we implemented lemmatization to assimilate all the verbs in various tenses to present tenses and modified them to the first person. In the end, we removed all terms that appear fewer than ten times across all documents, or that appear in more than 70 percent of records. Step 2: topic construction We can assume a topic as a probability distribution over a term. Those vocabularies with a high probability of occurrence in the same topic are more likely to appear frequently in the same documents simultaneously. For constructing the topic, we started training the model using MALLET, a Java-based package used for statistical NLP developed by McCullum [77] to build a Latent Dirichlet Allocation model (LDA). This model requires a fixed number of topics that is not specified accurately for a corpus. Accordingly, we chose an optimal number of topics for implementing the topic modelling technique following the study by Mifrah and Benlahmar [79] . In this respect, we calculated the topic coherence score for each number of topics to identify the most efficient one. We used the C_v coherence measure to retrieve co-occurrence counts of respective word sets based on the sliding window size. We calculated the normalized pointwise mutual information (NPMI) for every top word to extract a set of vectors for each top word. Afterwards, we measured the similarity between the top words sum vector and each top word vector in one-set segmentation. We utilized cosine similarity to calculate the coherence score based on an arithmetic mean of all similarities [79] . We calculated the coherence of a couple of models through different numbers of topics according to the approach of Röder to identify the best number of topics for our model applied in the present study [80] . Figure 1 demonstrates the coherence score of the model through the different numbers of topics. For wearable sensors, results show that the highest coherence value (i.e., 0.5546) occurs in topic number 22; for biosensors, the highest coherence value (i.e., 0.5687) occurs in topic number 32; and for wireless sensor networks, the greatest coherence value (i.e., 0.5260) stands for topic number 38. Step 3: Investigation In this step, the study here investigated topics of the emerging research fields in sensor technology described before: wireless sensor networks; wearable sensors and biosensors. This section presents topic modeling findings using a word-cloud demonstration in which the size of each word in a specific topic is done according to its frequency in that topic. Afterward, we classified all topics of each field into two categories: technological characteristics and applications. In the second part of the results, trend analysis was conducted separately to demonstrate their evolutionary growth based on the popularity of topics over time. Evolutionary growth of topics within each research field under study (wireless sensor networks, wearable sensors, and biosensors) has been categorized in Positive Evolutionary Growth, Stable Evolutionary Growth and Negative Evolutionary Growth to assess the topic trend analysis for the classification of each emerging subfields of the sensor. In particular, Positive Evolutionary Growth indicates that the topic popularity has been increasing, and the occurrence frequency of the topic words has been elevating. Stable Evolutionary Growth indicates that the topic popularity has been fluctuating and does not follow a trend of growth or decline. It means that the occurrence frequency of the words in topic has stable evolution. Negative Evolutionary Growth indicates that the topic popularity has been decreasing, and the occurrence frequency of the topic words has faced reduction. following the study by Mifrah and Benlahmar [79] . In this respect, we calculated the topic coherence score for each number of topics to identify the most efficient one. We used the C_v coherence measure to retrieve co-occurrence counts of respective word sets based on the sliding window size. We calculated the normalized pointwise mutual information (NPMI) for every top word to extract a set of vectors for each top word. Afterwards, we measured the similarity between the top words sum vector and each top word vector in one-set segmentation. We utilized cosine similarity to calculate the coherence score based on an arithmetic mean of all similarities [79] . We calculated the coherence of a couple of models through different numbers of topics according to the approach of Röder to identify the best number of topics for our model applied in the present study [80] . Figure 1 demonstrates the coherence score of the model through the different numbers of topics. For wearable sensors, results show that the highest coherence value (i.e., 0.5546) occurs in topic number 22; for biosensors, the highest coherence value (i.e., 0.5687) occurs in topic number 32; and for wireless sensor networks, the greatest coherence value (i.e., 0.5260) stands for topic number 38. In this step, the study here investigated topics of the emerging research fields in sensor technology described before: wireless sensor networks; wearable sensors and biosensors. This section presents topic modeling findings using a word-cloud demonstration in which the size of each word in a specific topic is done according to its frequency in that topic. Afterward, we classified all topics of each field into two categories: technological characteristics and applications. In the second part of the results, trend analysis was conducted separately to demonstrate their evolutionary growth based on the popularity of topics over time. Evolutionary growth of topics within each research field under study (wireless sensor networks, wearable sensors, and biosensors) has been categorized in Positive Evolutionary Growth, Stable Evolutionary Growth and Negative Evolutionary Growth to assess the topic trend analysis for the classification of each emerging subfields of the sensor. In particular, Positive Evolutionary Growth indicates that the topic popularity has been increasing, and the occurrence frequency of the topic words has been elevating. Stable Evolutionary Growth indicates that the topic popularity has been fluctuating and does not follow a trend of growth or decline. It means that the occurrence frequency of the words in topic has stable evolution. Negative Evolutionary Growth indicates that the topic popularity has been decreasing, and the occurrence frequency of the topic words has faced reduction. The parametric estimates of models (1-2), based on scientific production, are presented in Table 1 . In many cases, the significance of the coefficients of regression and the explanatory power of equations has p-value < 0.001. The coefficient of R 2 has high values and in general the models explain more than 80% variance in the data. The parametric estimates of models (1-2), based on scientific production, are presented in Table 1 . In many cases, the significance of the coefficients of regression and the explanatory power of equations has p-value < 0.001. The coefficient of R 2 has high values and in general the models explain more than 80% variance in the data. Table 2 shows the parametric estimates of models (1-2) based on patents. Table 2 also reveals that in most cases, the significance of the coefficients of regression and the explanatory power of equations has p-value < 0.001, except model (2) for remote sensing. The R 2 has also here high values and in a majority of cases the models explain more than 70% variance in the data. Note: Explanatory variable is time in years. N is the number of observations from the specified period (the first year indicates the first paper recorded, the second year is 2020 because 2021 is still ongoing). *** significant at 1‰; * significant at 5%. F is the ratio of the variance explained by the model to the unexplained variance; R 2 is the coefficient of determination adj. Note: Explanatory variable is time in years. N is the number of observations from the specified period (the first year indicates the first paper recorded, the second year is 2020 because 2021 is still ongoing). *** significant at 1‰. F is the ratio of the variance explained by the model to the unexplained variance; R 2 is the coefficient of determination adj. Table 3 shows the coefficients of regression of models calculated in Tables 1 and 2 , and suggests that the emerging research fields in sensors are (trends are displayed in Figures 2 and 3 ): Results also suggest that wireless sensors, a restriction of wireless sensor networks, have a high evolutionary growth in the field of sensor technology. All these research fields are the younger ones among research fields in sensors. This result is consistent with the studies by Coccia [10, 58] that higher growth rates of scientific production are in new research fields rather than old ones. The next section shows results to clarify structure of sensor research and to detect critical technological characteristics and applications for progress in science and society. The results of topic modelling analysis demonstrate the top 15 high-frequency terms The next section shows results to clarify structure of sensor research and to detect critical technological characteristics and applications for progress in science and society. The results of topic modelling analysis demonstrate the top 15 high-frequency terms The next section shows results to clarify structure of sensor research and to detect critical technological characteristics and applications for progress in science and society. The results of topic modelling analysis demonstrate the top 15 high-frequency terms in each topic. These topics contain the words reflecting the content and terms of documents with the highest score. The topics are related to significant issues in each growing subfield in sensor technology. We illustrated 38 topics in wireless sensor networks, 22 topics in wearable sensors and 32 topics in biosensors through a word-cloud analysis; the size of each word indicates comparatively the frequency weight of a term in a specific case. The larger the word, the higher the frequency stands in the parent topic. Accordingly, this visualization can reflect the brief information of each topic and partially explains the included documents. Ultimately, this study analyzes and explores the evolution of these topics over time. Topic modeling analysis can also demonstrate the increasing or decreasing popularity of topics in sensor research, which can better explain how a field of research has been changing over time. We normalized the proportion of each topic per year and obtained the annual trends. Figure 4 shows the 20 most frequent words that appeared in publications on wireless sensor networks. Our results show that the terms "network", "node", "wireless" and "energy" have been used more than 100,000 times across the corpus. Each word, according to its similarity regarding the co-occurrence, leads to topics creation. Figure 4 shows the 20 most frequent words that appeared in publications on wireless sensor networks. Our results show that the terms "network", "node", "wireless" and "energy" have been used more than 100,000 times across the corpus. Each word, according to its similarity regarding the co-occurrence, leads to topics creation. Main technological characteristics of wireless sensor networks are (from Figure 5 ): • Internet of Things • network optimization • data security Instead, the main application characteristics of wireless sensor networks are (from Figure 5) Table 4 shows the evolutionary growth of topics in wireless network sensors. From this classification, it can be concluded that the studies of smart sensors associated with the Internet of Things are growing; the studies of environmental monitoring and health care evolutionary level are also increasing over time. Table 4 . Dynamics of trends in wireless sensor networks using trend analysis. Table 4 shows the evolutionary growth of topics in wireless network sensors. From this classification, it can be concluded that the studies of smart sensors associated with the Internet of Things are growing; the studies of environmental monitoring and health care evolutionary level are also increasing over time. This study reveals that networking of sensor systems is growing over time [48, 52, [81] [82] [83] . Results here also suggest that wireless sensor networks have a higher rate of evolution likely because of the interaction with specific technologies, such as Internet of Things, data security and monitoring systems. In the context of technological applications, these sensors have a growing application in environmental monitoring and healthcare sector [84] [85] [86] [87] . A critical aspect in these sensors is the maintenance, and many sensors' wireless systems are powered with batteries or self-powering technology. Ultra-low-power sensors are a desirable option because they can reduce the need of regular battery changes and support a higher technological sustainability in environment [88] . Finally, technology of wireless network sensors has the advantage of easy upgrades of new technological characteristics; consequently, the technological system can be more efficient from a technological and economic point of view [51, 89] . Table 4 . Dynamics of trends in wireless sensor networks using trend analysis. Positive Evolutionary Growth 3 (smart device, internet of things, etc.), 5 (environmental, water, temperature, monitor, etc.), 24 (future, potential, challenge, etc.), 28 Figure 6 shows the top 20 words with the highest frequency in publications of wearable sensor. These findings reveal that the terms "system", "device", "datum", "time" and "human" have appeared more than 6000 times across the corpus. This study reveals that networking of sensor systems is growing over time [48, 52, [81] [82] [83] . Results here also suggest that wireless sensor networks have a higher rate of evolution likely because of the interaction with specific technologies, such as Internet of Things, data security and monitoring systems. In the context of technological applications, these sensors have a growing application in environmental monitoring and healthcare sector [84] [85] [86] [87] . A critical aspect in these sensors is the maintenance, and many sensors' wireless systems are powered with batteries or self-powering technology. Ultra-low-power sensors are a desirable option because they can reduce the need of regular battery changes and support a higher technological sustainability in environment [88] . Finally, technology of wireless network sensors has the advantage of easy upgrades of new technological characteristics; consequently, the technological system can be more efficient from a technological and economic point of view [51, 89] . Figure 6 shows the top 20 words with the highest frequency in publications of wearable sensor. These findings reveal that the terms "system", "device", "datum", "time" and "human" have appeared more than 6,000 times across the corpus. Table 5 shows the positive popularity rate of wearable sensor technologies over time, such as sensor particles, machine learning and pressure sensing. The growing application topics are mainly physical activities and body motion measuring. Table 5 . Dynamics of trends in wearable sensors using trend analysis. Table 5 shows the positive popularity rate of wearable sensor technologies over time, such as sensor particles, machine learning and pressure sensing. The growing application topics are mainly physical activities and body motion measuring. Results also show that wearable sensors can be biosensors connected to the body for assessing different biological elements; therefore, the healthcare system is one of the essential applications [52, 90, 91] . In fact, the embedding of wearable sensor systems in health treatment procedures reduces the cost of hospitals' daily expenditures. These facilities enable doctors to remotely monitor patients' health conditions, reducing extended stays in hospitals and maintenance costs of these structures [92] [93] [94] . Results also suggest that pressure sensing is a main technological characteristic of wearable sensors [95, 96] . However, wearable sensors are still facing several challenges. One of the most problematic issues is related to the adaptability of sensors to the body to be comfortable in body-worn devices. This study confirms that flexible, stretching, and soft technologies are growing to enable wearable devices to be more usable in daily life activities [97] . Such technologies and human motion sensing analysis studies are rising because of the importance of disabled people's living conditions enhancement [98, 99] . In this context, results here suggest that future developments are directed to improve material flexibility, softness and comfort of the wearable technologies (e.g., in artificial legs and hands devices) to be used properly in many patients [100] . Table 5 . Dynamics of trends in wearable sensors using trend analysis. Positive Evolutionary Growth Biosensors have shown great potential in many areas, such as clinical diagnostics, food analysis, bio process and environmental monitoring. Biosensors are, depending on the method of signal transduction-optical, mass, electrochemical, magnetic, micromechanical and thermal sensors. Moreover, biosensors can use a combination of biological receptor compounds (antibody, enzyme, nucleic acid, etc.) and the physical or physicchemical transducer directing, in most cases, "real-time" observation of a specific biological event (e.g., antibody-antigen interaction). Figure 8 shows the 20 words with the highest occurrence in biosensors. Our findings reveal that the terms "biosensor", "detection", "base", "sensor", "surface", "cell" and "high" have the highest frequency, appearing more than 30,000 times in the corpus. These high-frequency words' similarity regarding their co-occurrence matrix have been considered in topic creations. Results also show that wearable sensors can be biosensors connected to the body for assessing different biological elements; therefore, the healthcare system is one of the essential applications [52, 90, 91] . In fact, the embedding of wearable sensor systems in health treatment procedures reduces the cost of hospitals' daily expenditures. These facilities enable doctors to remotely monitor patients' health conditions, reducing extended stays in hospitals and maintenance costs of these structures [92] [93] [94] . Results also suggest that pressure sensing is a main technological characteristic of wearable sensors [95, 96] . However, wearable sensors are still facing several challenges. One of the most problematic issues is related to the adaptability of sensors to the body to be comfortable in body-worn devices. This study confirms that flexible, stretching, and soft technologies are growing to enable wearable devices to be more usable in daily life activities [97] . Such technologies and human motion sensing analysis studies are rising because of the importance of disabled people's living conditions enhancement [98, 99] . In this context, results here suggest that future developments are directed to improve material flexibility, softness and comfort of the wearable technologies (e.g., in artificial legs and hands devices) to be used properly in many patients [100] . Biosensors have shown great potential in many areas, such as clinical diagnostics, food analysis, bio process and environmental monitoring. Biosensors are, depending on the method of signal transduction-optical, mass, electrochemical, magnetic, micromechanical and thermal sensors. Moreover, biosensors can use a combination of biological receptor compounds (antibody, enzyme, nucleic acid, etc.) and the physical or physicchemical transducer directing, in most cases, "real-time" observation of a specific biological event (e.g., antibody-antigen interaction). Figure 8 shows the 20 words with the highest occurrence in biosensors. Our findings reveal that the terms "biosensor", "detection", "base", "sensor", "surface", "cell" and "high" have the highest frequency, appearing more than 30,000 times in the corpus. These high-frequency words' similarity regarding their co-occurrence matrix have been considered in topic creations. Figure 9 , can be also categorized in technological characteristics and applications to see technology-oriented and application-oriented aspects of this research and technological field. Main technological characteristics of biosensors are ( Figure 9 ): Instead, main application characteristics of biosensors are ( Figure 9 ): Sensors 2021, 21, x FOR PEER REVIEW 15 of 23 Figure 9 illustrates 32 topics of biosensor documents. The largest words with the highest occurrence frequency in each category partially represent the content of documents. Topics of biosensors, visualized in Figure 9 , can be also categorized in technological characteristics and applications to see technology-oriented and application-oriented aspects of this research and technological field. Main technological characteristics of biosensors are ( Figure 9 ): Instead, main application characteristics of biosensors are ( Figure 9 ): cancer detection • patient monitoring Figure 9 . Cloud words in documents of biosensors. Figure 9 . Cloud words in documents of biosensors. Table 6 shows that material science, nanotechnology and detection processes have been growing in sensor research to expand the technological aspects of biosensors. Moreover, this analysis demonstrates that the glucose sensors topic faced a considerable reduction in its popularity. The results here also demonstrate that biosensor studies are growing over time, especially in topics associated with detecting and monitoring applications in medical systems [101] . In addition, nano sensor technologies have started to interacting with other technologies, improving the efficiency of biosensor performance to reduce human error in disease detection and the cost of human resource in the healthcare industry [46, 102] . One of the aspects that supports the growth of biosensors is the emergence of biochemical sensors containing active materials in their chemical structures to assess biological or chemical reactions by generation of signals to identify and measure the concentration of an analyte in the reaction. These technologies have been utilized mainly for detection purposes, including biomarker detection for blood, glucose level, food mass, anti-body, genetic aspects, etc. [103] [104] [105] . We should also consider that the Coronavirus Disease 2019 (COVID-19) pandemic crisis has changed health systems and supported these technologies requiring a rapid detection by immunosensor of patients and their remote monitoring [106] . In fact, one of the fundamental problems in pandemic control is the insufficient capacity of hospitals to hospitalize, at the same time, infected individuals with serious symptoms of COVID-19 [18, [107] [108] [109] . Hence, biosensor technologies, associated with other sensors, enable doctors to monitor and treat patients remotely, in their house, instead of in the hospital, helping the healthcare management of patients, reducing costs and the negative effects of this novel coronavirus in society. Overall, then, the biosensor is gaining momentum to detect and monitor remotely patients affected of the COVID-19, patients with other disorders and/or post-surgical patients to reduce the total cost of healthcare and improve the efficiency of hospitals [110] [111] [112] [113] [114] [115] . This study shows that in sensor research, high growth rates are associated with research fields of wireless sensor networks, wearable sensors and biosensors, supporting new directions for scientific and technological development in society ( Figure 10 ). The general evolution of sensor technology is driven by technological paradigm shifts and new technological regimes that have supported the progress from electrical sensors (with the technological revolution of electricity), to electronical sensors (with the technological revolution of electronics and microelectronics), to smart sensors (with the technological revolution of telematics) and now towards new technological frontiers with the technological revolution of artificial intelligence, cloud computing, internet of things, etc. (Figure 10 ). revolution of telematics) and now towards new technological frontiers with the technological revolution of artificial intelligence, cloud computing, internet of things, etc. ( Figure 10 ). Figure 10 . Macro evolution of sensor technology from electrical, (micro) electronic and smart sensors with scientific fields and technologies having high growth for pervasive and innovative development in industrial sectors. Note: A sensor is a device that detects changes in quantities. A greater (smaller) thickness of arrows indicates a higher (lower) intensity of scientific and technological growth of sensor technological trajectory, considering the coefficients of regression in Table 3 . This study reveals that technological development of sensors is due to evolutionary pathways based on interactions of sensors with other technological systems, such as information and communication technologies, artificial intelligence, Internet of Things, etc. [33, 34, 36, 43, 45, 46, 49, 50] (cf., also [28, 47, 48, 54, [116] [117] [118] [119] [120] [121] [122] ). Results suggest that sensors have, as parasite technologies (i.e., depending on other technologies; [17] ), a wide spectrum of applications in medicine, environmental pollution, aircraft and automotive industries [123] [124] [125] [126] [127] . Moreover, the success of smart sensors is associated with the integration of the Internet of Things, through which it is possible to connect devices and exchange infor- Figure 10 . Macro evolution of sensor technology from electrical, (micro) electronic and smart sensors with scientific fields and technologies having high growth for pervasive and innovative development in industrial sectors. Note: A sensor is a device that detects changes in quantities. A greater (smaller) thickness of arrows indicates a higher (lower) intensity of scientific and technological growth of sensor technological trajectory, considering the coefficients of regression in Table 3 . This study reveals that technological development of sensors is due to evolutionary pathways based on interactions of sensors with other technological systems, such as information and communication technologies, artificial intelligence, Internet of Things, etc. [33, 34, 36, 43, 45, 46, 49, 50] (cf., also [28, 47, 48, 54, [116] [117] [118] [119] [120] [121] [122] ). Results suggest that sensors have, as parasite technologies (i.e., depending on other technologies; [17] ), a wide spectrum of applications in medicine, environmental pollution, aircraft and automotive industries [123] [124] [125] [126] [127] . Moreover, the success of smart sensors is associated with the integration of the Internet of Things, through which it is possible to connect devices and exchange information among people, systems, objects and many other devices [128] . Historically, research and development (R&D) efforts in sensor technology have been funded as an adjunct to large application programs that required sensors [16] . Now, selected R&D investments support the development of new and improved sensors with effective research planning processes directed to users for specific applications [129] . The descrip-tion here of new technological directions and characteristics of sensors, having improved performance capabilities and applications in different settings, can help policymakers to enhance the allocation of R&D investments in private and public research organizations for scientific and technological development, and technology transfer of new sensors in society [56, 64, [130] [131] [132] [133] [134] [135] [136] . This study also shows that sensor research is a vast research field in continuous evolution because of recent advances in information and communication technologies, artificial intelligence, nanoscience, human-computer interaction, cloud computing, etc. that enable intensive interactions of sensor technology with other disciplines and technologies. Overall, then, this study maintains that growing fields in sensor research are given by wireless sensor networks, wearable sensors and biosensors with new applications in environmental, sustainability and health sciences. However, these conclusions here are of course tentative. We know that other things are not equal in the science dynamics of sensor research and there is need for much more detailed examinations to explain other directions in the design, implementation and evaluation of interactive technology of sensors in society. The future development of this study is directed to reinforce this study with additional data to support the proposed empirical results here and extend the investigation on scientific ecosystem of sensors over time in order to clarify the advances of intelligent sensors in the presence of computing interactions, smart environments, human-machine interactions and/or virtual and augmented reality. Human progress and its socioeconomic effects in society Proceedings of International Symposium on Sensor Networks, Systemsand Security-Advances in Computing and Networking with Applications The impact of relative humidity on aerosol composition and evolution processes during wintertime in Beijing Driving forces of technological change: The relation between population growth and technological innovation: Analysis of the optimal interaction across countries New directions in measurement of economic growth, development and under development An introduction to the theories of institutional change Theories of Development The evolution of scientific disciplines in applied sciences: Dynamics and empirical properties of experimental physics How does science advance? Theories of the evolution of science Effects of Human Progress Driven by Technological Change on Physical and Mental Health Evolution and structure of research fields driven by crises and environmental threats: The COVID-19 research Evolution of technology in replacement of heart valves: Transcatheter aortic valves, a revolution for management of valvular heart diseases Expanding the Vision of Sensor Materials A theory of the evolution of technology: Technological parasitism and the implications for innovation magement High health expenditures and low exposure of population to air pollution as critical factors that can reduce fatality rate in COVID-19 pandemic crisis: A global analysis Review on Wearable Technology Sensors Used in Consumer Sport Applications Design and implementation of smart pressure sensor for automotive applications A Smart IoT System for Detecting the Position of a Lying Person Using a Novel Textile Pressure Sensor Development of electrical transduction based wearable tactile sensors for human vital signs monitor: Fundamentals, methodologies and applications Development of radio-frequency identification (RFID) sensors suitable for smart-monitoring applications in sewer systems The origins of the economics of Innovation The theory of technological parasitism for the measurement of the evolution of technology and technological forecasting A theory of classification and evolution of technologies within a Generalised Darwinism Why do nations produce science advances and new technology? Comparative Theories of the Evolution of Technology Destructive Technologies for Industrial and Corporate Change Fishbone diagram for technological analysis and foresight Deep learning technology for improving cancer care in society: New directions in cancer imaging driven by artificial intelligence Sources, Procedures, and Microeconomic Effects of Innovation Reliable Industry 4.0 Based on Machine Learning and IoT for Analyzing, Monitoring, and Securing Smart Meters Open-source federated learning frameworks for IoT: A comparative review and analysis Factors affecting the power of technological paradigms Smart sensor data acquisition in trains Bringing intelligence to all headphones Energy-Efficient Systems for Smart Sensor Communications Optimal sensor placement for uncertain inverse problem of structural parameter estimation AI-based smart and intelligent wheelchair Advanced solid state nano-electrochemical sensors and system for agri 4.0 applications Chemical Gas Sensors: Recent Developments, Challenges, and the Potential of Machine Learning-A Review Robust, and Durable Aramid Fiber/CNT Compo-site Paper as a Multifunctional Sensor for Wearable Applications Wrinkled, and Crack-Bridging Structure for Ul-trasensitive, Highly Selective Multidirectional Strain Sensors Towards improved clustering and routing protocol for wireless sensor networks Nanostructures for Biosensing, with a Brief Overview on Cancer Detection, IoT, and the Role of Machine Learning in Smart Biosensors Ultrasonic-based environmental perception for mobile 5g-oriented xr applications A low-cost jamming detection approach using performance metrics in cluster-based wireless sensor networks Elderly Perception on the Internet of Things-Based Integrated Smart-Home System Security Requirements for the Internet of Things: A Systematic Approach Energy-efficient hierarchical routing in wireless sensor networks based on fog computing MSCR: Multidimensional secure clustered routing scheme in hierarchical wireless sensor networks Energy-efficient time and energy resource allocation in non-selfish symbiotic cognitive relaying sensor network with privacy preserving for smart city A taxonomy of public research bodies: A systemic approach Spatial relation between geo-climate zones and technological outputs to explain the evolution of technology Varieties of capitalism's theory of innovation and a conceptual integration with leadership-oriented executives: The relation between typologies of executive, technological and socioeconomic performances Sources of disruptive technologies for industrial change. L'industria-Riv General properties of the evolution of research fields: A scientometric study of human microbiome, evolutionary robotics and astrobiology Evolution of innovation system literature: Intellectual bases and emerging trends What is the relationship between research funding and citation-based performance? A comparative analysis between critical disciplines Models of Science Dynamics: Encounters Between Complexity Theory and Information Sciences New entrepreneurial behaviour of public research organisations: Opportunities and threats of technological services supply Path-breaking directions of nanotechnology-based chemotherapy and molecular cancer therapy Evolution and convergence of the patterns of international scientific collaboration Patterns of Technological Innovation An introduction to the methods of inquiry in social sciences Wireless sensor network survey An overview of wireless sensor network and applications Wearable Medical Systems for p-Health Wearable sensors: Modalities, challenges, and prospects Biosensors-A perspective Biosensors: Sense and sensibility A topic modeling based bibliometric exploration of hydropower research MALLET: A Machine Learning for Language Toolkit Software Framework for Topic Modelling with Large Corpora Topic modeling coherence: A comparative study between LDA and NMF models using COVID'19 corpus Exploring the Space of Topic Coherence Measures Software-in-Loop Simulation of an Underwater Wireless Sensor Network for Monitoring Seawater Quality: Parameter Selection and Performance Validation Development and imple-mentation of a hybrid wireless sensor network of low power and long range for urban environments Low-cost IoT-based sensor system: A case study on harsh environ-mental monitoring Remote Pain Monitoring Using Fog Computing for e-Healthcare: An Efficient Architecture Wireless Sensor Networks for Environmental Monitoring Smart Bioimpedance Spectroscopy Device for Body Composition Estimation An efficient Time-sensitive data scheduling approach for Wireless Sensor Networks in smart cities The Comparison of Energy Consumption of Different Topologies in Multi-hop Wireless Sensor Networks Energy-efficient wireless sensor network with an unequal clustering protocol based on a balanced energy method (EEUCB) Pain and Stress Detection Using Wearable Sensors and Devices-A Review Use of wearable sensors to assess compliance of asthmatic children in response to lockdown measures for the COVID-19 epidemic Remote health patient monitoring system for early detection of heart disease Wearable sensors incorporating compensatory reserve measurement for advancing physiological monitoring in critically injured trauma patients Toward Remote Assessment of Physical Frailty Using Sensor-based Sit-to-stand Test Locally controlled sensing properties of stretchable pressure sensors enabled by micro-patterned piezoresistive device architecture Recent Progress on Flexible Capacitive Pressure Sensors: From Design and Materials to Applications Wearable physiological monitoring system based on elec-trocardiography and electromyography for upper limb rehabilitation training Wireless Body Sensor Communication Systems Based on UWB and IBC Technologies: State-of-the-Art and Open Challenges A lightweight exoskeleton-based portable gait data collection system Abnormal Gait Detection Using Wearable Hall-Effect Sensors An Overview of Optical and Electrochemical Sensors and Biosensors for Analysis of Antioxidants in Food during the Last 5 Years Simple and Cost-Effective Electrochemical Method for Norepinephrine Determination Based on Carbon Dots and Tyrosinase Minimally Invasive Electrochemical Patch-Based Sensor System for Monitoring Glucose and Lactate in the Human Body-A Survey-Based Analysis of the End-User's Perspective A Dual-Padded, Protrusion-Incorporated, Ring-Type Sensor for the Measurement of Food Mass and Intake Rapid SARS-CoV-2 detection using electrochemical immunosensor How (Un)sustainable Environments are Related to the Diffusion of COVID-19: The Relation between Coronavirus Disease 2019, Air Pollution, Wind Resource and Energy The relation between length of lockdown, numbers of infected people and deaths of Covid-19, and economic growth of countries: Lessons learned to cope with future pandemics similar to Covid-19 and to constrain the deterioration of economic system Effects of the spread of COVID-19 on public health of polluted cities: Results of the first wave for explaining the dejà vu in the second wave of COVID-19 pandemic and epidemics of future vital agents Technological exaptation and crisis management: Evidence from COVID-19 outbreaks. R&D Manag Current progress on COVID-19 related to biosensing technologies: New opportunity for detection and monitoring of viruses Remote Monitoring of Critically-Ill Post-Surgical Patients: Lessons from a Biosensor Implementation Trial A computational simulation platform for designing real-time monitoring systems with application to COVID-19 Wireless and battery-free platforms for collection of biosignals An Analysis Review of Detection Coronavirus Disease 2019 (COVID-19) Based on Biosensor Application Metrics to measure the technology transfer absorption: Analysis of the relationship between institutes and adopters in northern Italy Measuring scientific performance of public research units for strategic change Spatial patterns of technology transfer and measurement of its friction in the geo-economic space Comparative Hypotheses for Technology Analysis The Blackwell Encyclopedia of Sociology Emerging nanotechnological research for future pathways of biomedicine New technological trajectories of non-thermal plasma technology in medicine Extraction and Analysis of Respiratory Motion Using a Comprehensive Wearable Health Monitoring System High precision outdoor and indoor reference state es-timation for testing autonomous vehicles Design and field validation of a low power wireless sensor node for structural health monitoring Energy harvesting technologies for structural health monitoring of airplane components-A review Fault Detection and Identification Method for Quadcopter Based on Airframe Vibration Signals Internet of Everything (IoE) Taxonomies: A Survey and a Novel Knowledge-Based Taxonomy Interferometric device for the in-process measurement of diameter variation in the manufacture of ultraprecise spheres Strategy and market management of new product development and incremental innovation: Evidence from Italian SMEs Metabolism of public organizations: A case study Theories of Self-determination Ricerca pubblica e trasferimento tecnologico: Il caso della regione Piemonte Strategic change of public research units in their scientific activity Organisational (un)learning of public research labs in turbulent context How self-determination of scholars outclasses shrinking public research lab budgets, supporting scientific production: A case study and R&D management implications Funding: This study has no funders. Data Availability Statement: E-mail to: mario.coccia@cnr.it (Mario Coccia). The authors declare no conflict of interest.