Results of the ablation study on the gesture level of ICVL dataset.
\r\n\tDNA is responsible for carrying all the information an organism needs to survive, grow and reproduce. However, during its lifetime an each organism experiences a wide range of cases with DNA damages; therefore the DNA repair ability of a cell is vital to the integrity of its genome and thus to the normal functionality of that organism. Mutagenesis is known as an important factor which may lead to different disorders, disabilities and diseases. Any defect in DNA repair system may lead to the death of the organism.
\r\n\r\n\t
\r\n\tRecognition of these items in different organisms drives us to know more about the characteristics of DNA repair systems in different types of organisms. Hopefully, this book will offer an interesting read by introducing, explaining and comparing these diversities.
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).
"I work with IntechOpen for a number of reasons: their professionalism, their mission in support of Open Access publishing, and the quality of their peer-reviewed publications, but also because they believe in equality. Throughout the world, we are seeing progress in attracting, retaining, and promoting women in STEMM. IntechOpen are certainly supporting this work globally by empowering all scientists and ensuring that women are encouraged and enabled to publish and take leading roles within the scientific community." Dr. Catrin Rutland, University of Nottingham, UK
",metaTitle:"Advantages of Publishing with IntechOpen",metaDescription:"We have more than a decade of experience in Open Access publishing. \n\n ",metaKeywords:null,canonicalURL:null,contentRaw:'[{"type":"htmlEditorComponent","content":"We have more than a decade of experience in Open Access publishing. The advantages of publishing with IntechOpen include:
\\n\\nOur platform – IntechOpen is the world’s leading publisher of OA books, built by scientists, for scientists.
\\n\\nOur reputation – Everything we publish goes through a two-stage peer review process. We’re proud to count Nobel laureates among our esteemed authors. We meet European Commission standards for funding, and the research we’ve published has been funded by the Bill and Melinda Gates Foundation and the Wellcome Trust, among others. IntechOpen is a member of all relevant trade associations (including the STM Association and the Association of Learned and Professional Society Publishers) and has a selection of books indexed in Web of Science's Book Citation Index.
\\n\\nOur expertise – We’ve published more than 4,500 books by more than 118,000 authors and editors.
\\n\\nOur reach – Our books have more than 130 million downloads and more than 146,150 Web of Science citations. We increase citations via indexing in all the major databases, including the Book Citation Index at Web of Science and Google Scholar.
\\n\\nOur services – The support we offer our authors and editors is second to none. Each book in our program receives the following:
\\n\\nOur end-to-end publishing service frees our authors and editors to focus on what matters: research. We empower them to shape their fields and connect with the global scientific community.
\\n\\n"In developing countries until now, advancement in science has been very limited, because insufficient economic resources are dedicated to science and education. These limitations are more marked when the scientists are women. In order to develop science in the poorest countries and decrease the gender gap that exists in scientific fields, Open Access networks like IntechOpen are essential. Free access to scientific research could contribute to ameliorating difficult life conditions and breaking down barriers." Marquidia Pacheco, National Institute for Nuclear Research (ININ), Mexico
\\n\\nInterested? Contact Ana Pantar (book.idea@intechopen.com) for more information.
\\n"}]'},components:[{type:"htmlEditorComponent",content:'We have more than a decade of experience in Open Access publishing. The advantages of publishing with IntechOpen include:
\n\nOur platform – IntechOpen is the world’s leading publisher of OA books, built by scientists, for scientists.
\n\nOur reputation – Everything we publish goes through a two-stage peer review process. We’re proud to count Nobel laureates among our esteemed authors. We meet European Commission standards for funding, and the research we’ve published has been funded by the Bill and Melinda Gates Foundation and the Wellcome Trust, among others. IntechOpen is a member of all relevant trade associations (including the STM Association and the Association of Learned and Professional Society Publishers) and has a selection of books indexed in Web of Science's Book Citation Index.
\n\nOur expertise – We’ve published more than 4,500 books by more than 118,000 authors and editors.
\n\nOur reach – Our books have more than 130 million downloads and more than 146,150 Web of Science citations. We increase citations via indexing in all the major databases, including the Book Citation Index at Web of Science and Google Scholar.
\n\nOur services – The support we offer our authors and editors is second to none. Each book in our program receives the following:
\n\nOur end-to-end publishing service frees our authors and editors to focus on what matters: research. We empower them to shape their fields and connect with the global scientific community.
\n\n"In developing countries until now, advancement in science has been very limited, because insufficient economic resources are dedicated to science and education. These limitations are more marked when the scientists are women. In order to develop science in the poorest countries and decrease the gender gap that exists in scientific fields, Open Access networks like IntechOpen are essential. Free access to scientific research could contribute to ameliorating difficult life conditions and breaking down barriers." Marquidia Pacheco, National Institute for Nuclear Research (ININ), Mexico
\n\nInterested? Contact Ana Pantar (book.idea@intechopen.com) for more information.
\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:{name:"Sheffield Hallam University",country:{name:"United Kingdom"}}},{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:{name:"Universidade Federal de Minas Gerais",country:{name:"Brazil"}}},{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:"TU Wien",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.\r\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:{name:"Semenov Institute of Chemical Physics",country:{name:"Russia"}}},{id:"62389",title:"PhD.",name:"Ali Demir",middleName:null,surname:"Sezer",slug:"ali-demir-sezer",fullName:"Ali Demir Sezer",position:null,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:{name:"St David's Medical Center",country:{name:"United States of America"}}},{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:{name:"Texas Cardiac Arrhythmia",country:{name:"United States of America"}}},{id:"64434",title:"Dr.",name:"Angkoon",middleName:null,surname:"Phinyomark",slug:"angkoon-phinyomark",fullName:"Angkoon Phinyomark",position:null,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:"Joseph Fourier University",country:{name:"France"}}},{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:{name:"University of Malaga",country:{name:"Spain"}}}],filtersByRegion:[{group:"region",caption:"North America",value:1,count:5775},{group:"region",caption:"Middle and South America",value:2,count:5239},{group:"region",caption:"Africa",value:3,count:1721},{group:"region",caption:"Asia",value:4,count:10411},{group:"region",caption:"Australia and Oceania",value:5,count:897},{group:"region",caption:"Europe",value:6,count:15810}],offset:12,limit:12,total:118378},chapterEmbeded:{data:{}},editorApplication:{success:null,errors:{}},ofsBooks:{filterParams:{sort:"dateendthirdsteppublish",topicid:"10"},books:[],filtersByTopic:[{group:"topic",caption:"Agricultural and Biological Sciences",value:5,count:18},{group:"topic",caption:"Biochemistry, Genetics and Molecular Biology",value:6,count:5},{group:"topic",caption:"Business, Management and Economics",value:7,count:2},{group:"topic",caption:"Chemistry",value:8,count:8},{group:"topic",caption:"Computer and Information Science",value:9,count:6},{group:"topic",caption:"Earth and Planetary Sciences",value:10,count:7},{group:"topic",caption:"Engineering",value:11,count:20},{group:"topic",caption:"Environmental Sciences",value:12,count:2},{group:"topic",caption:"Immunology and Microbiology",value:13,count:4},{group:"topic",caption:"Materials Science",value:14,count:5},{group:"topic",caption:"Mathematics",value:15,count:1},{group:"topic",caption:"Medicine",value:16,count:25},{group:"topic",caption:"Neuroscience",value:18,count:2},{group:"topic",caption:"Pharmacology, Toxicology and Pharmaceutical Science",value:19,count:3},{group:"topic",caption:"Physics",value:20,count:3},{group:"topic",caption:"Psychology",value:21,count:4},{group:"topic",caption:"Robotics",value:22,count:1},{group:"topic",caption:"Social Sciences",value:23,count:3},{group:"topic",caption:"Technology",value:24,count:1},{group:"topic",caption:"Veterinary Medicine and Science",value:25,count:1}],offset:0,limit:12,total:null},popularBooks:{featuredBooks:[{type:"book",id:"9521",title:"Antimicrobial Resistance",subtitle:"A One Health Perspective",isOpenForSubmission:!1,hash:"30949e78832e1afba5606634b52056ab",slug:"antimicrobial-resistance-a-one-health-perspective",bookSignature:"Mihai Mareș, Swee Hua Erin Lim, Kok-Song Lai and Romeo-Teodor Cristina",coverURL:"https://cdn.intechopen.com/books/images_new/9521.jpg",editors:[{id:"88785",title:"Prof.",name:"Mihai",middleName:null,surname:"Mares",slug:"mihai-mares",fullName:"Mihai Mares"}],equalEditorOne:{id:"190224",title:"Dr.",name:"Swee Hua Erin",middleName:null,surname:"Lim",slug:"swee-hua-erin-lim",fullName:"Swee Hua Erin Lim",profilePictureURL:"https://mts.intechopen.com/storage/users/190224/images/system/190224.png",biography:"Dr. Erin Lim is presently working as an Assistant Professor in the Division of Health Sciences, Abu Dhabi Women\\'s College, Higher Colleges of Technology in Abu Dhabi, United Arab Emirates and is affiliated as an Associate Professor to Perdana University-Royal College of Surgeons in Ireland, Selangor, Malaysia. She obtained her Ph.D. from Universiti Putra Malaysia in 2010 with a National Science Fellowship awarded from the Ministry of Science, Technology and Innovation Malaysia and has been actively involved in research ever since. Her main research interests include analysis of carriage and transmission of multidrug resistant bacteria in non-conventional settings, besides an interest in natural products for antimicrobial testing. She is heavily involved in the elucidation of mechanisms of reversal of resistance in bacteria in addition to investigating the immunological analyses of diseases, development of vaccination and treatment models in animals. She hopes her work will support the discovery of therapeutics in the clinical setting and assist in the combat against the burden of antibiotic resistance.",institutionString:"Abu Dhabi Women’s College",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"3",totalChapterViews:"0",totalEditedBooks:"0",institution:{name:"Perdana University",institutionURL:null,country:{name:"Malaysia"}}},equalEditorTwo:{id:"221544",title:"Dr.",name:"Kok-Song",middleName:null,surname:"Lai",slug:"kok-song-lai",fullName:"Kok-Song Lai",profilePictureURL:"https://mts.intechopen.com/storage/users/221544/images/system/221544.jpeg",biography:"Dr. Lai Kok Song is an Assistant Professor in the Division of Health Sciences, Abu Dhabi Women\\'s College, Higher Colleges of Technology in Abu Dhabi, United Arab Emirates. He obtained his Ph.D. in Biological Sciences from Nara Institute of Science and Technology, Japan in 2012. Prior to his academic appointment, Dr. Lai worked as a Senior Scientist at the Ministry of Science, Technology and Innovation, Malaysia. His current research areas include antimicrobial resistance and plant-pathogen interaction. His particular interest lies in the study of the antimicrobial mechanism via membrane disruption of essential oils against multi-drug resistance bacteria through various biochemical, molecular and proteomic approaches. Ultimately, he hopes to uncover and determine novel biomarkers related to antibiotic resistance that can be developed into new therapeutic strategies.",institutionString:"Higher Colleges of Technology",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"8",totalChapterViews:"0",totalEditedBooks:"0",institution:{name:"Higher Colleges of Technology",institutionURL:null,country:{name:"United Arab Emirates"}}},equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10020",title:"Operations Management",subtitle:"Emerging Trend in the Digital Era",isOpenForSubmission:!1,hash:"526f0dbdc7e4d85b82ce8383ab894b4c",slug:"operations-management-emerging-trend-in-the-digital-era",bookSignature:"Antonella Petrillo, Fabio De Felice, Germano Lambert-Torres and Erik Bonaldi",coverURL:"https://cdn.intechopen.com/books/images_new/10020.jpg",editors:[{id:"181603",title:"Dr.",name:"Antonella",middleName:null,surname:"Petrillo",slug:"antonella-petrillo",fullName:"Antonella Petrillo"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9560",title:"Creativity",subtitle:"A Force to Innovation",isOpenForSubmission:!1,hash:"58f740bc17807d5d88d647c525857b11",slug:"creativity-a-force-to-innovation",bookSignature:"Pooja Jain",coverURL:"https://cdn.intechopen.com/books/images_new/9560.jpg",editors:[{id:"316765",title:"Dr.",name:"Pooja",middleName:null,surname:"Jain",slug:"pooja-jain",fullName:"Pooja Jain"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10192",title:"Background and Management of Muscular Atrophy",subtitle:null,isOpenForSubmission:!1,hash:"eca24028d89912b5efea56e179dff089",slug:"background-and-management-of-muscular-atrophy",bookSignature:"Julianna Cseri",coverURL:"https://cdn.intechopen.com/books/images_new/10192.jpg",editors:[{id:"135579",title:"Dr.",name:"Julianna",middleName:null,surname:"Cseri",slug:"julianna-cseri",fullName:"Julianna Cseri"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9243",title:"Coastal Environments",subtitle:null,isOpenForSubmission:!1,hash:"8e05e5f631e935eef366980f2e28295d",slug:"coastal-environments",bookSignature:"Yuanzhi Zhang and X. San Liang",coverURL:"https://cdn.intechopen.com/books/images_new/9243.jpg",editors:[{id:"77597",title:"Prof.",name:"Yuanzhi",middleName:null,surname:"Zhang",slug:"yuanzhi-zhang",fullName:"Yuanzhi Zhang"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9385",title:"Renewable Energy",subtitle:"Technologies and Applications",isOpenForSubmission:!1,hash:"a6b446d19166f17f313008e6c056f3d8",slug:"renewable-energy-technologies-and-applications",bookSignature:"Tolga Taner, Archana Tiwari and Taha Selim Ustun",coverURL:"https://cdn.intechopen.com/books/images_new/9385.jpg",editors:[{id:"197240",title:"Associate Prof.",name:"Tolga",middleName:null,surname:"Taner",slug:"tolga-taner",fullName:"Tolga Taner"}],equalEditorOne:{id:"186791",title:"Dr.",name:"Archana",middleName:null,surname:"Tiwari",slug:"archana-tiwari",fullName:"Archana Tiwari",profilePictureURL:"https://mts.intechopen.com/storage/users/186791/images/system/186791.jpg",biography:"Dr. Archana Tiwari is Associate Professor at Amity University, India. Her research interests include renewable sources of energy from microalgae and further utilizing the residual biomass for the generation of value-added products, bioremediation through microalgae and microbial consortium, antioxidative enzymes and stress, and nutraceuticals from microalgae. She has been working on algal biotechnology for the last two decades. She has published her research in many international journals and has authored many books and chapters with renowned publishing houses. She has also delivered talks as an invited speaker at many national and international conferences. Dr. Tiwari is the recipient of several awards including Researcher of the Year and Distinguished Scientist.",institutionString:"Amity University",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"3",totalChapterViews:"0",totalEditedBooks:"1",institution:{name:"Amity University",institutionURL:null,country:{name:"India"}}},equalEditorTwo:{id:"197609",title:"Prof.",name:"Taha Selim",middleName:null,surname:"Ustun",slug:"taha-selim-ustun",fullName:"Taha Selim Ustun",profilePictureURL:"https://mts.intechopen.com/storage/users/197609/images/system/197609.jpeg",biography:"Dr. Taha Selim Ustun received a Ph.D. in Electrical Engineering from Victoria University, Melbourne, Australia. He is a researcher with the Fukushima Renewable Energy Institute, AIST (FREA), where he leads the Smart Grid Cybersecurity Laboratory. Prior to that, he was a faculty member with the School of Electrical and Computer Engineering, Carnegie Mellon University, Pittsburgh, PA, USA. His current research interests include power systems protection, communication in power networks, distributed generation, microgrids, electric vehicle integration, and cybersecurity in smart grids. He serves on the editorial boards of IEEE Access, IEEE Transactions on Industrial Informatics, Energies, Electronics, Electricity, World Electric Vehicle and Information journals. Dr. Ustun is a member of the IEEE 2004 and 2800, IEC Renewable Energy Management WG 8, and IEC TC 57 WG17. He has been invited to run specialist courses in Africa, India, and China. He has delivered talks for the Qatar Foundation, the World Energy Council, the Waterloo Global Science Initiative, and the European Union Energy Initiative (EUEI). His research has attracted funding from prestigious programs in Japan, Australia, the European Union, and North America.",institutionString:"Fukushima Renewable Energy Institute, AIST (FREA)",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"1",totalChapterViews:"0",totalEditedBooks:"0",institution:{name:"National Institute of Advanced Industrial Science and Technology",institutionURL:null,country:{name:"Japan"}}},equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8985",title:"Natural Resources Management and Biological Sciences",subtitle:null,isOpenForSubmission:!1,hash:"5c2e219a6c021a40b5a20c041dea88c4",slug:"natural-resources-management-and-biological-sciences",bookSignature:"Edward R. Rhodes and Humood Naser",coverURL:"https://cdn.intechopen.com/books/images_new/8985.jpg",editors:[{id:"280886",title:"Prof.",name:"Edward R",middleName:null,surname:"Rhodes",slug:"edward-r-rhodes",fullName:"Edward R Rhodes"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10065",title:"Wavelet Theory",subtitle:null,isOpenForSubmission:!1,hash:"d8868e332169597ba2182d9b004d60de",slug:"wavelet-theory",bookSignature:"Somayeh Mohammady",coverURL:"https://cdn.intechopen.com/books/images_new/10065.jpg",editors:[{id:"109280",title:"Dr.",name:"Somayeh",middleName:null,surname:"Mohammady",slug:"somayeh-mohammady",fullName:"Somayeh Mohammady"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9644",title:"Glaciers and the Polar Environment",subtitle:null,isOpenForSubmission:!1,hash:"e8cfdc161794e3753ced54e6ff30873b",slug:"glaciers-and-the-polar-environment",bookSignature:"Masaki Kanao, Danilo Godone and Niccolò Dematteis",coverURL:"https://cdn.intechopen.com/books/images_new/9644.jpg",editors:[{id:"51959",title:"Dr.",name:"Masaki",middleName:null,surname:"Kanao",slug:"masaki-kanao",fullName:"Masaki Kanao"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9550",title:"Entrepreneurship",subtitle:"Contemporary Issues",isOpenForSubmission:!1,hash:"9b4ac1ee5b743abf6f88495452b1e5e7",slug:"entrepreneurship-contemporary-issues",bookSignature:"Mladen Turuk",coverURL:"https://cdn.intechopen.com/books/images_new/9550.jpg",editors:[{id:"319755",title:"Prof.",name:"Mladen",middleName:null,surname:"Turuk",slug:"mladen-turuk",fullName:"Mladen Turuk"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9027",title:"Human Blood Group Systems and Haemoglobinopathies",subtitle:null,isOpenForSubmission:!1,hash:"d00d8e40b11cfb2547d1122866531c7e",slug:"human-blood-group-systems-and-haemoglobinopathies",bookSignature:"Osaro Erhabor and Anjana Munshi",coverURL:"https://cdn.intechopen.com/books/images_new/9027.jpg",editors:[{id:"35140",title:null,name:"Osaro",middleName:null,surname:"Erhabor",slug:"osaro-erhabor",fullName:"Osaro Erhabor"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8558",title:"Aerodynamics",subtitle:null,isOpenForSubmission:!1,hash:"db7263fc198dfb539073ba0260a7f1aa",slug:"aerodynamics",bookSignature:"Mofid Gorji-Bandpy and Aly-Mousaad Aly",coverURL:"https://cdn.intechopen.com/books/images_new/8558.jpg",editors:[{id:"35542",title:"Prof.",name:"Mofid",middleName:null,surname:"Gorji-Bandpy",slug:"mofid-gorji-bandpy",fullName:"Mofid Gorji-Bandpy"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}}],offset:12,limit:12,total:5249},hotBookTopics:{hotBooks:[],offset:0,limit:12,total:null},publish:{},publishingProposal:{success:null,errors:{}},books:{featuredBooks:[{type:"book",id:"9521",title:"Antimicrobial Resistance",subtitle:"A One Health Perspective",isOpenForSubmission:!1,hash:"30949e78832e1afba5606634b52056ab",slug:"antimicrobial-resistance-a-one-health-perspective",bookSignature:"Mihai Mareș, Swee Hua Erin Lim, Kok-Song Lai and Romeo-Teodor Cristina",coverURL:"https://cdn.intechopen.com/books/images_new/9521.jpg",editors:[{id:"88785",title:"Prof.",name:"Mihai",middleName:null,surname:"Mares",slug:"mihai-mares",fullName:"Mihai Mares"}],equalEditorOne:{id:"190224",title:"Dr.",name:"Swee Hua Erin",middleName:null,surname:"Lim",slug:"swee-hua-erin-lim",fullName:"Swee Hua Erin Lim",profilePictureURL:"https://mts.intechopen.com/storage/users/190224/images/system/190224.png",biography:"Dr. Erin Lim is presently working as an Assistant Professor in the Division of Health Sciences, Abu Dhabi Women\\'s College, Higher Colleges of Technology in Abu Dhabi, United Arab Emirates and is affiliated as an Associate Professor to Perdana University-Royal College of Surgeons in Ireland, Selangor, Malaysia. She obtained her Ph.D. from Universiti Putra Malaysia in 2010 with a National Science Fellowship awarded from the Ministry of Science, Technology and Innovation Malaysia and has been actively involved in research ever since. Her main research interests include analysis of carriage and transmission of multidrug resistant bacteria in non-conventional settings, besides an interest in natural products for antimicrobial testing. She is heavily involved in the elucidation of mechanisms of reversal of resistance in bacteria in addition to investigating the immunological analyses of diseases, development of vaccination and treatment models in animals. She hopes her work will support the discovery of therapeutics in the clinical setting and assist in the combat against the burden of antibiotic resistance.",institutionString:"Abu Dhabi Women’s College",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"3",totalChapterViews:"0",totalEditedBooks:"0",institution:{name:"Perdana University",institutionURL:null,country:{name:"Malaysia"}}},equalEditorTwo:{id:"221544",title:"Dr.",name:"Kok-Song",middleName:null,surname:"Lai",slug:"kok-song-lai",fullName:"Kok-Song Lai",profilePictureURL:"https://mts.intechopen.com/storage/users/221544/images/system/221544.jpeg",biography:"Dr. Lai Kok Song is an Assistant Professor in the Division of Health Sciences, Abu Dhabi Women\\'s College, Higher Colleges of Technology in Abu Dhabi, United Arab Emirates. He obtained his Ph.D. in Biological Sciences from Nara Institute of Science and Technology, Japan in 2012. Prior to his academic appointment, Dr. Lai worked as a Senior Scientist at the Ministry of Science, Technology and Innovation, Malaysia. His current research areas include antimicrobial resistance and plant-pathogen interaction. His particular interest lies in the study of the antimicrobial mechanism via membrane disruption of essential oils against multi-drug resistance bacteria through various biochemical, molecular and proteomic approaches. Ultimately, he hopes to uncover and determine novel biomarkers related to antibiotic resistance that can be developed into new therapeutic strategies.",institutionString:"Higher Colleges of Technology",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"8",totalChapterViews:"0",totalEditedBooks:"0",institution:{name:"Higher Colleges of Technology",institutionURL:null,country:{name:"United Arab Emirates"}}},equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10020",title:"Operations Management",subtitle:"Emerging Trend in the Digital Era",isOpenForSubmission:!1,hash:"526f0dbdc7e4d85b82ce8383ab894b4c",slug:"operations-management-emerging-trend-in-the-digital-era",bookSignature:"Antonella Petrillo, Fabio De Felice, Germano Lambert-Torres and Erik Bonaldi",coverURL:"https://cdn.intechopen.com/books/images_new/10020.jpg",editors:[{id:"181603",title:"Dr.",name:"Antonella",middleName:null,surname:"Petrillo",slug:"antonella-petrillo",fullName:"Antonella Petrillo"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9560",title:"Creativity",subtitle:"A Force to Innovation",isOpenForSubmission:!1,hash:"58f740bc17807d5d88d647c525857b11",slug:"creativity-a-force-to-innovation",bookSignature:"Pooja Jain",coverURL:"https://cdn.intechopen.com/books/images_new/9560.jpg",editors:[{id:"316765",title:"Dr.",name:"Pooja",middleName:null,surname:"Jain",slug:"pooja-jain",fullName:"Pooja Jain"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10192",title:"Background and Management of Muscular Atrophy",subtitle:null,isOpenForSubmission:!1,hash:"eca24028d89912b5efea56e179dff089",slug:"background-and-management-of-muscular-atrophy",bookSignature:"Julianna Cseri",coverURL:"https://cdn.intechopen.com/books/images_new/10192.jpg",editors:[{id:"135579",title:"Dr.",name:"Julianna",middleName:null,surname:"Cseri",slug:"julianna-cseri",fullName:"Julianna Cseri"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9243",title:"Coastal Environments",subtitle:null,isOpenForSubmission:!1,hash:"8e05e5f631e935eef366980f2e28295d",slug:"coastal-environments",bookSignature:"Yuanzhi Zhang and X. San Liang",coverURL:"https://cdn.intechopen.com/books/images_new/9243.jpg",editors:[{id:"77597",title:"Prof.",name:"Yuanzhi",middleName:null,surname:"Zhang",slug:"yuanzhi-zhang",fullName:"Yuanzhi Zhang"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9385",title:"Renewable Energy",subtitle:"Technologies and Applications",isOpenForSubmission:!1,hash:"a6b446d19166f17f313008e6c056f3d8",slug:"renewable-energy-technologies-and-applications",bookSignature:"Tolga Taner, Archana Tiwari and Taha Selim Ustun",coverURL:"https://cdn.intechopen.com/books/images_new/9385.jpg",editors:[{id:"197240",title:"Associate Prof.",name:"Tolga",middleName:null,surname:"Taner",slug:"tolga-taner",fullName:"Tolga Taner"}],equalEditorOne:{id:"186791",title:"Dr.",name:"Archana",middleName:null,surname:"Tiwari",slug:"archana-tiwari",fullName:"Archana Tiwari",profilePictureURL:"https://mts.intechopen.com/storage/users/186791/images/system/186791.jpg",biography:"Dr. Archana Tiwari is Associate Professor at Amity University, India. Her research interests include renewable sources of energy from microalgae and further utilizing the residual biomass for the generation of value-added products, bioremediation through microalgae and microbial consortium, antioxidative enzymes and stress, and nutraceuticals from microalgae. She has been working on algal biotechnology for the last two decades. She has published her research in many international journals and has authored many books and chapters with renowned publishing houses. She has also delivered talks as an invited speaker at many national and international conferences. Dr. Tiwari is the recipient of several awards including Researcher of the Year and Distinguished Scientist.",institutionString:"Amity University",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"3",totalChapterViews:"0",totalEditedBooks:"1",institution:{name:"Amity University",institutionURL:null,country:{name:"India"}}},equalEditorTwo:{id:"197609",title:"Prof.",name:"Taha Selim",middleName:null,surname:"Ustun",slug:"taha-selim-ustun",fullName:"Taha Selim Ustun",profilePictureURL:"https://mts.intechopen.com/storage/users/197609/images/system/197609.jpeg",biography:"Dr. Taha Selim Ustun received a Ph.D. in Electrical Engineering from Victoria University, Melbourne, Australia. He is a researcher with the Fukushima Renewable Energy Institute, AIST (FREA), where he leads the Smart Grid Cybersecurity Laboratory. Prior to that, he was a faculty member with the School of Electrical and Computer Engineering, Carnegie Mellon University, Pittsburgh, PA, USA. His current research interests include power systems protection, communication in power networks, distributed generation, microgrids, electric vehicle integration, and cybersecurity in smart grids. He serves on the editorial boards of IEEE Access, IEEE Transactions on Industrial Informatics, Energies, Electronics, Electricity, World Electric Vehicle and Information journals. Dr. Ustun is a member of the IEEE 2004 and 2800, IEC Renewable Energy Management WG 8, and IEC TC 57 WG17. He has been invited to run specialist courses in Africa, India, and China. He has delivered talks for the Qatar Foundation, the World Energy Council, the Waterloo Global Science Initiative, and the European Union Energy Initiative (EUEI). His research has attracted funding from prestigious programs in Japan, Australia, the European Union, and North America.",institutionString:"Fukushima Renewable Energy Institute, AIST (FREA)",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"1",totalChapterViews:"0",totalEditedBooks:"0",institution:{name:"National Institute of Advanced Industrial Science and Technology",institutionURL:null,country:{name:"Japan"}}},equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8985",title:"Natural Resources Management and Biological Sciences",subtitle:null,isOpenForSubmission:!1,hash:"5c2e219a6c021a40b5a20c041dea88c4",slug:"natural-resources-management-and-biological-sciences",bookSignature:"Edward R. Rhodes and Humood Naser",coverURL:"https://cdn.intechopen.com/books/images_new/8985.jpg",editors:[{id:"280886",title:"Prof.",name:"Edward R",middleName:null,surname:"Rhodes",slug:"edward-r-rhodes",fullName:"Edward R Rhodes"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10065",title:"Wavelet Theory",subtitle:null,isOpenForSubmission:!1,hash:"d8868e332169597ba2182d9b004d60de",slug:"wavelet-theory",bookSignature:"Somayeh Mohammady",coverURL:"https://cdn.intechopen.com/books/images_new/10065.jpg",editors:[{id:"109280",title:"Dr.",name:"Somayeh",middleName:null,surname:"Mohammady",slug:"somayeh-mohammady",fullName:"Somayeh Mohammady"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9644",title:"Glaciers and the Polar Environment",subtitle:null,isOpenForSubmission:!1,hash:"e8cfdc161794e3753ced54e6ff30873b",slug:"glaciers-and-the-polar-environment",bookSignature:"Masaki Kanao, Danilo Godone and Niccolò Dematteis",coverURL:"https://cdn.intechopen.com/books/images_new/9644.jpg",editors:[{id:"51959",title:"Dr.",name:"Masaki",middleName:null,surname:"Kanao",slug:"masaki-kanao",fullName:"Masaki Kanao"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9550",title:"Entrepreneurship",subtitle:"Contemporary Issues",isOpenForSubmission:!1,hash:"9b4ac1ee5b743abf6f88495452b1e5e7",slug:"entrepreneurship-contemporary-issues",bookSignature:"Mladen Turuk",coverURL:"https://cdn.intechopen.com/books/images_new/9550.jpg",editors:[{id:"319755",title:"Prof.",name:"Mladen",middleName:null,surname:"Turuk",slug:"mladen-turuk",fullName:"Mladen Turuk"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}}],latestBooks:[{type:"book",id:"9243",title:"Coastal Environments",subtitle:null,isOpenForSubmission:!1,hash:"8e05e5f631e935eef366980f2e28295d",slug:"coastal-environments",bookSignature:"Yuanzhi Zhang and X. San Liang",coverURL:"https://cdn.intechopen.com/books/images_new/9243.jpg",editedByType:"Edited by",editors:[{id:"77597",title:"Prof.",name:"Yuanzhi",middleName:null,surname:"Zhang",slug:"yuanzhi-zhang",fullName:"Yuanzhi Zhang"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10020",title:"Operations Management",subtitle:"Emerging Trend in the Digital Era",isOpenForSubmission:!1,hash:"526f0dbdc7e4d85b82ce8383ab894b4c",slug:"operations-management-emerging-trend-in-the-digital-era",bookSignature:"Antonella Petrillo, Fabio De Felice, Germano Lambert-Torres and Erik Bonaldi",coverURL:"https://cdn.intechopen.com/books/images_new/10020.jpg",editedByType:"Edited by",editors:[{id:"181603",title:"Dr.",name:"Antonella",middleName:null,surname:"Petrillo",slug:"antonella-petrillo",fullName:"Antonella Petrillo"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9521",title:"Antimicrobial Resistance",subtitle:"A One Health Perspective",isOpenForSubmission:!1,hash:"30949e78832e1afba5606634b52056ab",slug:"antimicrobial-resistance-a-one-health-perspective",bookSignature:"Mihai Mareș, Swee Hua Erin Lim, Kok-Song Lai and Romeo-Teodor Cristina",coverURL:"https://cdn.intechopen.com/books/images_new/9521.jpg",editedByType:"Edited by",editors:[{id:"88785",title:"Prof.",name:"Mihai",middleName:null,surname:"Mares",slug:"mihai-mares",fullName:"Mihai Mares"}],equalEditorOne:{id:"190224",title:"Dr.",name:"Swee Hua Erin",middleName:null,surname:"Lim",slug:"swee-hua-erin-lim",fullName:"Swee Hua Erin Lim",profilePictureURL:"https://mts.intechopen.com/storage/users/190224/images/system/190224.png",biography:"Dr. Erin Lim is presently working as an Assistant Professor in the Division of Health Sciences, Abu Dhabi Women\\'s College, Higher Colleges of Technology in Abu Dhabi, United Arab Emirates and is affiliated as an Associate Professor to Perdana University-Royal College of Surgeons in Ireland, Selangor, Malaysia. She obtained her Ph.D. from Universiti Putra Malaysia in 2010 with a National Science Fellowship awarded from the Ministry of Science, Technology and Innovation Malaysia and has been actively involved in research ever since. Her main research interests include analysis of carriage and transmission of multidrug resistant bacteria in non-conventional settings, besides an interest in natural products for antimicrobial testing. She is heavily involved in the elucidation of mechanisms of reversal of resistance in bacteria in addition to investigating the immunological analyses of diseases, development of vaccination and treatment models in animals. She hopes her work will support the discovery of therapeutics in the clinical setting and assist in the combat against the burden of antibiotic resistance.",institutionString:"Abu Dhabi Women’s College",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"3",totalChapterViews:"0",totalEditedBooks:"0",institution:{name:"Perdana University",institutionURL:null,country:{name:"Malaysia"}}},equalEditorTwo:{id:"221544",title:"Dr.",name:"Kok-Song",middleName:null,surname:"Lai",slug:"kok-song-lai",fullName:"Kok-Song Lai",profilePictureURL:"https://mts.intechopen.com/storage/users/221544/images/system/221544.jpeg",biography:"Dr. Lai Kok Song is an Assistant Professor in the Division of Health Sciences, Abu Dhabi Women\\'s College, Higher Colleges of Technology in Abu Dhabi, United Arab Emirates. He obtained his Ph.D. in Biological Sciences from Nara Institute of Science and Technology, Japan in 2012. Prior to his academic appointment, Dr. Lai worked as a Senior Scientist at the Ministry of Science, Technology and Innovation, Malaysia. His current research areas include antimicrobial resistance and plant-pathogen interaction. His particular interest lies in the study of the antimicrobial mechanism via membrane disruption of essential oils against multi-drug resistance bacteria through various biochemical, molecular and proteomic approaches. Ultimately, he hopes to uncover and determine novel biomarkers related to antibiotic resistance that can be developed into new therapeutic strategies.",institutionString:"Higher Colleges of Technology",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"8",totalChapterViews:"0",totalEditedBooks:"0",institution:{name:"Higher Colleges of Technology",institutionURL:null,country:{name:"United Arab Emirates"}}},equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9560",title:"Creativity",subtitle:"A Force to Innovation",isOpenForSubmission:!1,hash:"58f740bc17807d5d88d647c525857b11",slug:"creativity-a-force-to-innovation",bookSignature:"Pooja Jain",coverURL:"https://cdn.intechopen.com/books/images_new/9560.jpg",editedByType:"Edited by",editors:[{id:"316765",title:"Dr.",name:"Pooja",middleName:null,surname:"Jain",slug:"pooja-jain",fullName:"Pooja Jain"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9669",title:"Recent Advances in Rice Research",subtitle:null,isOpenForSubmission:!1,hash:"12b06cc73e89af1e104399321cc16a75",slug:"recent-advances-in-rice-research",bookSignature:"Mahmood-ur- Rahman Ansari",coverURL:"https://cdn.intechopen.com/books/images_new/9669.jpg",editedByType:"Edited by",editors:[{id:"185476",title:"Dr.",name:"Mahmood-Ur-",middleName:null,surname:"Rahman Ansari",slug:"mahmood-ur-rahman-ansari",fullName:"Mahmood-Ur- Rahman Ansari"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10192",title:"Background and Management of Muscular Atrophy",subtitle:null,isOpenForSubmission:!1,hash:"eca24028d89912b5efea56e179dff089",slug:"background-and-management-of-muscular-atrophy",bookSignature:"Julianna Cseri",coverURL:"https://cdn.intechopen.com/books/images_new/10192.jpg",editedByType:"Edited by",editors:[{id:"135579",title:"Dr.",name:"Julianna",middleName:null,surname:"Cseri",slug:"julianna-cseri",fullName:"Julianna Cseri"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9550",title:"Entrepreneurship",subtitle:"Contemporary Issues",isOpenForSubmission:!1,hash:"9b4ac1ee5b743abf6f88495452b1e5e7",slug:"entrepreneurship-contemporary-issues",bookSignature:"Mladen Turuk",coverURL:"https://cdn.intechopen.com/books/images_new/9550.jpg",editedByType:"Edited by",editors:[{id:"319755",title:"Prof.",name:"Mladen",middleName:null,surname:"Turuk",slug:"mladen-turuk",fullName:"Mladen Turuk"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10065",title:"Wavelet Theory",subtitle:null,isOpenForSubmission:!1,hash:"d8868e332169597ba2182d9b004d60de",slug:"wavelet-theory",bookSignature:"Somayeh Mohammady",coverURL:"https://cdn.intechopen.com/books/images_new/10065.jpg",editedByType:"Edited by",editors:[{id:"109280",title:"Dr.",name:"Somayeh",middleName:null,surname:"Mohammady",slug:"somayeh-mohammady",fullName:"Somayeh Mohammady"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9313",title:"Clay Science and Technology",subtitle:null,isOpenForSubmission:!1,hash:"6fa7e70396ff10620e032bb6cfa6fb72",slug:"clay-science-and-technology",bookSignature:"Gustavo Morari Do Nascimento",coverURL:"https://cdn.intechopen.com/books/images_new/9313.jpg",editedByType:"Edited by",editors:[{id:"7153",title:"Prof.",name:"Gustavo",middleName:null,surname:"Morari Do Nascimento",slug:"gustavo-morari-do-nascimento",fullName:"Gustavo Morari Do Nascimento"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9888",title:"Nuclear Power Plants",subtitle:"The Processes from the Cradle to the Grave",isOpenForSubmission:!1,hash:"c2c8773e586f62155ab8221ebb72a849",slug:"nuclear-power-plants-the-processes-from-the-cradle-to-the-grave",bookSignature:"Nasser Awwad",coverURL:"https://cdn.intechopen.com/books/images_new/9888.jpg",editedByType:"Edited by",editors:[{id:"145209",title:"Prof.",name:"Nasser",middleName:"S",surname:"Awwad",slug:"nasser-awwad",fullName:"Nasser Awwad"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}}]},subject:{topic:{id:"994",title:"Traumatology",slug:"traumatology",parent:{title:"Critical Care Medicine",slug:"critical-care-medicine"},numberOfBooks:5,numberOfAuthorsAndEditors:132,numberOfWosCitations:55,numberOfCrossrefCitations:44,numberOfDimensionsCitations:101,videoUrl:null,fallbackUrl:null,description:null},booksByTopicFilter:{topicSlug:"traumatology",sort:"-publishedDate",limit:12,offset:0},booksByTopicCollection:[{type:"book",id:"9066",title:"Wound Healing",subtitle:null,isOpenForSubmission:!1,hash:"a293ecd8c2655a402321dc30e0ffbf9a",slug:"wound-healing",bookSignature:"Muhammad Ahmad",coverURL:"https://cdn.intechopen.com/books/images_new/9066.jpg",editedByType:"Edited by",editors:[{id:"204257",title:"Dr.",name:"Muhammad",middleName:null,surname:"Ahmad",slug:"muhammad-ahmad",fullName:"Muhammad Ahmad"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"7046",title:"Wound Healing",subtitle:"Current Perspectives",isOpenForSubmission:!1,hash:"fa7b870ad29ce1dfcf6faeafdc060309",slug:"wound-healing-current-perspectives",bookSignature:"Kamil Hakan Dogan",coverURL:"https://cdn.intechopen.com/books/images_new/7046.jpg",editedByType:"Edited by",editors:[{id:"30612",title:"Prof.",name:"Kamil Hakan",middleName:null,surname:"Dogan",slug:"kamil-hakan-dogan",fullName:"Kamil Hakan Dogan"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6662",title:"Trauma Surgery",subtitle:null,isOpenForSubmission:!1,hash:"9721b9ac98bf237058cafd0a0303bdbc",slug:"trauma-surgery",bookSignature:"Ozgur Karcioglu and Hakan Topacoglu",coverURL:"https://cdn.intechopen.com/books/images_new/6662.jpg",editedByType:"Edited by",editors:[{id:"221195",title:"Dr.",name:"Ozgur",middleName:null,surname:"Karcioglu",slug:"ozgur-karcioglu",fullName:"Ozgur Karcioglu"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6069",title:"Essentials of Spinal Cord Injury Medicine",subtitle:null,isOpenForSubmission:!1,hash:"f0a49e24ebfbb9ed7d02f7daab9b30f6",slug:"essentials-of-spinal-cord-injury-medicine",bookSignature:"Yannis Dionyssiotis",coverURL:"https://cdn.intechopen.com/books/images_new/6069.jpg",editedByType:"Edited by",editors:[{id:"76883",title:"PhD.",name:"Yannis",middleName:null,surname:"Dionyssiotis",slug:"yannis-dionyssiotis",fullName:"Yannis Dionyssiotis"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"5290",title:"Wound Healing",subtitle:"New insights into Ancient Challenges",isOpenForSubmission:!1,hash:"a6c479ab3fea0a9b7051d2a8478c91c3",slug:"wound-healing-new-insights-into-ancient-challenges",bookSignature:"Vlad Adrian Alexandrescu",coverURL:"https://cdn.intechopen.com/books/images_new/5290.jpg",editedByType:"Edited by",editors:[{id:"66358",title:"Ph.D.",name:"Vlad",middleName:"Adrian",surname:"Alexandrescu",slug:"vlad-alexandrescu",fullName:"Vlad Alexandrescu"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}}],booksByTopicTotal:5,mostCitedChapters:[{id:"50983",doi:"10.5772/63961",title:"Antimicrobial Dressings for Improving Wound Healing",slug:"antimicrobial-dressings-for-improving-wound-healing",totalDownloads:3705,totalCrossrefCites:5,totalDimensionsCites:21,book:{slug:"wound-healing-new-insights-into-ancient-challenges",title:"Wound Healing",fullTitle:"Wound Healing - New insights into Ancient Challenges"},signatures:"Omar Sarheed, Asif Ahmed, Douha Shouqair and Joshua Boateng",authors:[{id:"183108",title:"Dr.",name:"Joshua",middleName:null,surname:"Boateng",slug:"joshua-boateng",fullName:"Joshua Boateng"},{id:"183399",title:"Dr.",name:"Omar",middleName:null,surname:"Sarheed",slug:"omar-sarheed",fullName:"Omar Sarheed"},{id:"188082",title:"Mr.",name:"Asif",middleName:null,surname:"Ahmed",slug:"asif-ahmed",fullName:"Asif Ahmed"},{id:"188083",title:"Ms.",name:"Douha",middleName:null,surname:"Shouqair",slug:"douha-shouqair",fullName:"Douha Shouqair"}]},{id:"51825",doi:"10.5772/64611",title:"Roles of Matrix Metalloproteinases in Cutaneous Wound Healing",slug:"roles-of-matrix-metalloproteinases-in-cutaneous-wound-healing",totalDownloads:2740,totalCrossrefCites:8,totalDimensionsCites:14,book:{slug:"wound-healing-new-insights-into-ancient-challenges",title:"Wound Healing",fullTitle:"Wound Healing - New insights into Ancient Challenges"},signatures:"Trung T. Nguyen, Shahriar Mobashery and Mayland Chang",authors:[{id:"183405",title:"Prof.",name:"Mayland",middleName:null,surname:"Chang",slug:"mayland-chang",fullName:"Mayland Chang"},{id:"191152",title:"Mr.",name:"Trung",middleName:null,surname:"Nguyen",slug:"trung-nguyen",fullName:"Trung Nguyen"},{id:"191153",title:"Prof.",name:"Shahriar",middleName:null,surname:"Mobashery",slug:"shahriar-mobashery",fullName:"Shahriar Mobashery"}]},{id:"63675",doi:"10.5772/intechopen.81208",title:"Wound Healing: Contributions from Plant Secondary Metabolite Antioxidants",slug:"wound-healing-contributions-from-plant-secondary-metabolite-antioxidants",totalDownloads:685,totalCrossrefCites:1,totalDimensionsCites:6,book:{slug:"wound-healing-current-perspectives",title:"Wound Healing",fullTitle:"Wound Healing - Current Perspectives"},signatures:"Victor Y.A. Barku",authors:[{id:"261027",title:"Prof.",name:"Victor Y. A.",middleName:null,surname:"Barku",slug:"victor-y.-a.-barku",fullName:"Victor Y. A. Barku"}]}],mostDownloadedChaptersLast30Days:[{id:"60520",title:"Maxillofacial Fractures: From Diagnosis to Treatment",slug:"maxillofacial-fractures-from-diagnosis-to-treatment",totalDownloads:1791,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"trauma-surgery",title:"Trauma Surgery",fullTitle:"Trauma Surgery"},signatures:"Mohammad Esmaeelinejad",authors:[{id:"172188",title:"Dr.",name:"Mohammad",middleName:null,surname:"Esmaeelinejad",slug:"mohammad-esmaeelinejad",fullName:"Mohammad Esmaeelinejad"}]},{id:"51825",title:"Roles of Matrix Metalloproteinases in Cutaneous Wound Healing",slug:"roles-of-matrix-metalloproteinases-in-cutaneous-wound-healing",totalDownloads:2743,totalCrossrefCites:8,totalDimensionsCites:15,book:{slug:"wound-healing-new-insights-into-ancient-challenges",title:"Wound Healing",fullTitle:"Wound Healing - New insights into Ancient Challenges"},signatures:"Trung T. Nguyen, Shahriar Mobashery and Mayland Chang",authors:[{id:"183405",title:"Prof.",name:"Mayland",middleName:null,surname:"Chang",slug:"mayland-chang",fullName:"Mayland Chang"},{id:"191152",title:"Mr.",name:"Trung",middleName:null,surname:"Nguyen",slug:"trung-nguyen",fullName:"Trung Nguyen"},{id:"191153",title:"Prof.",name:"Shahriar",middleName:null,surname:"Mobashery",slug:"shahriar-mobashery",fullName:"Shahriar Mobashery"}]},{id:"51223",title:"Medicinal Plants and Natural Products with Demonstrated Wound Healing Properties",slug:"medicinal-plants-and-natural-products-with-demonstrated-wound-healing-properties",totalDownloads:2807,totalCrossrefCites:1,totalDimensionsCites:3,book:{slug:"wound-healing-new-insights-into-ancient-challenges",title:"Wound Healing",fullTitle:"Wound Healing - New insights into Ancient Challenges"},signatures:"Christian Agyare, Emelia Oppong Bekoe, Yaw Duah Boakye,\nSusanna Oteng Dapaah, Theresa Appiah and Samuel Oppong\nBekoe",authors:[{id:"182058",title:"Dr.",name:"Christian",middleName:null,surname:"Agyare",slug:"christian-agyare",fullName:"Christian Agyare"},{id:"186987",title:"Dr.",name:"Yaw Duah",middleName:null,surname:"Boakye",slug:"yaw-duah-boakye",fullName:"Yaw Duah Boakye"},{id:"186988",title:"Ms.",name:"Susanna Oteng",middleName:null,surname:"Dapaah",slug:"susanna-oteng-dapaah",fullName:"Susanna Oteng Dapaah"},{id:"186989",title:"MSc.",name:"Theresa",middleName:null,surname:"Appiah",slug:"theresa-appiah",fullName:"Theresa Appiah"},{id:"186990",title:"Dr.",name:"Samuel Oppong",middleName:null,surname:"Bekoe",slug:"samuel-oppong-bekoe",fullName:"Samuel Oppong Bekoe"},{id:"186992",title:"Dr.",name:"Emelia Oppong",middleName:null,surname:"Bekoe",slug:"emelia-oppong-bekoe",fullName:"Emelia Oppong Bekoe"}]},{id:"63086",title:"Medicinal Plants in Wound Healing",slug:"medicinal-plants-in-wound-healing",totalDownloads:1701,totalCrossrefCites:0,totalDimensionsCites:2,book:{slug:"wound-healing-current-perspectives",title:"Wound Healing",fullTitle:"Wound Healing - Current Perspectives"},signatures:"Mohammad Reza Farahpour",authors:[{id:"253340",title:"Prof.",name:"Mohammadreza",middleName:null,surname:"Farahpour",slug:"mohammadreza-farahpour",fullName:"Mohammadreza Farahpour"}]},{id:"62998",title:"Biomarkers of Wound Healing",slug:"biomarkers-of-wound-healing",totalDownloads:890,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"wound-healing-current-perspectives",title:"Wound Healing",fullTitle:"Wound Healing - Current Perspectives"},signatures:"Christian Agyare, Newman Osafo and Yaw Duah Boakye",authors:[{id:"182058",title:"Dr.",name:"Christian",middleName:null,surname:"Agyare",slug:"christian-agyare",fullName:"Christian Agyare"},{id:"196452",title:"Dr.",name:"Newman",middleName:null,surname:"Osafo",slug:"newman-osafo",fullName:"Newman Osafo"},{id:"252789",title:"Dr.",name:"Yaw Duah",middleName:null,surname:"Boakye",slug:"yaw-duah-boakye",fullName:"Yaw Duah Boakye"}]},{id:"63082",title:"Abdominal Trauma",slug:"abdominal-trauma",totalDownloads:631,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"trauma-surgery",title:"Trauma Surgery",fullTitle:"Trauma Surgery"},signatures:"Göksu Afacan",authors:[{id:"236854",title:"M.D.",name:"Göksu",middleName:null,surname:"Afacan",slug:"goksu-afacan",fullName:"Göksu Afacan"}]},{id:"63308",title:"Autologous Platelet-Rich Plasma and Mesenchymal Stem Cells for the Treatment of Chronic Wounds",slug:"autologous-platelet-rich-plasma-and-mesenchymal-stem-cells-for-the-treatment-of-chronic-wounds",totalDownloads:1153,totalCrossrefCites:1,totalDimensionsCites:3,book:{slug:"wound-healing-current-perspectives",title:"Wound Healing",fullTitle:"Wound Healing - Current Perspectives"},signatures:"Peter A. Everts",authors:[{id:"256306",title:"Ph.D.",name:"Peter A.",middleName:null,surname:"Everts",slug:"peter-a.-everts",fullName:"Peter A. Everts"}]},{id:"66286",title:"From Tissue Repair to Tissue Regeneration",slug:"from-tissue-repair-to-tissue-regeneration",totalDownloads:1052,totalCrossrefCites:2,totalDimensionsCites:2,book:{slug:"wound-healing-current-perspectives",title:"Wound Healing",fullTitle:"Wound Healing - Current Perspectives"},signatures:"Aragona Salvatore Emanuele, Mereghetti Giada, Ferrari Alessio and\nGiorgio Ciprandi",authors:[{id:"247667",title:"Prof.",name:"Emanuele Salvatore",middleName:null,surname:"Aragona",slug:"emanuele-salvatore-aragona",fullName:"Emanuele Salvatore Aragona"}]},{id:"71904",title:"Modulation of Inflammatory Dynamics by Insulin to Promote Wound Recovery of Diabetic Ulcers",slug:"modulation-of-inflammatory-dynamics-by-insulin-to-promote-wound-recovery-of-diabetic-ulcers",totalDownloads:274,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"wound-healing",title:"Wound Healing",fullTitle:"Wound Healing"},signatures:"Pawandeep Kaur and Diptiman Choudhury",authors:null},{id:"51068",title:"A Potential Mechanism for Diabetic Wound Healing: Cutaneous Environmental Disorders",slug:"a-potential-mechanism-for-diabetic-wound-healing-cutaneous-environmental-disorders",totalDownloads:1432,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"wound-healing-new-insights-into-ancient-challenges",title:"Wound Healing",fullTitle:"Wound Healing - New insights into Ancient Challenges"},signatures:"Junna Ye, Ting Xie, Yiwen Niu, Liang Qiao, Ming Tian, Chun Qing\nand Shuliang Lu",authors:[{id:"182332",title:"Dr.",name:"Junna",middleName:null,surname:"Ye",slug:"junna-ye",fullName:"Junna Ye"}]}],onlineFirstChaptersFilter:{topicSlug:"traumatology",limit:3,offset:0},onlineFirstChaptersCollection:[],onlineFirstChaptersTotal:0},preDownload:{success:null,errors:{}},aboutIntechopen:{},privacyPolicy:{},peerReviewing:{},howOpenAccessPublishingWithIntechopenWorks:{},sponsorshipBooks:{sponsorshipBooks:[{type:"book",id:"10176",title:"Microgrids and Local Energy Systems",subtitle:null,isOpenForSubmission:!0,hash:"c32b4a5351a88f263074b0d0ca813a9c",slug:null,bookSignature:"Prof. Nick Jenkins",coverURL:"https://cdn.intechopen.com/books/images_new/10176.jpg",editedByType:null,editors:[{id:"55219",title:"Prof.",name:"Nick",middleName:null,surname:"Jenkins",slug:"nick-jenkins",fullName:"Nick Jenkins"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}}],offset:8,limit:8,total:1},route:{name:"chapter.detail",path:"/books/mobile-ad-hoc-networks-applications/survey-on-multi-hop-vehicular-ad-hoc-networks-under-ieee-802-16-technology",hash:"",query:{},params:{book:"mobile-ad-hoc-networks-applications",chapter:"survey-on-multi-hop-vehicular-ad-hoc-networks-under-ieee-802-16-technology"},fullPath:"/books/mobile-ad-hoc-networks-applications/survey-on-multi-hop-vehicular-ad-hoc-networks-under-ieee-802-16-technology",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)}()