Results of the ablation study on the gesture level of ICVL dataset.
\r\n\tThe formation of extremely thin films and layers has modified the basic concept of classical physics and made it possible to apply quantum concept. Therefore, the limitations of acting as the barrier to develop extremely small scale device structures could be overcome. Very small dimensions have created space for miniature devices or chips to accommodate very high power density but less costly electronic and electromechanical devices with more precision and high performance. Thus precise control of the design and fabrication with appreciably low dimensions has been possible. Now the era of nanotechnology has been a routine procedure for the miniaturization of particularly the electronic circuits and devices. Despite the ongoing advancement of research the complete picture of nanoscale concept is not yet clear and it awaits some exciting exploration. Indeed it is good news for the new generation researchers working on nanotechnology.
\r\n\tIn this edited book we will focus to bring together the latest approaches for practical realization of ultra thin films and layers that make the devices really small while keeping high energy density and higher efficiency. The enthusiastic R & D scientists and engineers may conduct further promising research on nano thin films and nanolayers of the conventional materials like silicon and germanium along with the recently developed layer compounds like graphene and its oxide derivatives and noble metal chalcogenides for electronic devices, circuits and interconnects.
Visual action recognition—the detection and classification of spatiotemporal patterns of human motion from videos—is a challenging task, which finds applications in a variety of domains including intelligent surveillance system [1], pedestrian intention recognition for advanced driver assistance system (ADAS) [2], and video-guided human behavior research [3]. For delivering complete description about human actions, this work proposes a multilevel action descriptor (Figure 1) to solve the existing representation problem of an action. For instance, traditional methods give the action representation of phoning for one person who is phoning while running and the same action descriptor for another person who is phoning while sitting. The action semantics for these two cases should be substantially different. The first difference is posture: one person is standing, and the other is sitting. The second difference is locomotion: one person is running, and the other is stationary. The proposed multilevel action descriptor consists of three levels: posture, locomotion, and gesture, which describe different categories of human subactions in a single action to address the above problem. Each level of subaction can be recognized by a corresponding convolutional neural network (CNN)-based classifier, which captures different appearance-based temporal features to represent a human subaction.
Conventional action representation and multilevel action descriptor: (a) texting for three different cases, (b) smoking for two different cases, and (c) structure of the multilevel action descriptor.
Most of the existing works [4, 5] have focused on video-based action recognition (“Is there a certain action in the video?”) trying to classify the video clip as a whole via globally pooled features. This global feature pooling method works well, however, fails to consider the difference in the actions of multiple individuals that are present at the same time. For instance, one person in the video is texting and, besides him, another person is smoking. In our work, the problem of action detection in video surveillance is addressed as: “is there a certain action in the video, and where is it spatially and temporally?” The rationale behind the action detection strategy is partly inspired by the technique used in a recent paper [6], where the regions of action are located and then classified to improve the representational power and classification accuracy.
This work aims to develop a real-time action recognition system with localizing and recognizing actions for multiple persons at the same time. Many works have been studied to estimate human pose [7, 8, 9, 10] and analyze motion information [11] in real time. However, to the best of our knowledge, the real-time multilevel action descriptor was first introduced by the authors in [12] and this work is the extended version by adding two new actions, bicycling and phoning, and the evaluation of the processing time.
Figure 2 shows the overall scheme of the proposed real-time action recognition model. Through background modeling, motion-detection, human-detection, and multiple-object tracking, the appearance-based temporal features of the regions of interest (ROIs) are fed into the three CNNs, which make predictions using the shape, the motion history, and their combined cues. In the training phase, the ROIs and the multilevel action annotations are acquired manually in each frame of the training videos, and three appearance-based temporal features, namely—binary difference image (BDI), motion history image (MHI), and weighted average image (WAI)—are computed from the ROIs. Every level of the subaction has its own CNN classifier denoted as PostureNet, LocomotionNet, and GestureNet, respectively.
Overall process of the proposed real-time multilevel action recognition model.
In the testing phase, the prediction of each CNN in the multi-CNN model corresponds to the decision in one subaction level. A motion saliency region is generated using a Gaussian mixture model (GMM) to eliminate regions that are not likely to contain the motion. This leads to a big reduction in the number of regions to be processed. The conventional sliding window-based scheme is used on the motion saliency region as a mask. In the sliding window, a human-detection histogram of oriented gradient (HOG) descriptor [13] with a latent support vector machine (SVM) [14] is used to detect an initial human action in the ROIs. Then, the regions undergo Kalman filtering-based refinement of the locations in the image plane. Given the refined action in the ROI, the shape, the motion history, and their combined cues are used with the aid of the CNNs to predict three subaction categories. Finally, the postprocessing stage checks for any conflicts in the structure of the subaction descriptor and applies temporal smoothing according to the previous action history of each individual for the purpose of noise reduction.
The main contributions of this work can be summarized as follows:
The multilevel action descriptor is presented for the real-time action recognition. The multilevel action descriptor consists of three levels. The combination of subaction from three levels can describe many different types of actions precisely. Furthermore, new subactions or action-levels can be easily incorporated into the multilevel action descriptor.
A real-time action recognition model is developed on the basis of appearance-based temporal features with a multi-CNN classifier. Presented in this study is a model for action recognition that simultaneously localizes and recognizes multiple actions of individuals with both low computational cost and high accuracy.
Motion energy image (MEI) and motion history image (MHI) [15, 16] are the most pervasive appearance-based temporal features. The advantage of these methods is that they are simple, fast, and efficient in controlled environments, for instance, when the background of the surveillance video (from a top-view camera) is always static. The fatal flaw in MHI is that it cannot capture interior motions—it can only capture human shapes [12]. In our work, a novel method for encoding these temporal features is proposed, and a study of how many appearance-based temporal features affect performance is provided. Other appearance-based temporal methods are the active shape model, the learned dynamic prior model, and the motion prior model. In addition, the motion is consistent and easily characterized by a definite space-time trajectory in some feature spaces. Based on visual tracking, some approaches use motion trajectories (e.g., generic and parametric optical flow) of predefined human regions or body interest points to recognize actions [17, 18].
Over the past few years, local spatiotemporal feature-based algorithms are the most popular ones for recognizing human actions. Laptev [19] proposed space-time interest point (STIP) by extending the 2D Harris corner to a 3D spatiotemporal domain. Kim et al. [20] introduced a multiway feature pooling approach that uses unsupervised clustering of segment-level HoG3D [21] features. Li et al. [22] extracted spatiotemporal features that are a subset of improved dense trajectory (IDT) features [5, 23], namely, histogram of flow (HoF), motion boundary histogram (MBH), MBHx, and MBHy, by removing camera motion to recognize egocentric actions. However, the disadvantage of the local spatiotemporal algorithms is that it is computationally expensive.
Some alternative methods for action recognition have been proposed. Vahdat et al. [23] developed a temporal model consisting of key poses for recognizing higher level activities. Lan et al. [24] introduced a structure for a latent variable framework that encodes contextual information. Jiang et al. [6] proposed a unified tree-based framework for action localization and recognition based on an HoF descriptor and a defined initial action segmentation mask. Lan et al. [25] introduced a multiskip feature-stacking method for enhancing the learnability of action representations. In addition, hidden Markov models (HMMs), dynamic Bayesian networks (DBNs), and dynamic time warping (DTP) are well-studied methods for speed variation in actions. However, actions cannot be reliably estimated in real-world environments using these methods.
Computing handcrafted features from raw video frames and learning classifiers on the basis of the obtained features are a basic two-step approach used in most of the existing methods. In real-world applications, the design of the feature and the choice of the feature are the most difficult and highly problem-dependent issues. Especially for human action recognition, different action categories may look dramatically different according to their appearances and motion patterns. Deep CNNs make some impressive results for the task of action classification [26, 27]. Karpathy et al. [28] trained a deep CNN using 1 million videos for action classification. Gkioxari and Malik [29] built action detection models that select candidate regions using CNNs and then classify them using SVM. Using two-stream deep CNNs with optical flow, Simonyan and Zisserman [30] achieved a result that is comparable to IDT [5]. Ji et al. [31] built a 3D CNN model that extracts appearance and motion features from both spatial and temporal dimensions in multiple adjacent frames.
Intraclass variation in the action category is ambiguous, as shown in Figure 1(a) and (b). Although the actions of the three persons are texting in Figure 1(a), they can be distinguished from a deeper aspect: the first is texting while sitting, the second texting while standing and is stationary, and the third is texting while walking. Assigning the same action label (texting) is insufficient in video surveillance because they are of different states either in posture or in locomotion for the same action. This is the same problem for the action of smoking in Figure 1(b).
The proposed multilevel action descriptor is depicted in Figure 1(c), where the subactions shown in each level are just examples that have been studied in this work and can be easily expanded by adding new subactions. Each of the three action levels, posture, locomotion, and gesture, has a corresponding CNN, and the total three CNNs work simultaneously. The first network, PostureNet, operates on a static cue and captures the shape of the subject of the motion. The second network, LocomotionNet, operates on a motion cue and captures the history of the motion of the subject. And, the third network, GestureNet, operates on a combination of static and motion cues and captures the patterns of a subtle action by the subject. In this descriptor, three levels can be combined to represent many different types of actions with a large degree of freedom.
For real-time applications, a processing time of 20–30 ms for each frame, a stable bounding box for the human action region, and a low false detection rate are the important factors for human detection and tracking. Therefore, we adapt existing methods to provide a stable human action region for subsequent action recognition.
The sliding window is the bottleneck in the processing time of the object detection because many windows, in general, contain no object. To this end, motion detection is performed before object detection to discard regions that are void of motion. The size of the mini motion map is computed with the following equation:
The default value of sizedetection is (64, 128) and that of stride is (8, 8) in HOG [12]. Figure 3 shows the mini motion map. For instance, if the size of the original image is 640 × 360, then the size of the mini motion map is 77 × 34.
Mini motion map for reducing the unnecessary computation in the HOG-based human detector: (a) original image with a size of 640 × 360 and (b) mini motion map with a size of 77 × 34, which was calculated from the GMM-based motion detection.
In object tracking, three cases exist in the data association problem: (1) adding a new track, (2) updating an existing track, and (3) deleting a track [32]. The procedure for handling multiple detections and tracks is shown in Figure 4. When a new track is added, it starts to count the number of frames that the track has updated without detection. If the number is larger than the threshold nskip, the track is considered being disappeared and is therefore deleted.
Procedure for multiple detections and tracks.
Appearance-based temporal features are very simple, fast, and work effectively in controlled environments, such as in surveillance systems where the cameras are installed on rooftops or high poles. Therefore, the view angles of the cameras are toward dominant ground planes. A video F is just a real function of three variables:
The frame coordinate (x, y) and t is the index of the video frame. In a multilevel action descriptor, each level has one independent CNN that obtains different appearance-based temporal features. The BDI encodes the static shape information of the subject, denoted as b(x, y, t), and is given by Eq. (3):
It calculates the difference between the current frame f(x, y, t) and the background frame f(x, y, t0) and compares with a threshold ξthr. Examples are given in Figure 5 where BDIs are utilized for the posture level of the subaction descriptor, for example, sitting and standing.
Examples of BDI for different subactions.
In a motion history image, pixel intensity is a function of the temporal history of motion at that point. MHI captures the motion history patterns of the actor, denoted as h(x, y, t), and is defined using a simple replacement and a decay operator in Eqs. (4)–(6) [14].
MHI is calculated from the difference between the current frame f(x, y, t) and the previous frame f(x, y, t-1) in Eq. (4). MHI is a vector image of motion, where more recently moving regions are brighter (see Figure 6). MHIs are used for the locomotion level of the multilevel action descriptor, which comprises stationary, walking, running, and bicycling. MHI captures the motion history cue of the subject, where more recently moving pixel regions are brighter. In Eq. (6), hyperparameter n is critical in defining the temporal range of an action. An MHI with a large n covers a long range of action history; however, it is insensitive to current actions. Similarly, MHI with a small n puts the focus on the recent actions and ignores past actions. Hence, choosing a good n can be fairly difficult.
Examples of MHI for different subactions.
Weighted average images (WAIs) are applied at the gesture level of the multilevel action descriptor, which comprises nothing, texting, smoking, phoning, and others. For recognizing subtle actions, the easiest way would be to use the shape or motion history of the actor. It is constructed as a linear combination of BDI and MHI, which is given by Eq. (7):
Here, w = {w1, w2}T is another hyperparameter. Figure 7 shows some examples of WAI for different subactions. WAIs were applied at the gesture level of the subaction descriptor, which comprises nothing, texting, smoking, phoning, and others. WAI obtained the combined cues of the shape and the motion history. Texting (frequently moving fingers) and smoking (repeated hand-to-mouth motion) were captured in WAIs.
Examples of WAI for different subactions.
In order to reduce the computation time, a lightweight CNN architecture is devised for real-time human action recognition, as shown in Figure 8. The architectures of PostureNet, LocomotionNet, and GestureNet are identical with two convolutional layers, two subsampling layers, two fully connected layers, and one softmax regression layer. However, they need to be trained based on the different training data of multilevel action descriptor. The architecture of the network is as follows: Input-Convolution-ReLUs-Max pooling-Convolution-ReLUs-Max pooling-Fully connection-Dropout-Fully connection-Dropout-Fully connection-Softmax regression. The output layer consists of the same number of units as the number of subactions at the corresponding level of the descriptor. If the computational efficiency is not critical, one could use more complicated architectures [33, 34]. In our study, Adam optimizer [35] is used with a learning rate of 1e−3 and β1 = 0.5 with a batch size of 256 examples and a weight decay of 5e−4. The networks are trained for 1K iterations [36].
Architecture of a CNN.
In this section, an ablation study of the appearance temporal features with the CNN-based approach is presented, and the results of the action recognition are shown with the ICVL dataset. The average processing time was computed based on the ICVL test videos. The experimental results showed that appearance-based temporal features with a multi-CNN classifier effectively recognize actions in surveillance videos.
To quantify the results, we use the average precision at the frame-based frame-AP. The frame-AP was used in other approaches at the frame-based evaluation. Frame-AP: recognition is correct if the intersection-over-union (IOU) with the ground truth and detection area at that frame is greater than σ(σ = 0.5), and the action label is correctly predicted.
LocomotionNet encodes sequential frames as memory capacity to represent actions. However, deciding the number of frames n in Eq. (6) is a highly action-dependent issue. In this work, the number of frames in the MHI was defined by performing a grid search from 5 to 50 frames with an interval of 5. Figure 9 plots the classification accuracy (mAP) at the frame-based measurement for the subactions at the locomotion level of the multilevel action descriptor. The gray circles are drawn while training LocomotionNet from 100 to 1K iterations with an interval of 100. The circles lie over a 1.96 standard error of the mean and standard deviation in white. The baseline accuracy at n = 10 is given by encoding the temporal features. With n equal to 25 frames, LocomotionNet was able to get a performance boost from 1 to 2% of the mAP. This evidence indicates that correctly recognizing one action would need approximately 2 s (15 fps in the ICVL videos).
Memory capacity in MHI for the locomotion level of the multilevel action descriptor.
Table 1 shows the results of each temporal feature with CNN. An ablation study of the proposed approach at the gesture level is presented by evaluating the performance of the two appearance-based temporal features, BDI and MHI, and their combination. Frame-AP is reported for PostureNet, LocomotionNet, and GestureNet. The leading scores of each label are displayed in bold font. As in Eq. (7), WAI is the weighted average of BDI and MHI. GestureNet performed significantly better than PostureNet and LocomotionNet, showing the significance of the combined cues for the task of gesture-level subaction recognition. The GestureNet combines the static and motion history cues to capture specific patterns of the action.
Frame-AP (%) | Nothing | Texting | Smoking | Phoning | mAP |
---|---|---|---|---|---|
PostureNet | 51.3 | 42.0 | 11.2 | 37.9 | 35.6 |
LocomotionNet | 62.4 | 53.5 | 14.7 | 49.2 | 45.0 |
GestureNet | 53.4 | 83.3 | 26.7 | 57.9 | 55.3 |
Results of the ablation study on the gesture level of ICVL dataset.
Figure 10 shows the mAP across subactions at the gesture level of the multilevel action descriptor at the frame-based measurement with regard to varying weights on WAI and training iterations of the GestureNet. In the experiment, w1 = 0.6 and w2 = 0.4 show a significant improvement beyond w1 = 0.5 and w2 = 0.5. This implies that the shape cue is more important than the motion history cue in WAI and is quite different from the results in Table 1. One possible explanation for this finding is that the motion history cue is more informative than the shape cue if they are used individually. For the remainder of the experimental results, w1 = 0.6 and w2 = 0.4 were used in WAI.
Recognition results with regard to varying weights of WAI and training iterations on GestureNet.
To evaluate the effectiveness of the action-recognition model, we included the full confusion matrixes as a source of additional insight. Figure 11 shows that the proposed approach achieved an mAP of 73.2% at the frame-based measurement. The horizontal rows are the ground truth, and the vertical columns are the predictions. Each row was normalized to a sum of 1. The proposed method was able to get most of the subaction categories correct, except for smoking. The results of the experiment show that a multilevel action descriptor can eliminate many misclassifications by dividing one action into many subactions that are not at the same levels.
Confusion matrixes of the ICVL dataset at the frame-based measurement for the action-recognition task when using appearance-based temporal features with a multi-CNN classifier.
Figure 12 shows qualitative localization and recognition results using the proposed approach on the test set of the ICVL dataset. Each block corresponds to a video from a different camera. Two frames are shown from each video. The test platform has a PC with an Intel Core i7-4770 CPU at 3.49 GHz with 32 GB memory. The input video was resized to 640 × 480, and the processing time was tested on 72 videos shown in Table 2.
Examples of action localization and recognition results from the ICVL dataset.
Module | Motion | Detection | Tracking | BDI | MHI | WAI | CNNs | Others | Overall |
---|---|---|---|---|---|---|---|---|---|
Processing time (ms) | 11.33 | 11.60 | 0.28 | 0.26 | 0.83 | 0.12 | 4.66 | 12.16 | 42.93 |
Average processing time of the proposed action detection model.
This work introduced a new approach to real-time action recognition using multilevel action descriptor in video surveillance system. Experimental results demonstrated that a multilevel action descriptor delivers a complete set of information about human actions and significantly eliminates misclassifications by a large number of actions that are built by few independent subactions at different levels. An ablation study showed the effect of each temporal feature when considered separately. Shape and motion history cues are complementary, and the combination of both leads to a significant improvement in action recognition performance. In addition, the proposed action recognition model simultaneously localizes and recognizes the actions of multiple individuals at low computational cost with acceptable accuracy. The model ran at around 25 fps in 640 × 480 frame size, which is suitable for real-time surveillance applications. In future work, we will extend the approach to learn deep motion flow from original frame sequences and combine detecting and recognizing in one network for becoming an end-to-end human action detection framework.
This work was supported by the Industrial Technology Innovation Program, “10052982, Development of multiangle front camera system for intersection AEB,” funded by the Ministry of Trade, Industry, & Energy (MOTIE, Korea).
Financial barriers should never prevent researchers from publishing their research. With the need to make scientific research more publically available and support the benefits of Open Access, more institutions and funders have dedicated funds to assist their faculty members and researchers cover the Open Access Publishing Fees (OAPFs) associated with publishing in Open Access. Below we have outlined several options available to secure financing for your Open Access publication.
",metaTitle:"Waiver Policy",metaDescription:"We feel that financial barriers should never prevent researchers from publishing their research. With the need to make scientific research more publically available and support the benefits of Open Access, more institutions and funders have dedicated funds to assist their faculty members and researchers cover the APCs associated with publishing in Open Access. Below we have outlined several options available to secure financing for your Open Access publication.",metaKeywords:null,canonicalURL:"/page/waiver-policy",contentRaw:'[{"type":"htmlEditorComponent","content":"At IntechOpen, most OAPFs are paid by an author’s institution or funding agency (Institutions vs. Authors 73% : 23%). The first step in obtaining funds for your Open Access publication begins with your institution or library. IntechOpen’s publishing standards align with most institutional funding programs, so we invite you to petition your institution for help in financing your Open Access publication.
\\n\\nAs Open Access becomes a more commonly used publishing option for the dissemination of scientific and scholarly content, in addition to institutions showing support, there are a number of funders who allow the use of grants/research grant money for covering OA publication costs or have established separate funds for the same purpose.
\\n\\nTake a look at our Open Access Funding page to explore some of these funding opportunities and learn more about how you can possibly finance your IntechOpen publication. Keep in mind this is not a complete list, while we are constantly working on updating and informing our authors of funding opportunities, it is always recommended to check with your institution first.
\\n\\nFor authors who cannot obtain funding from their institutions or research funding bodies, and still need help in covering publication costs, IntechOpen offers the possibility of applying for a waiver.
\\n\\nIn our mission to support authors get their research published and make an impact within the scientific community, 14% of authors receive full waivers, and 6% of authors receive partial waivers.
\\n\\nWe aim to support all of our international authors, however, partial or full waiver priority will be given to our authors with proof of residence in countries that are classified by the World Bank as low-income economies. In this way, we can help ensure that the scientific work being done, no matter where in the world, can make an impact within the worldwide scientific community.
\\n\\nThe application process is only open after your submitted manuscript is accepted for publication. To apply, fill out a waiver request form and send your completed form to your Author Service Manager. If you have an official letter from your university or institution showing that funds for your OA publication are unavailable, you may send that as well. The waiver request will normally be addressed within one week from the application date. All chapters that receive waivers or partial waivers will be marked as such online.
\\n\\nDownload Waiver Request Form
\\n\\nFeel free to contact us at oapf@intechopen.com for questions about funding options or our waiver program. If you are already in the process, contact your Author Service Manager, they are there to assist you!
\\n\\nNote: All data represented above was collected by IntechOpen from 2013 to 2017.
\\n"}]'},components:[{type:"htmlEditorComponent",content:'At IntechOpen, most OAPFs are paid by an author’s institution or funding agency (Institutions vs. Authors 73% : 23%). The first step in obtaining funds for your Open Access publication begins with your institution or library. IntechOpen’s publishing standards align with most institutional funding programs, so we invite you to petition your institution for help in financing your Open Access publication.
\n\nAs Open Access becomes a more commonly used publishing option for the dissemination of scientific and scholarly content, in addition to institutions showing support, there are a number of funders who allow the use of grants/research grant money for covering OA publication costs or have established separate funds for the same purpose.
\n\nTake a look at our Open Access Funding page to explore some of these funding opportunities and learn more about how you can possibly finance your IntechOpen publication. Keep in mind this is not a complete list, while we are constantly working on updating and informing our authors of funding opportunities, it is always recommended to check with your institution first.
\n\nFor authors who cannot obtain funding from their institutions or research funding bodies, and still need help in covering publication costs, IntechOpen offers the possibility of applying for a waiver.
\n\nIn our mission to support authors get their research published and make an impact within the scientific community, 14% of authors receive full waivers, and 6% of authors receive partial waivers.
\n\nWe aim to support all of our international authors, however, partial or full waiver priority will be given to our authors with proof of residence in countries that are classified by the World Bank as low-income economies. In this way, we can help ensure that the scientific work being done, no matter where in the world, can make an impact within the worldwide scientific community.
\n\nThe application process is only open after your submitted manuscript is accepted for publication. To apply, fill out a waiver request form and send your completed form to your Author Service Manager. If you have an official letter from your university or institution showing that funds for your OA publication are unavailable, you may send that as well. The waiver request will normally be addressed within one week from the application date. All chapters that receive waivers or partial waivers will be marked as such online.
\n\nDownload Waiver Request Form
\n\nFeel free to contact us at oapf@intechopen.com for questions about funding options or our waiver program. If you are already in the process, contact your Author Service Manager, they are there to assist you!
\n\nNote: All data represented above was collected by IntechOpen from 2013 to 2017.
\n'}]},successStories:{items:[]},authorsAndEditors:{filterParams:{sort:"featured,name"},profiles:[{id:"6700",title:"Dr.",name:"Abbass A.",middleName:null,surname:"Hashim",slug:"abbass-a.-hashim",fullName:"Abbass A. Hashim",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/6700/images/1864_n.jpg",biography:"Currently I am carrying out research in several areas of interest, mainly covering work on chemical and bio-sensors, semiconductor thin film device fabrication and characterisation.\nAt the moment I have very strong interest in radiation environmental pollution and bacteriology treatment. The teams of researchers are working very hard to bring novel results in this field. I am also a member of the team in charge for the supervision of Ph.D. students in the fields of development of silicon based planar waveguide sensor devices, study of inelastic electron tunnelling in planar tunnelling nanostructures for sensing applications and development of organotellurium(IV) compounds for semiconductor applications. I am a specialist in data analysis techniques and nanosurface structure. I have served as the editor for many books, been a member of the editorial board in science journals, have published many papers and hold many patents.",institutionString:null,institution:null},{id:"54525",title:"Prof.",name:"Abdul Latif",middleName:null,surname:"Ahmad",slug:"abdul-latif-ahmad",fullName:"Abdul Latif Ahmad",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:null},{id:"20567",title:"Prof.",name:"Ado",middleName:null,surname:"Jorio",slug:"ado-jorio",fullName:"Ado Jorio",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:null},{id:"47940",title:"Dr.",name:"Alberto",middleName:null,surname:"Mantovani",slug:"alberto-mantovani",fullName:"Alberto Mantovani",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:null},{id:"12392",title:"Mr.",name:"Alex",middleName:null,surname:"Lazinica",slug:"alex-lazinica",fullName:"Alex Lazinica",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/12392/images/7282_n.png",biography:"Alex Lazinica is the founder and CEO of IntechOpen. After obtaining a Master's degree in Mechanical Engineering, he continued his PhD studies in Robotics at the Vienna University of Technology. Here he worked as a robotic researcher with the university's Intelligent Manufacturing Systems Group as well as a guest researcher at various European universities, including the Swiss Federal Institute of Technology Lausanne (EPFL). During this time he published more than 20 scientific papers, gave presentations, served as a reviewer for major robotic journals and conferences and most importantly he co-founded and built the International Journal of Advanced Robotic Systems- world's first Open Access journal in the field of robotics. Starting this journal was a pivotal point in his career, since it was a pathway to founding IntechOpen - Open Access publisher focused on addressing academic researchers needs. Alex is a personification of IntechOpen key values being trusted, open and entrepreneurial. Today his focus is on defining the growth and development strategy for the company.",institutionString:null,institution:{name:"Vienna University of Technology",country:{name:"Austria"}}},{id:"19816",title:"Prof.",name:"Alexander",middleName:null,surname:"Kokorin",slug:"alexander-kokorin",fullName:"Alexander Kokorin",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/19816/images/1607_n.jpg",biography:"Alexander I. Kokorin: born: 1947, Moscow; DSc., PhD; Principal Research Fellow (Research Professor) of Department of Kinetics and Catalysis, N. Semenov Institute of Chemical Physics, Russian Academy of Sciences, Moscow.\nArea of research interests: physical chemistry of complex-organized molecular and nanosized systems, including polymer-metal complexes; the surface of doped oxide semiconductors. He is an expert in structural, absorptive, catalytic and photocatalytic properties, in structural organization and dynamic features of ionic liquids, in magnetic interactions between paramagnetic centers. The author or co-author of 3 books, over 200 articles and reviews in scientific journals and books. He is an actual member of the International EPR/ESR Society, European Society on Quantum Solar Energy Conversion, Moscow House of Scientists, of the Board of Moscow Physical Society.",institutionString:null,institution:null},{id:"62389",title:"PhD.",name:"Ali Demir",middleName:null,surname:"Sezer",slug:"ali-demir-sezer",fullName:"Ali Demir Sezer",position:"Assist. Prof.",profilePictureURL:"https://mts.intechopen.com/storage/users/62389/images/3413_n.jpg",biography:"Dr. Ali Demir Sezer has a Ph.D. from Pharmaceutical Biotechnology at the Faculty of Pharmacy, University of Marmara (Turkey). He is the member of many Pharmaceutical Associations and acts as a reviewer of scientific journals and European projects under different research areas such as: drug delivery systems, nanotechnology and pharmaceutical biotechnology. Dr. Sezer is the author of many scientific publications in peer-reviewed journals and poster communications. Focus of his research activity is drug delivery, physico-chemical characterization and biological evaluation of biopolymers micro and nanoparticles as modified drug delivery system, and colloidal drug carriers (liposomes, nanoparticles etc.).",institutionString:null,institution:{name:"Marmara University",country:{name:"Turkey"}}},{id:"61051",title:"Prof.",name:"Andrea",middleName:null,surname:"Natale",slug:"andrea-natale",fullName:"Andrea Natale",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:null},{id:"100762",title:"Prof.",name:"Andrea",middleName:null,surname:"Natale",slug:"andrea-natale",fullName:"Andrea Natale",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:null},{id:"107416",title:"Dr.",name:"Andrea",middleName:null,surname:"Natale",slug:"andrea-natale",fullName:"Andrea Natale",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:null},{id:"64434",title:"Dr.",name:"Angkoon",middleName:null,surname:"Phinyomark",slug:"angkoon-phinyomark",fullName:"Angkoon Phinyomark",position:"Postdoctoral researcher",profilePictureURL:"https://mts.intechopen.com/storage/users/64434/images/2619_n.jpg",biography:"My name is Angkoon Phinyomark. I received a B.Eng. degree in Computer Engineering with First Class Honors in 2008 from Prince of Songkla University, Songkhla, Thailand, where I received a Ph.D. degree in Electrical Engineering. My research interests are primarily in the area of biomedical signal processing and classification notably EMG (electromyography signal), EOG (electrooculography signal), and EEG (electroencephalography signal), image analysis notably breast cancer analysis and optical coherence tomography, and rehabilitation engineering. I became a student member of IEEE in 2008. During October 2011-March 2012, I had worked at School of Computer Science and Electronic Engineering, University of Essex, Colchester, Essex, United Kingdom. In addition, during a B.Eng. I had been a visiting research student at Faculty of Computer Science, University of Murcia, Murcia, Spain for three months.\n\nI have published over 40 papers during 5 years in refereed journals, books, and conference proceedings in the areas of electro-physiological signals processing and classification, notably EMG and EOG signals, fractal analysis, wavelet analysis, texture analysis, feature extraction and machine learning algorithms, and assistive and rehabilitative devices. I have several computer programming language certificates, i.e. Sun Certified Programmer for the Java 2 Platform 1.4 (SCJP), Microsoft Certified Professional Developer, Web Developer (MCPD), Microsoft Certified Technology Specialist, .NET Framework 2.0 Web (MCTS). I am a Reviewer for several refereed journals and international conferences, such as IEEE Transactions on Biomedical Engineering, IEEE Transactions on Industrial Electronics, Optic Letters, Measurement Science Review, and also a member of the International Advisory Committee for 2012 IEEE Business Engineering and Industrial Applications and 2012 IEEE Symposium on Business, Engineering and Industrial Applications.",institutionString:null,institution:{name:"University Joseph Fourier (Grenoble I)",country:null}},{id:"55578",title:"Dr.",name:"Antonio",middleName:null,surname:"Jurado-Navas",slug:"antonio-jurado-navas",fullName:"Antonio Jurado-Navas",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/55578/images/4574_n.png",biography:"Antonio Jurado-Navas received the M.S. degree (2002) and the Ph.D. degree (2009) in Telecommunication Engineering, both from the University of Málaga (Spain). He first worked as a consultant at Vodafone-Spain. From 2004 to 2011, he was a Research Assistant with the Communications Engineering Department at the University of Málaga. In 2011, he became an Assistant Professor in the same department. From 2012 to 2015, he was with Ericsson Spain, where he was working on geo-location\ntools for third generation mobile networks. Since 2015, he is a Marie-Curie fellow at the Denmark Technical University. His current research interests include the areas of mobile communication systems and channel modeling in addition to atmospheric optical communications, adaptive optics and statistics",institutionString:null,institution:null}],filtersByRegion:[{group:"region",caption:"North America",value:1,count:451},{group:"region",caption:"Middle and South America",value:2,count:605},{group:"region",caption:"Africa",value:3,count:199},{group:"region",caption:"Asia",value:4,count:1081},{group:"region",caption:"Australia and Oceania",value:5,count:75},{group:"region",caption:"Europe",value:6,count:1470}],offset:12,limit:12,total:103552},chapterEmbeded:{data:{}},editorApplication:{success:null,errors:{}},ofsBooks:{filterParams:{},books:[{type:"book",id:"6841",title:"Environmental Impact of Coal Mining",subtitle:null,isOpenForSubmission:!0,hash:"7a8afe368fe4e28ac98644281db99678",slug:null,bookSignature:"",coverURL:"https://cdn.intechopen.com/books/images_new/6841.jpg",editedByType:null,editors:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6842",title:"Aerosol Generation",subtitle:null,isOpenForSubmission:!0,hash:"efe043290c576559ee15f293bc924f65",slug:null,bookSignature:"",coverURL:"https://cdn.intechopen.com/books/images_new/6842.jpg",editedByType:null,editors:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6857",title:"Sol-gel Synthesis of Nanoparticles",subtitle:null,isOpenForSubmission:!0,hash:"04543c86f1b644f12f1e3294d9bb9b75",slug:null,bookSignature:"Dr. Kalsoom Akhtar, Dr. Sher Bahadar Khan, Dr. Fayaz Ali and Dr. Abdullah M. Asiri",coverURL:"https://cdn.intechopen.com/books/images_new/6857.jpg",editedByType:null,editors:[{id:"245469",title:"Dr.",name:"Kalsoom",surname:"Akhtar",slug:"kalsoom-akhtar",fullName:"Kalsoom Akhtar"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6865",title:"Avatars - 3D Characters or Humanoid Robots as a Key for Future Interaction",subtitle:null,isOpenForSubmission:!0,hash:"e208316a62e4ab5b042486aea682ee18",slug:null,bookSignature:"Prof. Ahmad Hoirul Basori",coverURL:"https://cdn.intechopen.com/books/images_new/6865.jpg",editedByType:null,editors:[{id:"13394",title:"Prof.",name:"Ahmad Hoirul",surname:"Basori",slug:"ahmad-hoirul-basori",fullName:"Ahmad Hoirul Basori"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6867",title:"Hygiene and Health",subtitle:null,isOpenForSubmission:!0,hash:"8822409955307b3fca03816188d475e9",slug:null,bookSignature:"",coverURL:"https://cdn.intechopen.com/books/images_new/6867.jpg",editedByType:null,editors:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6868",title:"Industrial Use of Electrolysis",subtitle:null,isOpenForSubmission:!0,hash:"ee3411b8e247c50e9dc81fa86219ae3c",slug:null,bookSignature:"",coverURL:"https://cdn.intechopen.com/books/images_new/6868.jpg",editedByType:null,editors:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6877",title:"Environmental Health",subtitle:null,isOpenForSubmission:!0,hash:"94bdbe3ffbda57de2952961bb286dba5",slug:null,bookSignature:"Prof. Abdelhadi Makan",coverURL:"https://cdn.intechopen.com/books/images_new/6877.jpg",editedByType:null,editors:[{id:"247727",title:"Prof.",name:"Abdelhadi",surname:"Makan",slug:"abdelhadi-makan",fullName:"Abdelhadi Makan"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6899",title:"Chronobiology",subtitle:null,isOpenForSubmission:!0,hash:"521dfb38a216470da6f8f7d02469832c",slug:null,bookSignature:"Dr. Pavol Svorc",coverURL:"https://cdn.intechopen.com/books/images_new/6899.jpg",editedByType:null,editors:[{id:"169212",title:"Dr.",name:"Pavol",surname:"Svorc",slug:"pavol-svorc",fullName:"Pavol Svorc"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6901",title:"Chemical Ecology and Semiochemistry",subtitle:null,isOpenForSubmission:!0,hash:"b0e57b577bb258d8d3290e46066153b1",slug:null,bookSignature:"Prof. Sajal Ray",coverURL:"https://cdn.intechopen.com/books/images_new/6901.jpg",editedByType:null,editors:[{id:"173697",title:"Prof.",name:"Sajal",surname:"Ray",slug:"sajal-ray",fullName:"Sajal Ray"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6908",title:"Cellular Senescence",subtitle:null,isOpenForSubmission:!0,hash:"10449bfc4a1c33bf377190ce699ec129",slug:null,bookSignature:"",coverURL:"https://cdn.intechopen.com/books/images_new/6908.jpg",editedByType:null,editors:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6914",title:"Proteomics Technologies and Applications",subtitle:null,isOpenForSubmission:!0,hash:"a38a096c9acaf7cad951db42497b23ac",slug:null,bookSignature:"Prof. Ibrokhim Y. Abdurakhmonov",coverURL:"https://cdn.intechopen.com/books/images_new/6914.jpg",editedByType:null,editors:[{id:"124834",title:"Prof.",name:"Ibrokhim",surname:"Abdurakhmonov",slug:"ibrokhim-abdurakhmonov",fullName:"Ibrokhim Abdurakhmonov"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6916",title:"Fabry Disease - Overview and Perspectives",subtitle:null,isOpenForSubmission:!0,hash:"b10f37a93e56d6b0bd21e113c2748d32",slug:null,bookSignature:"Prof. Ane Claudia Fernandes Nunes",coverURL:"https://cdn.intechopen.com/books/images_new/6916.jpg",editedByType:null,editors:[{id:"55270",title:"Prof.",name:"Ane",surname:"Nunes",slug:"ane-nunes",fullName:"Ane Nunes"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}}],filtersByTopic:[{group:"topic",caption:"Agricultural and Biological Sciences",value:5,count:29},{group:"topic",caption:"Biochemistry, Genetics and Molecular Biology",value:6,count:31},{group:"topic",caption:"Business, Management and Economics",value:7,count:7},{group:"topic",caption:"Chemistry",value:8,count:32},{group:"topic",caption:"Computer and Information Science",value:9,count:20},{group:"topic",caption:"Earth and Planetary Sciences",value:10,count:8},{group:"topic",caption:"Engineering",value:11,count:92},{group:"topic",caption:"Environmental Sciences",value:12,count:12},{group:"topic",caption:"Immunology and Microbiology",value:13,count:10},{group:"topic",caption:"Materials Science",value:14,count:20},{group:"topic",caption:"Mathematics",value:15,count:6},{group:"topic",caption:"Medicine",value:16,count:99},{group:"topic",caption:"Nanotechnology and Nanomaterials",value:17,count:8},{group:"topic",caption:"Neuroscience",value:18,count:4},{group:"topic",caption:"Pharmacology, Toxicology and Pharmaceutical Science",value:19,count:2},{group:"topic",caption:"Physics",value:20,count:16},{group:"topic",caption:"Psychology",value:21,count:1},{group:"topic",caption:"Robotics",value:22,count:3},{group:"topic",caption:"Social Sciences",value:23,count:16},{group:"topic",caption:"Technology",value:24,count:8},{group:"topic",caption:"Veterinary Medicine and Science",value:25,count:1},{group:"topic",caption:"Composite Materials",value:156,count:1}],offset:12,limit:12,total:1105},popularBooks:{featuredBooks:[{type:"book",id:"8122",title:"Vectors and Vector-Borne Zoonotic Diseases",subtitle:null,isOpenForSubmission:!1,hash:"5a088c3ab82e499c8d5d2f8ceec6a601",slug:"vectors-and-vector-borne-zoonotic-diseases",bookSignature:"Sara Savić",coverURL:"https://cdn.intechopen.com/books/images_new/8122.jpg",editors:[{id:"92185",title:"Dr.",name:"Sara",middleName:null,surname:"Savic",slug:"sara-savic",fullName:"Sara Savic"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7486",title:"Advanced Sorption Process Applications",subtitle:null,isOpenForSubmission:!1,hash:"bc77a8d4e58d7c7eb4d2137adb0f0f34",slug:"advanced-sorption-process-applications",bookSignature:"Serpil Edebali",coverURL:"https://cdn.intechopen.com/books/images_new/7486.jpg",editors:[{id:"223744",title:"Dr.",name:"Serpil",middleName:null,surname:"Edebali",slug:"serpil-edebali",fullName:"Serpil Edebali"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7694",title:"Simulation Modelling Practice and Theory",subtitle:null,isOpenForSubmission:!1,hash:"f955d03d619f68fec7b6f3518e792e6f",slug:"simulation-modelling-practice-and-theory",bookSignature:"Evon Abu-Taieh and Asim Abdel El Sheikh Ahmed",coverURL:"https://cdn.intechopen.com/books/images_new/7694.jpg",editors:[{id:"223522",title:"Dr.",name:"Evon",middleName:"M.O.",surname:"Abu-Taieh",slug:"evon-abu-taieh",fullName:"Evon Abu-Taieh"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"6797",title:"Chalcogen Chemistry",subtitle:null,isOpenForSubmission:!1,hash:"721946bc223c90085bafaf501d5b7329",slug:"chalcogen-chemistry",bookSignature:"Peter Papoh Ndibewu",coverURL:"https://cdn.intechopen.com/books/images_new/6797.jpg",editors:[{id:"87629",title:"Prof.",name:"Peter",middleName:"Papoh",surname:"Ndibewu",slug:"peter-ndibewu",fullName:"Peter Ndibewu"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"2160",title:"MATLAB",subtitle:"A Fundamental Tool for Scientific Computing and Engineering Applications - Volume 1",isOpenForSubmission:!1,hash:"dd9c658341fbd264ed4f8d9e6aa8ca29",slug:"matlab-a-fundamental-tool-for-scientific-computing-and-engineering-applications-volume-1",bookSignature:"Vasilios N. Katsikis",coverURL:"https://cdn.intechopen.com/books/images_new/2160.jpg",editors:[{id:"12289",title:"Prof.",name:"Vasilios",middleName:"N.",surname:"Katsikis",slug:"vasilios-katsikis",fullName:"Vasilios Katsikis"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"3568",title:"Recent Advances in Plant in vitro Culture",subtitle:null,isOpenForSubmission:!1,hash:"830bbb601742c85a3fb0eeafe1454c43",slug:"recent-advances-in-plant-in-vitro-culture",bookSignature:"Annarita Leva and Laura M. R. Rinaldi",coverURL:"https://cdn.intechopen.com/books/images_new/3568.jpg",editors:[{id:"142145",title:"Dr.",name:"Annarita",middleName:null,surname:"Leva",slug:"annarita-leva",fullName:"Annarita Leva"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"1770",title:"Gel Electrophoresis",subtitle:"Principles and Basics",isOpenForSubmission:!1,hash:"279701f6c802cf02deef45103e0611ff",slug:"gel-electrophoresis-principles-and-basics",bookSignature:"Sameh Magdeldin",coverURL:"https://cdn.intechopen.com/books/images_new/1770.jpg",editors:[{id:"123648",title:"Dr.",name:"Sameh",middleName:null,surname:"Magdeldin",slug:"sameh-magdeldin",fullName:"Sameh Magdeldin"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"632",title:"Wide Spectra of Quality Control",subtitle:null,isOpenForSubmission:!1,hash:"9f7ce64f86daee44a8c5604e8924de1c",slug:"wide-spectra-of-quality-control",bookSignature:"Isin Akyar",coverURL:"https://cdn.intechopen.com/books/images_new/632.jpg",editors:[{id:"36323",title:"Dr.",name:"Isin",middleName:null,surname:"Akyar",slug:"isin-akyar",fullName:"Isin Akyar"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7452",title:"Microbiology of Urinary Tract Infections",subtitle:"Microbial Agents and Predisposing Factors",isOpenForSubmission:!1,hash:"e99363f3cb1fe89c406f4934a23033d0",slug:"microbiology-of-urinary-tract-infections-microbial-agents-and-predisposing-factors",bookSignature:"Payam Behzadi",coverURL:"https://cdn.intechopen.com/books/images_new/7452.jpg",editors:[{id:"45803",title:"Ph.D.",name:"Payam",middleName:null,surname:"Behzadi",slug:"payam-behzadi",fullName:"Payam Behzadi"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"3037",title:"MATLAB",subtitle:"A Fundamental Tool for Scientific Computing and Engineering Applications - Volume 3",isOpenForSubmission:!1,hash:"1de63ac4f2c398a1304a7c08ee883655",slug:"matlab-a-fundamental-tool-for-scientific-computing-and-engineering-applications-volume-3",bookSignature:"Vasilios N. Katsikis",coverURL:"https://cdn.intechopen.com/books/images_new/3037.jpg",editors:[{id:"12289",title:"Prof.",name:"Vasilios",middleName:"N.",surname:"Katsikis",slug:"vasilios-katsikis",fullName:"Vasilios Katsikis"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"2175",title:"Risk Management",subtitle:"Current Issues and Challenges",isOpenForSubmission:!1,hash:"c6406ba890ef4569efd8298e1121685d",slug:"risk-management-current-issues-and-challenges",bookSignature:"Nerija Banaitiene",coverURL:"https://cdn.intechopen.com/books/images_new/2175.jpg",editors:[{id:"139414",title:"Dr.",name:"Nerija",middleName:null,surname:"Banaitiene",slug:"nerija-banaitiene",fullName:"Nerija Banaitiene"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"1667",title:"A Bird's-Eye View of Veterinary Medicine",subtitle:null,isOpenForSubmission:!1,hash:"7be827d70aa0311258d658f729670887",slug:"a-bird-s-eye-view-of-veterinary-medicine",bookSignature:"Carlos C. Perez-Marin",coverURL:"https://cdn.intechopen.com/books/images_new/1667.jpg",editors:[{id:"25632",title:"Dr.",name:"Carlos C.",middleName:null,surname:"Perez-Marin",slug:"carlos-c.-perez-marin",fullName:"Carlos C. Perez-Marin"}],productType:{id:"1",chapterContentType:"chapter"}}],offset:12,limit:12,total:1816},hotBookTopics:{hotBooks:[],offset:0,limit:12,total:null},publish:{},publishingProposal:{success:null,errors:{}},books:{featuredBooks:[{type:"book",id:"8122",title:"Vectors and Vector-Borne Zoonotic Diseases",subtitle:null,isOpenForSubmission:!1,hash:"5a088c3ab82e499c8d5d2f8ceec6a601",slug:"vectors-and-vector-borne-zoonotic-diseases",bookSignature:"Sara Savić",coverURL:"https://cdn.intechopen.com/books/images_new/8122.jpg",editors:[{id:"92185",title:"Dr.",name:"Sara",middleName:null,surname:"Savic",slug:"sara-savic",fullName:"Sara Savic"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7486",title:"Advanced Sorption Process Applications",subtitle:null,isOpenForSubmission:!1,hash:"bc77a8d4e58d7c7eb4d2137adb0f0f34",slug:"advanced-sorption-process-applications",bookSignature:"Serpil Edebali",coverURL:"https://cdn.intechopen.com/books/images_new/7486.jpg",editors:[{id:"223744",title:"Dr.",name:"Serpil",middleName:null,surname:"Edebali",slug:"serpil-edebali",fullName:"Serpil Edebali"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7694",title:"Simulation Modelling Practice and Theory",subtitle:null,isOpenForSubmission:!1,hash:"f955d03d619f68fec7b6f3518e792e6f",slug:"simulation-modelling-practice-and-theory",bookSignature:"Evon Abu-Taieh and Asim Abdel El Sheikh Ahmed",coverURL:"https://cdn.intechopen.com/books/images_new/7694.jpg",editors:[{id:"223522",title:"Dr.",name:"Evon",middleName:"M.O.",surname:"Abu-Taieh",slug:"evon-abu-taieh",fullName:"Evon Abu-Taieh"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"6797",title:"Chalcogen Chemistry",subtitle:null,isOpenForSubmission:!1,hash:"721946bc223c90085bafaf501d5b7329",slug:"chalcogen-chemistry",bookSignature:"Peter Papoh Ndibewu",coverURL:"https://cdn.intechopen.com/books/images_new/6797.jpg",editors:[{id:"87629",title:"Prof.",name:"Peter",middleName:"Papoh",surname:"Ndibewu",slug:"peter-ndibewu",fullName:"Peter Ndibewu"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"2160",title:"MATLAB",subtitle:"A Fundamental Tool for Scientific Computing and Engineering Applications - Volume 1",isOpenForSubmission:!1,hash:"dd9c658341fbd264ed4f8d9e6aa8ca29",slug:"matlab-a-fundamental-tool-for-scientific-computing-and-engineering-applications-volume-1",bookSignature:"Vasilios N. Katsikis",coverURL:"https://cdn.intechopen.com/books/images_new/2160.jpg",editors:[{id:"12289",title:"Prof.",name:"Vasilios",middleName:"N.",surname:"Katsikis",slug:"vasilios-katsikis",fullName:"Vasilios Katsikis"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"3568",title:"Recent Advances in Plant in vitro Culture",subtitle:null,isOpenForSubmission:!1,hash:"830bbb601742c85a3fb0eeafe1454c43",slug:"recent-advances-in-plant-in-vitro-culture",bookSignature:"Annarita Leva and Laura M. R. Rinaldi",coverURL:"https://cdn.intechopen.com/books/images_new/3568.jpg",editors:[{id:"142145",title:"Dr.",name:"Annarita",middleName:null,surname:"Leva",slug:"annarita-leva",fullName:"Annarita Leva"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"1770",title:"Gel Electrophoresis",subtitle:"Principles and Basics",isOpenForSubmission:!1,hash:"279701f6c802cf02deef45103e0611ff",slug:"gel-electrophoresis-principles-and-basics",bookSignature:"Sameh Magdeldin",coverURL:"https://cdn.intechopen.com/books/images_new/1770.jpg",editors:[{id:"123648",title:"Dr.",name:"Sameh",middleName:null,surname:"Magdeldin",slug:"sameh-magdeldin",fullName:"Sameh Magdeldin"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"632",title:"Wide Spectra of Quality Control",subtitle:null,isOpenForSubmission:!1,hash:"9f7ce64f86daee44a8c5604e8924de1c",slug:"wide-spectra-of-quality-control",bookSignature:"Isin Akyar",coverURL:"https://cdn.intechopen.com/books/images_new/632.jpg",editors:[{id:"36323",title:"Dr.",name:"Isin",middleName:null,surname:"Akyar",slug:"isin-akyar",fullName:"Isin Akyar"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7452",title:"Microbiology of Urinary Tract Infections",subtitle:"Microbial Agents and Predisposing Factors",isOpenForSubmission:!1,hash:"e99363f3cb1fe89c406f4934a23033d0",slug:"microbiology-of-urinary-tract-infections-microbial-agents-and-predisposing-factors",bookSignature:"Payam Behzadi",coverURL:"https://cdn.intechopen.com/books/images_new/7452.jpg",editors:[{id:"45803",title:"Ph.D.",name:"Payam",middleName:null,surname:"Behzadi",slug:"payam-behzadi",fullName:"Payam Behzadi"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"3037",title:"MATLAB",subtitle:"A Fundamental Tool for Scientific Computing and Engineering Applications - Volume 3",isOpenForSubmission:!1,hash:"1de63ac4f2c398a1304a7c08ee883655",slug:"matlab-a-fundamental-tool-for-scientific-computing-and-engineering-applications-volume-3",bookSignature:"Vasilios N. Katsikis",coverURL:"https://cdn.intechopen.com/books/images_new/3037.jpg",editors:[{id:"12289",title:"Prof.",name:"Vasilios",middleName:"N.",surname:"Katsikis",slug:"vasilios-katsikis",fullName:"Vasilios Katsikis"}],productType:{id:"1",chapterContentType:"chapter"}}],latestBooks:[{type:"book",id:"7694",title:"Simulation Modelling Practice and Theory",subtitle:null,isOpenForSubmission:!1,hash:"f955d03d619f68fec7b6f3518e792e6f",slug:"simulation-modelling-practice-and-theory",bookSignature:"Evon Abu-Taieh and Asim Abdel El Sheikh Ahmed",coverURL:"https://cdn.intechopen.com/books/images_new/7694.jpg",editedByType:"Edited by",editors:[{id:"223522",title:"Dr.",name:"Evon",middleName:"M.O.",surname:"Abu-Taieh",slug:"evon-abu-taieh",fullName:"Evon Abu-Taieh"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"7695",title:"Green Energy Advances",subtitle:null,isOpenForSubmission:!1,hash:"ca498ae0f824bac0c43f5cfb011d8e9c",slug:"green-energy-advances",bookSignature:"Diana Enescu",coverURL:"https://cdn.intechopen.com/books/images_new/7695.jpg",editedByType:"Edited by",editors:[{id:"226207",title:"Ph.D.",name:"Diana",middleName:null,surname:"Enescu",slug:"diana-enescu",fullName:"Diana Enescu"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"7199",title:"Charged Particles",subtitle:null,isOpenForSubmission:!1,hash:"c456f670b68b3512e9e9866f9837fd98",slug:"charged-particles",bookSignature:"Malek Maaza and Mahmoud Izerrouken",coverURL:"https://cdn.intechopen.com/books/images_new/7199.jpg",editedByType:"Edited by",editors:[{id:"192286",title:"Prof.",name:"Malek",middleName:null,surname:"Maaza",slug:"malek-maaza",fullName:"Malek Maaza"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"7465",title:"Trends in Geomatics",subtitle:"An Earth Science Perspective",isOpenForSubmission:!1,hash:"a32ff40d6c47e2b545b92d5075508c9c",slug:"trends-in-geomatics-an-earth-science-perspective",bookSignature:"Rifaat Abdalla",coverURL:"https://cdn.intechopen.com/books/images_new/7465.jpg",editedByType:"Edited by",editors:[{id:"222877",title:"Dr.",name:"Rifaat",middleName:null,surname:"Abdalla",slug:"rifaat-abdalla",fullName:"Rifaat Abdalla"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6710",title:"Update on Multiple Myeloma",subtitle:null,isOpenForSubmission:!1,hash:"229a96a2de131b3ac67f9f41b91de8f8",slug:"update-on-multiple-myeloma",bookSignature:"Khalid Ahmed Al-Anazi",coverURL:"https://cdn.intechopen.com/books/images_new/6710.jpg",editedByType:"Edited by",editors:[{id:"37255",title:"Dr.",name:"Khalid Ahmed",middleName:null,surname:"Al-Anazi",slug:"khalid-ahmed-al-anazi",fullName:"Khalid Ahmed Al-Anazi"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"7225",title:"Dam Engineering",subtitle:null,isOpenForSubmission:!1,hash:"a845c7ddd9193f56a6bc91bc22bc503d",slug:"dam-engineering",bookSignature:"Hasan Tosun",coverURL:"https://cdn.intechopen.com/books/images_new/7225.jpg",editedByType:"Edited by",editors:[{id:"79083",title:"Prof.",name:"Hasan",middleName:null,surname:"Tosun",slug:"hasan-tosun",fullName:"Hasan Tosun"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"7486",title:"Advanced Sorption Process Applications",subtitle:null,isOpenForSubmission:!1,hash:"bc77a8d4e58d7c7eb4d2137adb0f0f34",slug:"advanced-sorption-process-applications",bookSignature:"Serpil Edebali",coverURL:"https://cdn.intechopen.com/books/images_new/7486.jpg",editedByType:"Edited by",editors:[{id:"223744",title:"Dr.",name:"Serpil",middleName:null,surname:"Edebali",slug:"serpil-edebali",fullName:"Serpil Edebali"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6722",title:"Acoustic Emission Technology for High Power Microwave Radar Tubes",subtitle:null,isOpenForSubmission:!1,hash:"ef80c9b4123e022ea69a4bf777088522",slug:"acoustic-emission-technology-for-high-power-microwave-radar-tubes",bookSignature:"Narayan R. Joshi, Ayax D. Ramirez, Stephen D. Russell and David W. Brock",coverURL:"https://cdn.intechopen.com/books/images_new/6722.jpg",editedByType:"Authored by",editors:[{id:"95431",title:"Dr.",name:"Narayan",middleName:"R.",surname:"Joshi",slug:"narayan-joshi",fullName:"Narayan Joshi"}],productType:{id:"3",chapterContentType:"chapter",authoredCaption:"Authored by"}},{type:"book",id:"7237",title:"Energy-Efficient Approaches in Industrial Applications",subtitle:null,isOpenForSubmission:!1,hash:"a7b403a3af7828987f078b91334839bb",slug:"energy-efficient-approaches-in-industrial-applications",bookSignature:"Murat Eyvaz, Abdülkerim Gok and Ebubekir Yüksel",coverURL:"https://cdn.intechopen.com/books/images_new/7237.jpg",editedByType:"Edited by",editors:[{id:"170083",title:"Dr.",name:"Murat",middleName:null,surname:"Eyvaz",slug:"murat-eyvaz",fullName:"Murat Eyvaz"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6991",title:"Neurons",subtitle:"Dendrites and Axons",isOpenForSubmission:!1,hash:"696489f55e1077935f47087fa3829b5f",slug:"neurons-dendrites-and-axons",bookSignature:"Gonzalo Emiliano Aranda Abreu and María Elena Hernández Aguilar",coverURL:"https://cdn.intechopen.com/books/images_new/6991.jpg",editedByType:"Edited by",editors:[{id:"72314",title:"Dr.",name:"Gonzalo Emiliano",middleName:null,surname:"Aranda Abreu",slug:"gonzalo-emiliano-aranda-abreu",fullName:"Gonzalo Emiliano Aranda Abreu"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}}]},subject:{topic:{id:"1334",title:"Parenting",slug:"parenting",parent:{title:"Social Philosophy",slug:"social-philosophy"},numberOfBooks:1,numberOfAuthorsAndEditors:22,numberOfWosCitations:2,numberOfCrossrefCitations:3,numberOfDimensionsCitations:19},booksByTopicFilter:{topicSlug:"parenting",sort:"-publishedDate",limit:12,offset:0},booksByTopicCollection:[{type:"book",id:"3440",title:"Parenting in South American and African Contexts",subtitle:null,isOpenForSubmission:!1,hash:"b5f349487df1a7fb9f6ea4fd0be63d54",slug:"parenting-in-south-american-and-african-contexts",bookSignature:"Maria Lucia Seidl-de-Moura",coverURL:"https://cdn.intechopen.com/books/images_new/3440.jpg",editedByType:"Edited by",editors:[{id:"108479",title:"Dr.",name:"Maria Lucia",middleName:null,surname:"Seidl-De-Moura",slug:"maria-lucia-seidl-de-moura",fullName:"Maria Lucia Seidl-De-Moura"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}}],booksByTopicTotal:1,mostCitedChapters:[{id:"45934",doi:"10.5772/57083",title:"Brazilian Mothers’ Cultural Models: Socialization for Autonomy and Relatedness",slug:"brazilian-mothers-cultural-models-socialization-for-autonomy-and-relatedness",totalDownloads:967,totalCrossrefCites:1,totalDimensionsCites:6,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Maria Lucia Seidl-de-Moura, Rafael Vera Cruz de Carvalho and\nMauro Luís Vieira",authors:[{id:"108479",title:"Dr.",name:"Maria Lucia",middleName:null,surname:"Seidl-De-Moura",slug:"maria-lucia-seidl-de-moura",fullName:"Maria Lucia Seidl-De-Moura"}]},{id:"45773",doi:"10.5772/57003",title:"Cultural Variations in Parenting Styles in the Majority World Evidences from Nigeria and Cameroon",slug:"cultural-variations-in-parenting-styles-in-the-majority-world-evidences-from-nigeria-and-cameroon",totalDownloads:3564,totalCrossrefCites:0,totalDimensionsCites:5,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Esther F. Akinsola",authors:[{id:"160225",title:"Dr.",name:"Esther",middleName:"Foluke",surname:"Akinsola",slug:"esther-akinsola",fullName:"Esther Akinsola"}]},{id:"45760",doi:"10.5772/56967",title:"Parenting and Culture – Evidence from Some African Communities",slug:"parenting-and-culture-evidence-from-some-african-communities",totalDownloads:4723,totalCrossrefCites:1,totalDimensionsCites:3,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Patricia Mawusi Amos",authors:[{id:"162496",title:"Mrs.",name:"Patricia",middleName:"Mawusi",surname:"Amos",slug:"patricia-amos",fullName:"Patricia Amos"}]}],mostDownloadedChaptersLast30Days:[{id:"45760",title:"Parenting and Culture – Evidence from Some African Communities",slug:"parenting-and-culture-evidence-from-some-african-communities",totalDownloads:4722,totalCrossrefCites:1,totalDimensionsCites:3,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Patricia Mawusi Amos",authors:[{id:"162496",title:"Mrs.",name:"Patricia",middleName:"Mawusi",surname:"Amos",slug:"patricia-amos",fullName:"Patricia Amos"}]},{id:"45774",title:"Parenting in Amazonian Riverside Context",slug:"parenting-in-amazonian-riverside-context",totalDownloads:1062,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Simone Souza da Silva Costa, Tatiana Afonso, Thamyris Maués dos\nSantos and Fernando Augusto Ramos",authors:[{id:"159986",title:"Dr.",name:"Simone",middleName:null,surname:"Silva",slug:"simone-silva",fullName:"Simone Silva"},{id:"164674",title:"MSc.",name:"Tatiana",middleName:null,surname:"Afonso",slug:"tatiana-afonso",fullName:"Tatiana Afonso"},{id:"164708",title:"Mr.",name:"Thamyris Maués",middleName:null,surname:"dos Santos",slug:"thamyris-maues-dos-santos",fullName:"Thamyris Maués dos Santos"},{id:"164710",title:"Dr.",name:"Fernando Augusto",middleName:null,surname:"Ramos Pontes",slug:"fernando-augusto-ramos-pontes",fullName:"Fernando Augusto Ramos Pontes"}]},{id:"45939",title:"Child-Rearing Practices of Brazilian Mothers and Fathers: Predictors and Impact on Child Development",slug:"child-rearing-practices-of-brazilian-mothers-and-fathers-predictors-and-impact-on-child-development",totalDownloads:1967,totalCrossrefCites:0,totalDimensionsCites:1,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Cesar Augusto Piccinini, Patricia Alvarenga and Angela Helena\nMarin",authors:[{id:"161058",title:"Dr.",name:"Cesar",middleName:null,surname:"Piccinini",slug:"cesar-piccinini",fullName:"Cesar Piccinini"}]},{id:"45773",title:"Cultural Variations in Parenting Styles in the Majority World Evidences from Nigeria and Cameroon",slug:"cultural-variations-in-parenting-styles-in-the-majority-world-evidences-from-nigeria-and-cameroon",totalDownloads:3562,totalCrossrefCites:0,totalDimensionsCites:5,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Esther F. Akinsola",authors:[{id:"160225",title:"Dr.",name:"Esther",middleName:"Foluke",surname:"Akinsola",slug:"esther-akinsola",fullName:"Esther Akinsola"}]},{id:"45771",title:"Interventions for Enhancing Parenting Quality in Early Infancy",slug:"interventions-for-enhancing-parenting-quality-in-early-infancy",totalDownloads:1270,totalCrossrefCites:1,totalDimensionsCites:2,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Jenny A. Ortiz M., Eva Diniz Bensaja dei Schiró, Olga Alicia Carbonell\nBlanco and Silvia H. Koller",authors:[{id:"162721",title:"Prof.",name:"Sílvia",middleName:null,surname:"Koller",slug:"silvia-koller",fullName:"Sílvia Koller"},{id:"162723",title:"MSc.",name:"Eva",middleName:null,surname:"Diniz Bensaja Dei Schiro",slug:"eva-diniz-bensaja-dei-schiro",fullName:"Eva Diniz Bensaja Dei Schiro"},{id:"162724",title:"Ms.",name:"Jenny",middleName:null,surname:"Ortiz",slug:"jenny-ortiz",fullName:"Jenny Ortiz"},{id:"167620",title:"Prof.",name:"Olga Alicia",middleName:null,surname:"Carbonell Blanco",slug:"olga-alicia-carbonell-blanco",fullName:"Olga Alicia Carbonell Blanco"}]},{id:"45778",title:"Paternity in the Brazilian Context",slug:"paternity-in-the-brazilian-context",totalDownloads:1046,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Mauro Luís Vieira, Maria Aparecida Crepaldi, Carina Nunes Bossardi,\nLauren Beltrão Gomes, Simone Dill Azeredo Bolze and Cesar Augusto Piccinini",authors:[{id:"161058",title:"Dr.",name:"Cesar",middleName:null,surname:"Piccinini",slug:"cesar-piccinini",fullName:"Cesar Piccinini"},{id:"161035",title:"Dr.",name:"Mauro",middleName:null,surname:"Vieira",slug:"mauro-vieira",fullName:"Mauro Vieira"},{id:"168519",title:"Dr.",name:"Maria Aparecida",middleName:null,surname:"Crepaldi",slug:"maria-aparecida-crepaldi",fullName:"Maria Aparecida Crepaldi"},{id:"168520",title:"MSc.",name:"Carina Nunes",middleName:null,surname:"Bossardi",slug:"carina-nunes-bossardi",fullName:"Carina Nunes Bossardi"},{id:"168521",title:"MSc.",name:"Lauren Beltrão",middleName:null,surname:"Gomes",slug:"lauren-beltrao-gomes",fullName:"Lauren Beltrão Gomes"},{id:"168522",title:"MSc.",name:"Simone Dill Azeredo",middleName:null,surname:"Bolze",slug:"simone-dill-azeredo-bolze",fullName:"Simone Dill Azeredo Bolze"}]},{id:"45938",title:"Socialization Goals of Mothers and Grandmothers of Children in Institutional Shelter Situation in the North of Brazil",slug:"socialization-goals-of-mothers-and-grandmothers-of-children-in-institutional-shelter-situation-in-th",totalDownloads:1070,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Lília Iêda Chaves Cavalcante and Celina Maria Colino Magalhães",authors:[{id:"159958",title:"Dr.",name:"Lília",middleName:"Iêda Chaves",surname:"Cavalcante",slug:"lilia-cavalcante",fullName:"Lília Cavalcante"},{id:"167732",title:"Dr.",name:"Celina",middleName:null,surname:"Magalhães",slug:"celina-magalhaes",fullName:"Celina Magalhães"}]},{id:"45934",title:"Brazilian Mothers’ Cultural Models: Socialization for Autonomy and Relatedness",slug:"brazilian-mothers-cultural-models-socialization-for-autonomy-and-relatedness",totalDownloads:967,totalCrossrefCites:1,totalDimensionsCites:6,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Maria Lucia Seidl-de-Moura, Rafael Vera Cruz de Carvalho and\nMauro Luís Vieira",authors:[{id:"108479",title:"Dr.",name:"Maria Lucia",middleName:null,surname:"Seidl-De-Moura",slug:"maria-lucia-seidl-de-moura",fullName:"Maria Lucia Seidl-De-Moura"}]},{id:"45947",title:"Emotion, Affection and Maternal Speech in Parental Care",slug:"emotion-affection-and-maternal-speech-in-parental-care",totalDownloads:1117,totalCrossrefCites:0,totalDimensionsCites:2,book:{slug:"parenting-in-south-american-and-african-contexts",title:"Parenting in South American and African Contexts",fullTitle:"Parenting in South American and African Contexts"},signatures:"Deise Maria Leal Fernandes Mendes and Luciana Fontes Pessôa",authors:[{id:"108957",title:"Dr.",name:"Deise Maria",middleName:null,surname:"Leal Fernandes Mendes",slug:"deise-maria-leal-fernandes-mendes",fullName:"Deise Maria Leal Fernandes Mendes"},{id:"164671",title:"Dr.",name:"Luciana",middleName:null,surname:"Fontes Pessôa",slug:"luciana-fontes-pessoa",fullName:"Luciana Fontes Pessôa"}]}],onlineFirstChaptersFilter:{topicSlug:"parenting",limit:3,offset:0},onlineFirstChaptersCollection:[],onlineFirstChaptersTotal:0},preDownload:{success:null,errors:{}},privacyPolicy:{},sponsorshipBooks:{sponsorshipBooks:[{type:"book",id:"8841",title:"Deterministic Artificial Intelligence",subtitle:null,isOpenForSubmission:!0,hash:"bd65f564ea0b77f91dea36cfcbaa1da7",slug:null,bookSignature:"Prof. Timothy Sands",coverURL:"https://cdn.intechopen.com/books/images_new/8841.jpg",editedByType:null,editors:[{id:"258189",title:"Prof.",name:"Timothy",middleName:null,surname:"Sands",slug:"timothy-sands",fullName:"Timothy Sands"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8922",title:"Modelling of Artificial Intelligence Controller for Microgrid Application",subtitle:null,isOpenForSubmission:!0,hash:"f5a9f1298be5472f9e429f3ab47cd404",slug:null,bookSignature:"Prof. M Venkateshkumar, Dr. Umashankar Subramaniam and Dr. Cheng Siong Chin",coverURL:"https://cdn.intechopen.com/books/images_new/8922.jpg",editedByType:null,editors:[{id:"108910",title:"Prof.",name:"M",middleName:null,surname:"Venkateshkumar",slug:"m-venkateshkumar",fullName:"M Venkateshkumar"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8124",title:"Clean Generators - Advances in Modelling of Hydro and Wind Generators",subtitle:null,isOpenForSubmission:!0,hash:"5cfcddf90faee3ea02e759eb04fcb32a",slug:null,bookSignature:"Dr. Amir Ebrahimi",coverURL:"https://cdn.intechopen.com/books/images_new/8124.jpg",editedByType:null,editors:[{id:"256252",title:"Dr.",name:"Amir",middleName:null,surname:"Ebrahimi",slug:"amir-ebrahimi",fullName:"Amir Ebrahimi"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8915",title:"Advances in Membrane Technologies",subtitle:null,isOpenForSubmission:!0,hash:"19febde893f705494f2334d02977fd83",slug:null,bookSignature:"Dr. Amira Abdelrasoul",coverURL:"https://cdn.intechopen.com/books/images_new/8915.jpg",editedByType:null,editors:[{id:"151521",title:"Dr.",name:"Amira",middleName:null,surname:"Abdelrasoul",slug:"amira-abdelrasoul",fullName:"Amira Abdelrasoul"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7404",title:"Hystersis of Composites",subtitle:null,isOpenForSubmission:!0,hash:"e703f836282435b95fb7d1c1efb86fc2",slug:null,bookSignature:"Dr. Li Longbiao",coverURL:"https://cdn.intechopen.com/books/images_new/7404.jpg",editedByType:null,editors:[{id:"260011",title:"Dr.",name:"Li",middleName:null,surname:"Longbiao",slug:"li-longbiao",fullName:"Li Longbiao"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8851",title:"Advances in Neural Signal Processing",subtitle:null,isOpenForSubmission:!0,hash:"a44ac118b233b29a3d5b57d61680ec38",slug:null,bookSignature:"Dr. Ramana Vinjamuri",coverURL:"https://cdn.intechopen.com/books/images_new/8851.jpg",editedByType:null,editors:[{id:"196746",title:"Dr.",name:"Ramana",middleName:null,surname:"Vinjamuri",slug:"ramana-vinjamuri",fullName:"Ramana Vinjamuri"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8899",title:"Modelling and Control of Switched Reluctance Machines",subtitle:null,isOpenForSubmission:!0,hash:"e19068f7f6c92b5643a3f8fbf2f895e0",slug:null,bookSignature:"Prof. Rui Esteves Esteves Araújo and Dr. José Roberto Camacho",coverURL:"https://cdn.intechopen.com/books/images_new/8899.jpg",editedByType:null,editors:[{id:"31663",title:"Prof.",name:"Rui Esteves",middleName:"Esteves",surname:"Araújo",slug:"rui-esteves-araujo",fullName:"Rui Esteves Araújo"}],productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8919",title:"Environmental Impacts of Solar Panels",subtitle:null,isOpenForSubmission:!0,hash:"84b4f2c95c817552f02813474b074576",slug:null,bookSignature:"Dr. Abdülkerim Gok",coverURL:"https://cdn.intechopen.com/books/images_new/8919.jpg",editedByType:null,editors:[{id:"266161",title:"Dr.",name:"Abdülkerim",middleName:null,surname:"Gok",slug:"abdulkerim-gok",fullName:"Abdülkerim Gok"}],productType:{id:"1",chapterContentType:"chapter"}}],offset:8,limit:8,total:24},humansInSpaceProgram:{},route:{name:"chapter.detail",path:"/books/electrical-generation-and-distribution-systems-and-power-quality-disturbances/integration-of-hybrid-distributed-generation-units-in-power-grid",hash:"",query:{},params:{book:"electrical-generation-and-distribution-systems-and-power-quality-disturbances",chapter:"integration-of-hybrid-distributed-generation-units-in-power-grid"},fullPath:"/books/electrical-generation-and-distribution-systems-and-power-quality-disturbances/integration-of-hybrid-distributed-generation-units-in-power-grid",meta:{},from:{name:null,path:"/",hash:"",query:{},params:{},fullPath:"/",meta:{}}}},function(){var e;(e=document.currentScript||document.scripts[document.scripts.length-1]).parentNode.removeChild(e)}()