SVM-supervised classification.
\r\n\tThis book chapter’s main theme will be focused on transmission dynamics, pathogenesis, mechanisms of host interaction and response, epigenetics and markers, molecular diagnosis, RNA interacting proteins, RNA binding proteins, advanced development of tools for diagnosis, possible development of concepts for vaccines and anti drugs for RNA viruses, immunological mechanisms, treatment, prevention and control.
\r\n\t
Classifying cancer lesions in form and intensity from the images is of interest in radiology units [1, 2, 3]. Currently, histology is the gold standard to define cancer type, stage, and grade; nevertheless, histology comes with its associated costs and delays and has been reported to increase morbidity [4, 5]. When diagnosing from the images, the desired classification is accurate and repeatable only if the operator includes the quantitative domain to the set of available tools that are mostly from the qualitative domain. The quantification is accomplished by separating the neo-mass from the anatomical parts in the image employing segmentation.
Regarding segmentation, authors have proposed assisting techniques that partially or fully accomplish the tasks with different levels of accuracy [6, 7, 8].
After segmentation, the challenge is finding a repeatable and performant method for all kinds of cancer manifestations. Some quantifying approaches target cancer in specific parts of the body [9, 10], while others focus on particular kinds of cancer [11, 12].
Although technology has invaded the medical facilities, currently assisting tools are not of help in diagnosing cancer. The tasks are still performed by human experts employing purely qualitative judgment. There is a need to quantify and thus abandon the uncertainty produced by human variability.
In practice, qualitative features suggested by X-rads [13, 14] such as roughness and stiffness are difficult to conceptualize with mathematical models; therefore, indexes based on these features are complicated to model [15]. However, the shape of the captured objects is a stable feature in the field of view [16, 17] and, conveniently, has the required sensibility across all cancer manifestations because it captures the core manifestations of the disease, the disordered growth pattern [18, 19]. More importantly, tumor shape is quantified in a feature-enriched scheme to favor further machine-learning implementation. In this document, we employ the FYC-Index of spiculation [20] to assert quantification on the edges of breast tumors imaged with tomosynthesis [21, 22]. The numbers yielded by the FYC-Index strategy are fed to an artificial intelligence classifier that initially differentiates between benign and malign neo-masses, showing a high degree of accuracy in supervised experiments. The presented strategy is equally performant in all imaging techniques that generate volumetric representations by slicing, including MRI, CT, and tomosynthesis.
A cohort of 48 breast tomosynthesis images underwent segmentation performed by an expert radiologist. Histology was performed on the 48 masses yielding 29 malignant cases and 19 benign. The resulting masks hold the specifications of the original images regarding the field of view and spatial resolution. Since the algorithm explained in Section 2.2 is immune to resolution changes and the field of view is standardized, records of the images’ specifications are not provided in this document.
The reader is invited to refer to Figure 1. Recall that the procedure explained below is used on both views, axial and sagittal.
The second derivative “p”— obtained with the second pass of Eq. (1)—is where peaks are detected. The peak elements on FAoD are exalted, while regions of low dynamics in the same array are diminished when raising FAoD to the fourth power.
Block diagrams for the FYC-Index pipeline.
Under the FYC-Index domain, while more spiculation, the histogram profiles are more populated in the right side.
Testing on extremes is a common practice in engineering. Unfortunately, finding extremes on clinical data is cumbersome. The difficulty relies on the nature of the information; in the clinics, where the patients are imaged on the presumption that some abnormality is present, the images often yield moderately spiculated masses, posing a problem overall for the lower extreme reference. Regarding the highly spiculated reference, one can use the histogram signature to pinpoint the slice yielding the most right-filling pattern. However, a sounded proof of concept should comply with the common complexity found in the clinics, where two masses can have similar volumes and have a different nature regarding malignancy; thus, conventional methods are unable to detect differences. To overcome this problem, we have created a synthetic framework where lower references are created by stacking the less spiculated slice among all the data analyzed. A mildly spiculated mass is created by stacking a mildly spiculated slice among the study, and, analogously, the extreme spiculated sample is created by stacking the most spiculated slice found in the study. For the three samples, the stacking is driven in a manner that the masses end by having a similar volume.
Every column in the histogram signature created by employing the procedure in Section 2.2 is seen as a feature in classification postulate that aims to distinguish between malign and benign samples. This is possible due to the independence of the peaks counting in a slice by slice fashion. In general, the perturbations on the slice
Every tumor population has a different span in the histogram signature; however, the amount of peak-counting-derived features have been set constant by forcing seven equally spaced bins regardless of the peak-counting range. Thus, the experiments always create an analyzing matrix containing 11 columns, 10 columns for the features, and 1 column to register the supervising factor provided by the histology. The current exercise presents a boolean support vector machine (SVM) classifier, where the machine is trained to provide a benign or malign verdict.
The data matrix is scaled and normalized using Python-Pandas [27, 28]. The classifier estimators are proved by cross correlation where the train and test samples are gathered from the original dataset using (
Listing 1: Python code use to run the SVM classifier while progressively adding features.
atregs = []
ascores = []
est = feature_selection.SelectKBest (k=i)
est . fit (mdata, lbls)
tregs = est . get_support (indices = True)
ndata = est . transform (mdata)
estsvm = svm . LinearSVC ()
gs = grid_search . GridSearchCV (estsvm, {’C’ : np . logspace (–4,3)})
tscore = np . mean (cross_validation . cross_val_score (gs, ndata, lbls, n_jobs=5))
As it is shown in Listing 1, the SVM classification is done after progressively adding features which are grabbed from the
Figure 2 shows how the algorithm yields two different outcomes based on the tortuosity of the two analyzed shapes. The small shape refers to a mostly rounded region of interest (ROI), therefore, does not present abrupt changes in the distances from the edging points to the center of FOV. In contrast, the same measure yields rapidly changing distances in the big ROI. Those rapidly changing distances are captured by the first derivate and framed in their inflection points by the second derivate. Later, those points are amplified and made all positive by the fourth power function, while the same fourth power function diminishes changes in which the derivate yielded values in the range (−1, 1). As the moving window adds up all values encountered in its domain, the regions of rapid change represented by large values compute to higher numbers within the domain of the moving window, and that is where the enhanced points appear in the plot. As all the points are mapped with their original coordinates, a crossing of 3D positions among the selected points in two image views filters out positions erroneously selected. Finally, the presented procedure allocates an item of frequency in a histogram where the bins contain ranges of point counting. Naturally, highly spiculated slices contribute mostly to the right bins of the histogram. When all slices in a tumor have been analyzed, the operator could be sure that the histogram is descriptive of the degree of homogeneity of the mass which is also associated with aggressiveness (see Figure 3).
FYC-Index extraction. The inner loop is the detailed block diagram similar to the one shown in
Histogram signature of the FYC-Index on two tumors and intermediate steps (b, c, d, g) of processing. The circles in frames in (c) and (g) correspond to perfectly rounded regions where the area is equal to the one of the mask.
A sample of the process where the 3D reconstruction of the masses together with the respective normalized FYC-Index histogram is presented in Figure 4.
A sample of the processed tumors and their FYC-Index signatures.
As explained in Section 2.3, extreme references are created to demonstrate the span of the method and the capacity to deliver a representation of easy interpretation. The synthetic creations are shown in Figure 5.
Performance of the FYC-Index in software-created references. On the right, a table with records of often used 3D geometrical indexes. Note that these indexes are not sensible within the characteristics that require to be quantified.
The results obtained on synthetic data corroborates that the FYC-Index is sensible to the changes in the edges that distinguish between malign and benign masses. In contrast, commonly used geometrical indexes are not sensitive to changes. In this exercise, we have isolated the spiculation by equalizing the volumes of the studied software objects. A complete set of 3D geometrical functions are applied on the clinical data in use, with the aim of comparing the performance of standard of care tools in the clinics, and the FYC-Index is shown in Figure 6.
The two boxes per colored column correspond to the clinical data detailed in Section 2.1. Normality was discarded by Kolmogorov test [
The fivefolding SVM exercise proposed in Section 2.4 was executed using a Python-Pandas dataframe and Scikit-Learn SVM. The results are registered in Table 1.
Folding | Accuracy (%) | Sensibility (%) | Specificity (%) |
---|---|---|---|
1 | 93.4 | 92.1 | 89.1 |
2 | 91.3 | 92.4 | 90.4 |
3 | 90.3 | 90.2 | 89.6 |
4 | 92.7 | 90.1 | 89.3 |
5 | 89.9 | 90.0 | 89.6 |
SVM-supervised classification.
Results for the fivefolding experiments on histograms acquired with the FYC-Index of spiculation.
The strong-force algorithm presented in Section 2.4 executed the supervised classification with a high degree of accuracy. The design of the experiments turns the classification into the capacity to differentiate whether a mass is benign or malign.
The proposed method is sensitive to slight changes in the edges of the masses that are characteristically malignant. The same method includes a stage of quantification that has proven to be descriptive at a simple glance even for nonspecialized operators. Since the procedure has been automated, it is compliant with the confidentiality regulations and, therefore, can be easily implemented in hospitals and clinics. The FYC-Index is a flexible method equally performant when analyzing masses in individuals and populations. The method presents a signature which results in a measure of lobularity. This strategy works regardless of factors such as size and spatial resolution. Moreover, the results are direct and easy to interpret. The specifications of the FYC-Index make it suitable to analyze all sort of cancer manifestations, regardless of localization or pathogenic roots. The presented strategy uses a machine-learning classifier to rapidly characterize the malignancy of a mass. However, the real challenge consists of defining malignancy together with aggressiveness. Such an approach requires more rounds of training/testing sessions with sufficient samples in all grading range. This multilevel classification should be designed to follow the classification directives presented in the X-RADS standards; thus, the existing automatic tools can also provide insights for selecting more accurate treatments. To the best of our knowledge, no other authors are integrating the tools as we have proposed. The use of the features we have proposed is a novel view of the solution; therefore, we do not include in this report a comparison with other methods.
Cancer is the second most threating disease which humanity has not been able to neutralize. Other diseases that were considered pandemics in the past, costing millions of human lives, have been eradicated through vaccination. Rapidly mutating diseases such as AIDS have been downgraded from mortal to chronic. Maladies like high blood pressure, stroke, or cirrhosis among several other chronic afflictions have been associated with race, genetics, habits, or exposition factors, providing a way to reduce the probability of acquiring them or a path of development where scientists still have space to explore. Cancer instead affects all humans regardless of any factor. The only aspect that increases the surviving expectations, without a doubt, is early detection, and it is here where the method presented in this manuscript gains relevance. Detection from the images is possible, and automatic diagnosis not only avoids the painful and uncomfortable biopsy, but it also contributes to faster and more accurate verdicts.
Accidental ingestion of a foreign body is more often seen in children. Contemporary studies have reported that 1500 subjects die per year [1]. However, data published on a death rate depends upon the nature of the aspirated object, i.e. size, shape, and finishing [2]. Dhandapani et al. (2009) illustrate that 80% - 90% of the aspirated foreign bodies pass through the gastrointestinal tract routinely, approximately 10–20% need to be removed endoscopically, and 1% requires surgery [3]. Most researchers have described that high intake of fibrous diet; water and laxatives are the regular methods in the management of ingested blunt objects. But, accidental swallow of sharp objects always associates with a high rate of airway obstruction and gastrointestinal (GI) perforation corresponding to treatment dilemmas [1, 2, 3, 4].
To date, various innovative appliances are being used in dentistry and orthodontics but very rare among these material limitations have been published. Through this chapter, I would like to present the associated drawbacks of such appliances to “GI” and airway systems, their clinical presentations, recommendations, and management. For a better understanding of readers, this chapter is divided into introduction, incidences; Types of appliances ingested or aspirated, Pathophysiology and associated symptoms of ingested “FBs”, Management, Retrieval of accidental swallowed “FBs”, Recommendations to prevent accidental swallow, Basic measures to prevent accidental swallow and Conclusion.
In general, incidence of accidental aspiration of foreign body occurs in children (80%), elderly, mentally impaired, or alcoholic individuals and sometimes it may occur deliberately in prisoners or psychiatric patients. Coins, meat boli, and button batteries; sewing needles, tooth picks, straightened paper clips and razor blades are the most often ingested foreign bodies [5].
In dentistry, accidental aspiration of foreign bodies is recognized as a hurdle in all clinical specialties of dentistry. A wide range of complications succeeding from foreign bodies (“FBs”) has been recognized in clinical practice as a broken denture, single-tooth crowns, inlays, edndo files, and broken orthodontic appliance’s reason for the majority of “FBs” ingested by adults in the dental setting [1, 2, 3, 4, 5, 6].
Kurkciyan et al. (1996), Pavlidis et al., (2008) and Dhandapani et al.,(2009) have reported that the overall incidence of dental “FBs” aspiration is higher in adult than in children, among which 10–20% required endoscopic removal and 1% alarm for surgical removal [1, 2, 3, 4, 5, 6, 7].
In orthodontics, Wasundhara A. Bhad (2011), Uday Kumar Wizziyiane Ahmad, and Priya Balakrishnan (2012), Appasaheb Naragond et al. (2013), have reported that the most frequently aspirated FBs are brackets, wire fragment, activation key, and fractured twin block, removable retention appliances, and lingual retainers. However, Tamura et al., reported that the incidence of accidental swallowing of orthodontic appliances ranges from 3.6% to 27.7% among them 2% -3.7% require emergency treatment as these foreign bodies obstruct in “GI” or respiratory tract, and the rest of the material pass “GI” without complications [7, 8, 9, 10, 11].
While the existing incidence of this complication in orthodontics is hypothetical, there is significant variation as to the types of appliances involved [8]. The reported “FBs” includes a lower spring retainer; fractured twin block appliance, expansion keys, fragment of a maxillary removable appliance, retainer, trans-palatal arch, and pieces of the arch wire [9]. In orthodontics, Hinkle published the first case of accidental aspiration of removable retainer and its retrieval report in 1987 [8, 9, 10, 11, 12]. The detail of cases published on accidental ingestion of various components, and their management is illustrated inTables 1–3.
Object | Place | Immediate symptoms | Location | Complications | Basic treatment | Final outcome | ||
---|---|---|---|---|---|---|---|---|
Nazif, M.M.; 1983 | 9 yr./f | Activation of expansion key | Home | Vomiting | Stomach | No signs of bleedings | Fiber rich diet | child’s excrement |
Hinkle, F.G. 1987 | 18/f | Retention plate | Home | Vomiting | Esophagus | Nill | Not seen | Laproscopy |
Parkh house 1991 | 15/m | Removable plate | Home | Breathing | Esophagus | Medical emergency | Life support | Surgical removed |
Lee BW 1992 | 15/m | Retention wire | Fast | Stomach pain | Pylorus | Bleeding in excreta | Soft diet | Gastroscope |
Absi et al. 1995 | 25/m | Wire of Trenspalatel bar | Home | Pain and vomiting | Upper part of iliac fosse | Pain | methylcellulose, stomach filler | Proctoscopy. |
Debis et al. 2000 | 9 /f | Digit sucking appliance(habit braking appliance) | Home | Pain, palatel laceration, | Esophagus | Due to laceration during removal | Soft diet, antibiotics and analgesics | Without surgical intervention |
Milton et al. 2001 | 14/f | Fixed bracket | Home | Pain, bleeding excreta | Abdominal region | Antibiotics and analgesics | Fiber rich diet | came out in large bowels |
Queck et al. 2002 | 26/m | Coil spring | Dental office | Vomiting | Stomach | pain and blood spot in excreta | Fiber rich diet antibiotics | Gastroscope |
Klein et al. 2002 | 15/m | Retainer | Home | Plural chest pain | Chest left side | Decreased count of WBC, cough | Broad-spectrum antibiotics | rigid bronchoscopy and removed |
Summary of all case reports.
Author | Age/sex | Object | Place | Immediate symptoms | Location | Complications | Basic treatment | Final outcome |
---|---|---|---|---|---|---|---|---|
Sfondrini, M.F.; 2003 | 23/f | Broken transpalatel bar | Fast food | Bleed during speech | Upper part of GI tract | Pain, | ||
Abdel-Kader 2003 | 26/m | Fixed bracket | Home | Nill | Stomach | Pain initiated after 13 day | Soft diet, antibiotics and analgesics | Gastroscope |
Al-Wahadni et al. 2006 | 15/f | 10 mm NITI 17X25 wire | Dental office | NILL | piriform recess | Pain during food intake | Post operative pyrexia | endoscopic retrieval |
Allwork et al. 2007 | 13/m | Quad helix | Dental office | Bleeding, vomiting | lower esophagus. | visceral perforation | Post operative pyrexia | mini-laparotomy |
Fiho et al. 2008 | 17/f | During orthognathic surgery | Operation theater | Nill | piriform recess | Soft diet, antibiotics and analgesics | removed with Magill forceps | MacIntosh laryngoscope |
Sheridan 2009 | 16/f | Bracketa | DENTAL OFFICE | Nill | lower esophagus. | Nill | Soft diet, antibiotics and analgesics | Gastroscope |
Nicolas et al. 2009 | 17/m | 17x25 santilone | Dental office | Nasal bleeding | Floor at junction | Nasal spray otravin | antibiotics and analgesics | Nasal endoscopy |
Rohida et al. 2011 | 12/M | Broken twin block | Home at sleep | Pain TMJ | Upper part esophagus. | NIll | Soft diet, antibiotics and analgesics | Endoscopy |
Tripathi T et al. 2011 | 17/m | Hyrax activation key | Home | otorhinolaryngology emergency | hypopharynx | otorhinolaryngology emergency | Magill’s forcep | fiber-optic nasopharyngoscope |
Summary of all case reports.
Object | Place | Immediate symptoms | Location | Complications | Basic treatment | Final outcome | ||
---|---|---|---|---|---|---|---|---|
Monini Ada et al. 2011 | 9/M | Expansion key | Home | Nill | Abdominal | Nill | Fiber food and drinks | Excrited after 4 days |
Umesan et al. 2012 | 12/F | Arch wire 17x25NITI | Dental office | Sharp pain in throat region | Laryngeal region | Nill | Fiber food and drinks | Endoscope |
Naragon et al. 2013 | 16/M | Molar band | Home | NILL | Left lower chest | Nill | Laxative, fiber food | Endoscop with grasper |
Park et al. 2013 | 19/m | Arch wire 19x25NITI | Dental office | Momentary pain | piriform recess | Nill | Routine food | MacIntosh laryngoscope |
Hoseini 2013 | 29/m | Premolar bracket | Home | Gastric irritations | lower stomach. | Pancreatitis, | Metronidazole, ceftriaxone, Pantoprazol | under sedation with Midazolam |
Tiller et al. 2014 | 37/f | Khubyoshki wire | Home | Calcification in pancreatic | Head of papillae of pancraes | PANCREATITIS | Metronidazole, ceftriaxone, Pantoprazol | Endoscope |
Wilmott et al. 2016 | 19/F | Bracket | Home | a scratch at side of throat | Lower left posterior teeth | Pain unable to chew food | five day course of Amoxicillin | Oral and maxillofacial surgeon removed |
Nikhilesh vaidya et al. 2016 | 11/M | Mini-screw | Dental office | Nill | Not located | Nill | Observation | Observation |
Ravi Kumar Mahto, 2019 | 15/M | Molar band | Home | Nill | Neck Region of esophagus | Nill | Observation | Endoscopy |
Summary of all case reports.
The accidental ingestion of “FBs” and appearance of any symptoms or signs is highly inconstant and depends on the age of the subject (child or an adult), movement, or impaction of “FBs”. According to Susini (2007), Yadav Yadav RK (2015), Thakral A,(2015) in 75% of children accidental aspirated “FBs” have impacted at the level of the upper esophageal sphincter, and in adults 70% of the ingested FBs lodge at the level of the lower esophageal sphincter. Thus, it’s crystal clear that accidental ingested“FBs”travel across a long pathway from an oropharynx to a gastrointestinal system with providing the clinical features of each stage [5, 8, 10].
60% of the foreign bodies become lodged at this level. Subject presents with clear sensation of impacted “FBs”, discomfort, drooling of saliva, inability to swallow, airway compromise and also infection and perforation can also occur [5, 6, 7, 8, 9, 10, 11, 12, 13].
If the impacted “FBs” as expansion key, twin block, removable retainer, subject (child) represents with gagging, vomiting, recurrent aspiration pneumonia and due to tracheal impingement may develop stridor or respiratory embarrassment while in adults presents with, dysphagia, and salivary drooling/pooling [5, 7, 8, 11, 14]. Wasundhara bhad and Rohida reported that the use of a broken Twin-block appliance was accidentally ingested in sleep [11, 13, 15, 16]. The patient developed immediate symptoms as breathless with a severe cough. The patient’s father tried Heimlich’s Maneuver method to retrieve it but failed, immediately subject shifted to emergency medical service. Endoscopically removed and confirmed that broken part of twin block located in the esophageal region [15, 16, 17, 18, 19, 20].
At this level delayed, symptoms develop as recurrent vomiting, passing rectal blood, and melena. Ghori et al. published case report in which removable retainer was accidentally aspirated, passed uneventfully from the elementary canal and caused perforation of the sigmoid colon proving lethal to the patient [16, 18, 20, 21, 22, 23].
Delayed symptoms presents as with acute mediastinitis with chest pain with signs of pleural effusion and acute/subacute peritonitis. Uday Kumar Umesan et al. 2012 reported a case of accidental aspiration of arch wire segment during adjustment and were located at the laryngeal region that necessitated endoscopic retrieval in the hospital [24, 25, 26, 27, 28, 29].
Patient present with classic triad of wheezing, coughing, and dyspnea immediate after accidental swallow; It later may develop with signs of the respiratory arrest and stridor [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39].
The existing incidence of accidental ingestion of “FBs” complication in orthodontics is hypothetical; there is substantial dissimilarity as to the types of appliances involved [14, 17, 30]. The literature published on accidental swallowing of “FBs” includes a lower spring retainer; broken twin block appliance, expansion keys, quad helix, transpalatel arch, and pieces of arch wire (Tables 1–3). Although, there is scanty evidence to pinpoint appliance or procedure has been related with an augmented risk of aspiration; the minute size of orthodontic components and saliva, limited working access, apprehensive subject, chair position, operator knowledge are the contributing factors [2, 4, 5, 7, 8, 9, 13, 16, 17, 18].
If the incident occurs in resident (outside of the clinic), a positive history of accidental swallow could be elicited. Clinician should note that a high degree of disbelief should be maintained especially in children and impaired adult while recording case report with missing orthodontic appliance fragments or components. A wise clinician must have check for clinical signs and symptoms that could appears in subject, which helps for a clinician to advice further radiographic investigation or call medical emergency service [17, 18, 19, 20, 21, 31].
Based on case history and appearance of clinical symptoms suspicious inspection of the complete oral cavity, pharynx, larynx, and esophagus should be the first step taken. As per the pathophysiology of “FBs”, and clinical signs further investigations as abdominal and chest X-rays, endoscopy, and computed tomography scans of thorax should be advised to confirm the lodgment of “FBs” [2, 3, 6, 11, 13, 14, 16, 17, 18, 22, 23, 33].
Generally, radiographic assessment designated for subject with a positive history of accidental swallow of “FBs” within a period of less than 24 hours and without appearance of any respiratory symptoms. A chest radiograph is mandatory, but the “FB” is acrylic (radiolucent object), becomes difficult in localization of its exact position. In such situation subjects are made to swallow to identify the precise site of impaction, and ask the patient for area of uneasiness [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32, 33, 34, 35, 36].
If both the attempt fail to locate “FBs”, a small amount of barium sulfate suspension is mixed with cotton wool pallets given to subjects to form a radio-opaque bolus around the object; this method significantly allow to track “FBs” radiographically. Also, gastrografin (a contrast agent), “CT” and “CBCT” scans have proved to be highly useful in locating the radioluscent foreign bodies [26, 38, 39].
If accidental swallowing of FB occurred in a dental office, there are two methods to retrieve FB, the first line of action is the use for the Heimlich maneuver technique, abdominal or chest thrusts; secondly, turn the patient head one side and ask to spite; if an object does not spill out check in the oral cavity and oropharynx, supra-tonsillar recess, epiglottic vallecula and the piriform recess under good illumination and if the object is visible, it should be retrieved with forceps or high-volume suction [1, 5, 9, 12].
If the incidence occurs outside the clinic or in resident, based on case history, symptoms, diagnosis, and location of aspirated FBs subjects can be managed as Non-invasive emergency measures, Invasive emergency measures, and Surgical intervention [1, 2, 4, 9, 12, 16, 20, 24].
Size of the ingested “FBs” (larger than 6 cm in children and longer than 10 cm in adults) cause cyanosis, loss of consciousness, and permanent brain damage occurs within 4 to 6 minutes alarming a medical emergency if the obstruction is not relieved [1, 3, 6, 8, 16, 20, 34]. Therefore, speed and updated cardiopulmonary resuscitation (CPR) skills are vital for the clinician. If the “FBs” is obstructive and the patient is in respiratory distress, dislodgement should initially be attempted with back blows and abdominal thrusts (Heimlich maneuver). If this cannot dislodge the object, positive airway pressure needs to be maintained by artificial respiration until emergency services arrive [4, 5, 7, 11, 14, 21, 32, 35].
In this stage, “FBs” has passed the vocal cords uneventfully, but the subject requires medical attention. Few authors have reported that in 1–2% of subjects ingested “FBs” spontaneously expel, still do not wait for this to happen. Consider the entire subject as in an extreme emergency and to be escorted to the hospital for radiographic investigation to locate the position of “FBs”, because 6% mortality has been reported with such subjects [4, 11, 16, 25, 32]. In this phase of emergency if the “FB” lodged in esophageal and tracheal region endoscopy is the best method to retrieve “FBs”. Flexible pan endoscopy under local anesthesia is preferred for “FBs” lodged in intrathoracic areas and is accessible in tertiary medical centers. However, in this situation rigid endoscopy is recommended to reduce complication rates. Most commonly available armamentarium is Foley’s catheter, passed distal to ingested “FB” under fluoroscopic guidance, inflating the balloon object can be retrieved [14, 16, 17, 21, 31, 34, 36].
This method to be opted last measure to retrieve accidental ingested “FBs”. Subject gives all the clinical signs and symptoms of vital organ damage. Few authors have reported that the mortality and morbidity rates are very high in this stage. However, surgery is relatively successful opted during gastrointestinal perforation or lodgment in the airway [23, 26, 33, 36, 38].
During orthodontic treatment, there is always a high risk of accidental swallow or aspiration of appliance components. So the aim of the orthodontist must be to prevent and secure loose orthodontic components during treatment procedures.
Measures to be taken to minimize accidental swallow of orthodontic components include the following recommendations.
The clinician needs to be more alert during the first consult appointment with young children, at this age group subject cannot understand and follow the instructions given by the clinician. The principal responsibility of an orthodontist is to assess the amount of cooperation that can be achieved from the patients and their parents during treatment. So an orthodontist must check complete cooperation and persistent controlling of their children to confirm that professional instructions are respected [10, 16, 23, 24, 26, 27].
The medico-legal point of that an orthodontist must opt to delay treatment until a patient’s parent should give consent about their awareness of risks involved during a course of orthodontic treatment to avoid fallouts later [1, 23, 24, 27, 38].
Operate with textured latex gloves to have a firm grip on orthodontic components. Routine visits for appliance adjustment should ensure adequate retention and its integrity. The clinician must give patient instruction in both verbal and written forms, also warn or alert them not to self-adjust or repair broken fragments instead should visit the orthodontist to ensure the appliance uprightness [11, 13, 16, 30, 33].
Use of contrast color to gastrointestinal mucosal color, in case of accidental swallows, can be identified easily during its retrieval through endoscopy [16].
During the night, wares of appliance tie a silk thread knot to either clasp assembly or active components [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39].
In-office, on chairside adjustment of an appliance, 7’o’clock should be the operator’s position and make the patient comfortable before doing any adjustment [37].
Tie a silk thread knot to the activation key, quad helix at the time of activation, if any accidental aspiration occurs, the appliance can be securely retrieved through tied silk thread [29].
During bonding brackets, the operator should be at 7’o’clock position; use of a high-intensity light cure unit is always recommended and a high-vacuum section should be used.
Molar bands should be preferred over bondable tubes; especially in the second molar figure of ligature (. 009) should be tied to the first molar and second pre-molar [21, 26, 31, 39].
During the cutting of excessive distal end of archwire segment, use the gauze pad as protection distal tissue, adjust the length of wire outside the mouth on study models, or cinch the excess wire.
During debonding should be carried along with its base wire attachments.
Accidental swallowing of orthodontic appliances or components of it can occur often. The orthodontist must be skillful, knowledgeable, and cautious during treatment procedures. To counteract such an emergency, someone must well equip the orthodontic office, well-trained nurse staff; the medical emergency number should be maintained.
At the first consultation, an orthodontist must well educate and must make aware of demerits and accidental situations, management protocol in such as condition. The clinician must follow a protocol of prevention is better than cure.
foreign bodies gastrointestinal Track cone been technique computed cone been technique cardiopulmonary resuscitation
"Open access contributes to scientific excellence and integrity. It opens up research results to wider analysis. It allows research results to be reused for new discoveries. And it enables the multi-disciplinary research that is needed to solve global 21st century problems. Open access connects science with society. It allows the public to engage with research. To go behind the headlines. And look at the scientific evidence. And it enables policy makers to draw on innovative solutions to societal challenges".
\n\nCarlos Moedas, the European Commissioner for Research Science and Innovation at the STM Annual Frankfurt Conference, October 2016.
",metaTitle:"About Open Access",metaDescription:"Open access contributes to scientific excellence and integrity. It opens up research results to wider analysis. It allows research results to be reused for new discoveries. And it enables the multi-disciplinary research that is needed to solve global 21st century problems. Open access connects science with society. It allows the public to engage with research. To go behind the headlines. And look at the scientific evidence. And it enables policy makers to draw on innovative solutions to societal challenges.\n\nCarlos Moedas, the European Commissioner for Research Science and Innovation at the STM Annual Frankfurt Conference, October 2016.",metaKeywords:null,canonicalURL:"about-open-access",contentRaw:'[{"type":"htmlEditorComponent","content":"The Open Access publishing movement started in the early 2000s when academic leaders from around the world participated in the formation of the Budapest Initiative. They developed recommendations for an Open Access publishing process, “which has worked for the past decade to provide the public with unrestricted, free access to scholarly research—much of which is publicly funded. Making the research publicly available to everyone—free of charge and without most copyright and licensing restrictions—will accelerate scientific research efforts and allow authors to reach a larger number of readers” (reference: http://www.budapestopenaccessinitiative.org)
\\n\\nIntechOpen’s co-founders, both scientists themselves, created the company while undertaking research in robotics at Vienna University. Their goal was to spread research freely “for scientists, by scientists’ to the rest of the world via the Open Access publishing model. The company soon became a signatory of the Budapest Initiative, which currently has more than 1000 supporting organizations worldwide, ranging from universities to funders.
\\n\\nAt IntechOpen today, we are still as committed to working with organizations and people who care about scientific discovery, to putting the academic needs of the scientific community first, and to providing an Open Access environment where scientists can maximize their contribution to scientific advancement. By opening up access to the world’s scientific research articles and book chapters, we aim to facilitate greater opportunity for collaboration, scientific discovery and progress. We subscribe wholeheartedly to the Open Access definition:
\\n\\n“By “open access” to [peer-reviewed research literature], we mean its free availability on the public internet, permitting any users to read, download, copy, distribute, print, search, or link to the full texts of these articles, crawl them for indexing, pass them as data to software, or use them for any other lawful purpose, without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. The only constraint on reproduction and distribution, and the only role for copyright in this domain, should be to give authors control over the integrity of their work and the right to be properly acknowledged and cited” (reference: http://www.budapestopenaccessinitiative.org)
\\n\\nOAI-PMH
\\n\\nAs a firm believer in the wider dissemination of knowledge, IntechOpen supports the Open Access Initiative Protocol for Metadata Harvesting (OAI-PMH Version 2.0). Read more
\\n\\nLicense
\\n\\nBook chapters published in edited volumes are distributed under the Creative Commons Attribution 3.0 Unported License (CC BY 3.0). IntechOpen upholds a very flexible Copyright Policy. There is no copyright transfer to the publisher and Authors retain exclusive copyright to their work. All Monographs/Compacts are distributed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Read more
\\n\\nPeer Review Policies
\\n\\nAll scientific works are Peer Reviewed prior to publishing. Read more
\\n\\nOA Publishing Fees
\\n\\nThe Open Access publishing model employed by IntechOpen eliminates subscription charges and pay-per-view fees, enabling readers to access research at no cost. In order to sustain operations and keep our publications freely accessible we levy an Open Access Publishing Fee for manuscripts, which helps us cover the costs of editorial work and the production of books. Read more
\\n\\nDigital Archiving Policy
\\n\\nIntechOpen is committed to ensuring the long-term preservation and the availability of all scholarly research we publish. We employ a variety of means to enable us to deliver on our commitments to the scientific community. Apart from preservation by the Croatian National Library (for publications prior to April 18, 2018) and the British Library (for publications after April 18, 2018), our entire catalogue is preserved in the CLOCKSS archive.
\\n\\nOpen Science is transparent and accessible knowledge that is shared and developed through collaborative networks.
\\n\\nOpen Science is about increased rigour, accountability, and reproducibility for research. It is based on the principles of inclusion, fairness, equity, and sharing, and ultimately seeks to change the way research is done, who is involved and how it is valued. It aims to make research more open to participation, review/refutation, improvement and (re)use for the world to benefit.
\\n\\nOpen Science refers to doing traditional science with more transparency involved at various stages, for example by openly sharing code and data. It implies a growing set of practices - within different disciplines - aiming at:
\\n\\nWe aim at improving the quality and availability of scholarly communication by promoting and practicing:
\\n\\n\\n"}]'},components:[{type:"htmlEditorComponent",content:'
The Open Access publishing movement started in the early 2000s when academic leaders from around the world participated in the formation of the Budapest Initiative. They developed recommendations for an Open Access publishing process, “which has worked for the past decade to provide the public with unrestricted, free access to scholarly research—much of which is publicly funded. Making the research publicly available to everyone—free of charge and without most copyright and licensing restrictions—will accelerate scientific research efforts and allow authors to reach a larger number of readers” (reference: http://www.budapestopenaccessinitiative.org)
\n\nIntechOpen’s co-founders, both scientists themselves, created the company while undertaking research in robotics at Vienna University. Their goal was to spread research freely “for scientists, by scientists’ to the rest of the world via the Open Access publishing model. The company soon became a signatory of the Budapest Initiative, which currently has more than 1000 supporting organizations worldwide, ranging from universities to funders.
\n\nAt IntechOpen today, we are still as committed to working with organizations and people who care about scientific discovery, to putting the academic needs of the scientific community first, and to providing an Open Access environment where scientists can maximize their contribution to scientific advancement. By opening up access to the world’s scientific research articles and book chapters, we aim to facilitate greater opportunity for collaboration, scientific discovery and progress. We subscribe wholeheartedly to the Open Access definition:
\n\n“By “open access” to [peer-reviewed research literature], we mean its free availability on the public internet, permitting any users to read, download, copy, distribute, print, search, or link to the full texts of these articles, crawl them for indexing, pass them as data to software, or use them for any other lawful purpose, without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. The only constraint on reproduction and distribution, and the only role for copyright in this domain, should be to give authors control over the integrity of their work and the right to be properly acknowledged and cited” (reference: http://www.budapestopenaccessinitiative.org)
\n\nOAI-PMH
\n\nAs a firm believer in the wider dissemination of knowledge, IntechOpen supports the Open Access Initiative Protocol for Metadata Harvesting (OAI-PMH Version 2.0). Read more
\n\nLicense
\n\nBook chapters published in edited volumes are distributed under the Creative Commons Attribution 3.0 Unported License (CC BY 3.0). IntechOpen upholds a very flexible Copyright Policy. There is no copyright transfer to the publisher and Authors retain exclusive copyright to their work. All Monographs/Compacts are distributed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Read more
\n\nPeer Review Policies
\n\nAll scientific works are Peer Reviewed prior to publishing. Read more
\n\nOA Publishing Fees
\n\nThe Open Access publishing model employed by IntechOpen eliminates subscription charges and pay-per-view fees, enabling readers to access research at no cost. In order to sustain operations and keep our publications freely accessible we levy an Open Access Publishing Fee for manuscripts, which helps us cover the costs of editorial work and the production of books. Read more
\n\nDigital Archiving Policy
\n\nIntechOpen is committed to ensuring the long-term preservation and the availability of all scholarly research we publish. We employ a variety of means to enable us to deliver on our commitments to the scientific community. Apart from preservation by the Croatian National Library (for publications prior to April 18, 2018) and the British Library (for publications after April 18, 2018), our entire catalogue is preserved in the CLOCKSS archive.
\n\nOpen Science is transparent and accessible knowledge that is shared and developed through collaborative networks.
\n\nOpen Science is about increased rigour, accountability, and reproducibility for research. It is based on the principles of inclusion, fairness, equity, and sharing, and ultimately seeks to change the way research is done, who is involved and how it is valued. It aims to make research more open to participation, review/refutation, improvement and (re)use for the world to benefit.
\n\nOpen Science refers to doing traditional science with more transparency involved at various stages, for example by openly sharing code and data. It implies a growing set of practices - within different disciplines - aiming at:
\n\nWe aim at improving the quality and availability of scholarly communication by promoting and practicing:
\n\n\n'}]},successStories:{items:[]},authorsAndEditors:{filterParams:{},profiles:[{id:"396",title:"Dr.",name:"Vedran",middleName:null,surname:"Kordic",slug:"vedran-kordic",fullName:"Vedran Kordic",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/396/images/7281_n.png",biography:"After obtaining his Master's degree in Mechanical Engineering he continued his education at the Vienna University of Technology where he obtained his PhD degree in 2004. He worked as a researcher at the Automation and Control Institute, Faculty of Electrical Engineering, Vienna University of Technology until 2008. His studies in robotics lead him not only to a PhD degree but also inspired him to co-found and build the International Journal of Advanced Robotic Systems - world's first Open Access journal in the field of robotics.",institutionString:null,institution:{name:"TU Wien",country:{name:"Austria"}}},{id:"441",title:"Ph.D.",name:"Jaekyu",middleName:null,surname:"Park",slug:"jaekyu-park",fullName:"Jaekyu Park",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/441/images/1881_n.jpg",biography:null,institutionString:null,institution:{name:"LG Corporation (South Korea)",country:{name:"Korea, South"}}},{id:"465",title:"Dr",name:"Christian",middleName:null,surname:"Martens",slug:"christian-martens",fullName:"Christian Martens",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:null},{id:"479",title:"Dr.",name:"Valentina",middleName:null,surname:"Colla",slug:"valentina-colla",fullName:"Valentina Colla",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/479/images/358_n.jpg",biography:null,institutionString:null,institution:{name:"Sant'Anna School of Advanced Studies",country:{name:"Italy"}}},{id:"494",title:"PhD",name:"Loris",middleName:null,surname:"Nanni",slug:"loris-nanni",fullName:"Loris Nanni",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/494/images/system/494.jpg",biography:"Loris Nanni received his Master Degree cum laude on June-2002 from the University of Bologna, and the April 26th 2006 he received his Ph.D. in Computer Engineering at DEIS, University of Bologna. On September, 29th 2006 he has won a post PhD fellowship from the university of Bologna (from October 2006 to October 2008), at the competitive examination he was ranked first in the industrial engineering area. He extensively served as referee for several international journals. He is author/coauthor of more than 100 research papers. He has been involved in some projects supported by MURST and European Community. His research interests include pattern recognition, bioinformatics, and biometric systems (fingerprint classification and recognition, signature verification, face recognition).",institutionString:null,institution:null},{id:"496",title:"Dr.",name:"Carlos",middleName:null,surname:"Leon",slug:"carlos-leon",fullName:"Carlos Leon",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"University of Seville",country:{name:"Spain"}}},{id:"512",title:"Dr.",name:"Dayang",middleName:null,surname:"Jawawi",slug:"dayang-jawawi",fullName:"Dayang Jawawi",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"University of Technology Malaysia",country:{name:"Malaysia"}}},{id:"528",title:"Dr.",name:"Kresimir",middleName:null,surname:"Delac",slug:"kresimir-delac",fullName:"Kresimir Delac",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/528/images/system/528.jpg",biography:"K. Delac received his B.Sc.E.E. degree in 2003 and is currentlypursuing a Ph.D. degree at the University of Zagreb, Faculty of Electrical Engineering andComputing. His current research interests are digital image analysis, pattern recognition andbiometrics.",institutionString:null,institution:{name:"University of Zagreb",country:{name:"Croatia"}}},{id:"557",title:"Dr.",name:"Andon",middleName:"Venelinov",surname:"Topalov",slug:"andon-topalov",fullName:"Andon Topalov",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/557/images/1927_n.jpg",biography:"Dr. Andon V. Topalov received the MSc degree in Control Engineering from the Faculty of Information Systems, Technologies, and Automation at Moscow State University of Civil Engineering (MGGU) in 1979. He then received his PhD degree in Control Engineering from the Department of Automation and Remote Control at Moscow State Mining University (MGSU), Moscow, in 1984. From 1985 to 1986, he was a Research Fellow in the Research Institute for Electronic Equipment, ZZU AD, Plovdiv, Bulgaria. In 1986, he joined the Department of Control Systems, Technical University of Sofia at the Plovdiv campus, where he is presently a Full Professor. He has held long-term visiting Professor/Scholar positions at various institutions in South Korea, Turkey, Mexico, Greece, Belgium, UK, and Germany. And he has coauthored one book and authored or coauthored more than 80 research papers in conference proceedings and journals. His current research interests are in the fields of intelligent control and robotics.",institutionString:null,institution:{name:"Technical University of Sofia",country:{name:"Bulgaria"}}},{id:"585",title:"Prof.",name:"Munir",middleName:null,surname:"Merdan",slug:"munir-merdan",fullName:"Munir Merdan",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/585/images/system/585.jpg",biography:"Munir Merdan received the M.Sc. degree in mechanical engineering from the Technical University of Sarajevo, Bosnia and Herzegovina, in 2001, and the Ph.D. degree in electrical engineering from the Vienna University of Technology, Vienna, Austria, in 2009.Since 2005, he has been at the Automation and Control Institute, Vienna University of Technology, where he is currently a Senior Researcher. His research interests include the application of agent technology for achieving agile control in the manufacturing environment.",institutionString:null,institution:null},{id:"605",title:"Prof",name:"Dil",middleName:null,surname:"Hussain",slug:"dil-hussain",fullName:"Dil Hussain",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/605/images/system/605.jpg",biography:"Dr. Dil Muhammad Akbar Hussain is a professor of Electronics Engineering & Computer Science at the Department of Energy Technology, Aalborg University Denmark. Professor Akbar has a Master degree in Digital Electronics from Govt. College University, Lahore Pakistan and a P-hD degree in Control Engineering from the School of Engineering and Applied Sciences, University of Sussex United Kingdom. Aalborg University has Two Satellite Campuses, one in Copenhagen (Aalborg University Copenhagen) and the other in Esbjerg (Aalborg University Esbjerg).\n· He is a member of prestigious IEEE (Institute of Electrical and Electronics Engineers), and IAENG (International Association of Engineers) organizations. \n· He is the chief Editor of the Journal of Software Engineering.\n· He is the member of the Editorial Board of International Journal of Computer Science and Software Technology (IJCSST) and International Journal of Computer Engineering and Information Technology. \n· He is also the Editor of Communication in Computer and Information Science CCIS-20 by Springer.\n· Reviewer For Many Conferences\nHe is the lead person in making collaboration agreements between Aalborg University and many universities of Pakistan, for which the MOU’s (Memorandum of Understanding) have been signed.\nProfessor Akbar is working in Academia since 1990, he started his career as a Lab demonstrator/TA at the University of Sussex. After finishing his P. hD degree in 1992, he served in the Industry as a Scientific Officer and continued his academic career as a visiting scholar for a number of educational institutions. In 1996 he joined National University of Science & Technology Pakistan (NUST) as an Associate Professor; NUST is one of the top few universities in Pakistan. In 1999 he joined an International Company Lineo Inc, Canada as Manager Compiler Group, where he headed the group for developing Compiler Tool Chain and Porting of Operating Systems for the BLACKfin processor. The processor development was a joint venture by Intel and Analog Devices. In 2002 Lineo Inc., was taken over by another company, so he joined Aalborg University Denmark as an Assistant Professor.\nProfessor Akbar has truly a multi-disciplined career and he continued his legacy and making progress in many areas of his interests both in teaching and research. He has contributed in stochastic estimation of control area especially, in the Multiple Target Tracking and Interactive Multiple Model (IMM) research, Ball & Beam Control Problem, Robotics, Levitation Control. He has contributed in developing Algorithms for Fingerprint Matching, Computer Vision and Face Recognition. He has been supervising Pattern Recognition, Formal Languages and Distributed Processing projects for several years. He has reviewed many books on Management, Computer Science. Currently, he is an active and permanent reviewer for many international conferences and symposia and the program committee member for many international conferences.\nIn teaching he has taught the core computer science subjects like, Digital Design, Real Time Embedded System Programming, Operating Systems, Software Engineering, Data Structures, Databases, Compiler Construction. In the Engineering side, Digital Signal Processing, Computer Architecture, Electronics Devices, Digital Filtering and Engineering Management.\nApart from his Academic Interest and activities he loves sport especially, Cricket, Football, Snooker and Squash. He plays cricket for Esbjerg city in the second division team as an opener wicket keeper batsman. He is a very good player of squash but has not played squash since his arrival in Denmark.",institutionString:null,institution:null},{id:"611",title:"Prof.",name:"T",middleName:null,surname:"Nagarajan",slug:"t-nagarajan",fullName:"T Nagarajan",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"Universiti Teknologi Petronas",country:{name:"Malaysia"}}}],filtersByRegion:[{group:"region",caption:"North America",value:1,count:6669},{group:"region",caption:"Middle and South America",value:2,count:5955},{group:"region",caption:"Africa",value:3,count:2458},{group:"region",caption:"Asia",value:4,count:12710},{group:"region",caption:"Australia and Oceania",value:5,count:1016},{group:"region",caption:"Europe",value:6,count:17715}],offset:12,limit:12,total:134176},chapterEmbeded:{data:{}},editorApplication:{success:null,errors:{}},ofsBooks:{filterParams:{hasNoEditors:"0",sort:"dateEndThirdStepPublish",topicId:"8,9,10,11,14,15,20,22,24"},books:[{type:"book",id:"11124",title:"Next-Generation Textiles",subtitle:null,isOpenForSubmission:!0,hash:"093f9e26bb829b8d414d13626aea1086",slug:null,bookSignature:"Dr. Hassan Ibrahim",coverURL:"https://cdn.intechopen.com/books/images_new/11124.jpg",editedByType:null,editors:[{id:"90645",title:"Dr.",name:"Hassan",surname:"Ibrahim",slug:"hassan-ibrahim",fullName:"Hassan Ibrahim"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11561",title:"Zeolite From Wastes - New Perspectives on Innovative Resources and Their Valorization Process",subtitle:null,isOpenForSubmission:!0,hash:"3ed0dfd842de9cd1143212415903e6ad",slug:null,bookSignature:"Dr. Claudia Belviso",coverURL:"https://cdn.intechopen.com/books/images_new/11561.jpg",editedByType:null,editors:[{id:"61457",title:"Dr.",name:"Claudia",surname:"Belviso",slug:"claudia-belviso",fullName:"Claudia Belviso"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11524",title:"Fuzzy Control Systems",subtitle:null,isOpenForSubmission:!0,hash:"84908e027f884ec3fcbaea42eb69b698",slug:null,bookSignature:"Dr. Hayri Baytan Ozmen",coverURL:"https://cdn.intechopen.com/books/images_new/11524.jpg",editedByType:null,editors:[{id:"198122",title:"Dr.",name:"Hayri Baytan",surname:"Ozmen",slug:"hayri-baytan-ozmen",fullName:"Hayri Baytan Ozmen"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11833",title:"Ozone Research - Recent Advances",subtitle:null,isOpenForSubmission:!0,hash:"1e789b57319be85ed0a32e569967d822",slug:null,bookSignature:"Associate Prof. Taner Yonar",coverURL:"https://cdn.intechopen.com/books/images_new/11833.jpg",editedByType:null,editors:[{id:"190012",title:"Associate Prof.",name:"Taner",surname:"Yonar",slug:"taner-yonar",fullName:"Taner Yonar"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11762",title:"Characteristics and Applications of Boron",subtitle:null,isOpenForSubmission:!0,hash:"611776f7f3cc9951a8956d2e3d535a8e",slug:null,bookSignature:"Associate Prof. Chatchawal Wongchoosuk",coverURL:"https://cdn.intechopen.com/books/images_new/11762.jpg",editedByType:null,editors:[{id:"34521",title:"Associate Prof.",name:"Chatchawal",surname:"Wongchoosuk",slug:"chatchawal-wongchoosuk",fullName:"Chatchawal Wongchoosuk"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11910",title:"Frontiers in Voltammetry",subtitle:null,isOpenForSubmission:!0,hash:"fc53a7599a61ed04a0672a7bca81e9c2",slug:null,bookSignature:"Dr. Rajendrachari Shashanka, Dr. Kiran Kenchappa Somashekharappa, Dr. Sharath Peramenahalli Chikkegouda and Dr. Shamanth Vasanth",coverURL:"https://cdn.intechopen.com/books/images_new/11910.jpg",editedByType:null,editors:[{id:"246025",title:"Dr.",name:"Shashanka",surname:"Rajendrachari",slug:"shashanka-rajendrachari",fullName:"Shashanka Rajendrachari"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11922",title:"Watermarking - Recent Advances, New Perspectives and Applications",subtitle:null,isOpenForSubmission:!0,hash:"9843dc1d810407088ed9eef10768a64b",slug:null,bookSignature:"Prof. Joceli Mayer",coverURL:"https://cdn.intechopen.com/books/images_new/11922.jpg",editedByType:null,editors:[{id:"110638",title:"Prof.",name:"Joceli",surname:"Mayer",slug:"joceli-mayer",fullName:"Joceli Mayer"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11451",title:"Molecular Docking - Recent Advances",subtitle:null,isOpenForSubmission:!0,hash:"8c918a1973786c7059752b28601f1329",slug:null,bookSignature:"Dr. Erman Salih Istifli",coverURL:"https://cdn.intechopen.com/books/images_new/11451.jpg",editedByType:null,editors:[{id:"179007",title:"Dr.",name:"Erman Salih",surname:"Istifli",slug:"erman-salih-istifli",fullName:"Erman Salih Istifli"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11517",title:"Phase Change Materials - Technology and Applications",subtitle:null,isOpenForSubmission:!0,hash:"1b7a5f2631db5e49399539ade1edf264",slug:null,bookSignature:"Dr. Manish K Rathod",coverURL:"https://cdn.intechopen.com/books/images_new/11517.jpg",editedByType:null,editors:[{id:"236035",title:"Dr.",name:"Manish",surname:"Rathod",slug:"manish-rathod",fullName:"Manish Rathod"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11932",title:"New Materials and Enhanced Performance of Sodium-Ion Batteries",subtitle:null,isOpenForSubmission:!0,hash:"75c27a6f2739e8af817bace95b0e50d6",slug:null,bookSignature:"Ph.D. Fatma SARF",coverURL:"https://cdn.intechopen.com/books/images_new/11932.jpg",editedByType:null,editors:[{id:"245850",title:"Ph.D.",name:"Fatma",surname:"SARF",slug:"fatma-sarf",fullName:"Fatma SARF"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11528",title:"Maintenance Management - Current Challenges, New Developments, and Future Directions",subtitle:null,isOpenForSubmission:!0,hash:"a3e4ad5806a77b0e930fbd4cb191bee2",slug:null,bookSignature:"Prof. Germano Lambert-Torres, Dr. Erik Leandro Bonaldi and Dr. Levy Ely Oliveira",coverURL:"https://cdn.intechopen.com/books/images_new/11528.jpg",editedByType:null,editors:[{id:"112971",title:"Prof.",name:"Germano",surname:"Lambert-Torres",slug:"germano-lambert-torres",fullName:"Germano Lambert-Torres"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11486",title:"Climate Change - Recent Observations",subtitle:null,isOpenForSubmission:!0,hash:"741543ff220f5cf688efbf12d3e2f536",slug:null,bookSignature:"Assistant Prof. Terence Epule Epule",coverURL:"https://cdn.intechopen.com/books/images_new/11486.jpg",editedByType:null,editors:[{id:"348146",title:"Assistant Prof.",name:"Terence Epule",surname:"Epule",slug:"terence-epule-epule",fullName:"Terence Epule Epule"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}}],filtersByTopic:[{group:"topic",caption:"Agricultural and Biological Sciences",value:5,count:39},{group:"topic",caption:"Biochemistry, Genetics and Molecular Biology",value:6,count:13},{group:"topic",caption:"Business, Management and Economics",value:7,count:7},{group:"topic",caption:"Chemistry",value:8,count:23},{group:"topic",caption:"Computer and Information Science",value:9,count:24},{group:"topic",caption:"Earth and Planetary Sciences",value:10,count:16},{group:"topic",caption:"Engineering",value:11,count:66},{group:"topic",caption:"Environmental Sciences",value:12,count:10},{group:"topic",caption:"Immunology and Microbiology",value:13,count:16},{group:"topic",caption:"Materials Science",value:14,count:25},{group:"topic",caption:"Mathematics",value:15,count:11},{group:"topic",caption:"Medicine",value:16,count:120},{group:"topic",caption:"Nanotechnology and Nanomaterials",value:17,count:6},{group:"topic",caption:"Neuroscience",value:18,count:4},{group:"topic",caption:"Pharmacology, Toxicology and Pharmaceutical Science",value:19,count:9},{group:"topic",caption:"Physics",value:20,count:9},{group:"topic",caption:"Psychology",value:21,count:10},{group:"topic",caption:"Robotics",value:22,count:2},{group:"topic",caption:"Social Sciences",value:23,count:9},{group:"topic",caption:"Veterinary Medicine and Science",value:25,count:4}],offset:12,limit:12,total:176},popularBooks:{featuredBooks:[{type:"book",id:"10858",title:"MOOC (Massive Open Online Courses)",subtitle:null,isOpenForSubmission:!1,hash:"d32f86793bc72dde32532f509b1ec5b0",slug:"mooc-massive-open-online-courses-",bookSignature:"Dragan Cvetković",coverURL:"https://cdn.intechopen.com/books/images_new/10858.jpg",editors:[{id:"101330",title:"Dr.",name:"Dragan",middleName:"Mladen",surname:"Cvetković",slug:"dragan-cvetkovic",fullName:"Dragan Cvetković"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10195",title:"Serotonin and the CNS",subtitle:"New Developments in Pharmacology and Therapeutics",isOpenForSubmission:!1,hash:"7ed9d96da98233a885bd2869a8056c36",slug:"serotonin-and-the-cns-new-developments-in-pharmacology-and-therapeutics",bookSignature:"Berend Olivier",coverURL:"https://cdn.intechopen.com/books/images_new/10195.jpg",editors:[{id:"71579",title:"Prof.",name:"Berend",middleName:null,surname:"Olivier",slug:"berend-olivier",fullName:"Berend Olivier"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10755",title:"Corporate Governance",subtitle:"Recent Advances and Perspectives",isOpenForSubmission:!1,hash:"ffe06d1d5c4bf0fc2e63511825fe1257",slug:"corporate-governance-recent-advances-and-perspectives",bookSignature:"Okechukwu Lawrence Emeagwali and Feyza Bhatti",coverURL:"https://cdn.intechopen.com/books/images_new/10755.jpg",editors:[{id:"196317",title:"Associate Prof.",name:"Okechukwu Lawrence",middleName:null,surname:"Emeagwali",slug:"okechukwu-lawrence-emeagwali",fullName:"Okechukwu Lawrence Emeagwali"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11120",title:"Environmental Impact and Remediation of Heavy Metals",subtitle:null,isOpenForSubmission:!1,hash:"9e77514288e7394f1e6cd13481af3509",slug:"environmental-impact-and-remediation-of-heavy-metals",bookSignature:"Hosam M. Saleh and Amal I. Hassan",coverURL:"https://cdn.intechopen.com/books/images_new/11120.jpg",editors:[{id:"144691",title:"Prof.",name:"Hosam M.",middleName:null,surname:"Saleh",slug:"hosam-m.-saleh",fullName:"Hosam M. Saleh"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10901",title:"Grapes and Wine",subtitle:null,isOpenForSubmission:!1,hash:"5d7f2aa74874444bc6986e613ccebd7c",slug:"grapes-and-wine",bookSignature:"Antonio Morata, Iris Loira and Carmen González",coverURL:"https://cdn.intechopen.com/books/images_new/10901.jpg",editors:[{id:"180952",title:"Prof.",name:"Antonio",middleName:null,surname:"Morata",slug:"antonio-morata",fullName:"Antonio Morata"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11080",title:"Engineering Principles",subtitle:"Welding and Residual Stresses",isOpenForSubmission:!1,hash:"6c07a13a113bce94174b40096f30fb5e",slug:"engineering-principles-welding-and-residual-stresses",bookSignature:"Kavian Omar Cooke and Ronaldo Câmara Cozza",coverURL:"https://cdn.intechopen.com/books/images_new/11080.jpg",editors:[{id:"138778",title:"Dr.",name:"Kavian",middleName:"Omar",surname:"Cooke",slug:"kavian-cooke",fullName:"Kavian Cooke"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11332",title:"Essential Oils",subtitle:"Advances in Extractions and Biological Applications",isOpenForSubmission:!1,hash:"742e6cae3a35686f975edc8d7f9afa94",slug:"essential-oils-advances-in-extractions-and-biological-applications",bookSignature:"Mozaniel Santana de Oliveira and Eloisa Helena de Aguiar Andrade",coverURL:"https://cdn.intechopen.com/books/images_new/11332.jpg",editors:[{id:"195290",title:"Ph.D.",name:"Mozaniel",middleName:null,surname:"Santana De Oliveira",slug:"mozaniel-santana-de-oliveira",fullName:"Mozaniel Santana De Oliveira"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11029",title:"Hepatitis B",subtitle:null,isOpenForSubmission:!1,hash:"609701f502efc3538c112ff47a2c2119",slug:"hepatitis-b",bookSignature:"Luis Rodrigo",coverURL:"https://cdn.intechopen.com/books/images_new/11029.jpg",editors:[{id:"73208",title:"Prof.",name:"Luis",middleName:null,surname:"Rodrigo",slug:"luis-rodrigo",fullName:"Luis Rodrigo"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9537",title:"Human Rights in the Contemporary World",subtitle:null,isOpenForSubmission:!1,hash:"54f05b93812fd434f3962956d6413a6b",slug:"human-rights-in-the-contemporary-world",bookSignature:"Trudy Corrigan",coverURL:"https://cdn.intechopen.com/books/images_new/9537.jpg",editors:[{id:"197557",title:"Dr.",name:"Trudy",middleName:null,surname:"Corrigan",slug:"trudy-corrigan",fullName:"Trudy Corrigan"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11371",title:"Cerebral Circulation",subtitle:"Updates on Models, Diagnostics and Treatments of Related Diseases",isOpenForSubmission:!1,hash:"e2d3335445d2852d0b906bb9750e939f",slug:"cerebral-circulation-updates-on-models-diagnostics-and-treatments-of-related-diseases",bookSignature:"Alba Scerrati, Luca Ricciardi and Flavia Dones",coverURL:"https://cdn.intechopen.com/books/images_new/11371.jpg",editors:[{id:"182614",title:"Dr.",name:"Alba",middleName:null,surname:"Scerrati",slug:"alba-scerrati",fullName:"Alba Scerrati"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11012",title:"Radiopharmaceuticals",subtitle:"Current Research for Better Diagnosis and Therapy",isOpenForSubmission:!1,hash:"f9046d6f96148b285e776f384991120d",slug:"radiopharmaceuticals-current-research-for-better-diagnosis-and-therapy",bookSignature:"Farid A. Badria",coverURL:"https://cdn.intechopen.com/books/images_new/11012.jpg",editors:[{id:"41865",title:"Prof.",name:"Farid A.",middleName:null,surname:"Badria",slug:"farid-a.-badria",fullName:"Farid A. Badria"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9974",title:"E-Learning and Digital Education in the Twenty-First Century",subtitle:null,isOpenForSubmission:!1,hash:"88b58d66e975df20425fc1dfd22d53aa",slug:"e-learning-and-digital-education-in-the-twenty-first-century",bookSignature:"M. Mahruf C. Shohel",coverURL:"https://cdn.intechopen.com/books/images_new/9974.jpg",editors:[{id:"94099",title:"Dr.",name:"M. Mahruf C.",middleName:null,surname:"Shohel",slug:"m.-mahruf-c.-shohel",fullName:"M. Mahruf C. Shohel"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}}],offset:12,limit:12,total:4430},hotBookTopics:{hotBooks:[],offset:0,limit:12,total:null},publish:{},publishingProposal:{success:null,errors:{}},books:{featuredBooks:[{type:"book",id:"10858",title:"MOOC (Massive Open Online Courses)",subtitle:null,isOpenForSubmission:!1,hash:"d32f86793bc72dde32532f509b1ec5b0",slug:"mooc-massive-open-online-courses-",bookSignature:"Dragan Cvetković",coverURL:"https://cdn.intechopen.com/books/images_new/10858.jpg",publishedDate:"June 23rd 2022",numberOfDownloads:1677,editors:[{id:"101330",title:"Dr.",name:"Dragan",middleName:"Mladen",surname:"Cvetković",slug:"dragan-cvetkovic",fullName:"Dragan Cvetković"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10195",title:"Serotonin and the CNS",subtitle:"New Developments in Pharmacology and Therapeutics",isOpenForSubmission:!1,hash:"7ed9d96da98233a885bd2869a8056c36",slug:"serotonin-and-the-cns-new-developments-in-pharmacology-and-therapeutics",bookSignature:"Berend Olivier",coverURL:"https://cdn.intechopen.com/books/images_new/10195.jpg",publishedDate:"June 23rd 2022",numberOfDownloads:1337,editors:[{id:"71579",title:"Prof.",name:"Berend",middleName:null,surname:"Olivier",slug:"berend-olivier",fullName:"Berend Olivier"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10755",title:"Corporate Governance",subtitle:"Recent Advances and Perspectives",isOpenForSubmission:!1,hash:"ffe06d1d5c4bf0fc2e63511825fe1257",slug:"corporate-governance-recent-advances-and-perspectives",bookSignature:"Okechukwu Lawrence Emeagwali and Feyza Bhatti",coverURL:"https://cdn.intechopen.com/books/images_new/10755.jpg",publishedDate:"June 23rd 2022",numberOfDownloads:1309,editors:[{id:"196317",title:"Associate Prof.",name:"Okechukwu Lawrence",middleName:null,surname:"Emeagwali",slug:"okechukwu-lawrence-emeagwali",fullName:"Okechukwu Lawrence Emeagwali"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11120",title:"Environmental Impact and Remediation of Heavy Metals",subtitle:null,isOpenForSubmission:!1,hash:"9e77514288e7394f1e6cd13481af3509",slug:"environmental-impact-and-remediation-of-heavy-metals",bookSignature:"Hosam M. Saleh and Amal I. Hassan",coverURL:"https://cdn.intechopen.com/books/images_new/11120.jpg",publishedDate:"June 23rd 2022",numberOfDownloads:847,editors:[{id:"144691",title:"Prof.",name:"Hosam M.",middleName:null,surname:"Saleh",slug:"hosam-m.-saleh",fullName:"Hosam M. Saleh"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"10901",title:"Grapes and Wine",subtitle:null,isOpenForSubmission:!1,hash:"5d7f2aa74874444bc6986e613ccebd7c",slug:"grapes-and-wine",bookSignature:"Antonio Morata, Iris Loira and Carmen González",coverURL:"https://cdn.intechopen.com/books/images_new/10901.jpg",publishedDate:"June 15th 2022",numberOfDownloads:2273,editors:[{id:"180952",title:"Prof.",name:"Antonio",middleName:null,surname:"Morata",slug:"antonio-morata",fullName:"Antonio Morata"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11080",title:"Engineering Principles",subtitle:"Welding and Residual Stresses",isOpenForSubmission:!1,hash:"6c07a13a113bce94174b40096f30fb5e",slug:"engineering-principles-welding-and-residual-stresses",bookSignature:"Kavian Omar Cooke and Ronaldo Câmara Cozza",coverURL:"https://cdn.intechopen.com/books/images_new/11080.jpg",publishedDate:"June 23rd 2022",numberOfDownloads:591,editors:[{id:"138778",title:"Dr.",name:"Kavian",middleName:"Omar",surname:"Cooke",slug:"kavian-cooke",fullName:"Kavian Cooke"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11332",title:"Essential Oils",subtitle:"Advances in Extractions and Biological Applications",isOpenForSubmission:!1,hash:"742e6cae3a35686f975edc8d7f9afa94",slug:"essential-oils-advances-in-extractions-and-biological-applications",bookSignature:"Mozaniel Santana de Oliveira and Eloisa Helena de Aguiar Andrade",coverURL:"https://cdn.intechopen.com/books/images_new/11332.jpg",publishedDate:"June 23rd 2022",numberOfDownloads:515,editors:[{id:"195290",title:"Ph.D.",name:"Mozaniel",middleName:null,surname:"Santana De Oliveira",slug:"mozaniel-santana-de-oliveira",fullName:"Mozaniel Santana De Oliveira"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11029",title:"Hepatitis B",subtitle:null,isOpenForSubmission:!1,hash:"609701f502efc3538c112ff47a2c2119",slug:"hepatitis-b",bookSignature:"Luis Rodrigo",coverURL:"https://cdn.intechopen.com/books/images_new/11029.jpg",publishedDate:"June 23rd 2022",numberOfDownloads:413,editors:[{id:"73208",title:"Prof.",name:"Luis",middleName:null,surname:"Rodrigo",slug:"luis-rodrigo",fullName:"Luis Rodrigo"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9537",title:"Human Rights in the Contemporary World",subtitle:null,isOpenForSubmission:!1,hash:"54f05b93812fd434f3962956d6413a6b",slug:"human-rights-in-the-contemporary-world",bookSignature:"Trudy Corrigan",coverURL:"https://cdn.intechopen.com/books/images_new/9537.jpg",publishedDate:"June 8th 2022",numberOfDownloads:2194,editors:[{id:"197557",title:"Dr.",name:"Trudy",middleName:null,surname:"Corrigan",slug:"trudy-corrigan",fullName:"Trudy Corrigan"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"11371",title:"Cerebral Circulation",subtitle:"Updates on Models, Diagnostics and Treatments of Related Diseases",isOpenForSubmission:!1,hash:"e2d3335445d2852d0b906bb9750e939f",slug:"cerebral-circulation-updates-on-models-diagnostics-and-treatments-of-related-diseases",bookSignature:"Alba Scerrati, Luca Ricciardi and Flavia Dones",coverURL:"https://cdn.intechopen.com/books/images_new/11371.jpg",publishedDate:"June 23rd 2022",numberOfDownloads:341,editors:[{id:"182614",title:"Dr.",name:"Alba",middleName:null,surname:"Scerrati",slug:"alba-scerrati",fullName:"Alba Scerrati"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}}],latestBooks:[{type:"book",id:"11043",title:"Endometriosis",subtitle:"Recent Advances, New Perspectives and Treatments",isOpenForSubmission:!1,hash:"7baf1c70b11d41400bb9302ae9411ca4",slug:"endometriosis-recent-advances-new-perspectives-and-treatments",bookSignature:"Giovana Ap. Gonçalves",coverURL:"https://cdn.intechopen.com/books/images_new/11043.jpg",editedByType:"Edited by",publishedDate:"June 28th 2022",editors:[{id:"185930",title:"Associate Prof.",name:"Giovana",middleName:null,surname:"Gonçalves",slug:"giovana-goncalves",fullName:"Giovana Gonçalves"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10536",title:"Campylobacter",subtitle:null,isOpenForSubmission:!1,hash:"c4b132b741dd0a2ed539b824ab63965f",slug:"campylobacter",bookSignature:"Guillermo Tellez-Isaias and Saeed El-Ashram",coverURL:"https://cdn.intechopen.com/books/images_new/10536.jpg",editedByType:"Edited by",publishedDate:"June 28th 2022",editors:[{id:"73465",title:"Dr.",name:"Guillermo",middleName:null,surname:"Téllez",slug:"guillermo-tellez",fullName:"Guillermo Téllez"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10798",title:"Starch",subtitle:"Evolution and Recent Advances",isOpenForSubmission:!1,hash:"f197f6062c1574a9a90e50a369271bcf",slug:"starch-evolution-and-recent-advances",bookSignature:"Martins Ochubiojo Emeje",coverURL:"https://cdn.intechopen.com/books/images_new/10798.jpg",editedByType:"Edited by",publishedDate:"June 28th 2022",editors:[{id:"94311",title:"Prof.",name:"Martins",middleName:"Ochubiojo",surname:"Ochubiojo Emeje",slug:"martins-ochubiojo-emeje",fullName:"Martins Ochubiojo Emeje"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"11083",title:"Hazardous Waste Management",subtitle:null,isOpenForSubmission:!1,hash:"d553bd4f6f1c4b115ca69bd19faac7dc",slug:"hazardous-waste-management",bookSignature:"Rajesh Banu Jeyakumar, Kavitha Sankarapandian and Yukesh Kannah Ravi",coverURL:"https://cdn.intechopen.com/books/images_new/11083.jpg",editedByType:"Edited by",publishedDate:"June 28th 2022",editors:[{id:"218539",title:"Dr.",name:"Rajesh Banu",middleName:null,surname:"Jeyakumar",slug:"rajesh-banu-jeyakumar",fullName:"Rajesh Banu Jeyakumar"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10848",title:"Tribology of Machine Elements",subtitle:"Fundamentals and Applications",isOpenForSubmission:!1,hash:"3c4ca4c4692ca8d4fa749b4ae81ec1fa",slug:"tribology-of-machine-elements-fundamentals-and-applications",bookSignature:"Giuseppe Pintaude, Tiago Cousseau and Anna Rudawska",coverURL:"https://cdn.intechopen.com/books/images_new/10848.jpg",editedByType:"Edited by",publishedDate:"June 28th 2022",editors:[{id:"18347",title:"Prof.",name:"Giuseppe",middleName:null,surname:"Pintaude",slug:"giuseppe-pintaude",fullName:"Giuseppe Pintaude"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10856",title:"Crude Oil",subtitle:"New Technologies and Recent Approaches",isOpenForSubmission:!1,hash:"8d0a7ca35b3de95b295dc4eab39a087e",slug:"crude-oil-new-technologies-and-recent-approaches",bookSignature:"Manar Elsayed Abdel-Raouf and Mohamed Hasan El-Keshawy",coverURL:"https://cdn.intechopen.com/books/images_new/10856.jpg",editedByType:"Edited by",publishedDate:"June 28th 2022",editors:[{id:"102626",title:"Prof.",name:"Manar",middleName:null,surname:"Elsayed Abdel-Raouf",slug:"manar-elsayed-abdel-raouf",fullName:"Manar Elsayed Abdel-Raouf"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9625",title:"Spinocerebellar Ataxia",subtitle:"Concepts, Particularities and Generalities",isOpenForSubmission:!1,hash:"365a7025fd46eb45de2549bdd9d50b98",slug:"spinocerebellar-ataxia-concepts-particularities-and-generalities",bookSignature:"Patricia Bozzetto Ambrosi",coverURL:"https://cdn.intechopen.com/books/images_new/9625.jpg",editedByType:"Edited by",publishedDate:"June 28th 2022",editors:[{id:"221787",title:"Dr.",name:"Patricia",middleName:null,surname:"Bozzetto Ambrosi",slug:"patricia-bozzetto-ambrosi",fullName:"Patricia Bozzetto Ambrosi"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10905",title:"Plant Defense Mechanisms",subtitle:null,isOpenForSubmission:!1,hash:"84ad5b27dde5f01dc76087d0fd6fa834",slug:"plant-defense-mechanisms",bookSignature:"Josphert Ngui Kimatu",coverURL:"https://cdn.intechopen.com/books/images_new/10905.jpg",editedByType:"Edited by",publishedDate:"June 28th 2022",editors:[{id:"224171",title:"Prof.",name:"Josphert N.",middleName:null,surname:"Kimatu",slug:"josphert-n.-kimatu",fullName:"Josphert N. Kimatu"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10686",title:"Natural Gas",subtitle:"New Perspectives and Future Developments",isOpenForSubmission:!1,hash:"581763788a6a59e653a9d1d9b5a42d79",slug:"natural-gas-new-perspectives-and-future-developments",bookSignature:"Maryam Takht Ravanchi",coverURL:"https://cdn.intechopen.com/books/images_new/10686.jpg",editedByType:"Edited by",publishedDate:"June 28th 2022",editors:[{id:"2416",title:"Dr.",name:"Maryam",middleName:null,surname:"Takht Ravanchi",slug:"maryam-takht-ravanchi",fullName:"Maryam Takht Ravanchi"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10988",title:"Railway Transport Planning and Manageme",subtitle:null,isOpenForSubmission:!1,hash:"5cb54cc53caedad9ec78372563c82e2c",slug:"railway-transport-planning-and-management",bookSignature:"Stefano de Luca, Roberta Di Pace and Chiara Fiori",coverURL:"https://cdn.intechopen.com/books/images_new/10988.jpg",editedByType:"Edited by",publishedDate:"June 28th 2022",editors:[{id:"271061",title:"Prof.",name:"Stefano",middleName:null,surname:"de Luca",slug:"stefano-de-luca",fullName:"Stefano de Luca"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}}]},subject:{topic:{id:"653",title:"Remote Sensing",slug:"geology-and-geophysics-remote-sensing",parent:{id:"104",title:"Geology and Geophysics",slug:"geology-and-geophysics"},numberOfBooks:11,numberOfSeries:0,numberOfAuthorsAndEditors:310,numberOfWosCitations:466,numberOfCrossrefCitations:313,numberOfDimensionsCitations:625,videoUrl:null,fallbackUrl:null,description:null},booksByTopicFilter:{topicId:"653",sort:"-publishedDate",limit:12,offset:0},booksByTopicCollection:[{type:"book",id:"7578",title:"Satellite Information Classification and Interpretation",subtitle:null,isOpenForSubmission:!1,hash:"008b174b5e2cc7ff0f68f953c54dba36",slug:"satellite-information-classification-and-interpretation",bookSignature:"Rustam B. Rustamov",coverURL:"https://cdn.intechopen.com/books/images_new/7578.jpg",editedByType:"Edited by",editors:[{id:"59174",title:"Dr.",name:"Rustam B.",middleName:null,surname:"Rustamov",slug:"rustam-b.-rustamov",fullName:"Rustam B. Rustamov"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"8395",title:"Advanced Remote Sensing Technology for Synthetic Aperture Radar Applications, Tsunami Disasters, and Infrastructure",subtitle:null,isOpenForSubmission:!1,hash:"9a36595723f2490fd4e414bba3547a50",slug:"advanced-remote-sensing-technology-for-synthetic-aperture-radar-applications-tsunami-disasters-and-infrastructure",bookSignature:"Maged Marghany",coverURL:"https://cdn.intechopen.com/books/images_new/8395.jpg",editedByType:"Edited by",editors:[{id:"96666",title:"Prof.",name:"Dr. Maged",middleName:null,surname:"Marghany",slug:"dr.-maged-marghany",fullName:"Dr. Maged Marghany"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"7458",title:"Accuracy of GNSS Methods",subtitle:null,isOpenForSubmission:!1,hash:"a14e33dccec2e13f34de6b9374364a5c",slug:"accuracy-of-gnss-methods",bookSignature:"Dogan Ugur Sanli",coverURL:"https://cdn.intechopen.com/books/images_new/7458.jpg",editedByType:"Edited by",editors:[{id:"245723",title:"Dr.",name:"Dogan Ugur",middleName:null,surname:"Sanli",slug:"dogan-ugur-sanli",fullName:"Dogan Ugur Sanli"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6058",title:"Recent Advances and Applications in Remote Sensing",subtitle:null,isOpenForSubmission:!1,hash:"6c271ba0275d66a79d494e5e0bfe9ebb",slug:"recent-advances-and-applications-in-remote-sensing",bookSignature:"Ming-Chih Hung and Yi-Hwa Wu",coverURL:"https://cdn.intechopen.com/books/images_new/6058.jpg",editedByType:"Edited by",editors:[{id:"184413",title:"Dr.",name:"Ming",middleName:"Chih",surname:"Hung",slug:"ming-hung",fullName:"Ming Hung"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6540",title:"Multifunctional Operation and Application of GPS",subtitle:null,isOpenForSubmission:!1,hash:"e8e4255f626679a5ba02da035d8c0aea",slug:"multifunctional-operation-and-application-of-gps",bookSignature:"Rustam B. Rustamov and Arif M. Hashimov",coverURL:"https://cdn.intechopen.com/books/images_new/6540.jpg",editedByType:"Edited by",editors:[{id:"59174",title:"Dr.",name:"Rustam B.",middleName:null,surname:"Rustamov",slug:"rustam-b.-rustamov",fullName:"Rustam B. Rustamov"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6347",title:"Topics in Radar Signal Processing",subtitle:null,isOpenForSubmission:!1,hash:"155fcc24377f9c4814e153cb3d4d1101",slug:"topics-in-radar-signal-processing",bookSignature:"Graham Weinberg",coverURL:"https://cdn.intechopen.com/books/images_new/6347.jpg",editedByType:"Edited by",editors:[{id:"104720",title:"Dr.",name:"Graham",middleName:"V",surname:"Weinberg",slug:"graham-weinberg",fullName:"Graham Weinberg"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"6334",title:"Multi-purposeful Application of Geospatial Data",subtitle:null,isOpenForSubmission:!1,hash:"aef4a5a32cd570b48494277b3857aa60",slug:"multi-purposeful-application-of-geospatial-data",bookSignature:"Rustam B. Rustamov, Sabina Hasanova and Mahfuza H. Zeynalova",coverURL:"https://cdn.intechopen.com/books/images_new/6334.jpg",editedByType:"Edited by",editors:[{id:"59174",title:"Dr.",name:"Rustam B.",middleName:null,surname:"Rustamov",slug:"rustam-b.-rustamov",fullName:"Rustam B. Rustamov"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"3838",title:"Advanced Geoscience Remote Sensing",subtitle:null,isOpenForSubmission:!1,hash:"74f648b4e5f6fb290baeb0642c037c1d",slug:"advanced-geoscience-remote-sensing",bookSignature:"Maged Marghany",coverURL:"https://cdn.intechopen.com/books/images_new/3838.jpg",editedByType:"Edited by",editors:[{id:"96666",title:"Prof.",name:"Dr. Maged",middleName:null,surname:"Marghany",slug:"dr.-maged-marghany",fullName:"Dr. Maged Marghany"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"1340",title:"Remote Sensing",subtitle:"Advanced Techniques and Platforms",isOpenForSubmission:!1,hash:"336dcc589420ec91a5fdc29720442313",slug:"remote-sensing-advanced-techniques-and-platforms",bookSignature:"Boris Escalante-Ramirez",coverURL:"https://cdn.intechopen.com/books/images_new/1340.jpg",editedByType:"Edited by",editors:[{id:"111500",title:"Dr.",name:"Boris",middleName:null,surname:"Escalante",slug:"boris-escalante",fullName:"Boris Escalante"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"2280",title:"Remote Sensing",subtitle:"Applications",isOpenForSubmission:!1,hash:"ceea9c29b9b1f05fc128ae2cf564f110",slug:"remote-sensing-applications",bookSignature:"Boris Escalante-Ramirez",coverURL:"https://cdn.intechopen.com/books/images_new/2280.jpg",editedByType:"Edited by",editors:[{id:"111500",title:"Dr.",name:"Boris",middleName:null,surname:"Escalante",slug:"boris-escalante",fullName:"Boris Escalante"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"3343",title:"Advances in Geoscience and Remote Sensing",subtitle:null,isOpenForSubmission:!1,hash:"d40150daaa27a3f6aa378ff979c402b7",slug:"advances-in-geoscience-and-remote-sensing",bookSignature:"Gary Jedlovec",coverURL:"https://cdn.intechopen.com/books/images_new/3343.jpg",editedByType:"Edited by",editors:[{id:"4191",title:"Dr.",name:"Gary",middleName:null,surname:"Jedlovec",slug:"gary-jedlovec",fullName:"Gary Jedlovec"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}}],booksByTopicTotal:11,seriesByTopicCollection:[],seriesByTopicTotal:0,mostCitedChapters:[{id:"57384",doi:"10.5772/intechopen.71049",title:"A Review: Remote Sensing Sensors",slug:"a-review-remote-sensing-sensors",totalDownloads:3663,totalCrossrefCites:24,totalDimensionsCites:42,abstract:"The cost of launching satellites is getting lower and lower due to the reusability of rockets (NASA, 2015) and using single missions to launch multiple satellites (up to 37, Russia, 2014). In addition, low-orbit satellite constellations have been employed in recent years. These trends indicate that satellite remote sensing has a promising future in acquiring high-resolution data with a low cost and in integrating high-resolution satellite imagery with ground-based sensor data for new applications. These facts have motivated us to develop a comprehensive survey of remote sensing sensor development, including the characteristics of sensors with respect to electromagnetic spectrums (EMSs), imaging and non-imaging sensors, potential research areas, current practices, and the future development of remote sensors.",book:{id:"6334",slug:"multi-purposeful-application-of-geospatial-data",title:"Multi-purposeful Application of Geospatial Data",fullTitle:"Multi-purposeful Application of Geospatial Data"},signatures:"Lingli Zhu, Juha Suomalainen, Jingbin Liu, Juha Hyyppä, Harri\nKaartinen and Henrik Haggren",authors:[{id:"213512",title:"Dr.",name:"Lingli",middleName:null,surname:"Zhu",slug:"lingli-zhu",fullName:"Lingli Zhu"},{id:"213522",title:"Dr.",name:"Suomalainen",middleName:null,surname:"Juha",slug:"suomalainen-juha",fullName:"Suomalainen Juha"},{id:"213523",title:"Prof.",name:"Jingbin",middleName:null,surname:"Liu",slug:"jingbin-liu",fullName:"Jingbin Liu"},{id:"220941",title:"Prof.",name:"Juha",middleName:null,surname:"Hyyppä",slug:"juha-hyyppa",fullName:"Juha Hyyppä"},{id:"220942",title:"Prof.",name:"Harri",middleName:null,surname:"Kaartinen",slug:"harri-kaartinen",fullName:"Harri Kaartinen"},{id:"220943",title:"Prof.",name:"Henrik",middleName:null,surname:"Haggren",slug:"henrik-haggren",fullName:"Henrik Haggren"}]},{id:"60049",doi:"10.5772/intechopen.75493",title:"GNSS Error Sources",slug:"gnss-error-sources",totalDownloads:3138,totalCrossrefCites:18,totalDimensionsCites:29,abstract:"This chapter discusses the most serious sources of error affecting global navigation satellite systems (GNSS) signals, classifying these in a new way, according to their nature and/or effects. For instance, errors due to clock bias or drift are grouped together. Errors related to the signal propagation medium, too, are treated in the same way. GNSS errors need to be corrected to achieve accepted positioning and navigational accuracy. We provide a theoretical description for each source, supporting these with diagrams and analytical figures where possible. Some common metrics to measure the magnitude of GNSS errors, including the user equivalent range error (UERE) and the dilution of precision (DOP), are also presented. The chapter concludes with remarks on the significance of the sources of error.",book:{id:"6540",slug:"multifunctional-operation-and-application-of-gps",title:"Multifunctional Operation and Application of GPS",fullTitle:"Multifunctional Operation and Application of GPS"},signatures:"Malek Karaim, Mohamed Elsheikh and Aboelmagd Noureldin",authors:[{id:"227711",title:"Mr.",name:"Malek",middleName:null,surname:"Karaim",slug:"malek-karaim",fullName:"Malek Karaim"},{id:"240292",title:"Prof.",name:"Aboelmagd",middleName:null,surname:"Noureldin",slug:"aboelmagd-noureldin",fullName:"Aboelmagd Noureldin"},{id:"243124",title:"Dr.",name:"Mohamed",middleName:null,surname:"Elsheikh",slug:"mohamed-elsheikh",fullName:"Mohamed Elsheikh"}]},{id:"9541",doi:"10.5772/8326",title:"Automated Detection of Clouds in Satellite Imagery",slug:"automated-detection-of-clouds-in-satellite-imagery",totalDownloads:3532,totalCrossrefCites:15,totalDimensionsCites:25,abstract:null,book:{id:"3343",slug:"advances-in-geoscience-and-remote-sensing",title:"Advances in Geoscience and Remote Sensing",fullTitle:"Advances in Geoscience and Remote Sensing"},signatures:"Gary Jedlovec",authors:null},{id:"9556",doi:"10.5772/8341",title:"Remote sensing and the disaster management cycle",slug:"remote-sensing-and-the-disaster-management-cycle",totalDownloads:6679,totalCrossrefCites:4,totalDimensionsCites:24,abstract:null,book:{id:"3343",slug:"advances-in-geoscience-and-remote-sensing",title:"Advances in Geoscience and Remote Sensing",fullTitle:"Advances in Geoscience and Remote Sensing"},signatures:"Karen E. Joyce, Kim C. Wright, Sergey V. Samsonov and Vincent G. Ambrosia",authors:null},{id:"46353",doi:"10.5772/57477",title:"Oil-Spill Pollution Remote Sensing by Synthetic Aperture Radar",slug:"oil-spill-pollution-remote-sensing-by-synthetic-aperture-radar",totalDownloads:3497,totalCrossrefCites:7,totalDimensionsCites:24,abstract:null,book:{id:"3838",slug:"advanced-geoscience-remote-sensing",title:"Advanced Geoscience Remote Sensing",fullTitle:"Advanced Geoscience Remote Sensing"},signatures:"Yuanzhi Zhang, Yu Li and Hui Lin",authors:[{id:"77597",title:"Prof.",name:"Yuanzhi",middleName:null,surname:"Zhang",slug:"yuanzhi-zhang",fullName:"Yuanzhi Zhang"},{id:"169486",title:"Dr.",name:"Yu",middleName:null,surname:"Li",slug:"yu-li",fullName:"Yu Li"}]}],mostDownloadedChaptersLast30Days:[{id:"60592",title:"Applications of Remote Sensing in Geoscience",slug:"applications-of-remote-sensing-in-geoscience",totalDownloads:3849,totalCrossrefCites:3,totalDimensionsCites:6,abstract:"Remote sensing is becoming an important and useful tool in mapping large, remote areas and has many applications in geosciences such as geologic and geo-structural mapping, mineral and water exploration, hydrocarbon exploration, natural hazards analysis, and geomorphology. The recent advances in remote-sensing imaging acquisition and availability of images can help geoscientists to explore and prepare maps quickly and evaluate the geo-potential of any specific area on the globe. Advances in remote-sensing data analysis techniques have improved the capacity to map the geological structures and regional characteristics and can serve in mineral exploration in complex and poorly understood regions. In this chapter, geophysical remotely sensed data (airborne geophysics) are integrated with other sources of remotely sensed data to analyze three separate areas, one each for geological structure, lineament presence and orientation, and geothermal potential. Three case studies are discussed in this chapter from three countries—Afghanistan, United Arab Emirates, and Algeria—to show the effectiveness of remote sensing in mapping and detecting geo-structural, geomorphological, and geothermal characteristics of ground surfaces.",book:{id:"6058",slug:"recent-advances-and-applications-in-remote-sensing",title:"Recent Advances and Applications in Remote Sensing",fullTitle:"Recent Advances and Applications in Remote Sensing"},signatures:"Hakim Saibi, Mohand Bersi, Mohamed Bodruddoza Mia, Nureddin\nMohamed Saadi, Khalid Mohamed Saleh Al Bloushi and Robert W.\nAvakian",authors:[{id:"155975",title:"Dr.",name:"Hakim",middleName:null,surname:"Saibi",slug:"hakim-saibi",fullName:"Hakim Saibi"},{id:"205896",title:"Dr.",name:"Nouredine",middleName:null,surname:"Saadi",slug:"nouredine-saadi",fullName:"Nouredine Saadi"},{id:"205897",title:"Dr.",name:"Mohand",middleName:null,surname:"Bersi",slug:"mohand-bersi",fullName:"Mohand Bersi"},{id:"217413",title:"Dr.",name:"M. Bodruddoza",middleName:null,surname:"Mia",slug:"m.-bodruddoza-mia",fullName:"M. Bodruddoza Mia"},{id:"218110",title:"Dr.",name:"Khalid Mohamed Saleh",middleName:null,surname:"Al Bloushi",slug:"khalid-mohamed-saleh-al-bloushi",fullName:"Khalid Mohamed Saleh Al Bloushi"}]},{id:"60049",title:"GNSS Error Sources",slug:"gnss-error-sources",totalDownloads:3138,totalCrossrefCites:18,totalDimensionsCites:29,abstract:"This chapter discusses the most serious sources of error affecting global navigation satellite systems (GNSS) signals, classifying these in a new way, according to their nature and/or effects. For instance, errors due to clock bias or drift are grouped together. Errors related to the signal propagation medium, too, are treated in the same way. GNSS errors need to be corrected to achieve accepted positioning and navigational accuracy. We provide a theoretical description for each source, supporting these with diagrams and analytical figures where possible. Some common metrics to measure the magnitude of GNSS errors, including the user equivalent range error (UERE) and the dilution of precision (DOP), are also presented. The chapter concludes with remarks on the significance of the sources of error.",book:{id:"6540",slug:"multifunctional-operation-and-application-of-gps",title:"Multifunctional Operation and Application of GPS",fullTitle:"Multifunctional Operation and Application of GPS"},signatures:"Malek Karaim, Mohamed Elsheikh and Aboelmagd Noureldin",authors:[{id:"227711",title:"Mr.",name:"Malek",middleName:null,surname:"Karaim",slug:"malek-karaim",fullName:"Malek Karaim"},{id:"240292",title:"Prof.",name:"Aboelmagd",middleName:null,surname:"Noureldin",slug:"aboelmagd-noureldin",fullName:"Aboelmagd Noureldin"},{id:"243124",title:"Dr.",name:"Mohamed",middleName:null,surname:"Elsheikh",slug:"mohamed-elsheikh",fullName:"Mohamed Elsheikh"}]},{id:"57384",title:"A Review: Remote Sensing Sensors",slug:"a-review-remote-sensing-sensors",totalDownloads:3663,totalCrossrefCites:24,totalDimensionsCites:42,abstract:"The cost of launching satellites is getting lower and lower due to the reusability of rockets (NASA, 2015) and using single missions to launch multiple satellites (up to 37, Russia, 2014). In addition, low-orbit satellite constellations have been employed in recent years. These trends indicate that satellite remote sensing has a promising future in acquiring high-resolution data with a low cost and in integrating high-resolution satellite imagery with ground-based sensor data for new applications. These facts have motivated us to develop a comprehensive survey of remote sensing sensor development, including the characteristics of sensors with respect to electromagnetic spectrums (EMSs), imaging and non-imaging sensors, potential research areas, current practices, and the future development of remote sensors.",book:{id:"6334",slug:"multi-purposeful-application-of-geospatial-data",title:"Multi-purposeful Application of Geospatial Data",fullTitle:"Multi-purposeful Application of Geospatial Data"},signatures:"Lingli Zhu, Juha Suomalainen, Jingbin Liu, Juha Hyyppä, Harri\nKaartinen and Henrik Haggren",authors:[{id:"213512",title:"Dr.",name:"Lingli",middleName:null,surname:"Zhu",slug:"lingli-zhu",fullName:"Lingli Zhu"},{id:"213522",title:"Dr.",name:"Suomalainen",middleName:null,surname:"Juha",slug:"suomalainen-juha",fullName:"Suomalainen Juha"},{id:"213523",title:"Prof.",name:"Jingbin",middleName:null,surname:"Liu",slug:"jingbin-liu",fullName:"Jingbin Liu"},{id:"220941",title:"Prof.",name:"Juha",middleName:null,surname:"Hyyppä",slug:"juha-hyyppa",fullName:"Juha Hyyppä"},{id:"220942",title:"Prof.",name:"Harri",middleName:null,surname:"Kaartinen",slug:"harri-kaartinen",fullName:"Harri Kaartinen"},{id:"220943",title:"Prof.",name:"Henrik",middleName:null,surname:"Haggren",slug:"henrik-haggren",fullName:"Henrik Haggren"}]},{id:"59608",title:"GNSSs, Signals, and Receivers",slug:"gnsss-signals-and-receivers",totalDownloads:2089,totalCrossrefCites:3,totalDimensionsCites:3,abstract:"This chapter describes Global Navigation Satellite Systems (GNSSs) and their signal characteristics, beginning with an overview of Global Positioning System (GPS) architecture and describing its three primary segments: control, space, and user segments. After that, it addresses the GPS modernization program including the new civilian and military signals and their significance. It continues by outlining the GPS signal characteristics and the sources of GPS measurement error. GPS receivers as well are briefly described. Then, it gives an overview of the GLONASS and describes its modernization program. Additionally, it delves into many aspects the GLONASS, including GLONASS signal characteristics, the GLONASS radio frequency (RF) plan, pseudorandom (PR) ranging codes, and the intra-system interference navigation message. Finally, GPS and GLONASS are compared to highlight the advantages of combined GPS and GLONASS measurements over the GPS-only measurements.",book:{id:"6540",slug:"multifunctional-operation-and-application-of-gps",title:"Multifunctional Operation and Application of GPS",fullTitle:"Multifunctional Operation and Application of GPS"},signatures:"Mohamed Tamazin, Malek Karaim and Aboelmagd Noureldin",authors:[{id:"227711",title:"Mr.",name:"Malek",middleName:null,surname:"Karaim",slug:"malek-karaim",fullName:"Malek Karaim"},{id:"240292",title:"Prof.",name:"Aboelmagd",middleName:null,surname:"Noureldin",slug:"aboelmagd-noureldin",fullName:"Aboelmagd Noureldin"},{id:"227709",title:"Dr.",name:"Mohamed",middleName:null,surname:"Tamazin",slug:"mohamed-tamazin",fullName:"Mohamed Tamazin"}]},{id:"45989",title:"Exploring and Using the Magnetic Methods",slug:"exploring-and-using-the-magnetic-methods",totalDownloads:4835,totalCrossrefCites:4,totalDimensionsCites:6,abstract:null,book:{id:"3838",slug:"advanced-geoscience-remote-sensing",title:"Advanced Geoscience Remote Sensing",fullTitle:"Advanced Geoscience Remote Sensing"},signatures:"Othniel K. Likkason",authors:[{id:"72626",title:"Prof.",name:"Othniel",middleName:null,surname:"Likkason",slug:"othniel-likkason",fullName:"Othniel Likkason"}]}],onlineFirstChaptersFilter:{topicId:"653",limit:6,offset:0},onlineFirstChaptersCollection:[],onlineFirstChaptersTotal:0},preDownload:{success:null,errors:{}},subscriptionForm:{success:null,errors:{}},aboutIntechopen:{},privacyPolicy:{},peerReviewing:{},howOpenAccessPublishingWithIntechopenWorks:{},sponsorshipBooks:{sponsorshipBooks:[],offset:8,limit:8,total:0},allSeries:{pteSeriesList:[{id:"14",title:"Artificial Intelligence",numberOfPublishedBooks:9,numberOfPublishedChapters:89,numberOfOpenTopics:6,numberOfUpcomingTopics:0,issn:"2633-1403",doi:"10.5772/intechopen.79920",isOpenForSubmission:!0},{id:"7",title:"Biomedical Engineering",numberOfPublishedBooks:12,numberOfPublishedChapters:104,numberOfOpenTopics:3,numberOfUpcomingTopics:0,issn:"2631-5343",doi:"10.5772/intechopen.71985",isOpenForSubmission:!0}],lsSeriesList:[{id:"11",title:"Biochemistry",numberOfPublishedBooks:32,numberOfPublishedChapters:317,numberOfOpenTopics:4,numberOfUpcomingTopics:0,issn:"2632-0983",doi:"10.5772/intechopen.72877",isOpenForSubmission:!0},{id:"25",title:"Environmental Sciences",numberOfPublishedBooks:1,numberOfPublishedChapters:12,numberOfOpenTopics:4,numberOfUpcomingTopics:0,issn:"2754-6713",doi:"10.5772/intechopen.100362",isOpenForSubmission:!0},{id:"10",title:"Physiology",numberOfPublishedBooks:11,numberOfPublishedChapters:141,numberOfOpenTopics:4,numberOfUpcomingTopics:0,issn:"2631-8261",doi:"10.5772/intechopen.72796",isOpenForSubmission:!0}],hsSeriesList:[{id:"3",title:"Dentistry",numberOfPublishedBooks:8,numberOfPublishedChapters:129,numberOfOpenTopics:2,numberOfUpcomingTopics:0,issn:"2631-6218",doi:"10.5772/intechopen.71199",isOpenForSubmission:!0},{id:"6",title:"Infectious Diseases",numberOfPublishedBooks:13,numberOfPublishedChapters:113,numberOfOpenTopics:3,numberOfUpcomingTopics:1,issn:"2631-6188",doi:"10.5772/intechopen.71852",isOpenForSubmission:!0},{id:"13",title:"Veterinary Medicine and Science",numberOfPublishedBooks:11,numberOfPublishedChapters:105,numberOfOpenTopics:3,numberOfUpcomingTopics:0,issn:"2632-0517",doi:"10.5772/intechopen.73681",isOpenForSubmission:!0}],sshSeriesList:[{id:"22",title:"Business, Management and Economics",numberOfPublishedBooks:1,numberOfPublishedChapters:19,numberOfOpenTopics:2,numberOfUpcomingTopics:1,issn:"2753-894X",doi:"10.5772/intechopen.100359",isOpenForSubmission:!0},{id:"23",title:"Education and Human Development",numberOfPublishedBooks:0,numberOfPublishedChapters:5,numberOfOpenTopics:1,numberOfUpcomingTopics:1,issn:null,doi:"10.5772/intechopen.100360",isOpenForSubmission:!0},{id:"24",title:"Sustainable Development",numberOfPublishedBooks:0,numberOfPublishedChapters:15,numberOfOpenTopics:5,numberOfUpcomingTopics:0,issn:null,doi:"10.5772/intechopen.100361",isOpenForSubmission:!0}],testimonialsList:[{id:"6",text:"It is great to work with the IntechOpen to produce a worthwhile collection of research that also becomes a great educational resource and guide for future research endeavors.",author:{id:"259298",name:"Edward",surname:"Narayan",institutionString:null,profilePictureURL:"https://mts.intechopen.com/storage/users/259298/images/system/259298.jpeg",slug:"edward-narayan",institution:{id:"3",name:"University of Queensland",country:{id:null,name:"Australia"}}}},{id:"13",text:"The collaboration with and support of the technical staff of IntechOpen is fantastic. The whole process of submitting an article and editing of the submitted article goes extremely smooth and fast, the number of reads and downloads of chapters is high, and the contributions are also frequently cited.",author:{id:"55578",name:"Antonio",surname:"Jurado-Navas",institutionString:null,profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002bRisIQAS/Profile_Picture_1626166543950",slug:"antonio-jurado-navas",institution:{id:"720",name:"University of Malaga",country:{id:null,name:"Spain"}}}}]},series:{item:{id:"6",title:"Infectious Diseases",doi:"10.5772/intechopen.71852",issn:"2631-6188",scope:"This series will provide a comprehensive overview of recent research trends in various Infectious Diseases (as per the most recent Baltimore classification). Topics will include general overviews of infections, immunopathology, diagnosis, treatment, epidemiology, etiology, and current clinical recommendations for managing infectious diseases. Ongoing issues, recent advances, and future diagnostic approaches and therapeutic strategies will also be discussed. This book series will focus on various aspects and properties of infectious diseases whose deep understanding is essential for safeguarding the human race from losing resources and economies due to pathogens.",coverUrl:"https://cdn.intechopen.com/series/covers/6.jpg",latestPublicationDate:"June 25th, 2022",hasOnlineFirst:!0,numberOfPublishedBooks:13,editor:{id:"131400",title:"Prof.",name:"Alfonso J.",middleName:null,surname:"Rodriguez-Morales",slug:"alfonso-j.-rodriguez-morales",fullName:"Alfonso J. Rodriguez-Morales",profilePictureURL:"https://mts.intechopen.com/storage/users/131400/images/system/131400.png",biography:"Dr. Rodriguez-Morales is an expert in tropical and emerging diseases, particularly zoonotic and vector-borne diseases (especially arboviral diseases). He is the president of the Travel Medicine Committee of the Pan-American Infectious Diseases Association (API), as well as the president of the Colombian Association of Infectious Diseases (ACIN). He is a member of the Committee on Tropical Medicine, Zoonoses, and Travel Medicine of ACIN. He is a vice-president of the Latin American Society for Travel Medicine (SLAMVI) and a Member of the Council of the International Society for Infectious Diseases (ISID). Since 2014, he has been recognized as a Senior Researcher, at the Ministry of Science of Colombia. He is a professor at the Faculty of Medicine of the Fundacion Universitaria Autonoma de las Americas, in Pereira, Risaralda, Colombia. He is an External Professor, Master in Research on Tropical Medicine and International Health, Universitat de Barcelona, Spain. He is also a professor at the Master in Clinical Epidemiology and Biostatistics, Universidad Científica del Sur, Lima, Peru. In 2021 he has been awarded the “Raul Isturiz Award” Medal of the API. Also, in 2021, he was awarded with the “Jose Felix Patiño” Asclepius Staff Medal of the Colombian Medical College, due to his scientific contributions to COVID-19 during the pandemic. He is currently the Editor in Chief of the journal Travel Medicine and Infectious Diseases. His Scopus H index is 47 (Google Scholar H index, 68).",institutionString:"Institución Universitaria Visión de las Américas, Colombia",institution:null},editorTwo:null,editorThree:null},subseries:{paginationCount:4,paginationItems:[{id:"3",title:"Bacterial Infectious Diseases",coverUrl:"https://cdn.intechopen.com/series_topics/covers/3.jpg",isOpenForSubmission:!1,annualVolume:null,editor:null,editorTwo:null,editorThree:null},{id:"4",title:"Fungal Infectious Diseases",coverUrl:"https://cdn.intechopen.com/series_topics/covers/4.jpg",isOpenForSubmission:!0,annualVolume:11400,editor:{id:"174134",title:"Dr.",name:"Yuping",middleName:null,surname:"Ran",slug:"yuping-ran",fullName:"Yuping Ran",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002bS9d6QAC/Profile_Picture_1630330675373",biography:"Dr. Yuping Ran, Professor, Department of Dermatology, West China Hospital, Sichuan University, Chengdu, China. Completed the Course Medical Mycology, the Centraalbureau voor Schimmelcultures (CBS), Fungal Biodiversity Centre, Netherlands (2006). International Union of Microbiological Societies (IUMS) Fellow, and International Emerging Infectious Diseases (IEID) Fellow, Centers for Diseases Control and Prevention (CDC), Atlanta, USA. Diploma of Dermatological Scientist, Japanese Society for Investigative Dermatology. Ph.D. of Juntendo University, Japan. Bachelor’s and Master’s degree, Medicine, West China University of Medical Sciences. Chair of Sichuan Medical Association Dermatology Committee. General Secretary of The 19th Annual Meeting of Chinese Society of Dermatology and the Asia Pacific Society for Medical Mycology (2013). In charge of the Annual Medical Mycology Course over 20-years authorized by National Continue Medical Education Committee of China. Member of the board of directors of the Asia-Pacific Society for Medical Mycology (APSMM). Associate editor of Mycopathologia. Vice-chief of the editorial board of Chinses Journal of Mycology, China. Board Member and Chair of Mycology Group of Chinese Society of Dermatology.",institutionString:null,institution:{name:"Sichuan University",institutionURL:null,country:{name:"China"}}},editorTwo:null,editorThree:null},{id:"5",title:"Parasitic Infectious Diseases",coverUrl:"https://cdn.intechopen.com/series_topics/covers/5.jpg",isOpenForSubmission:!0,annualVolume:11401,editor:{id:"67907",title:"Dr.",name:"Amidou",middleName:null,surname:"Samie",slug:"amidou-samie",fullName:"Amidou Samie",profilePictureURL:"https://mts.intechopen.com/storage/users/67907/images/system/67907.jpg",biography:"Dr. Amidou Samie is an Associate Professor of Microbiology at the University of Venda, in South Africa, where he graduated for his PhD in May 2008. He joined the Department of Microbiology the same year and has been giving lectures on topics covering parasitology, immunology, molecular biology and industrial microbiology. He is currently a rated researcher by the National Research Foundation of South Africa at category C2. He has published widely in the field of infectious diseases and has overseen several MSc’s and PhDs. His research activities mostly cover topics on infectious diseases from epidemiology to control. His particular interest lies in the study of intestinal protozoan parasites and opportunistic infections among HIV patients as well as the potential impact of childhood diarrhoea on growth and child development. He also conducts research on water-borne diseases and water quality and is involved in the evaluation of point-of-use water treatment technologies using silver and copper nanoparticles in collaboration with the University of Virginia, USA. He also studies the use of medicinal plants for the control of infectious diseases as well as antimicrobial drug resistance.",institutionString:null,institution:{name:"University of Venda",institutionURL:null,country:{name:"South Africa"}}},editorTwo:null,editorThree:null},{id:"6",title:"Viral Infectious Diseases",coverUrl:"https://cdn.intechopen.com/series_topics/covers/6.jpg",isOpenForSubmission:!0,annualVolume:11402,editor:{id:"158026",title:"Prof.",name:"Shailendra K.",middleName:null,surname:"Saxena",slug:"shailendra-k.-saxena",fullName:"Shailendra K. Saxena",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002bRET3QAO/Profile_Picture_2022-05-10T10:10:26.jpeg",biography:"Professor Dr. Shailendra K. Saxena is a vice dean and professor at King George's Medical University, Lucknow, India. His research interests involve understanding the molecular mechanisms of host defense during human viral infections and developing new predictive, preventive, and therapeutic strategies for them using Japanese encephalitis virus (JEV), HIV, and emerging viruses as a model via stem cell and cell culture technologies. His research work has been published in various high-impact factor journals (Science, PNAS, Nature Medicine) with a high number of citations. He has received many awards and honors in India and abroad including various Young Scientist Awards, BBSRC India Partnering Award, and Dr. JC Bose National Award of Department of Biotechnology, Min. of Science and Technology, Govt. of India. Dr. Saxena is a fellow of various international societies/academies including the Royal College of Pathologists, United Kingdom; Royal Society of Medicine, London; Royal Society of Biology, United Kingdom; Royal Society of Chemistry, London; and Academy of Translational Medicine Professionals, Austria. He was named a Global Leader in Science by The Scientist. He is also an international opinion leader/expert in vaccination for Japanese encephalitis by IPIC (UK).",institutionString:"King George's Medical University",institution:{name:"King George's Medical University",institutionURL:null,country:{name:"India"}}},editorTwo:null,editorThree:null}]},overviewPageOFChapters:{paginationCount:54,paginationItems:[{id:"81595",title:"Prosthetic Concepts in Dental Implantology",doi:"10.5772/intechopen.104725",signatures:"Ivica Pelivan",slug:"prosthetic-concepts-in-dental-implantology",totalDownloads:23,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Current Concepts in Dental Implantology - From Science to Clinical Research",coverURL:"https://cdn.intechopen.com/books/images_new/10808.jpg",subseries:{id:"2",title:"Prosthodontics and Implant Dentistry"}}},{id:"80963",title:"Pain Perception in Patients Treated with Ligating/Self-Ligating Brackets versus Patients Treated with Aligners",doi:"10.5772/intechopen.102796",signatures:"Farid Bourzgui, Rania Fastani, Salwa Khairat, Samir Diouny, Mohamed El Had, Zineb Serhier and Mohamed Bennani Othmani",slug:"pain-perception-in-patients-treated-with-ligating-self-ligating-brackets-versus-patients-treated-wit",totalDownloads:21,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Current Trends in Orthodontics",coverURL:"https://cdn.intechopen.com/books/images_new/10780.jpg",subseries:{id:"2",title:"Prosthodontics and Implant Dentistry"}}},{id:"80964",title:"Upper Airway Expansion in Disabled Children",doi:"10.5772/intechopen.102830",signatures:"David Andrade, Joana Andrade, Maria-João Palha, Cristina Areias, Paula Macedo, Ana Norton, Miguel Palha, Lurdes Morais, Dóris Rocha Ruiz and Sônia Groisman",slug:"upper-airway-expansion-in-disabled-children",totalDownloads:35,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"80839",title:"Herbs and Oral Health",doi:"10.5772/intechopen.103715",signatures:"Zuhair S. Natto",slug:"herbs-and-oral-health",totalDownloads:56,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}}]},overviewPagePublishedBooks:{paginationCount:8,paginationItems:[{type:"book",id:"6668",title:"Dental Caries",subtitle:"Diagnosis, Prevention and Management",coverURL:"https://cdn.intechopen.com/books/images_new/6668.jpg",slug:"dental-caries-diagnosis-prevention-and-management",publishedDate:"September 19th 2018",editedByType:"Edited by",bookSignature:"Zühre Akarslan",hash:"b0f7667770a391f772726c3013c1b9ba",volumeInSeries:1,fullTitle:"Dental Caries - Diagnosis, Prevention and Management",editors:[{id:"171887",title:"Prof.",name:"Zühre",middleName:null,surname:"Akarslan",slug:"zuhre-akarslan",fullName:"Zühre Akarslan",profilePictureURL:"https://mts.intechopen.com/storage/users/171887/images/system/171887.jpg",biography:"Zühre Akarslan was born in 1977 in Cyprus. She graduated from Gazi University Faculty of Dentistry, Ankara, Turkey in 2000. \r\nLater she received her Ph.D. degree from the Oral Diagnosis and Radiology Department; which was recently renamed as Oral and Dentomaxillofacial Radiology, from the same university. \r\nShe is working as a full-time Associate Professor and is a lecturer and an academic researcher. \r\nHer expertise areas are dental caries, cancer, dental fear and anxiety, gag reflex in dentistry, oral medicine, and dentomaxillofacial radiology.",institutionString:"Gazi University",institution:{name:"Gazi University",institutionURL:null,country:{name:"Turkey"}}}]},{type:"book",id:"7139",title:"Current Approaches in Orthodontics",subtitle:null,coverURL:"https://cdn.intechopen.com/books/images_new/7139.jpg",slug:"current-approaches-in-orthodontics",publishedDate:"April 10th 2019",editedByType:"Edited by",bookSignature:"Belma Işık Aslan and Fatma Deniz Uzuner",hash:"2c77384eeb748cf05a898d65b9dcb48a",volumeInSeries:2,fullTitle:"Current Approaches in Orthodontics",editors:[{id:"42847",title:"Dr.",name:"Belma",middleName:null,surname:"Işik Aslan",slug:"belma-isik-aslan",fullName:"Belma Işik Aslan",profilePictureURL:"https://mts.intechopen.com/storage/users/42847/images/system/42847.jpg",biography:"Dr. Belma IşIk Aslan was born in 1976 in Ankara-TURKEY. After graduating from TED Ankara College in 1994, she attended to Gazi University, Faculty of Dentistry in Ankara. She completed her PhD in orthodontic education at Gazi University between 1999-2005. Dr. Işık Aslan stayed at the Providence Hospital Craniofacial Institude and Reconstructive Surgery in Michigan, USA for three months as an observer. She worked as a specialist doctor at Gazi University, Dentistry Faculty, Department of Orthodontics between 2005-2014. She was appointed as associate professor in January, 2014 and as professor in 2021. Dr. Işık Aslan still works as an instructor at the same faculty. She has published a total of 35 articles, 10 book chapters, 39 conference proceedings both internationally and nationally. Also she was the academic editor of the international book 'Current Advances in Orthodontics'. She is a member of the Turkish Orthodontic Society and Turkish Cleft Lip and Palate Society. She is married and has 2 children. Her knowledge of English is at an advanced level.",institutionString:"Gazi University Dentistry Faculty Department of Orthodontics",institution:null}]},{type:"book",id:"7572",title:"Trauma in Dentistry",subtitle:null,coverURL:"https://cdn.intechopen.com/books/images_new/7572.jpg",slug:"trauma-in-dentistry",publishedDate:"July 3rd 2019",editedByType:"Edited by",bookSignature:"Serdar Gözler",hash:"7cb94732cfb315f8d1e70ebf500eb8a9",volumeInSeries:3,fullTitle:"Trauma in Dentistry",editors:[{id:"204606",title:"Dr.",name:"Serdar",middleName:null,surname:"Gözler",slug:"serdar-gozler",fullName:"Serdar Gözler",profilePictureURL:"https://mts.intechopen.com/storage/users/204606/images/system/204606.jpeg",biography:"Dr. Serdar Gözler has completed his undergraduate studies at the Marmara University Faculty of Dentistry in 1978, followed by an assistantship in the Prosthesis Department of Dicle University Faculty of Dentistry. Starting his PhD work on non-resilient overdentures with Assoc. Prof. Hüsnü Yavuzyılmaz, he continued his studies with Prof. Dr. Gürbüz Öztürk of Istanbul University Faculty of Dentistry Department of Prosthodontics, this time on Gnatology. He attended training programs on occlusion, neurology, neurophysiology, EMG, radiology and biostatistics. In 1982, he presented his PhD thesis \\Gerber and Lauritzen Occlusion Analysis Techniques: Diagnosis Values,\\ at Istanbul University School of Dentistry, Department of Prosthodontics. As he was also working with Prof. Senih Çalıkkocaoğlu on The Physiology of Chewing at the same time, Gözler has written a chapter in Çalıkkocaoğlu\\'s book \\Complete Prostheses\\ entitled \\The Place of Neuromuscular Mechanism in Prosthetic Dentistry.\\ The book was published five times since by the Istanbul University Publications. Having presented in various conferences about occlusion analysis until 1998, Dr. Gözler has also decided to use the T-Scan II occlusion analysis method. Having been personally trained by Dr. Robert Kerstein on this method, Dr. Gözler has been lecturing on the T-Scan Occlusion Analysis Method in conferences both in Turkey and abroad. Dr. Gözler has various articles and presentations on Digital Occlusion Analysis methods. He is now Head of the TMD Clinic at Prosthodontic Department of Faculty of Dentistry , Istanbul Aydın University , Turkey.",institutionString:"Istanbul Aydin University",institution:{name:"Istanbul Aydın University",institutionURL:null,country:{name:"Turkey"}}}]},{type:"book",id:"7060",title:"Gingival Disease",subtitle:"A Professional Approach for Treatment and Prevention",coverURL:"https://cdn.intechopen.com/books/images_new/7060.jpg",slug:"gingival-disease-a-professional-approach-for-treatment-and-prevention",publishedDate:"October 23rd 2019",editedByType:"Edited by",bookSignature:"Alaa Eddin Omar Al Ostwani",hash:"b81d39988cba3a3cf746c1616912cf41",volumeInSeries:4,fullTitle:"Gingival Disease - A Professional Approach for Treatment and Prevention",editors:[{id:"240870",title:"Ph.D.",name:"Alaa Eddin Omar",middleName:null,surname:"Al Ostwani",slug:"alaa-eddin-omar-al-ostwani",fullName:"Alaa Eddin Omar Al Ostwani",profilePictureURL:"https://mts.intechopen.com/storage/users/240870/images/system/240870.jpeg",biography:"Dr. Al Ostwani Alaa Eddin Omar received his Master in dentistry from Damascus University in 2010, and his Ph.D. in Pediatric Dentistry from Damascus University in 2014. Dr. Al Ostwani is an assistant professor and faculty member at IUST University since 2014. \nDuring his academic experience, he has received several awards including the scientific research award from the Union of Arab Universities, the Syrian gold medal and the international gold medal for invention and creativity. Dr. Al Ostwani is a Member of the International Association of Dental Traumatology and the Syrian Society for Research and Preventive Dentistry since 2017. He is also a Member of the Reviewer Board of International Journal of Dental Medicine (IJDM), and the Indian Journal of Conservative and Endodontics since 2016.",institutionString:"International University for Science and Technology.",institution:{name:"Islamic University of Science and Technology",institutionURL:null,country:{name:"India"}}}]}]},openForSubmissionBooks:{paginationCount:4,paginationItems:[{id:"11577",title:"Tick-Borne Diseases - A Review and an Update of Knowledge on Infections in Human and Animal Population",coverURL:"https://cdn.intechopen.com/books/images_new/11577.jpg",hash:"3d72ae651ee2a04b2368bf798a3183ca",secondStepPassed:!0,currentStepOfPublishingProcess:4,submissionDeadline:"April 29th 2022",isOpenForSubmission:!0,editors:[{id:"51521",title:"Prof.",name:"Elisa",surname:"Pieragostini",slug:"elisa-pieragostini",fullName:"Elisa Pieragostini"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{id:"11570",title:"Influenza - New Approaches",coverURL:"https://cdn.intechopen.com/books/images_new/11570.jpg",hash:"157b379b9d7a4bf5e2cc7a742f155a44",secondStepPassed:!0,currentStepOfPublishingProcess:3,submissionDeadline:"May 10th 2022",isOpenForSubmission:!0,editors:[{id:"139889",title:"Dr.",name:"Seyyed Shamsadin",surname:"Athari",slug:"seyyed-shamsadin-athari",fullName:"Seyyed Shamsadin Athari"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{id:"11569",title:"Bacterial Sexually Transmitted Infections - New Findings, Diagnosis, Treatment, and Prevention",coverURL:"https://cdn.intechopen.com/books/images_new/11569.jpg",hash:"069d6142ecb0d46d14920102d48c0e9d",secondStepPassed:!0,currentStepOfPublishingProcess:3,submissionDeadline:"May 31st 2022",isOpenForSubmission:!0,editors:[{id:"189561",title:"Dr.",name:"Mihaela Laura",surname:"Vica",slug:"mihaela-laura-vica",fullName:"Mihaela Laura Vica"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{id:"11568",title:"Staphylococcal Infections - Recent Advances and Perspectives",coverURL:"https://cdn.intechopen.com/books/images_new/11568.jpg",hash:"92c881664d1921c7f2d0fee34b78cd08",secondStepPassed:!1,currentStepOfPublishingProcess:2,submissionDeadline:"July 8th 2022",isOpenForSubmission:!0,editors:[{id:"59719",title:"Dr.",name:"Jaime",surname:"Bustos-Martínez",slug:"jaime-bustos-martinez",fullName:"Jaime Bustos-Martínez"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null}]},onlineFirstChapters:{paginationCount:10,paginationItems:[{id:"82380",title:"Evolution of Parasitism and Pathogenic Adaptations in Certain Medically Important Fungi",doi:"10.5772/intechopen.105206",signatures:"Gokul Shankar Sabesan, Ranjit Singh AJA, Ranjith Mehenderkar and Basanta Kumar Mohanty",slug:"evolution-of-parasitism-and-pathogenic-adaptations-in-certain-medically-important-fungi",totalDownloads:3,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Fungal Infectious Diseases - Annual Volume 2022",coverURL:"https://cdn.intechopen.com/books/images_new/11400.jpg",subseries:{id:"4",title:"Fungal Infectious Diseases"}}},{id:"82367",title:"Spatial Variation and Factors Associated with Unsuppressed HIV Viral Load among Women in an HIV Hyperendemic Area of KwaZulu-Natal, South Africa",doi:"10.5772/intechopen.105547",signatures:"Adenike O. Soogun, Ayesha B.M. Kharsany, Temesgen Zewotir and Delia North",slug:"spatial-variation-and-factors-associated-with-unsuppressed-hiv-viral-load-among-women-in-an-hiv-hype",totalDownloads:9,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"HIV-AIDS - Updates, Perspectives and Applications",coverURL:"https://cdn.intechopen.com/books/images_new/11575.jpg",subseries:{id:"6",title:"Viral Infectious Diseases"}}},{id:"82193",title:"Enterococcal Infections: Recent Nomenclature and emerging trends",doi:"10.5772/intechopen.104792",signatures:"Kavita Raja",slug:"enterococcal-infections-recent-nomenclature-and-emerging-trends",totalDownloads:6,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Streptococcal Infections",coverURL:"https://cdn.intechopen.com/books/images_new/10828.jpg",subseries:{id:"3",title:"Bacterial Infectious Diseases"}}},{id:"82207",title:"Management Strategies in Perinatal HIV",doi:"10.5772/intechopen.105451",signatures:"Kayla Aleshire and Rima Bazzi",slug:"management-strategies-in-perinatal-hiv",totalDownloads:7,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"HIV-AIDS - Updates, Perspectives and Applications",coverURL:"https://cdn.intechopen.com/books/images_new/11575.jpg",subseries:{id:"6",title:"Viral Infectious Diseases"}}},{id:"82013",title:"Streamlining Laboratory Tests for HIV Detection",doi:"10.5772/intechopen.105096",signatures:"Ramakrishna Prakash and Mysore Krishnamurthy Yashaswini",slug:"streamlining-laboratory-tests-for-hiv-detection",totalDownloads:3,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"HIV-AIDS - Updates, Perspectives and Applications",coverURL:"https://cdn.intechopen.com/books/images_new/11575.jpg",subseries:{id:"6",title:"Viral Infectious Diseases"}}},{id:"81972",title:"The Submicroscopic Plasmodium falciparum Malaria in Sub-Saharan Africa; Current Understanding of the Host Immune System and New Perspectives",doi:"10.5772/intechopen.105086",signatures:"Kwame Kumi Asare",slug:"the-submicroscopic-plasmodium-falciparum-malaria-in-sub-saharan-africa-current-understanding-of-the-",totalDownloads:3,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Malaria - Recent Advances, and New Perspectives",coverURL:"https://cdn.intechopen.com/books/images_new/11576.jpg",subseries:{id:"5",title:"Parasitic Infectious Diseases"}}},{id:"81821",title:"Pneumococcal Carriage in Jordanian Children and the Importance of Vaccination",doi:"10.5772/intechopen.104999",signatures:"Adnan Al-Lahham",slug:"pneumococcal-carriage-in-jordanian-children-and-the-importance-of-vaccination",totalDownloads:6,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Streptococcal Infections",coverURL:"https://cdn.intechopen.com/books/images_new/10828.jpg",subseries:{id:"3",title:"Bacterial Infectious Diseases"}}},{id:"81813",title:"Schistosomiasis: Discovery of New Molecules for Disease Treatment and Vaccine Development",doi:"10.5772/intechopen.104738",signatures:"Andressa Barban do Patrocinio",slug:"schistosomiasis-discovery-of-new-molecules-for-disease-treatment-and-vaccine-development",totalDownloads:13,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"New Horizons for Schistosomiasis Research",coverURL:"https://cdn.intechopen.com/books/images_new/10829.jpg",subseries:{id:"5",title:"Parasitic Infectious Diseases"}}},{id:"81644",title:"Perspective Chapter: Ethics of Using Placebo Controlled Trials for Covid-19 Vaccine Development in Vulnerable Populations",doi:"10.5772/intechopen.104776",signatures:"Lesley Burgess, Jurie Jordaan and Matthew Wilson",slug:"perspective-chapter-ethics-of-using-placebo-controlled-trials-for-covid-19-vaccine-development-in-vu",totalDownloads:22,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"SARS-CoV-2 Variants - Two Years After",coverURL:"https://cdn.intechopen.com/books/images_new/11573.jpg",subseries:{id:"6",title:"Viral Infectious Diseases"}}},{id:"80546",title:"Streptococcal Skin and Skin-Structure Infections",doi:"10.5772/intechopen.102894",signatures:"Alwyn Rapose",slug:"streptococcal-skin-and-skin-structure-infections",totalDownloads:62,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Streptococcal Infections",coverURL:"https://cdn.intechopen.com/books/images_new/10828.jpg",subseries:{id:"3",title:"Bacterial Infectious Diseases"}}}]},subseriesFiltersForOFChapters:[{caption:"Fungal Infectious Diseases",value:4,count:1,group:"subseries"},{caption:"Parasitic Infectious Diseases",value:5,count:2,group:"subseries"},{caption:"Bacterial Infectious Diseases",value:3,count:3,group:"subseries"},{caption:"Viral Infectious Diseases",value:6,count:4,group:"subseries"}],publishedBooks:{paginationCount:8,paginationItems:[{type:"book",id:"9493",title:"Periodontology",subtitle:"Fundamentals and Clinical Features",coverURL:"https://cdn.intechopen.com/books/images_new/9493.jpg",slug:"periodontology-fundamentals-and-clinical-features",publishedDate:"February 16th 2022",editedByType:"Edited by",bookSignature:"Petra Surlin",hash:"dfe986c764d6c82ae820c2df5843a866",volumeInSeries:8,fullTitle:"Periodontology - Fundamentals and Clinical Features",editors:[{id:"171921",title:"Prof.",name:"Petra",middleName:null,surname:"Surlin",slug:"petra-surlin",fullName:"Petra Surlin",profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",institutionString:"University of Medicine and Pharmacy of Craiova",institution:{name:"University of Medicine and Pharmacy of Craiova",institutionURL:null,country:{name:"Romania"}}}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{type:"book",id:"9588",title:"Clinical Concepts and Practical Management Techniques in Dentistry",subtitle:null,coverURL:"https://cdn.intechopen.com/books/images_new/9588.jpg",slug:"clinical-concepts-and-practical-management-techniques-in-dentistry",publishedDate:"February 9th 2022",editedByType:"Edited by",bookSignature:"Aneesa Moolla",hash:"42deab8d3bcf3edf64d1d9028d42efd1",volumeInSeries:7,fullTitle:"Clinical Concepts and Practical Management Techniques in Dentistry",editors:[{id:"318170",title:"Dr.",name:"Aneesa",middleName:null,surname:"Moolla",slug:"aneesa-moolla",fullName:"Aneesa Moolla",profilePictureURL:"https://mts.intechopen.com/storage/users/318170/images/system/318170.png",institutionString:"University of the Witwatersrand",institution:{name:"University of the Witwatersrand",institutionURL:null,country:{name:"South Africa"}}}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{type:"book",id:"8202",title:"Periodontal Disease",subtitle:"Diagnostic and Adjunctive Non-surgical Considerations",coverURL:"https://cdn.intechopen.com/books/images_new/8202.jpg",slug:"periodontal-disease-diagnostic-and-adjunctive-non-surgical-considerations",publishedDate:"February 5th 2020",editedByType:"Edited by",bookSignature:"Nermin Mohammed Ahmed Yussif",hash:"0aee9799da7db2c732be44dd8fed16d8",volumeInSeries:6,fullTitle:"Periodontal Disease - Diagnostic and Adjunctive Non-surgical Considerations",editors:[{id:"210472",title:"Dr.",name:"Nermin",middleName:"Mohammed Ahmed",surname:"Yussif",slug:"nermin-yussif",fullName:"Nermin Yussif",profilePictureURL:"https://mts.intechopen.com/storage/users/210472/images/system/210472.jpg",institutionString:"MSA University",institution:null}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{type:"book",id:"8837",title:"Human Teeth",subtitle:"Key Skills and Clinical Illustrations",coverURL:"https://cdn.intechopen.com/books/images_new/8837.jpg",slug:"human-teeth-key-skills-and-clinical-illustrations",publishedDate:"January 22nd 2020",editedByType:"Edited by",bookSignature:"Zühre Akarslan and Farid Bourzgui",hash:"ac055c5801032970123e0a196c2e1d32",volumeInSeries:5,fullTitle:"Human Teeth - Key Skills and Clinical Illustrations",editors:[{id:"171887",title:"Prof.",name:"Zühre",middleName:null,surname:"Akarslan",slug:"zuhre-akarslan",fullName:"Zühre Akarslan",profilePictureURL:"https://mts.intechopen.com/storage/users/171887/images/system/171887.jpg",institutionString:"Gazi University",institution:{name:"Gazi University",institutionURL:null,country:{name:"Turkey"}}}],equalEditorOne:{id:"52177",title:"Prof.",name:"Farid",middleName:null,surname:"Bourzgui",slug:"farid-bourzgui",fullName:"Farid Bourzgui",profilePictureURL:"https://mts.intechopen.com/storage/users/52177/images/system/52177.png",biography:"Prof. Farid Bourzgui obtained his DMD and his DNSO option in Orthodontics at the School of Dental Medicine, Casablanca Hassan II University, Morocco, in 1995 and 2000, respectively. Currently, he is a professor of Orthodontics. He holds a Certificate of Advanced Study type A in Technology of Biomaterials used in Dentistry (1995); Certificate of Advanced Study type B in Dento-Facial Orthopaedics (1997) from the Faculty of Dental Surgery, University Denis Diderot-Paris VII, France; Diploma of Advanced Study (DESA) in Biocompatibility of Biomaterials from the Faculty of Medicine and Pharmacy of Casablanca (2002); Certificate of Clinical Occlusodontics from the Faculty of Dentistry of Casablanca (2004); University Diploma of Biostatistics and Perceptual Health Measurement from the Faculty of Medicine and Pharmacy of Casablanca (2011); and a University Diploma of Pedagogy of Odontological Sciences from the Faculty of Dentistry of Casablanca (2013). He is the author of several scientific articles, book chapters, and books.",institutionString:"University of Hassan II Casablanca",position:null,outsideEditionCount:0,totalCites:0,totalAuthoredChapters:"7",totalChapterViews:"0",totalEditedBooks:"2",institution:{name:"University of Hassan II Casablanca",institutionURL:null,country:{name:"Morocco"}}},equalEditorTwo:null,equalEditorThree:null},{type:"book",id:"7060",title:"Gingival Disease",subtitle:"A Professional Approach for Treatment and Prevention",coverURL:"https://cdn.intechopen.com/books/images_new/7060.jpg",slug:"gingival-disease-a-professional-approach-for-treatment-and-prevention",publishedDate:"October 23rd 2019",editedByType:"Edited by",bookSignature:"Alaa Eddin Omar Al Ostwani",hash:"b81d39988cba3a3cf746c1616912cf41",volumeInSeries:4,fullTitle:"Gingival Disease - A Professional Approach for Treatment and Prevention",editors:[{id:"240870",title:"Ph.D.",name:"Alaa Eddin Omar",middleName:null,surname:"Al Ostwani",slug:"alaa-eddin-omar-al-ostwani",fullName:"Alaa Eddin Omar Al Ostwani",profilePictureURL:"https://mts.intechopen.com/storage/users/240870/images/system/240870.jpeg",institutionString:"International University for Science and Technology.",institution:{name:"Islamic University of Science and Technology",institutionURL:null,country:{name:"India"}}}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{type:"book",id:"7572",title:"Trauma in Dentistry",subtitle:null,coverURL:"https://cdn.intechopen.com/books/images_new/7572.jpg",slug:"trauma-in-dentistry",publishedDate:"July 3rd 2019",editedByType:"Edited by",bookSignature:"Serdar Gözler",hash:"7cb94732cfb315f8d1e70ebf500eb8a9",volumeInSeries:3,fullTitle:"Trauma in Dentistry",editors:[{id:"204606",title:"Dr.",name:"Serdar",middleName:null,surname:"Gözler",slug:"serdar-gozler",fullName:"Serdar Gözler",profilePictureURL:"https://mts.intechopen.com/storage/users/204606/images/system/204606.jpeg",institutionString:"Istanbul Aydin University",institution:{name:"Istanbul Aydın University",institutionURL:null,country:{name:"Turkey"}}}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{type:"book",id:"7139",title:"Current Approaches in Orthodontics",subtitle:null,coverURL:"https://cdn.intechopen.com/books/images_new/7139.jpg",slug:"current-approaches-in-orthodontics",publishedDate:"April 10th 2019",editedByType:"Edited by",bookSignature:"Belma Işık Aslan and Fatma Deniz Uzuner",hash:"2c77384eeb748cf05a898d65b9dcb48a",volumeInSeries:2,fullTitle:"Current Approaches in Orthodontics",editors:[{id:"42847",title:"Dr.",name:"Belma",middleName:null,surname:"Işik Aslan",slug:"belma-isik-aslan",fullName:"Belma Işik Aslan",profilePictureURL:"https://mts.intechopen.com/storage/users/42847/images/system/42847.jpg",institutionString:"Gazi University Dentistry Faculty Department of Orthodontics",institution:null}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{type:"book",id:"6668",title:"Dental Caries",subtitle:"Diagnosis, Prevention and Management",coverURL:"https://cdn.intechopen.com/books/images_new/6668.jpg",slug:"dental-caries-diagnosis-prevention-and-management",publishedDate:"September 19th 2018",editedByType:"Edited by",bookSignature:"Zühre Akarslan",hash:"b0f7667770a391f772726c3013c1b9ba",volumeInSeries:1,fullTitle:"Dental Caries - Diagnosis, Prevention and Management",editors:[{id:"171887",title:"Prof.",name:"Zühre",middleName:null,surname:"Akarslan",slug:"zuhre-akarslan",fullName:"Zühre Akarslan",profilePictureURL:"https://mts.intechopen.com/storage/users/171887/images/system/171887.jpg",institutionString:"Gazi University",institution:{name:"Gazi University",institutionURL:null,country:{name:"Turkey"}}}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null}]},subseriesFiltersForPublishedBooks:[{group:"subseries",caption:"Prosthodontics and Implant Dentistry",value:2,count:2},{group:"subseries",caption:"Oral Health",value:1,count:6}],publicationYearFilters:[{group:"publicationYear",caption:"2022",value:2022,count:2},{group:"publicationYear",caption:"2020",value:2020,count:2},{group:"publicationYear",caption:"2019",value:2019,count:3},{group:"publicationYear",caption:"2018",value:2018,count:1}],authors:{paginationCount:301,paginationItems:[{id:"116250",title:"Dr.",name:"Nima",middleName:null,surname:"Rezaei",slug:"nima-rezaei",fullName:"Nima Rezaei",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/116250/images/system/116250.jpg",biography:"Professor Nima Rezaei obtained an MD from Tehran University of Medical Sciences, Iran. He also obtained an MSc in Molecular and Genetic Medicine, and a Ph.D. in Clinical Immunology and Human Genetics from the University of Sheffield, UK. He also completed a short-term fellowship in Pediatric Clinical Immunology and Bone Marrow Transplantation at Newcastle General Hospital, England. Dr. Rezaei is a Full Professor of Immunology and Vice Dean of International Affairs and Research, at the School of Medicine, Tehran University of Medical Sciences, and the co-founder and head of the Research Center for Immunodeficiencies. He is also the founding president of the Universal Scientific Education and Research Network (USERN). Dr. Rezaei has directed more than 100 research projects and has designed and participated in several international collaborative projects. He is an editor, editorial assistant, or editorial board member of more than forty international journals. He has edited more than 50 international books, presented more than 500 lectures/posters in congresses/meetings, and published more than 1,100 scientific papers in international journals.",institutionString:"Tehran University of Medical Sciences",institution:{name:"Tehran University of Medical Sciences",country:{name:"Iran"}}},{id:"180733",title:"Dr.",name:"Jean",middleName:null,surname:"Engohang-Ndong",slug:"jean-engohang-ndong",fullName:"Jean Engohang-Ndong",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/180733/images/system/180733.png",biography:"Dr. Jean Engohang-Ndong was born and raised in Gabon. After obtaining his Associate Degree of Science at the University of Science and Technology of Masuku, Gabon, he continued his education in France where he obtained his BS, MS, and Ph.D. in Medical Microbiology. He worked as a post-doctoral fellow at the Public Health Research Institute (PHRI), Newark, NJ for four years before accepting a three-year faculty position at Brigham Young University-Hawaii. Dr. Engohang-Ndong is a tenured faculty member with the academic rank of Full Professor at Kent State University, Ohio, where he teaches a wide range of biological science courses and pursues his research in medical and environmental microbiology. Recently, he expanded his research interest to epidemiology and biostatistics of chronic diseases in Gabon.",institutionString:"Kent State University",institution:{name:"Kent State University",country:{name:"United States of America"}}},{id:"188773",title:"Prof.",name:"Emmanuel",middleName:null,surname:"Drouet",slug:"emmanuel-drouet",fullName:"Emmanuel Drouet",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/188773/images/system/188773.png",biography:"Emmanuel Drouet, PharmD, is a Professor of Virology at the Faculty of Pharmacy, the University Grenoble-Alpes, France. As a head scientist at the Institute of Structural Biology in Grenoble, Dr. Drouet’s research investigates persisting viruses in humans (RNA and DNA viruses) and the balance with our host immune system. He focuses on these viruses’ effects on humans (both their impact on pathology and their symbiotic relationships in humans). He has an excellent track record in the herpesvirus field, and his group is engaged in clinical research in the field of Epstein-Barr virus diseases. He is the editor of the online Encyclopedia of Environment and he coordinates the Universal Health Coverage education program for the BioHealth Computing Schools of the European Institute of Science.",institutionString:null,institution:{name:"Grenoble Alpes University",country:{name:"France"}}},{id:"131400",title:"Prof.",name:"Alfonso J.",middleName:null,surname:"Rodriguez-Morales",slug:"alfonso-j.-rodriguez-morales",fullName:"Alfonso J. Rodriguez-Morales",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/131400/images/system/131400.png",biography:"Dr. Rodriguez-Morales is an expert in tropical and emerging diseases, particularly zoonotic and vector-borne diseases (especially arboviral diseases). He is the president of the Travel Medicine Committee of the Pan-American Infectious Diseases Association (API), as well as the president of the Colombian Association of Infectious Diseases (ACIN). He is a member of the Committee on Tropical Medicine, Zoonoses, and Travel Medicine of ACIN. He is a vice-president of the Latin American Society for Travel Medicine (SLAMVI) and a Member of the Council of the International Society for Infectious Diseases (ISID). Since 2014, he has been recognized as a Senior Researcher, at the Ministry of Science of Colombia. He is a professor at the Faculty of Medicine of the Fundacion Universitaria Autonoma de las Americas, in Pereira, Risaralda, Colombia. He is an External Professor, Master in Research on Tropical Medicine and International Health, Universitat de Barcelona, Spain. He is also a professor at the Master in Clinical Epidemiology and Biostatistics, Universidad Científica del Sur, Lima, Peru. In 2021 he has been awarded the “Raul Isturiz Award” Medal of the API. Also, in 2021, he was awarded with the “Jose Felix Patiño” Asclepius Staff Medal of the Colombian Medical College, due to his scientific contributions to COVID-19 during the pandemic. He is currently the Editor in Chief of the journal Travel Medicine and Infectious Diseases. His Scopus H index is 47 (Google Scholar H index, 68).",institutionString:"Institución Universitaria Visión de las Américas, Colombia",institution:null},{id:"332819",title:"Dr.",name:"Chukwudi Michael",middleName:"Michael",surname:"Egbuche",slug:"chukwudi-michael-egbuche",fullName:"Chukwudi Michael Egbuche",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/332819/images/14624_n.jpg",biography:"I an Dr. Chukwudi Michael Egbuche. I am a Senior Lecturer in the Department of Parasitology and Entomology, Nnamdi Azikiwe University, Awka.",institutionString:null,institution:{name:"Nnamdi Azikiwe University",country:{name:"Nigeria"}}},{id:"284232",title:"Mr.",name:"Nikunj",middleName:"U",surname:"Tandel",slug:"nikunj-tandel",fullName:"Nikunj Tandel",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/284232/images/8275_n.jpg",biography:'Mr. Nikunj Tandel has completed his Master\'s degree in Biotechnology from VIT University, India in the year of 2012. He is having 8 years of research experience especially in the field of malaria epidemiology, immunology, and nanoparticle-based drug delivery system against the infectious diseases, autoimmune disorders and cancer. He has worked for the NIH funded-International Center of Excellence in Malaria Research project "Center for the study of complex malaria in India (CSCMi)" in collaboration with New York University. The preliminary objectives of the study are to understand and develop the evidence-based tools and interventions for the control and prevention of malaria in different sites of the INDIA. Alongside, with the help of next-generation genomics study, the team has studied the antimalarial drug resistance in India. Further, he has extended his research in the development of Humanized mice for the study of liver-stage malaria and identification of molecular marker(s) for the Artemisinin resistance. At present, his research focuses on understanding the role of B cells in the activation of CD8+ T cells in malaria. Received the CSIR-SRF (Senior Research Fellow) award-2018, FIMSA (Federation of Immunological Societies of Asia-Oceania) Travel Bursary award to attend the IUIS-IIS-FIMSA Immunology course-2019',institutionString:"Nirma University",institution:{name:"Nirma University",country:{name:"India"}}},{id:"334383",title:"Ph.D.",name:"Simone",middleName:"Ulrich",surname:"Ulrich Picoli",slug:"simone-ulrich-picoli",fullName:"Simone Ulrich Picoli",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/334383/images/15919_n.jpg",biography:"Graduated in Pharmacy from Universidade Luterana do Brasil (1999), Master in Agricultural and Environmental Microbiology from Federal University of Rio Grande do Sul (2002), Specialization in Clinical Microbiology from Universidade de São Paulo, USP (2007) and PhD in Sciences in Gastroenterology and Hepatology (2012). She is currently an Adjunct Professor at Feevale University in Medicine and Biomedicine courses and a permanent professor of the Academic Master\\'s Degree in Virology. She has experience in the field of Microbiology, with an emphasis on Bacteriology, working mainly on the following topics: bacteriophages, bacterial resistance, clinical microbiology and food microbiology.",institutionString:null,institution:{name:"Universidade Feevale",country:{name:"Brazil"}}},{id:"229220",title:"Dr.",name:"Amjad",middleName:"Islam",surname:"Aqib",slug:"amjad-aqib",fullName:"Amjad Aqib",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/229220/images/system/229220.png",biography:"Dr. Amjad Islam Aqib obtained a DVM and MSc (Hons) from University of Agriculture Faisalabad (UAF), Pakistan, and a PhD from the University of Veterinary and Animal Sciences Lahore, Pakistan. Dr. Aqib joined the Department of Clinical Medicine and Surgery at UAF for one year as an assistant professor where he developed a research laboratory designated for pathogenic bacteria. Since 2018, he has been Assistant Professor/Officer in-charge, Department of Medicine, Manager Research Operations and Development-ORIC, and President One Health Club at Cholistan University of Veterinary and Animal Sciences, Bahawalpur, Pakistan. He has nearly 100 publications to his credit. His research interests include epidemiological patterns and molecular analysis of antimicrobial resistance and modulation and vaccine development against animal pathogens of public health concern.",institutionString:"Cholistan University of Veterinary and Animal Sciences",institution:null},{id:"62900",title:"Prof.",name:"Fethi",middleName:null,surname:"Derbel",slug:"fethi-derbel",fullName:"Fethi Derbel",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/62900/images/system/62900.jpeg",biography:"Professor Fethi Derbel was born in 1960 in Tunisia. He received his medical degree from the Sousse Faculty of Medicine at Sousse, University of Sousse, Tunisia. He completed his surgical residency in General Surgery at the University Hospital Farhat Hached of Sousse and was a member of the Unit of Liver Transplantation in the University of Rennes, France. He then worked in the Department of Surgery at the Sahloul University Hospital in Sousse. Professor Derbel is presently working at the Clinique les Oliviers, Sousse, Tunisia. His hospital activities are mostly concerned with laparoscopic, colorectal, pancreatic, hepatobiliary, and gastric surgery. He is also very interested in hernia surgery and performs ventral hernia repairs and inguinal hernia repairs. He has been a member of the GREPA and Tunisian Hernia Society (THS). During his residency, he managed patients suffering from diabetic foot, and he was very interested in this pathology. For this reason, he decided to coordinate a book project dealing with the diabetic foot. Professor Derbel has published many articles in journals and collaborates intensively with IntechOpen Access Publisher as an editor.",institutionString:"Clinique les Oliviers",institution:null},{id:"300144",title:"Dr.",name:"Meriem",middleName:null,surname:"Braiki",slug:"meriem-braiki",fullName:"Meriem Braiki",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/300144/images/system/300144.jpg",biography:"Dr. Meriem Braiki is a specialist in pediatric surgeon from Tunisia. She was born in 1985. She received her medical degree from the University of Medicine at Sousse, Tunisia. She achieved her surgical residency training periods in Pediatric Surgery departments at University Hospitals in Monastir, Tunis and France.\r\nShe is currently working at the Pediatric surgery department, Sidi Bouzid Hospital, Tunisia. Her hospital activities are mostly concerned with laparoscopic, parietal, urological and digestive surgery. She has published several articles in diffrent journals.",institutionString:"Sidi Bouzid Regional Hospital",institution:null},{id:"229481",title:"Dr.",name:"Erika M.",middleName:"Martins",surname:"de Carvalho",slug:"erika-m.-de-carvalho",fullName:"Erika M. de Carvalho",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/229481/images/6397_n.jpg",biography:null,institutionString:null,institution:{name:"Oswaldo Cruz Foundation",country:{name:"Brazil"}}},{id:"186537",title:"Prof.",name:"Tonay",middleName:null,surname:"Inceboz",slug:"tonay-inceboz",fullName:"Tonay Inceboz",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/186537/images/system/186537.jfif",biography:"I was graduated from Ege University of Medical Faculty (Turkey) in 1988 and completed his Med. PhD degree in Medical Parasitology at the same university. I became an Associate Professor in 2008 and Professor in 2014. I am currently working as a Professor at the Department of Medical Parasitology at Dokuz Eylul University, Izmir, Turkey.\n\nI have given many lectures, presentations in different academic meetings. I have more than 60 articles in peer-reviewed journals, 18 book chapters, 1 book editorship.\n\nMy research interests are Echinococcus granulosus, Echinococcus multilocularis (diagnosis, life cycle, in vitro and in vivo cultivation), and Trichomonas vaginalis (diagnosis, PCR, and in vitro cultivation).",institutionString:"Dokuz Eylül University",institution:{name:"Dokuz Eylül University",country:{name:"Turkey"}}},{id:"71812",title:"Prof.",name:"Hanem Fathy",middleName:"Fathy",surname:"Khater",slug:"hanem-fathy-khater",fullName:"Hanem Fathy Khater",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/71812/images/1167_n.jpg",biography:"Prof. Khater is a Professor of Parasitology at Benha University, Egypt. She studied for her doctoral degree, at the Department of Entomology, College of Agriculture, Food and Natural Resources, University of Missouri, Columbia, USA. She has completed her Ph.D. degrees in Parasitology in Egypt, from where she got the award for “the best scientific Ph.D. dissertation”. She worked at the School of Biological Sciences, Bristol, England, the UK in controlling insects of medical and veterinary importance as a grant from Newton Mosharafa, the British Council. Her research is focused on searching of pesticides against mosquitoes, house flies, lice, green bottle fly, camel nasal botfly, soft and hard ticks, mites, and the diamondback moth as well as control of several parasites using safe and natural materials to avoid drug resistances and environmental contamination.",institutionString:null,institution:{name:"Banha University",country:{name:"Egypt"}}},{id:"99780",title:"Prof.",name:"Omolade",middleName:"Olayinka",surname:"Okwa",slug:"omolade-okwa",fullName:"Omolade Okwa",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/99780/images/system/99780.jpg",biography:"Omolade Olayinka Okwa is presently a Professor of Parasitology at Lagos State University, Nigeria. She has a PhD in Parasitology (1997), an MSc in Cellular Parasitology (1992), and a BSc (Hons) Zoology (1990) all from the University of Ibadan, Nigeria. She teaches parasitology at the undergraduate and postgraduate levels. She was a recipient of a Commonwealth fellowship supported by British Council tenable at the Centre for Entomology and Parasitology (CAEP), Keele University, United Kingdom between 2004 and 2005. She was awarded an Honorary Visiting Research Fellow at the same university from 2005 to 2007. \nShe has been an external examiner to the Department of Veterinary Microbiology and Parasitology, University of Ibadan, MSc programme between 2010 and 2012. She is a member of the Nigerian Society of Experimental Biology (NISEB), Parasitology and Public Health Society of Nigeria (PPSN), Science Association of Nigeria (SAN), Zoological Society of Nigeria (ZSN), and is Vice Chairperson of the Organisation of Women in Science (OWSG), LASU chapter. She served as Head of Department of Zoology and Environmental Biology, Lagos State University from 2007 to 2010 and 2014 to 2016. She is a reviewer for several local and international journals such as Unilag Journal of Science, Libyan Journal of Medicine, Journal of Medicine and Medical Sciences, and Annual Research and Review in Science. \nShe has authored 45 scientific research publications in local and international journals, 8 scientific reviews, 4 books, and 3 book chapters, which includes the books “Malaria Parasites” and “Malaria” which are IntechOpen access publications.",institutionString:"Lagos State University",institution:{name:"Lagos State University",country:{name:"Nigeria"}}},{id:"273100",title:"Dr.",name:"Vijay",middleName:null,surname:"Gayam",slug:"vijay-gayam",fullName:"Vijay Gayam",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/273100/images/system/273100.jpeg",biography:"Dr. Vijay Bhaskar Reddy Gayam is currently practicing as an internist at Interfaith Medical Center in Brooklyn, New York, USA. He is also a Clinical Assistant Professor at the SUNY Downstate University Hospital and Adjunct Professor of Medicine at the American University of Antigua. He is a holder of an M.B.B.S. degree bestowed to him by Osmania Medical College and received his M.D. at Interfaith Medical Center. His career goals thus far have heavily focused on direct patient care, medical education, and clinical research. He currently serves in two leadership capacities; Assistant Program Director of Medicine at Interfaith Medical Center and as a Councilor for the American\r\nFederation for Medical Research. As a true academician and researcher, he has more than 50 papers indexed in international peer-reviewed journals. He has also presented numerous papers in multiple national and international scientific conferences. His areas of research interest include general internal medicine, gastroenterology and hepatology. He serves as an editor, editorial board member and reviewer for multiple international journals. His research on Hepatitis C has been very successful and has led to multiple research awards, including the 'Equity in Prevention and Treatment Award” from the New York Department of Health Viral Hepatitis Symposium (2018) and the 'Presidential Poster Award” awarded to him by the American College of Gastroenterology (2018). He was also awarded 'Outstanding Clinician in General Medicine” by Venus International Foundation for his extensive research expertise and services, perform over and above the standard expected in the advancement of healthcare, patient safety and quality of care.",institutionString:"Interfaith Medical Center",institution:{name:"Interfaith Medical Center",country:{name:"United States of America"}}},{id:"93517",title:"Dr.",name:"Clement",middleName:"Adebajo",surname:"Meseko",slug:"clement-meseko",fullName:"Clement Meseko",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/93517/images/system/93517.jpg",biography:"Dr. Clement Meseko obtained DVM and PhD degree in Veterinary Medicine and Virology respectively. He has worked for over 20 years in both private and public sectors including the academia, contributing to knowledge and control of infectious disease. Through the application of epidemiological skill, classical and molecular virological skills, he investigates viruses of economic and public health importance for the mitigation of the negative impact on people, animal and the environment in the context of Onehealth. \r\nDr. Meseko’s field experience on animal and zoonotic diseases and pathogen dynamics at the human-animal interface over the years shaped his carrier in research and scientific inquiries. He has been part of the investigation of Highly Pathogenic Avian Influenza incursions in sub Saharan Africa and monitors swine Influenza (Pandemic influenza Virus) agro-ecology and potential for interspecies transmission. He has authored and reviewed a number of journal articles and book chapters.",institutionString:"National Veterinary Research Institute",institution:{name:"National Veterinary Research Institute",country:{name:"Nigeria"}}},{id:"158026",title:"Prof.",name:"Shailendra K.",middleName:null,surname:"Saxena",slug:"shailendra-k.-saxena",fullName:"Shailendra K. Saxena",position:null,profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002bRET3QAO/Profile_Picture_2022-05-10T10:10:26.jpeg",biography:"Professor Dr. Shailendra K. Saxena is a vice dean and professor at King George's Medical University, Lucknow, India. His research interests involve understanding the molecular mechanisms of host defense during human viral infections and developing new predictive, preventive, and therapeutic strategies for them using Japanese encephalitis virus (JEV), HIV, and emerging viruses as a model via stem cell and cell culture technologies. His research work has been published in various high-impact factor journals (Science, PNAS, Nature Medicine) with a high number of citations. He has received many awards and honors in India and abroad including various Young Scientist Awards, BBSRC India Partnering Award, and Dr. JC Bose National Award of Department of Biotechnology, Min. of Science and Technology, Govt. of India. Dr. Saxena is a fellow of various international societies/academies including the Royal College of Pathologists, United Kingdom; Royal Society of Medicine, London; Royal Society of Biology, United Kingdom; Royal Society of Chemistry, London; and Academy of Translational Medicine Professionals, Austria. He was named a Global Leader in Science by The Scientist. He is also an international opinion leader/expert in vaccination for Japanese encephalitis by IPIC (UK).",institutionString:"King George's Medical University",institution:{name:"King George's Medical University",country:{name:"India"}}},{id:"94928",title:"Dr.",name:"Takuo",middleName:null,surname:"Mizukami",slug:"takuo-mizukami",fullName:"Takuo Mizukami",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/94928/images/6402_n.jpg",biography:null,institutionString:null,institution:{name:"National Institute of Infectious Diseases",country:{name:"Japan"}}},{id:"233433",title:"Dr.",name:"Yulia",middleName:null,surname:"Desheva",slug:"yulia-desheva",fullName:"Yulia Desheva",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/233433/images/system/233433.png",biography:"Dr. Yulia Desheva is a leading researcher at the Institute of Experimental Medicine, St. Petersburg, Russia. She is a professor in the Stomatology Faculty, St. Petersburg State University. She has expertise in the development and evaluation of a wide range of live mucosal vaccines against influenza and bacterial complications. Her research interests include immunity against influenza and COVID-19 and the development of immunization schemes for high-risk individuals.",institutionString:'Federal State Budgetary Scientific Institution "Institute of Experimental Medicine"',institution:null},{id:"238958",title:"Mr.",name:"Atamjit",middleName:null,surname:"Singh",slug:"atamjit-singh",fullName:"Atamjit Singh",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/238958/images/6575_n.jpg",biography:null,institutionString:null,institution:null},{id:"333753",title:"Dr.",name:"Rais",middleName:null,surname:"Ahmed",slug:"rais-ahmed",fullName:"Rais Ahmed",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/333753/images/20168_n.jpg",biography:null,institutionString:null,institution:null},{id:"252058",title:"M.Sc.",name:"Juan",middleName:null,surname:"Sulca",slug:"juan-sulca",fullName:"Juan Sulca",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/252058/images/12834_n.jpg",biography:null,institutionString:null,institution:null},{id:"191392",title:"Dr.",name:"Marimuthu",middleName:null,surname:"Govindarajan",slug:"marimuthu-govindarajan",fullName:"Marimuthu Govindarajan",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/191392/images/5828_n.jpg",biography:"Dr. M. Govindarajan completed his BSc degree in Zoology at Government Arts College (Autonomous), Kumbakonam, and MSc, MPhil, and PhD degrees at Annamalai University, Annamalai Nagar, Tamil Nadu, India. He is serving as an assistant professor at the Department of Zoology, Annamalai University. His research interests include isolation, identification, and characterization of biologically active molecules from plants and microbes. He has identified more than 20 pure compounds with high mosquitocidal activity and also conducted high-quality research on photochemistry and nanosynthesis. He has published more than 150 studies in journals with impact factor and 2 books in Lambert Academic Publishing, Germany. He serves as an editorial board member in various national and international scientific journals.",institutionString:null,institution:null},{id:"274660",title:"Dr.",name:"Damodar",middleName:null,surname:"Paudel",slug:"damodar-paudel",fullName:"Damodar Paudel",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/274660/images/8176_n.jpg",biography:"I am DrDamodar Paudel,currently working as consultant Physician in Nepal police Hospital.",institutionString:null,institution:null},{id:"241562",title:"Dr.",name:"Melvin",middleName:null,surname:"Sanicas",slug:"melvin-sanicas",fullName:"Melvin Sanicas",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/241562/images/6699_n.jpg",biography:null,institutionString:null,institution:null},{id:"337446",title:"Dr.",name:"Maria",middleName:null,surname:"Zavala-Colon",slug:"maria-zavala-colon",fullName:"Maria Zavala-Colon",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"University of Puerto Rico, Medical Sciences Campus",country:{name:"United States of America"}}},{id:"338856",title:"Mrs.",name:"Nur Alvira",middleName:null,surname:"Pascawati",slug:"nur-alvira-pascawati",fullName:"Nur Alvira Pascawati",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"Universitas Respati Yogyakarta",country:{name:"Indonesia"}}},{id:"441116",title:"Dr.",name:"Jovanka M.",middleName:null,surname:"Voyich",slug:"jovanka-m.-voyich",fullName:"Jovanka M. Voyich",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"Montana State University",country:{name:"United States of America"}}},{id:"330412",title:"Dr.",name:"Muhammad",middleName:null,surname:"Farhab",slug:"muhammad-farhab",fullName:"Muhammad Farhab",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"University of Agriculture Faisalabad",country:{name:"Pakistan"}}},{id:"349495",title:"Dr.",name:"Muhammad",middleName:null,surname:"Ijaz",slug:"muhammad-ijaz",fullName:"Muhammad Ijaz",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"University of Veterinary and Animal Sciences",country:{name:"Pakistan"}}}]}},subseries:{item:{id:"8",type:"subseries",title:"Bioinspired Technology and Biomechanics",keywords:"Bioinspired Systems, Biomechanics, Assistive Technology, Rehabilitation",scope:'Bioinspired technologies take advantage of understanding the actual biological system to provide solutions to problems in several areas. Recently, bioinspired systems have been successfully employing biomechanics to develop and improve assistive technology and rehabilitation devices. The research topic "Bioinspired Technology and Biomechanics" welcomes studies reporting recent advances in bioinspired technologies that contribute to individuals\' health, inclusion, and rehabilitation. Possible contributions can address (but are not limited to) the following research topics: Bioinspired design and control of exoskeletons, orthoses, and prostheses; Experimental evaluation of the effect of assistive devices (e.g., influence on gait, balance, and neuromuscular system); Bioinspired technologies for rehabilitation, including clinical studies reporting evaluations; Application of neuromuscular and biomechanical models to the development of bioinspired technology.',coverUrl:"https://cdn.intechopen.com/series_topics/covers/8.jpg",hasOnlineFirst:!1,hasPublishedBooks:!0,annualVolume:11404,editor:{id:"144937",title:"Prof.",name:"Adriano",middleName:"De Oliveira",surname:"Andrade",slug:"adriano-andrade",fullName:"Adriano Andrade",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002bRC8QQAW/Profile_Picture_1625219101815",biography:"Dr. Adriano de Oliveira Andrade graduated in Electrical Engineering at the Federal University of Goiás (Brazil) in 1997. He received his MSc and PhD in Biomedical Engineering respectively from the Federal University of Uberlândia (UFU, Brazil) in 2000 and from the University of Reading (UK) in 2005. He completed a one-year Post-Doctoral Fellowship awarded by the DFAIT (Foreign Affairs and International Trade Canada) at the Institute of Biomedical Engineering of the University of New Brunswick (Canada) in 2010. Currently, he is Professor in the Faculty of Electrical Engineering (UFU). He has authored and co-authored more than 200 peer-reviewed publications in Biomedical Engineering. He has been a researcher of The National Council for Scientific and Technological Development (CNPq-Brazil) since 2009. He has served as an ad-hoc consultant for CNPq, CAPES (Coordination for the Improvement of Higher Education Personnel), FINEP (Brazilian Innovation Agency), and other funding bodies on several occasions. He was the Secretary of the Brazilian Society of Biomedical Engineering (SBEB) from 2015 to 2016, President of SBEB (2017-2018) and Vice-President of SBEB (2019-2020). He was the head of the undergraduate program in Biomedical Engineering of the Federal University of Uberlândia (2015 - June/2019) and the head of the Centre for Innovation and Technology Assessment in Health (NIATS/UFU) since 2010. He is the head of the Postgraduate Program in Biomedical Engineering (UFU, July/2019 - to date). He was the secretary of the Parkinson's Disease Association of Uberlândia (2018-2019). Dr. Andrade's primary area of research is focused towards getting information from the neuromuscular system to understand its strategies of organization, adaptation and controlling in the context of motor neuron diseases. His research interests include Biomedical Signal Processing and Modelling, Assistive Technology, Rehabilitation Engineering, Neuroengineering and Parkinson's Disease.",institutionString:null,institution:{name:"Federal University of Uberlândia",institutionURL:null,country:{name:"Brazil"}}},editorTwo:null,editorThree:null,series:{id:"7",title:"Biomedical Engineering",doi:"10.5772/intechopen.71985",issn:"2631-5343"},editorialBoard:[{id:"49517",title:"Prof.",name:"Hitoshi",middleName:null,surname:"Tsunashima",slug:"hitoshi-tsunashima",fullName:"Hitoshi Tsunashima",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002aYTP4QAO/Profile_Picture_1625819726528",institutionString:null,institution:{name:"Nihon University",institutionURL:null,country:{name:"Japan"}}},{id:"425354",title:"Dr.",name:"Marcus",middleName:"Fraga",surname:"Vieira",slug:"marcus-vieira",fullName:"Marcus Vieira",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0033Y00003BJSgIQAX/Profile_Picture_1627904687309",institutionString:null,institution:{name:"Universidade Federal de Goiás",institutionURL:null,country:{name:"Brazil"}}},{id:"196746",title:"Dr.",name:"Ramana",middleName:null,surname:"Vinjamuri",slug:"ramana-vinjamuri",fullName:"Ramana Vinjamuri",profilePictureURL:"https://mts.intechopen.com/storage/users/196746/images/system/196746.jpeg",institutionString:"University of Maryland, Baltimore County",institution:{name:"University of Maryland, Baltimore County",institutionURL:null,country:{name:"United States of America"}}}]},onlineFirstChapters:{paginationCount:20,paginationItems:[{id:"80964",title:"Upper Airway Expansion in Disabled Children",doi:"10.5772/intechopen.102830",signatures:"David Andrade, Joana Andrade, Maria-João Palha, Cristina Areias, Paula Macedo, Ana Norton, Miguel Palha, Lurdes Morais, Dóris Rocha Ruiz and Sônia Groisman",slug:"upper-airway-expansion-in-disabled-children",totalDownloads:35,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"80839",title:"Herbs and Oral Health",doi:"10.5772/intechopen.103715",signatures:"Zuhair S. Natto",slug:"herbs-and-oral-health",totalDownloads:56,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"80441",title:"Periodontitis and Heart Disease: Current Perspectives on the Associative Relationships and Preventive Impact",doi:"10.5772/intechopen.102669",signatures:"Alexandra Roman, Andrada Soancă, Bogdan Caloian, Alexandru Bucur, Gabriela Valentina Caracostea, Andreia Paraschiva Preda, Dora Maria Popescu, Iulia Cristina Micu, Petra Șurlin, Andreea Ciurea, Diana Oneț, Mircea Viorel Ciurea, Dragoș Alexandru Țermure and Marius Negucioiu",slug:"periodontitis-and-heart-disease-current-perspectives-on-the-associative-relationships-and-preventive",totalDownloads:53,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79498",title:"Oral Aspects and Dental Management of Special Needs Patient",doi:"10.5772/intechopen.101067",signatures:"Pinar Kiymet Karataban",slug:"oral-aspects-and-dental-management-of-special-needs-patient",totalDownloads:83,totalCrossrefCites:0,totalDimensionsCites:0,authors:[{name:"Pinar",surname:"Karataban"}],book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79699",title:"Metabolomics Distinction of Cigarette Smokers from Non-Smokers Using Non-Stationary Benchtop Nuclear Magnetic Resonance (NMR) Analysis of Human Saliva",doi:"10.5772/intechopen.101414",signatures:"Benita C. Percival, Angela Wann, Sophie Taylor, Mark Edgar, Miles Gibson and Martin Grootveld",slug:"metabolomics-distinction-of-cigarette-smokers-from-non-smokers-using-non-stationary-benchtop-nuclear",totalDownloads:54,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"80295",title:"Preventive Methods and Treatments of White Spot Lesions in Orthodontics",doi:"10.5772/intechopen.102064",signatures:"Elif Nadide Akay",slug:"preventive-methods-and-treatments-of-white-spot-lesions-in-orthodontics",totalDownloads:82,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79876",title:"Management and Prevention Strategies for Treating Dentine Hypersensitivity",doi:"10.5772/intechopen.101495",signatures:"David G. Gillam",slug:"management-and-prevention-strategies-for-treating-dentine-hypersensitivity",totalDownloads:88,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"80020",title:"Alternative Denture Base Materials for Allergic Patients",doi:"10.5772/intechopen.101956",signatures:"Lavinia Cosmina Ardelean, Laura-Cristina Rusu and Codruta Victoria Tigmeanu",slug:"alternative-denture-base-materials-for-allergic-patients",totalDownloads:163,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79297",title:"Oral Health and Prevention in Older Adults",doi:"10.5772/intechopen.101043",signatures:"Irma Fabiola Díaz-García, Dinorah Munira Hernández-Santos, Julio Alberto Díaz-Ramos and Neyda Ma. Mendoza-Ruvalcaba",slug:"oral-health-and-prevention-in-older-adults",totalDownloads:107,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79903",title:"Molecular Docking of Phytochemicals against Streptococcus mutans Virulence Targets: A Proteomic Insight into Drug Planning",doi:"10.5772/intechopen.101506",signatures:"Diego Romário da Silva, Tahyná Duda Deps, Otavio Akira Souza Sakaguchi, Edja Maria Melo de Brito Costa, Carlus Alberto Oliveira dos Santos, Joanilda Paolla Raimundo e Silva, Bruna Dantas da Silva, Frederico Favaro Ribeiro, Francisco Jaime Bezerra Mendonça-Júnior and Andréa Cristina Barbosa da Silva",slug:"molecular-docking-of-phytochemicals-against-streptococcus-mutans-virulence-targets-a-proteomic-insig",totalDownloads:109,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79754",title:"Evaluation of Trans-Resveratrol as a Treatment for Periodontitis",doi:"10.5772/intechopen.101477",signatures:"Tracey Lynn Harney",slug:"evaluation-of-trans-resveratrol-as-a-treatment-for-periodontitis",totalDownloads:103,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79515",title:"White Spot Lesions and Remineralization",doi:"10.5772/intechopen.101372",signatures:"Monisha Khatri, Shreya Kishore, S. Nagarathinam, Suvetha Siva and Vanita Barai",slug:"white-spot-lesions-and-remineralization",totalDownloads:71,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79371",title:"The Contrasting Effects between Caffeine and Theobromine on Crystallization: How the Non-fluoride Dentifrice Was Developed",doi:"10.5772/intechopen.101116",signatures:"Tetsuo Nakamoto, Alexander U. Falster and William B. Simmons Jr",slug:"the-contrasting-effects-between-caffeine-and-theobromine-on-crystallization-how-the-non-fluoride-den",totalDownloads:127,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79409",title:"The Dental Implant Maintenance",doi:"10.5772/intechopen.101187",signatures:"Gayathri Krishnamoorthy, Aparna I. Narayana and Dhanasekar Balakrishnan",slug:"the-dental-implant-maintenance",totalDownloads:104,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79387",title:"Ulcerative Lesions of the Oral Cavity",doi:"10.5772/intechopen.101215",signatures:"Nelli Yildirimyan",slug:"ulcerative-lesions-of-the-oral-cavity",totalDownloads:135,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}},{id:"79319",title:"Empirical Study on Medical Information and Communication Technology System in Dentistry in Southeast Asia",doi:"10.5772/intechopen.101080",signatures:"Ichiro Nakajima, Ken-ichiro Ejima, Yoshinori Arai, Kunihito Matsumoto, Kazuya Honda, Hirofumi Aboshi, Marina Hamaguchi, Akao Lyvongsa, Bounnhong Sidaphone, Somphone Phanthavong, Chanthavisao Phanthanalay and Souksavanh Vongsa",slug:"empirical-study-on-medical-information-and-communication-technology-system-in-dentistry-in-southeast",totalDownloads:145,totalCrossrefCites:0,totalDimensionsCites:0,authors:null,book:{title:"Oral Health Care - An Important Issue of the Modern Society",coverURL:"https://cdn.intechopen.com/books/images_new/10827.jpg",subseries:{id:"1",title:"Oral Health"}}}]},publishedBooks:{paginationCount:3,paginationItems:[{type:"book",id:"10859",title:"Data Mining",subtitle:"Concepts and Applications",coverURL:"https://cdn.intechopen.com/books/images_new/10859.jpg",slug:"data-mining-concepts-and-applications",publishedDate:"March 30th 2022",editedByType:"Edited by",bookSignature:"Ciza Thomas",hash:"63a4e514e537d3962cf53ef1c6b9d5eb",volumeInSeries:8,fullTitle:"Data Mining - Concepts and Applications",editors:[{id:"43680",title:"Prof.",name:"Ciza",middleName:null,surname:"Thomas",slug:"ciza-thomas",fullName:"Ciza Thomas",profilePictureURL:"https://mts.intechopen.com/storage/users/43680/images/system/43680.jpeg",institutionString:null,institution:{name:"Government of Kerala",institutionURL:null,country:{name:"India"}}}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{type:"book",id:"10651",title:"Machine Learning",subtitle:"Algorithms, Models and Applications",coverURL:"https://cdn.intechopen.com/books/images_new/10651.jpg",slug:"machine-learning-algorithms-models-and-applications",publishedDate:"December 22nd 2021",editedByType:"Edited by",bookSignature:"Jaydip Sen",hash:"6208156401c496e0a4ca5ff4265324cc",volumeInSeries:7,fullTitle:"Machine Learning - Algorithms, Models and Applications",editors:[{id:"4519",title:"Prof.",name:"Jaydip",middleName:null,surname:"Sen",slug:"jaydip-sen",fullName:"Jaydip Sen",profilePictureURL:"https://mts.intechopen.com/storage/users/4519/images/system/4519.jpeg",institutionString:"Praxis Business School",institution:null}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null},{type:"book",id:"9963",title:"Advances and Applications in Deep Learning",subtitle:null,coverURL:"https://cdn.intechopen.com/books/images_new/9963.jpg",slug:"advances-and-applications-in-deep-learning",publishedDate:"December 9th 2020",editedByType:"Edited by",bookSignature:"Marco Antonio Aceves-Fernandez",hash:"0d51ba46f22e55cb89140f60d86a071e",volumeInSeries:4,fullTitle:"Advances and Applications in Deep Learning",editors:[{id:"24555",title:"Dr.",name:"Marco Antonio",middleName:null,surname:"Aceves Fernandez",slug:"marco-antonio-aceves-fernandez",fullName:"Marco Antonio Aceves Fernandez",profilePictureURL:"https://mts.intechopen.com/storage/users/24555/images/system/24555.jpg",institutionString:"Universidad Autonoma de Queretaro",institution:{name:"Autonomous University of Queretaro",institutionURL:null,country:{name:"Mexico"}}}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null}]},testimonialsList:[{id:"27",text:"The opportunity to work with a prestigious publisher allows for the possibility to collaborate with more research groups interested in animal nutrition, leading to the development of new feeding strategies and food valuation while being more sustainable with the environment, allowing more readers to learn about the subject.",author:{id:"175967",name:"Manuel",surname:"Gonzalez Ronquillo",institutionString:null,profilePictureURL:"https://mts.intechopen.com/storage/users/175967/images/system/175967.png",slug:"manuel-gonzalez-ronquillo",institution:{id:"6221",name:"Universidad Autónoma del Estado de México",country:{id:null,name:"Mexico"}}}},{id:"8",text:"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.",author:{id:"202192",name:"Catrin",surname:"Rutland",institutionString:null,profilePictureURL:"https://mts.intechopen.com/storage/users/202192/images/system/202192.png",slug:"catrin-rutland",institution:{id:"134",name:"University of Nottingham",country:{id:null,name:"United Kingdom"}}}},{id:"18",text:"It was great publishing with IntechOpen, the process was straightforward and I had support all along.",author:{id:"71579",name:"Berend",surname:"Olivier",institutionString:"Utrecht University",profilePictureURL:"https://mts.intechopen.com/storage/users/71579/images/system/71579.png",slug:"berend-olivier",institution:{id:"253",name:"Utrecht University",country:{id:null,name:"Netherlands"}}}}]},submityourwork:{pteSeriesList:[{id:"14",title:"Artificial Intelligence",numberOfPublishedBooks:9,numberOfPublishedChapters:89,numberOfOpenTopics:6,numberOfUpcomingTopics:0,issn:"2633-1403",doi:"10.5772/intechopen.79920",isOpenForSubmission:!0},{id:"7",title:"Biomedical Engineering",numberOfPublishedBooks:12,numberOfPublishedChapters:104,numberOfOpenTopics:3,numberOfUpcomingTopics:0,issn:"2631-5343",doi:"10.5772/intechopen.71985",isOpenForSubmission:!0}],lsSeriesList:[{id:"11",title:"Biochemistry",numberOfPublishedBooks:32,numberOfPublishedChapters:317,numberOfOpenTopics:4,numberOfUpcomingTopics:0,issn:"2632-0983",doi:"10.5772/intechopen.72877",isOpenForSubmission:!0},{id:"25",title:"Environmental Sciences",numberOfPublishedBooks:1,numberOfPublishedChapters:12,numberOfOpenTopics:4,numberOfUpcomingTopics:0,issn:"2754-6713",doi:"10.5772/intechopen.100362",isOpenForSubmission:!0},{id:"10",title:"Physiology",numberOfPublishedBooks:11,numberOfPublishedChapters:141,numberOfOpenTopics:4,numberOfUpcomingTopics:0,issn:"2631-8261",doi:"10.5772/intechopen.72796",isOpenForSubmission:!0}],hsSeriesList:[{id:"3",title:"Dentistry",numberOfPublishedBooks:8,numberOfPublishedChapters:129,numberOfOpenTopics:2,numberOfUpcomingTopics:0,issn:"2631-6218",doi:"10.5772/intechopen.71199",isOpenForSubmission:!0},{id:"6",title:"Infectious Diseases",numberOfPublishedBooks:13,numberOfPublishedChapters:113,numberOfOpenTopics:3,numberOfUpcomingTopics:1,issn:"2631-6188",doi:"10.5772/intechopen.71852",isOpenForSubmission:!0},{id:"13",title:"Veterinary Medicine and Science",numberOfPublishedBooks:11,numberOfPublishedChapters:105,numberOfOpenTopics:3,numberOfUpcomingTopics:0,issn:"2632-0517",doi:"10.5772/intechopen.73681",isOpenForSubmission:!0}],sshSeriesList:[{id:"22",title:"Business, Management and Economics",numberOfPublishedBooks:1,numberOfPublishedChapters:19,numberOfOpenTopics:2,numberOfUpcomingTopics:1,issn:"2753-894X",doi:"10.5772/intechopen.100359",isOpenForSubmission:!0},{id:"23",title:"Education and Human Development",numberOfPublishedBooks:0,numberOfPublishedChapters:5,numberOfOpenTopics:1,numberOfUpcomingTopics:1,issn:null,doi:"10.5772/intechopen.100360",isOpenForSubmission:!0},{id:"24",title:"Sustainable Development",numberOfPublishedBooks:0,numberOfPublishedChapters:15,numberOfOpenTopics:5,numberOfUpcomingTopics:0,issn:null,doi:"10.5772/intechopen.100361",isOpenForSubmission:!0}],subseriesList:[],annualVolumeBook:{},thematicCollection:[],selectedSeries:null,selectedSubseries:null},seriesLanding:{item:{id:"11",title:"Biochemistry",doi:"10.5772/intechopen.72877",issn:"2632-0983",scope:"Biochemistry, the study of chemical transformations occurring within living organisms, impacts all areas of life sciences, from molecular crystallography and genetics to ecology, medicine, and population biology. Biochemistry examines macromolecules - proteins, nucleic acids, carbohydrates, and lipids – and their building blocks, structures, functions, and interactions. Much of biochemistry is devoted to enzymes, proteins that catalyze chemical reactions, enzyme structures, mechanisms of action and their roles within cells. Biochemistry also studies small signaling molecules, coenzymes, inhibitors, vitamins, and hormones, which play roles in life processes. Biochemical experimentation, besides coopting classical chemistry methods, e.g., chromatography, adopted new techniques, e.g., X-ray diffraction, electron microscopy, NMR, radioisotopes, and developed sophisticated microbial genetic tools, e.g., auxotroph mutants and their revertants, fermentation, etc. More recently, biochemistry embraced the ‘big data’ omics systems. Initial biochemical studies have been exclusively analytic: dissecting, purifying, and examining individual components of a biological system; in the apt words of Efraim Racker (1913 –1991), “Don’t waste clean thinking on dirty enzymes.” Today, however, biochemistry is becoming more agglomerative and comprehensive, setting out to integrate and describe entirely particular biological systems. The ‘big data’ metabolomics can define the complement of small molecules, e.g., in a soil or biofilm sample; proteomics can distinguish all the comprising proteins, e.g., serum; metagenomics can identify all the genes in a complex environment, e.g., the bovine rumen. This Biochemistry Series will address the current research on biomolecules and the emerging trends with great promise.",coverUrl:"https://cdn.intechopen.com/series/covers/11.jpg",latestPublicationDate:"June 28th, 2022",hasOnlineFirst:!0,numberOfOpenTopics:4,numberOfPublishedChapters:317,numberOfPublishedBooks:32,editor:{id:"31610",title:"Dr.",name:"Miroslav",middleName:null,surname:"Blumenberg",fullName:"Miroslav Blumenberg",profilePictureURL:"https://mts.intechopen.com/storage/users/31610/images/system/31610.jpg",biography:"Miroslav Blumenberg, Ph.D., was born in Subotica and received his BSc in Belgrade, Yugoslavia. He completed his Ph.D. at MIT in Organic Chemistry; he followed up his Ph.D. with two postdoctoral study periods at Stanford University. Since 1983, he has been a faculty member of the RO Perelman Department of Dermatology, NYU School of Medicine, where he is codirector of a training grant in cutaneous biology. Dr. Blumenberg’s research is focused on the epidermis, expression of keratin genes, transcription profiling, keratinocyte differentiation, inflammatory diseases and cancers, and most recently the effects of the microbiome on the skin. He has published more than 100 peer-reviewed research articles and graduated numerous Ph.D. and postdoctoral students.",institutionString:null,institution:{name:"New York University Langone Medical Center",institutionURL:null,country:{name:"United States of America"}}},subseries:[{id:"14",title:"Cell and Molecular Biology",keywords:"Omics (Transcriptomics; Proteomics; Metabolomics), Molecular Biology, Cell Biology, Signal Transduction and Regulation, Cell Growth and Differentiation, Apoptosis, Necroptosis, Ferroptosis, Autophagy, Cell Cycle, Macromolecules and Complexes, Gene Expression",scope:"The Cell and Molecular Biology topic within the IntechOpen Biochemistry Series aims to rapidly publish contributions on all aspects of cell and molecular biology, including aspects related to biochemical and genetic research (not only in humans but all living beings). We encourage the submission of manuscripts that provide novel and mechanistic insights that report significant advances in the fields. Topics include, but are not limited to: Advanced techniques of cellular and molecular biology (Molecular methodologies, imaging techniques, and bioinformatics); Biological activities at the molecular level; Biological processes of cell functions, cell division, senescence, maintenance, and cell death; Biomolecules interactions; Cancer; Cell biology; Chemical biology; Computational biology; Cytochemistry; Developmental biology; Disease mechanisms and therapeutics; DNA, and RNA metabolism; Gene functions, genetics, and genomics; Genetics; Immunology; Medical microbiology; Molecular biology; Molecular genetics; Molecular processes of cell and organelle dynamics; Neuroscience; Protein biosynthesis, degradation, and functions; Regulation of molecular interactions in a cell; Signalling networks and system biology; Structural biology; Virology and microbiology.",annualVolume:11410,isOpenForSubmission:!0,coverUrl:"https://cdn.intechopen.com/series_topics/covers/14.jpg",editor:{id:"165627",title:"Dr.",name:"Rosa María",middleName:null,surname:"Martínez-Espinosa",fullName:"Rosa María Martínez-Espinosa",profilePictureURL:"https://mts.intechopen.com/storage/users/165627/images/system/165627.jpeg",institutionString:null,institution:{name:"University of Alicante",institutionURL:null,country:{name:"Spain"}}},editorTwo:null,editorThree:null,editorialBoard:[{id:"79367",title:"Dr.",name:"Ana Isabel",middleName:null,surname:"Flores",fullName:"Ana Isabel Flores",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002bRpIOQA0/Profile_Picture_1632418099564",institutionString:null,institution:{name:"Hospital Universitario 12 De Octubre",institutionURL:null,country:{name:"Spain"}}},{id:"328234",title:"Ph.D.",name:"Christian",middleName:null,surname:"Palavecino",fullName:"Christian Palavecino",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0033Y000030DhEhQAK/Profile_Picture_1628835318625",institutionString:null,institution:{name:"Central University of Chile",institutionURL:null,country:{name:"Chile"}}},{id:"186585",title:"Dr.",name:"Francisco Javier",middleName:null,surname:"Martin-Romero",fullName:"Francisco Javier Martin-Romero",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002bSB3HQAW/Profile_Picture_1631258137641",institutionString:null,institution:{name:"University of Extremadura",institutionURL:null,country:{name:"Spain"}}}]},{id:"15",title:"Chemical Biology",keywords:"Phenolic Compounds, Essential Oils, Modification of Biomolecules, Glycobiology, Combinatorial Chemistry, Therapeutic peptides, Enzyme Inhibitors",scope:"Chemical biology spans the fields of chemistry and biology involving the application of biological and chemical molecules and techniques. In recent years, the application of chemistry to biological molecules has gained significant interest in medicinal and pharmacological studies. This topic will be devoted to understanding the interplay between biomolecules and chemical compounds, their structure and function, and their potential applications in related fields. Being a part of the biochemistry discipline, the ideas and concepts that have emerged from Chemical Biology have affected other related areas. This topic will closely deal with all emerging trends in this discipline.",annualVolume:11411,isOpenForSubmission:!0,coverUrl:"https://cdn.intechopen.com/series_topics/covers/15.jpg",editor:{id:"441442",title:"Dr.",name:"Şükrü",middleName:null,surname:"Beydemir",fullName:"Şükrü Beydemir",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0033Y00003GsUoIQAV/Profile_Picture_1634557147521",institutionString:null,institution:{name:"Anadolu University",institutionURL:null,country:{name:"Turkey"}}},editorTwo:{id:"13652",title:"Prof.",name:"Deniz",middleName:null,surname:"Ekinci",fullName:"Deniz Ekinci",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002aYLT1QAO/Profile_Picture_1634557223079",institutionString:null,institution:{name:"Ondokuz Mayıs University",institutionURL:null,country:{name:"Turkey"}}},editorThree:null,editorialBoard:[{id:"241413",title:"Dr.",name:"Azhar",middleName:null,surname:"Rasul",fullName:"Azhar Rasul",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002bRT1oQAG/Profile_Picture_1635251978933",institutionString:null,institution:{name:"Government College University, Faisalabad",institutionURL:null,country:{name:"Pakistan"}}},{id:"178316",title:"Ph.D.",name:"Sergey",middleName:null,surname:"Sedykh",fullName:"Sergey Sedykh",profilePictureURL:"https://mts.intechopen.com/storage/users/178316/images/system/178316.jfif",institutionString:null,institution:{name:"Novosibirsk State University",institutionURL:null,country:{name:"Russia"}}}]},{id:"17",title:"Metabolism",keywords:"Biomolecules Metabolism, Energy Metabolism, Metabolic Pathways, Key Metabolic Enzymes, Metabolic Adaptation",scope:"Metabolism is frequently defined in biochemistry textbooks as the overall process that allows living systems to acquire and use the free energy they need for their vital functions or the chemical processes that occur within a living organism to maintain life. Behind these definitions are hidden all the aspects of normal and pathological functioning of all processes that the topic ‘Metabolism’ will cover within the Biochemistry Series. Thus all studies on metabolism will be considered for publication.",annualVolume:11413,isOpenForSubmission:!0,coverUrl:"https://cdn.intechopen.com/series_topics/covers/17.jpg",editor:{id:"138626",title:"Dr.",name:"Yannis",middleName:null,surname:"Karamanos",fullName:"Yannis Karamanos",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002g6Jv2QAE/Profile_Picture_1629356660984",institutionString:null,institution:{name:"Artois University",institutionURL:null,country:{name:"France"}}},editorTwo:null,editorThree:null,editorialBoard:[{id:"243049",title:"Dr.",name:"Anca",middleName:null,surname:"Pantea Stoian",fullName:"Anca Pantea Stoian",profilePictureURL:"https://mts.intechopen.com/storage/users/243049/images/system/243049.jpg",institutionString:null,institution:{name:"Carol Davila University of Medicine and Pharmacy",institutionURL:null,country:{name:"Romania"}}},{id:"203824",title:"Dr.",name:"Attilio",middleName:null,surname:"Rigotti",fullName:"Attilio Rigotti",profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",institutionString:null,institution:{name:"Pontifical Catholic University of Chile",institutionURL:null,country:{name:"Chile"}}},{id:"300470",title:"Dr.",name:"Yanfei (Jacob)",middleName:null,surname:"Qi",fullName:"Yanfei (Jacob) Qi",profilePictureURL:"https://mts.intechopen.com/storage/users/300470/images/system/300470.jpg",institutionString:null,institution:{name:"Centenary Institute of Cancer Medicine and Cell Biology",institutionURL:null,country:{name:"Australia"}}}]},{id:"18",title:"Proteomics",keywords:"Mono- and Two-Dimensional Gel Electrophoresis (1-and 2-DE), Liquid Chromatography (LC), Mass Spectrometry/Tandem Mass Spectrometry (MS; MS/MS), Proteins",scope:"With the recognition that the human genome cannot provide answers to the etiology of a disorder, changes in the proteins expressed by a genome became a focus in research. Thus proteomics, an area of research that detects all protein forms expressed in an organism, including splice isoforms and post-translational modifications, is more suitable than genomics for a comprehensive understanding of the biochemical processes that govern life. The most common proteomics applications are currently in the clinical field for the identification, in a variety of biological matrices, of biomarkers for diagnosis and therapeutic intervention of disorders. From the comparison of proteomic profiles of control and disease or different physiological states, which may emerge, changes in protein expression can provide new insights into the roles played by some proteins in human pathologies. Understanding how proteins function and interact with each other is another goal of proteomics that makes this approach even more intriguing. Specialized technology and expertise are required to assess the proteome of any biological sample. Currently, proteomics relies mainly on mass spectrometry (MS) combined with electrophoretic (1 or 2-DE-MS) and/or chromatographic techniques (LC-MS/MS). MS is an excellent tool that has gained popularity in proteomics because of its ability to gather a complex body of information such as cataloging protein expression, identifying protein modification sites, and defining protein interactions. The Proteomics topic aims to attract contributions on all aspects of MS-based proteomics that, by pushing the boundaries of MS capabilities, may address biological problems that have not been resolved yet.",annualVolume:11414,isOpenForSubmission:!0,coverUrl:"https://cdn.intechopen.com/series_topics/covers/18.jpg",editor:{id:"200689",title:"Prof.",name:"Paolo",middleName:null,surname:"Iadarola",fullName:"Paolo Iadarola",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002bSCl8QAG/Profile_Picture_1623568118342",institutionString:null,institution:{name:"University of Pavia",institutionURL:null,country:{name:"Italy"}}},editorTwo:{id:"201414",title:"Dr.",name:"Simona",middleName:null,surname:"Viglio",fullName:"Simona Viglio",profilePictureURL:"https://s3.us-east-1.amazonaws.com/intech-files/0030O00002bRKDHQA4/Profile_Picture_1630402531487",institutionString:null,institution:{name:"University of Pavia",institutionURL:null,country:{name:"Italy"}}},editorThree:null,editorialBoard:[{id:"72288",title:"Dr.",name:"Arli Aditya",middleName:null,surname:"Parikesit",fullName:"Arli Aditya Parikesit",profilePictureURL:"https://mts.intechopen.com/storage/users/72288/images/system/72288.jpg",institutionString:null,institution:{name:"Indonesia International Institute for Life Sciences",institutionURL:null,country:{name:"Indonesia"}}},{id:"40928",title:"Dr.",name:"Cesar",middleName:null,surname:"Lopez-Camarillo",fullName:"Cesar Lopez-Camarillo",profilePictureURL:"https://mts.intechopen.com/storage/users/40928/images/3884_n.png",institutionString:null,institution:{name:"Universidad Autónoma de la Ciudad de México",institutionURL:null,country:{name:"Mexico"}}},{id:"81926",title:"Dr.",name:"Shymaa",middleName:null,surname:"Enany",fullName:"Shymaa Enany",profilePictureURL:"https://mts.intechopen.com/storage/users/81926/images/system/81926.png",institutionString:"Suez Canal University",institution:{name:"Suez Canal University",institutionURL:null,country:{name:"Egypt"}}}]}]}},libraryRecommendation:{success:null,errors:{},institutions:[]},route:{name:"chapter.detail",path:"/chapters/64490",hash:"",query:{},params:{id:"64490"},fullPath:"/chapters/64490",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)}()