The main characteristics of the dataset.
Recently, online systems in education have increased, and student digital data has come to big data size. This makes possible to draw rules and predictions about the students by processing educational data with data mining techniques. All kinds of information about the student’s socioeconomic environment, learning environment, or course notes can be used for prediction, which affect the success or failure of a student.
In this study, the successes of the students at the end of the semester are estimated by using the student data obtained from secondary education of two Portuguese schools. The aim of this study is to predict the students’ final grades to support the educators to take precautions for the children at risk. A number of data preprocessing processes were applied to increase the accuracy rate of the prediction model. A wrapper method for feature subset selection was applied to find the optimal subset of features. After that, three popular data mining algorithms (decision tree, random forest, and naive Bayes) were used and compared in terms of classification accuracy rate. In addition, this study also investigates the effects of two different grade categorizations on data mining: five-level grade categorization and binary grade categorization.
The remainder of this paper is organized as follows. In Section 2, the previous studies in this field are mentioned. In Section 3, the methods used in this study are briefly explained to provide a comprehensive understanding of the research concepts. In Section 4, experimental studies are presented with dataset description, data preprocessing, and experimental result subtitles. Finally, conclusion and the direction for future research are given in Section 5.
Predicting students’ academic performance is one of the main topics of educational data mining [1, 2]. With the advancement of technology, technological investments in the field of education have increased. Along with technological developments, e-Learning platforms such as web-based online learning and multimedia technologies have evolved, and both learning costs have decreased, and time and space limitations have been eliminated [3]. The increase of online course trainings and the increase of online transactions and interactive transactions in schools led to the increase of digital data in this field. Costa (2017) emphasized the data about the failure rate of the students; the educators were concerned and raised important questions about the failure prediction [4].
Estimating students’ performances becomes more difficult because of the large volume of data in training databases [5]. Descriptive statistical analysis can be effectively used to provide the basic descriptive information of a given set of data [6]. However, this alone is not always enough. To inform the instructors and students early, students may be able to identify early, using estimated modeling methods [7]. It is useful to classify university students according to their potential academic performance in order to increase success rates and to manage the resources well [8]. The large growth of electronic data from universities leads to an increase in the need to obtain meaningful information from these large amounts of data [9]. By using data mining techniques on education data, it is possible to improve the quality of education processes [10].
Until now, data mining algorithms have been applied on various different educational fields such as engineering education [11], physical education [12], and English language education [13]. Some studies have focused on high school students [14], while some of them have interested in higher education [15]. Whereas some data mining studies have focused on the prediction of student performance [16], some studies have investigated the instructor performance [17].
The increase in digitalization caused us to have plenty of data in every field. Having too much data is getting worth if we know how to use it. Data mining aims to access knowledge from data using various machine learning techniques. With data mining, it becomes possible to establish the relationships between the data and make accurate predictions for the future. One of the application areas of data mining is education. Data mining in education is the field that allows us to make predictions about the future by examining the data obtained so far in the field of education by using machine learning techniques. There are basically three data mining methods: classification, clustering, and association rule mining. In this study, we focus on the classification task.
The methods to be used in data mining may differ depending on the field of study and the nature of the data we have. In this study, three well-known classification algorithms (decision tree, random forest, and naive Bayes) were employed on the educational datasets to predict the final grades of students.
Naive Bayes classifiers are a family of algorithms. These classifiers are based on Bayes’ Theorem, which finds the possibility of a new event based on previously occurring events. Each classification is independent of one another but has a common principle.
A decision tree uses a tree like graph. Decision trees are like flowchart but not noncyclic. The tree consists of nodes and branches. Nodes and branches are arranged in a row. Root node is on the top of a tree and represents the entire dataset. Entropy is calculated when determining nodes in a tree. It models decisions with efficacy, results, and resource costs. In this study, decision tree technique is preferred because it is easy to understand and interpret.
Random forest is an ensemble learning algorithm. It is a supervised classification method. It consists of randomly generated many decision trees. The established forest is formed by the decision trees community trained by the bagging method, which is one of the ensemble methods. Random forest creates multiple decision trees and combines them to achieve a more accuracy rates and stable prediction.
Figure 1 illustrates the workflow of data mining model for classification. In the first step, feature selection algorithms are applied on the educational data. Next, classification algorithms are used to build a good model which can accurately map inputs to desired outputs. The model evaluation phase provides feedback to the feature selection and learning phases for adjustment to improve classification performance. Once a model is built, then, in the second phase, it is used to predict label of new student data.
Flowchart of the data mining model.
In this study, the feature subset selection and classification operations were conducted by using WEKA open-source data mining software [18]. In each experiment, 10-fold cross-validation was performed to evaluate the classification models. The classification accuracy of the algorithm for the test dataset was measured as given in Eq. 1:
where T is a test set that consists of a set of data items to be classified; c is the actual class of the item t, where t є T; and classify(t) returns the classification output of t by the algorithm.
In this study, two publically available datasets [19] were used to predict student performances. Both datasets were collected from secondary education of two Portuguese schools. Dataset attributes are about student grades and social, demographic, and school-related features. All data were obtained from school reports and questionnaires. The first dataset has information regarding the performances of students in Mathematics lesson, and the other one has student data taken from Portuguese language lesson. Both datasets have 33 attributes as shown in Table 1.
Feature | Description | Type | Values |
---|---|---|---|
Sex | The gender of the student | Binary | Female or male |
Age | The age of the student | Numeric | From 15 to 22 |
School | The school of the student | Binary | GP (Gabriel Pereira) or MS (Mousinho da Silveira) |
Address | Home address type of student | Binary | Urban or rural |
Pstatus | Cohabitation status of student’s parent | Binary | Living together or apart |
Medu | Education of student’s mother | Numeric | From 0 to 4 |
Mjob | Job of student’s mother | Nominal | Teacher, health, services, at home, others |
Fedu | Education of student’s father | Numeric | From 0 to 4 |
Fjob | Job of student’s father | Nominal | Teacher, health, services, at home, others |
Guardian | Guardian of student | Nominal | Mother, father, or otherd |
Famsize | Size of family | Binary | “LE3” (less or equal to 3) or “GT3” (greater than 3) |
Famrel | Quality of family relationships | Numeric | From 1 very bad to 5 excellent |
Reason | Reason of choosing this school | Nominal | Close to home, school reputation, course preference, or others |
Travel time | Travel time of home to school | Numeric | 1–<15 min., 2–15 to 30 min., 3–30 min. to 1 hour, or 4–>1 hour |
Study time | Study time of a week | Numeric | –< 2 hours, 2–2 to 5 hours, 3–5 to 10 hours or 4− > 10 hours |
Failures | Number of past class failures | Numeric | n if 1 < =n < 3, else 4 |
Schoolsup | Extra educational school support | Binary | Yes or no |
Famsup | Family educational support | Binary | Yes or no |
Activities | Extracurricular activities | Binary | Yes or no |
Paid class | Extra paid classes | Binary | Yes or no |
Internet | Internet access at home | Binary | Yes or no |
Nursery | Attended nursery school | Binary | Yes or no |
Higher | Wants to take higher education | Binary | Yes or no |
Romantic | With a romantic relationship | Binary | Yes or no |
Free time | Free time after school | Numeric | From 1 (very low) to 5 (very high) |
Go out | Going out with friends | Numeric | From 1 (very low) to 5 (very high) |
Walc | Alcohol consumption of weekend | Numeric | From 1 (very low) to 5 (very high) |
Dalc | Alcohol consumption of workday | Numeric | From 1 (very low) to 5 (very high) |
Health | Status of current health | Numeric | From 1 (very low) to 5 (very high) |
Absences | Number of school absences | Numeric | From 0 to 93 |
G1 | Grade of first period | Numeric | From 0 to 20 |
G2 | Grade of second period | Numeric | From 0 to 20 |
G3 | Grade of final period | Numeric | From 0 to 20 |
The main characteristics of the dataset.
In the raw dataset, the final grade is in the range of 0–20 as with many European countries, where 0 is the worst grade and 20 is the best score. Since the final grade of the students is in the form of integer, the predicted class should be in the form of categorical values, the data needed to be transformed to categories according to a grading policy. In the study, we used and compared two different grading systems: five-level grading and binary grading systems.
We first categorized the final grade in five groups. These ranges are defined based on the Erasmus system. As shown in Table 2, the range 0–9 refers to grade F, which is the worst grade and corresponds to “fail” label. The others (10–11, 12–13, 14–15, and 16–20) correspond to D (sufficient), C (satisfactory), B (good), and A (excellent/very good) class labels, respectively.
1 | 2 | 3 | 4 | 5 |
---|---|---|---|---|
Excellent/very good | Good | Satisfactory | Sufficient | Fail |
16–20 | 14–15 | 12–13 | 10–11 | 0–9 |
A | B | C | D | F |
Five-level grading categories.
To compare the results, we also categorized the final grade as “passed” and “fail.” As shown in Table 3, the range of 0–9 corresponds to F, and it means “fail”; the range of 10–20 refers to A, B, C, and D, and it means “pass.”
Pass | Fail |
---|---|
10–20 | 0–9 |
A, B, C, D | F |
Binary fail/pass category.
As a preprocessing operation, the final grade attribute was categorized according to two different grading systems, before classification. As a result, we have created two versions of both datasets. Both math and Portuguese datasets were available in both five-level and binary grading versions. Hence, we have the chance to compare the results of these versions.
In the first experiment, three algorithms [decision tree (J48), random forest, and naive Bayes] were compared on the five-level grading version and binary version of the Portuguese dataset. As shown in Table 4, the best performance for the five-level grading version for this dataset was obtained with an accuracy rate of 73.50% with the random forest algorithm. However, this accuracy rate was increased with binary grading version of this dataset. In the dataset, where the final grade is categorized in binary form (passing or failing), the accuracy rate was increased to 93.07%.
Algorithm | Five-level grading | Binary grading (P/F) |
---|---|---|
Decision tree (J48) | 67.80% | 91.37% |
Random forest | 73.50% | 93.07% |
Naive Bayes | 68.26% | 88.44% |
Classification accuracy rates for the Portuguese lesson dataset.
(accuracy values, bold – best model).
The performances of three classification algorithms on mathematics datasets (five-level and binary label dataset versions) are shown in Table 5. The best results for five-level grading version were obtained with the decision tree (J48) algorithm with an accuracy rate of 73.42%. The best accuracy rate 91.39% for binary dataset version was obtained with the random forest ensemble method.
Mathematics | Five-level grading | Binary grading (P/F) |
---|---|---|
Decision tree (J48) | 73.42% | 89.11% |
Random forest | 71.14% | 91.39% |
Naive Bayes | 70.38% | 86.33% |
Classification accuracy rates for the mathematics lesson dataset.
(accuracy values, bold – best model).
As a second experiment, we made all comparisons after dataset preprocessing, in other terms, after feature subset selection. Hence, the most appropriate attributes were selected by using wrapper subset method to increase the accuracy rates.
One of the important steps to create a good model is attribute selection. This operation can be done in two ways: first, select relevant attributes, and second, remove redundant or irrelevant attributes. Attribute selection is made to create a simple model, to create a model that is easier to interpret, and to find out which features are more important for the results. Attribute selection can be done using filters and wrapper methods. In this study, we use the wrapper method, because it generally produces better results. This method has a recursive structure. The process starts with selecting a subset and induces the algorithm on that subset. Then evaluation is made according to the success of the model. There are two options in this assessment. The first option returns to the top to select a new subset, the second option uses the currently selected subset.
In Table 6, the accuracy rates were compared before and after the attribute selection process for the Portuguese dataset for five-level grade version. Thanks to the wrapper subset method, the accuracy rate of the J48 algorithm has increased from 67.80 to 74.88% with the selected attributes. This accuracy rate increased from 68.26 to 72.57% for naive Bayes algorithm. For the random forest method where we get the best accuracy results, the accuracy rate has increased from 73.50 to 77.20%.
Feature selection | Wrapper subset (J48) | Wrapper subset (naive Bayes) | Wrapper subset (random forest) |
---|---|---|---|
Before | 67.80% | 68.26% | 73.50% |
After | 74.88% | 72.57% | 77.20% |
Selected features | Search backward: age, famsize, Mjob, schoolsup, paid, internet, go out, health, G1, G2 | Search backward: travel time, romantic, free time, health, G1, G2 | School, Travel time, G2 |
Before and after feature selection with five-level grading system.
The obtained classification accuracy rates for the Portuguese lesson dataset with five-level grading system.
(accuracy values, bold – best model).
In Table 7, the accuracy rates were compared before and after the attribute selection process for the mathematics dataset for five-level grading version. In this dataset, attribute selection significantly increased our accuracy. Here, unlike Portuguese language dataset, the best jump was obtained with J48 algorithm and search forward technique in wrapper method. In this way, the accuracy rate increased from 73.42 to 79.49%. A close result was obtained with the search backward technique and accuracy increased from 73.42 to 78.23%. Through this way, naive Bayes and random forest methods also increased significantly. This method increased the accuracy rate of naive Bayes method from 70.38 to 74.18%. Random forest result is increased from 71.14 to 78.99%. These results show that attribute selection with this wrapper subset method also works in this dataset.
Feature selection | Wrapper subset (J48) | Wrapper subset (J48) | Wrapper subset (naive Bayes) | Wrapper subset (random forest) |
---|---|---|---|---|
Before | 73.42% | 73.42% | 70.38% | 71.14% |
After | 78.23% | 79.49% | 74.18% | 78.99% |
Selectedfeatures | Search backward: age, pstatus, Medu, Fedu, Fjob, failures, schoolsup, paid, activities, famrel, Dalc, Walc, G2 | Search forward: sex, Mjob, Walc, G2 | Famsize, Medu, Fjob, activities, higher, romantic, free time, G2 | Famsize, Fedu, schoolsup, paid, activities, higher, romantic, Walc, absences, G1, G2 |
Before and after feature selection with binary grading system.
The obtained classification accuracy rates for the mathematics lesson dataset with five-level grading system.
(accuracy values, bold – best model).
In Table 8, the results of the wrapper attribute selection method before and after the application to the Portuguese binary version are compared. There was no significant increase in accuracy. The best results were obtained with random forest. The best jump was experienced by the naive Bayes method but did not reach the random forest value. Naive Bayes result has risen from 88.44 to 89.68%. Random forest maintained the high accuracy achieved before the attribute selection and increased from 93.07 to 93.22%.
Feature selection | Wrapper subset (J48) | Wrapper subset (naive Bayes) | Wrapper subset (random forest) |
---|---|---|---|
Before | 91.37% | 88.44% | 93.07% |
After | 91.99% | 89.68% | 93.22% |
Selected Features | School, age, address, Medu, Fjob, travel time, study time, schoolsup, nursery, higher, famrel, free time, G1, G2 | Sex, age, Pstatus, Fedu, Mjob, Fjob, reason, failures, famsup, paid, higher, Internet, romantic, go out, health, absences, G1, G2 | School, sex, age, address, famsize, Pstatus, Medu, Mjob, Fjob, reason, guardian, travel time, study time, failures, schoolsup, famsup, paid, activities, higher, Internet, romantic, famrel, free time, go out, Dalc, Walc, health, absences, G1, G2 |
Before and after feature selection.
The obtained classification accuracy rates for the Portuguese lesson dataset with binary grading system.
(accuracy values, bold – best model).
After successful results in five-level grade versions, we tried the same attribute selection method in binary label version dataset. Table 9 shows the accuracy values before and after the wrapper attribute selection for the mathematical binary dataset version. Because the accuracy of the binary version is already high, the jump is less than the five-level grades. But again, there is a nice increase in accuracy. The accuracy rate of the J48 algorithm was increased from 89.11 to 90.89%, while the naive Bayes result was increased from 86.33 to 89.11%. As with the mathematics five-level grade dataset, the best results were obtained with random forest in binary label dataset. Accuracy rate increased from 91.39 to 93.67%.
Feature selection | Wrapper subset (J48) | Wrapper subset (naive Bayes) | Wrapper subset (random forest) |
---|---|---|---|
Before | 89.11% | 86.33% | 91.39% |
After | 90.89% | 89.11% | 93.67% |
Selected features | School, age, address, Medu, Fedu, guardian, failures, schoolsup, famsup, Internet, romantic, famrel, free time, G1, G2 | Sex, age, Pstatus, Fedu, Mjob, Fjob, reason, failures, famsup, paid, higher, Internet, romantic, go out, health, absences, G1, G2 | Address, famsize, Fedu, Mjob, Fjob, reason, guardian, study time, schoolsup, higher, famrel, go out, absences, G2 |
Before and after feature selection.
The obtained classification accuracy rates for the mathematics lesson dataset with binary grading system.
(accuracy values, bold – best model).
As a result, it can be possible to say that accuracy rates have changed positively in all trials using wrapper subset attribute selection method.
This paper proposes the application of data mining techniques to predict the final grades of students based on their historical data. Three well-known classification techniques (decision tree, random forest, and naive Bayes) were compared in terms of accuracy rates. Wrapper feature subset selection method was used to improve the classification performance. Preprocessing operations on the dataset, categorizing the final grade field into five and two groups, increased the percentage of accurate estimates in the classification. The wrapper attribute selection method in all algorithms has led to a noticeable increase in accuracy rate. Overall, better accuracy rates were achieved with the binary class method for both mathematics and Portuguese dataset.
In the future, different feature selection methods can be used. In addition, different classification algorithms can also be utilized on the datasets.
If you are associated with any of the institutions in our list below, you can apply to receive OA publication funds by following the instructions provided in the links.
",metaTitle:"List of Institutions by Country",metaDescription:"If you are associated with any of the institutions in our list below, you can apply to receive OA publication funds by following the instructions provided in the links. However, if your research is financed through any of the below-mentioned funders, please consult their Open Access policies or grant ‘terms and conditions’ to explore ways to cover your publication costs (also accessible by clicking on the link in their title).",metaKeywords:null,canonicalURL:"open-access-funding-institutions-list",contentRaw:'[{"type":"htmlEditorComponent","content":"Book Chapters and Monographs
\\n\\nBook Chapters
\\n\\nMonographs Only
\\n\\n\\n\\nBook Chapters and Monographs
\\n\\nMonographs Only
\\n\\nBook Chapters and Monographs
\\n\\n\\n\\nBook Chapters and Monographs
\\n\\n\\n\\nCorresponding authors will receive a 25% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters. A 20% discount for publishing a long-form monographs, 25% for compacts and 23% for short-form monographs.
\\n\\nCSIC affiliated authors can also take advantage of a central Open Access fund (amounting to 10,000 EUR) to cover up to 50% of the rest of the OAPF until it expires. Effective for chapters accepted from January 1, 2020.
\\n\\nCorresponding authors will receive a 25% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters. A 20% discount for publishing a long-form monographs, 25% for compacts and 23% for short-form monographs.
\\n\\nCorresponding authors will receive a 25% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters. A 20% discount for publishing a long-form monographs, 25% for compacts and 23% for short-form monographs.
\\n\\n\\n\\nCorresponding authors will receive a 25% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters. A 20% discount for publishing a long-form monographs, 25% for compacts and 23% for short-form monographs.
\\n\\nBook Chapters and Monographs
\\n\\nBook Chapters and Monographs
\\n\\nBook Chapters and Monographs
\\n\\nBook Chapters and Monographs
\\n\\nThe Claremont Colleges are pledging funds via the Knowledge Unlatched program to ensure academics can publish Open Access content more easily.
\\n\\nCorresponding authors will receive a 15% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters or monograph publications. To use the discount you will need to verify your institutional email address. These discounts are valid from 2020 to 2022.
\\n\\nThe University of Massachusetts, Amherst is pledging funds via the Knowledge Unlatched program to ensure academics can publish Open Access content more easily.
\\n\\nCorresponding authors will receive a 10% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters or monograph publications. To use the discount you will need to verify your institutional email address. These discounts are valid from 2020 to 2022.
\\n\\nThe University of Surrey is pledging funds via the Knowledge Unlatched program to ensure academics can publish Open Access content more easily.
\\n\\nCorresponding authors will receive a 10% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters or monograph publications. To use the discount you will need to verify your institutional email address. These discounts are valid from 2020 to 2022.
\\n\\nMonographs Only
\\n\\n\\n\\nImportant: You must be a member or grantee of the above listed institutions in order to apply for their Open Access publication funds.
\\n"}]'},components:[{type:"htmlEditorComponent",content:'Book Chapters and Monographs
\n\n\n\nBook Chapters
\n\nMonographs Only
\n\n\n\nBook Chapters and Monographs
\n\nMonographs Only
\n\nBook Chapters and Monographs
\n\n\n\nBook Chapters and Monographs
\n\n\n\nCorresponding authors will receive a 25% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters. A 20% discount for publishing a long-form monographs, 25% for compacts and 23% for short-form monographs.
\n\nCSIC affiliated authors can also take advantage of a central Open Access fund (amounting to 10,000 EUR) to cover up to 50% of the rest of the OAPF until it expires. Effective for chapters accepted from January 1, 2020.
\n\nCorresponding authors will receive a 25% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters. A 20% discount for publishing a long-form monographs, 25% for compacts and 23% for short-form monographs.
\n\nCorresponding authors will receive a 25% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters. A 20% discount for publishing a long-form monographs, 25% for compacts and 23% for short-form monographs.
\n\n\n\nCorresponding authors will receive a 25% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters. A 20% discount for publishing a long-form monographs, 25% for compacts and 23% for short-form monographs.
\n\nBook Chapters and Monographs
\n\nBook Chapters and Monographs
\n\nBook Chapters and Monographs
\n\n\n\nBook Chapters and Monographs
\n\nThe Claremont Colleges are pledging funds via the Knowledge Unlatched program to ensure academics can publish Open Access content more easily.
\n\nCorresponding authors will receive a 15% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters or monograph publications. To use the discount you will need to verify your institutional email address. These discounts are valid from 2020 to 2022.
\n\nThe University of Massachusetts, Amherst is pledging funds via the Knowledge Unlatched program to ensure academics can publish Open Access content more easily.
\n\nCorresponding authors will receive a 10% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters or monograph publications. To use the discount you will need to verify your institutional email address. These discounts are valid from 2020 to 2022.
\n\nThe University of Surrey is pledging funds via the Knowledge Unlatched program to ensure academics can publish Open Access content more easily.
\n\nCorresponding authors will receive a 10% discount on their Open Access Publication Fees (OAPF) for Open Access book chapters or monograph publications. To use the discount you will need to verify your institutional email address. These discounts are valid from 2020 to 2022.
\n\nMonographs Only
\n\n\n\nImportant: You must be a member or grantee of the above listed institutions in order to apply for their Open Access publication funds.
\n'}]},successStories:{items:[]},authorsAndEditors:{filterParams:{sort:"featured,name"},profiles:[{id:"6700",title:"Dr.",name:"Abbass A.",middleName:null,surname:"Hashim",slug:"abbass-a.-hashim",fullName:"Abbass A. Hashim",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/6700/images/1864_n.jpg",biography:"Currently I am carrying out research in several areas of interest, mainly covering work on chemical and bio-sensors, semiconductor thin film device fabrication and characterisation.\nAt the moment I have very strong interest in radiation environmental pollution and bacteriology treatment. The teams of researchers are working very hard to bring novel results in this field. I am also a member of the team in charge for the supervision of Ph.D. students in the fields of development of silicon based planar waveguide sensor devices, study of inelastic electron tunnelling in planar tunnelling nanostructures for sensing applications and development of organotellurium(IV) compounds for semiconductor applications. I am a specialist in data analysis techniques and nanosurface structure. I have served as the editor for many books, been a member of the editorial board in science journals, have published many papers and hold many patents.",institutionString:null,institution:{name:"Sheffield Hallam University",country:{name:"United Kingdom"}}},{id:"54525",title:"Prof.",name:"Abdul Latif",middleName:null,surname:"Ahmad",slug:"abdul-latif-ahmad",fullName:"Abdul Latif Ahmad",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:null},{id:"20567",title:"Prof.",name:"Ado",middleName:null,surname:"Jorio",slug:"ado-jorio",fullName:"Ado Jorio",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"Universidade Federal de Minas Gerais",country:{name:"Brazil"}}},{id:"47940",title:"Dr.",name:"Alberto",middleName:null,surname:"Mantovani",slug:"alberto-mantovani",fullName:"Alberto Mantovani",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:null},{id:"12392",title:"Mr.",name:"Alex",middleName:null,surname:"Lazinica",slug:"alex-lazinica",fullName:"Alex Lazinica",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/12392/images/7282_n.png",biography:"Alex Lazinica is the founder and CEO of IntechOpen. After obtaining a Master's degree in Mechanical Engineering, he continued his PhD studies in Robotics at the Vienna University of Technology. Here he worked as a robotic researcher with the university's Intelligent Manufacturing Systems Group as well as a guest researcher at various European universities, including the Swiss Federal Institute of Technology Lausanne (EPFL). During this time he published more than 20 scientific papers, gave presentations, served as a reviewer for major robotic journals and conferences and most importantly he co-founded and built the International Journal of Advanced Robotic Systems- world's first Open Access journal in the field of robotics. Starting this journal was a pivotal point in his career, since it was a pathway to founding IntechOpen - Open Access publisher focused on addressing academic researchers needs. Alex is a personification of IntechOpen key values being trusted, open and entrepreneurial. Today his focus is on defining the growth and development strategy for the company.",institutionString:null,institution:{name:"TU Wien",country:{name:"Austria"}}},{id:"19816",title:"Prof.",name:"Alexander",middleName:null,surname:"Kokorin",slug:"alexander-kokorin",fullName:"Alexander Kokorin",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/19816/images/1607_n.jpg",biography:"Alexander I. Kokorin: born: 1947, Moscow; DSc., PhD; Principal Research Fellow (Research Professor) of Department of Kinetics and Catalysis, N. Semenov Institute of Chemical Physics, Russian Academy of Sciences, Moscow.\r\nArea of research interests: physical chemistry of complex-organized molecular and nanosized systems, including polymer-metal complexes; the surface of doped oxide semiconductors. He is an expert in structural, absorptive, catalytic and photocatalytic properties, in structural organization and dynamic features of ionic liquids, in magnetic interactions between paramagnetic centers. The author or co-author of 3 books, over 200 articles and reviews in scientific journals and books. He is an actual member of the International EPR/ESR Society, European Society on Quantum Solar Energy Conversion, Moscow House of Scientists, of the Board of Moscow Physical Society.",institutionString:null,institution:{name:"Semenov Institute of Chemical Physics",country:{name:"Russia"}}},{id:"62389",title:"PhD.",name:"Ali Demir",middleName:null,surname:"Sezer",slug:"ali-demir-sezer",fullName:"Ali Demir Sezer",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/62389/images/3413_n.jpg",biography:"Dr. Ali Demir Sezer has a Ph.D. from Pharmaceutical Biotechnology at the Faculty of Pharmacy, University of Marmara (Turkey). He is the member of many Pharmaceutical Associations and acts as a reviewer of scientific journals and European projects under different research areas such as: drug delivery systems, nanotechnology and pharmaceutical biotechnology. Dr. Sezer is the author of many scientific publications in peer-reviewed journals and poster communications. Focus of his research activity is drug delivery, physico-chemical characterization and biological evaluation of biopolymers micro and nanoparticles as modified drug delivery system, and colloidal drug carriers (liposomes, nanoparticles etc.).",institutionString:null,institution:{name:"Marmara University",country:{name:"Turkey"}}},{id:"61051",title:"Prof.",name:"Andrea",middleName:null,surname:"Natale",slug:"andrea-natale",fullName:"Andrea Natale",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:null},{id:"100762",title:"Prof.",name:"Andrea",middleName:null,surname:"Natale",slug:"andrea-natale",fullName:"Andrea Natale",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"St David's Medical Center",country:{name:"United States of America"}}},{id:"107416",title:"Dr.",name:"Andrea",middleName:null,surname:"Natale",slug:"andrea-natale",fullName:"Andrea Natale",position:null,profilePictureURL:"//cdnintech.com/web/frontend/www/assets/author.svg",biography:null,institutionString:null,institution:{name:"Texas Cardiac Arrhythmia",country:{name:"United States of America"}}},{id:"64434",title:"Dr.",name:"Angkoon",middleName:null,surname:"Phinyomark",slug:"angkoon-phinyomark",fullName:"Angkoon Phinyomark",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/64434/images/2619_n.jpg",biography:"My name is Angkoon Phinyomark. I received a B.Eng. degree in Computer Engineering with First Class Honors in 2008 from Prince of Songkla University, Songkhla, Thailand, where I received a Ph.D. degree in Electrical Engineering. My research interests are primarily in the area of biomedical signal processing and classification notably EMG (electromyography signal), EOG (electrooculography signal), and EEG (electroencephalography signal), image analysis notably breast cancer analysis and optical coherence tomography, and rehabilitation engineering. I became a student member of IEEE in 2008. During October 2011-March 2012, I had worked at School of Computer Science and Electronic Engineering, University of Essex, Colchester, Essex, United Kingdom. In addition, during a B.Eng. I had been a visiting research student at Faculty of Computer Science, University of Murcia, Murcia, Spain for three months.\n\nI have published over 40 papers during 5 years in refereed journals, books, and conference proceedings in the areas of electro-physiological signals processing and classification, notably EMG and EOG signals, fractal analysis, wavelet analysis, texture analysis, feature extraction and machine learning algorithms, and assistive and rehabilitative devices. I have several computer programming language certificates, i.e. Sun Certified Programmer for the Java 2 Platform 1.4 (SCJP), Microsoft Certified Professional Developer, Web Developer (MCPD), Microsoft Certified Technology Specialist, .NET Framework 2.0 Web (MCTS). I am a Reviewer for several refereed journals and international conferences, such as IEEE Transactions on Biomedical Engineering, IEEE Transactions on Industrial Electronics, Optic Letters, Measurement Science Review, and also a member of the International Advisory Committee for 2012 IEEE Business Engineering and Industrial Applications and 2012 IEEE Symposium on Business, Engineering and Industrial Applications.",institutionString:null,institution:{name:"Joseph Fourier University",country:{name:"France"}}},{id:"55578",title:"Dr.",name:"Antonio",middleName:null,surname:"Jurado-Navas",slug:"antonio-jurado-navas",fullName:"Antonio Jurado-Navas",position:null,profilePictureURL:"https://mts.intechopen.com/storage/users/55578/images/4574_n.png",biography:"Antonio Jurado-Navas received the M.S. degree (2002) and the Ph.D. degree (2009) in Telecommunication Engineering, both from the University of Málaga (Spain). He first worked as a consultant at Vodafone-Spain. From 2004 to 2011, he was a Research Assistant with the Communications Engineering Department at the University of Málaga. In 2011, he became an Assistant Professor in the same department. From 2012 to 2015, he was with Ericsson Spain, where he was working on geo-location\ntools for third generation mobile networks. Since 2015, he is a Marie-Curie fellow at the Denmark Technical University. His current research interests include the areas of mobile communication systems and channel modeling in addition to atmospheric optical communications, adaptive optics and statistics",institutionString:null,institution:{name:"University of Malaga",country:{name:"Spain"}}}],filtersByRegion:[{group:"region",caption:"North America",value:1,count:5703},{group:"region",caption:"Middle and South America",value:2,count:5174},{group:"region",caption:"Africa",value:3,count:1690},{group:"region",caption:"Asia",value:4,count:10246},{group:"region",caption:"Australia and Oceania",value:5,count:889},{group:"region",caption:"Europe",value:6,count:15653}],offset:12,limit:12,total:117316},chapterEmbeded:{data:{}},editorApplication:{success:null,errors:{}},ofsBooks:{filterParams:{sort:"dateEndThirdStepPublish",topicId:"15"},books:[{type:"book",id:"10677",title:"Topology",subtitle:null,isOpenForSubmission:!0,hash:"85eac84b173d785f989522397616124e",slug:null,bookSignature:"",coverURL:"https://cdn.intechopen.com/books/images_new/10677.jpg",editedByType:null,editors:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10678",title:"Biostatistics",subtitle:null,isOpenForSubmission:!0,hash:"f63db439474a574454a66894db8b394c",slug:null,bookSignature:"",coverURL:"https://cdn.intechopen.com/books/images_new/10678.jpg",editedByType:null,editors:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10471",title:"Advances in Dynamical Systems Theory, Models, Algorithms and Applications",subtitle:null,isOpenForSubmission:!0,hash:"689fdf3cdc78ade03f0c43a245dcf818",slug:null,bookSignature:"Dr. Bruno Carpentieri",coverURL:"https://cdn.intechopen.com/books/images_new/10471.jpg",editedByType:null,editors:[{id:"92921",title:"Dr.",name:"Bruno",surname:"Carpentieri",slug:"bruno-carpentieri",fullName:"Bruno Carpentieri"}],productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}}],filtersByTopic:[{group:"topic",caption:"Agricultural and Biological Sciences",value:5,count:10},{group:"topic",caption:"Biochemistry, Genetics and Molecular Biology",value:6,count:14},{group:"topic",caption:"Business, Management and Economics",value:7,count:2},{group:"topic",caption:"Chemistry",value:8,count:6},{group:"topic",caption:"Computer and Information Science",value:9,count:10},{group:"topic",caption:"Earth and Planetary Sciences",value:10,count:4},{group:"topic",caption:"Engineering",value:11,count:15},{group:"topic",caption:"Environmental Sciences",value:12,count:2},{group:"topic",caption:"Immunology and Microbiology",value:13,count:4},{group:"topic",caption:"Materials Science",value:14,count:5},{group:"topic",caption:"Mathematics",value:15,count:1},{group:"topic",caption:"Medicine",value:16,count:55},{group:"topic",caption:"Neuroscience",value:18,count:1},{group:"topic",caption:"Pharmacology, Toxicology and Pharmaceutical Science",value:19,count:5},{group:"topic",caption:"Physics",value:20,count:2},{group:"topic",caption:"Psychology",value:21,count:3},{group:"topic",caption:"Robotics",value:22,count:1},{group:"topic",caption:"Social Sciences",value:23,count:3},{group:"topic",caption:"Technology",value:24,count:1},{group:"topic",caption:"Veterinary Medicine and Science",value:25,count:2}],offset:12,limit:12,total:3},popularBooks:{featuredBooks:[{type:"book",id:"7802",title:"Modern Slavery and Human Trafficking",subtitle:null,isOpenForSubmission:!1,hash:"587a0b7fb765f31cc98de33c6c07c2e0",slug:"modern-slavery-and-human-trafficking",bookSignature:"Jane Reeves",coverURL:"https://cdn.intechopen.com/books/images_new/7802.jpg",editors:[{id:"211328",title:"Prof.",name:"Jane",middleName:null,surname:"Reeves",slug:"jane-reeves",fullName:"Jane Reeves"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9961",title:"Data Mining",subtitle:"Methods, Applications and Systems",isOpenForSubmission:!1,hash:"ed79fb6364f2caf464079f94a0387146",slug:"data-mining-methods-applications-and-systems",bookSignature:"Derya Birant",coverURL:"https://cdn.intechopen.com/books/images_new/9961.jpg",editors:[{id:"15609",title:"Dr.",name:"Derya",middleName:null,surname:"Birant",slug:"derya-birant",fullName:"Derya Birant"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8545",title:"Animal Reproduction in Veterinary Medicine",subtitle:null,isOpenForSubmission:!1,hash:"13aaddf5fdbbc78387e77a7da2388bf6",slug:"animal-reproduction-in-veterinary-medicine",bookSignature:"Faruk Aral, Rita Payan-Carreira and Miguel Quaresma",coverURL:"https://cdn.intechopen.com/books/images_new/8545.jpg",editors:[{id:"25600",title:"Prof.",name:"Faruk",middleName:null,surname:"Aral",slug:"faruk-aral",fullName:"Faruk Aral"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9157",title:"Neurodegenerative Diseases",subtitle:"Molecular Mechanisms and Current Therapeutic Approaches",isOpenForSubmission:!1,hash:"bc8be577966ef88735677d7e1e92ed28",slug:"neurodegenerative-diseases-molecular-mechanisms-and-current-therapeutic-approaches",bookSignature:"Nagehan Ersoy Tunalı",coverURL:"https://cdn.intechopen.com/books/images_new/9157.jpg",editors:[{id:"82778",title:"Ph.D.",name:"Nagehan",middleName:null,surname:"Ersoy Tunalı",slug:"nagehan-ersoy-tunali",fullName:"Nagehan Ersoy Tunalı"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8686",title:"Direct Torque Control Strategies of Electrical Machines",subtitle:null,isOpenForSubmission:!1,hash:"b6ad22b14db2b8450228545d3d4f6b1a",slug:"direct-torque-control-strategies-of-electrical-machines",bookSignature:"Fatma Ben Salem",coverURL:"https://cdn.intechopen.com/books/images_new/8686.jpg",editors:[{id:"295623",title:"Associate Prof.",name:"Fatma",middleName:null,surname:"Ben Salem",slug:"fatma-ben-salem",fullName:"Fatma Ben Salem"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7434",title:"Molecular Biotechnology",subtitle:null,isOpenForSubmission:!1,hash:"eceede809920e1ec7ecadd4691ede2ec",slug:"molecular-biotechnology",bookSignature:"Sergey Sedykh",coverURL:"https://cdn.intechopen.com/books/images_new/7434.jpg",editors:[{id:"178316",title:"Ph.D.",name:"Sergey",middleName:null,surname:"Sedykh",slug:"sergey-sedykh",fullName:"Sergey Sedykh"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9208",title:"Welding",subtitle:"Modern Topics",isOpenForSubmission:!1,hash:"7d6be076ccf3a3f8bd2ca52d86d4506b",slug:"welding-modern-topics",bookSignature:"Sadek Crisóstomo Absi Alfaro, Wojciech Borek and Błażej Tomiczek",coverURL:"https://cdn.intechopen.com/books/images_new/9208.jpg",editors:[{id:"65292",title:"Prof.",name:"Sadek Crisostomo Absi",middleName:"C. Absi",surname:"Alfaro",slug:"sadek-crisostomo-absi-alfaro",fullName:"Sadek Crisostomo Absi Alfaro"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7831",title:"Sustainability in Urban Planning and Design",subtitle:null,isOpenForSubmission:!1,hash:"c924420492c8c2c9751e178d025f4066",slug:"sustainability-in-urban-planning-and-design",bookSignature:"Amjad Almusaed, Asaad Almssad and Linh Truong - Hong",coverURL:"https://cdn.intechopen.com/books/images_new/7831.jpg",editors:[{id:"110471",title:"Dr.",name:"Amjad",middleName:"Zaki",surname:"Almusaed",slug:"amjad-almusaed",fullName:"Amjad Almusaed"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9343",title:"Trace Metals in the Environment",subtitle:"New Approaches and Recent Advances",isOpenForSubmission:!1,hash:"ae07e345bc2ce1ebbda9f70c5cd12141",slug:"trace-metals-in-the-environment-new-approaches-and-recent-advances",bookSignature:"Mario Alfonso Murillo-Tovar, Hugo Saldarriaga-Noreña and Agnieszka Saeid",coverURL:"https://cdn.intechopen.com/books/images_new/9343.jpg",editors:[{id:"255959",title:"Dr.",name:"Mario Alfonso",middleName:null,surname:"Murillo-Tovar",slug:"mario-alfonso-murillo-tovar",fullName:"Mario Alfonso Murillo-Tovar"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9139",title:"Topics in Primary Care Medicine",subtitle:null,isOpenForSubmission:!1,hash:"ea774a4d4c1179da92a782e0ae9cde92",slug:"topics-in-primary-care-medicine",bookSignature:"Thomas F. Heston",coverURL:"https://cdn.intechopen.com/books/images_new/9139.jpg",editors:[{id:"217926",title:"Dr.",name:"Thomas F.",middleName:null,surname:"Heston",slug:"thomas-f.-heston",fullName:"Thomas F. Heston"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9839",title:"Outdoor Recreation",subtitle:"Physiological and Psychological Effects on Health",isOpenForSubmission:!1,hash:"5f5a0d64267e32567daffa5b0c6a6972",slug:"outdoor-recreation-physiological-and-psychological-effects-on-health",bookSignature:"Hilde G. Nielsen",coverURL:"https://cdn.intechopen.com/books/images_new/9839.jpg",editors:[{id:"158692",title:"Ph.D.",name:"Hilde G.",middleName:null,surname:"Nielsen",slug:"hilde-g.-nielsen",fullName:"Hilde G. Nielsen"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8697",title:"Virtual Reality and Its Application in Education",subtitle:null,isOpenForSubmission:!1,hash:"ee01b5e387ba0062c6b0d1e9227bda05",slug:"virtual-reality-and-its-application-in-education",bookSignature:"Dragan Cvetković",coverURL:"https://cdn.intechopen.com/books/images_new/8697.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"}}],offset:12,limit:12,total:5146},hotBookTopics:{hotBooks:[],offset:0,limit:12,total:null},publish:{},publishingProposal:{success:null,errors:{}},books:{featuredBooks:[{type:"book",id:"7802",title:"Modern Slavery and Human Trafficking",subtitle:null,isOpenForSubmission:!1,hash:"587a0b7fb765f31cc98de33c6c07c2e0",slug:"modern-slavery-and-human-trafficking",bookSignature:"Jane Reeves",coverURL:"https://cdn.intechopen.com/books/images_new/7802.jpg",editors:[{id:"211328",title:"Prof.",name:"Jane",middleName:null,surname:"Reeves",slug:"jane-reeves",fullName:"Jane Reeves"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9961",title:"Data Mining",subtitle:"Methods, Applications and Systems",isOpenForSubmission:!1,hash:"ed79fb6364f2caf464079f94a0387146",slug:"data-mining-methods-applications-and-systems",bookSignature:"Derya Birant",coverURL:"https://cdn.intechopen.com/books/images_new/9961.jpg",editors:[{id:"15609",title:"Dr.",name:"Derya",middleName:null,surname:"Birant",slug:"derya-birant",fullName:"Derya Birant"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8545",title:"Animal Reproduction in Veterinary Medicine",subtitle:null,isOpenForSubmission:!1,hash:"13aaddf5fdbbc78387e77a7da2388bf6",slug:"animal-reproduction-in-veterinary-medicine",bookSignature:"Faruk Aral, Rita Payan-Carreira and Miguel Quaresma",coverURL:"https://cdn.intechopen.com/books/images_new/8545.jpg",editors:[{id:"25600",title:"Prof.",name:"Faruk",middleName:null,surname:"Aral",slug:"faruk-aral",fullName:"Faruk Aral"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9157",title:"Neurodegenerative Diseases",subtitle:"Molecular Mechanisms and Current Therapeutic Approaches",isOpenForSubmission:!1,hash:"bc8be577966ef88735677d7e1e92ed28",slug:"neurodegenerative-diseases-molecular-mechanisms-and-current-therapeutic-approaches",bookSignature:"Nagehan Ersoy Tunalı",coverURL:"https://cdn.intechopen.com/books/images_new/9157.jpg",editors:[{id:"82778",title:"Ph.D.",name:"Nagehan",middleName:null,surname:"Ersoy Tunalı",slug:"nagehan-ersoy-tunali",fullName:"Nagehan Ersoy Tunalı"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"8686",title:"Direct Torque Control Strategies of Electrical Machines",subtitle:null,isOpenForSubmission:!1,hash:"b6ad22b14db2b8450228545d3d4f6b1a",slug:"direct-torque-control-strategies-of-electrical-machines",bookSignature:"Fatma Ben Salem",coverURL:"https://cdn.intechopen.com/books/images_new/8686.jpg",editors:[{id:"295623",title:"Associate Prof.",name:"Fatma",middleName:null,surname:"Ben Salem",slug:"fatma-ben-salem",fullName:"Fatma Ben Salem"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7434",title:"Molecular Biotechnology",subtitle:null,isOpenForSubmission:!1,hash:"eceede809920e1ec7ecadd4691ede2ec",slug:"molecular-biotechnology",bookSignature:"Sergey Sedykh",coverURL:"https://cdn.intechopen.com/books/images_new/7434.jpg",editors:[{id:"178316",title:"Ph.D.",name:"Sergey",middleName:null,surname:"Sedykh",slug:"sergey-sedykh",fullName:"Sergey Sedykh"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9208",title:"Welding",subtitle:"Modern Topics",isOpenForSubmission:!1,hash:"7d6be076ccf3a3f8bd2ca52d86d4506b",slug:"welding-modern-topics",bookSignature:"Sadek Crisóstomo Absi Alfaro, Wojciech Borek and Błażej Tomiczek",coverURL:"https://cdn.intechopen.com/books/images_new/9208.jpg",editors:[{id:"65292",title:"Prof.",name:"Sadek Crisostomo Absi",middleName:"C. Absi",surname:"Alfaro",slug:"sadek-crisostomo-absi-alfaro",fullName:"Sadek Crisostomo Absi Alfaro"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"7831",title:"Sustainability in Urban Planning and Design",subtitle:null,isOpenForSubmission:!1,hash:"c924420492c8c2c9751e178d025f4066",slug:"sustainability-in-urban-planning-and-design",bookSignature:"Amjad Almusaed, Asaad Almssad and Linh Truong - Hong",coverURL:"https://cdn.intechopen.com/books/images_new/7831.jpg",editors:[{id:"110471",title:"Dr.",name:"Amjad",middleName:"Zaki",surname:"Almusaed",slug:"amjad-almusaed",fullName:"Amjad Almusaed"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9343",title:"Trace Metals in the Environment",subtitle:"New Approaches and Recent Advances",isOpenForSubmission:!1,hash:"ae07e345bc2ce1ebbda9f70c5cd12141",slug:"trace-metals-in-the-environment-new-approaches-and-recent-advances",bookSignature:"Mario Alfonso Murillo-Tovar, Hugo Saldarriaga-Noreña and Agnieszka Saeid",coverURL:"https://cdn.intechopen.com/books/images_new/9343.jpg",editors:[{id:"255959",title:"Dr.",name:"Mario Alfonso",middleName:null,surname:"Murillo-Tovar",slug:"mario-alfonso-murillo-tovar",fullName:"Mario Alfonso Murillo-Tovar"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}},{type:"book",id:"9139",title:"Topics in Primary Care Medicine",subtitle:null,isOpenForSubmission:!1,hash:"ea774a4d4c1179da92a782e0ae9cde92",slug:"topics-in-primary-care-medicine",bookSignature:"Thomas F. Heston",coverURL:"https://cdn.intechopen.com/books/images_new/9139.jpg",editors:[{id:"217926",title:"Dr.",name:"Thomas F.",middleName:null,surname:"Heston",slug:"thomas-f.-heston",fullName:"Thomas F. Heston"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}}],latestBooks:[{type:"book",id:"7434",title:"Molecular Biotechnology",subtitle:null,isOpenForSubmission:!1,hash:"eceede809920e1ec7ecadd4691ede2ec",slug:"molecular-biotechnology",bookSignature:"Sergey Sedykh",coverURL:"https://cdn.intechopen.com/books/images_new/7434.jpg",editedByType:"Edited by",editors:[{id:"178316",title:"Ph.D.",name:"Sergey",middleName:null,surname:"Sedykh",slug:"sergey-sedykh",fullName:"Sergey Sedykh"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"8545",title:"Animal Reproduction in Veterinary Medicine",subtitle:null,isOpenForSubmission:!1,hash:"13aaddf5fdbbc78387e77a7da2388bf6",slug:"animal-reproduction-in-veterinary-medicine",bookSignature:"Faruk Aral, Rita Payan-Carreira and Miguel Quaresma",coverURL:"https://cdn.intechopen.com/books/images_new/8545.jpg",editedByType:"Edited by",editors:[{id:"25600",title:"Prof.",name:"Faruk",middleName:null,surname:"Aral",slug:"faruk-aral",fullName:"Faruk Aral"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9569",title:"Methods in Molecular Medicine",subtitle:null,isOpenForSubmission:!1,hash:"691d3f3c4ac25a8093414e9b270d2843",slug:"methods-in-molecular-medicine",bookSignature:"Yusuf Tutar",coverURL:"https://cdn.intechopen.com/books/images_new/9569.jpg",editedByType:"Edited by",editors:[{id:"158492",title:"Prof.",name:"Yusuf",middleName:null,surname:"Tutar",slug:"yusuf-tutar",fullName:"Yusuf Tutar"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9839",title:"Outdoor Recreation",subtitle:"Physiological and Psychological Effects on Health",isOpenForSubmission:!1,hash:"5f5a0d64267e32567daffa5b0c6a6972",slug:"outdoor-recreation-physiological-and-psychological-effects-on-health",bookSignature:"Hilde G. Nielsen",coverURL:"https://cdn.intechopen.com/books/images_new/9839.jpg",editedByType:"Edited by",editors:[{id:"158692",title:"Ph.D.",name:"Hilde G.",middleName:null,surname:"Nielsen",slug:"hilde-g.-nielsen",fullName:"Hilde G. Nielsen"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"7802",title:"Modern Slavery and Human Trafficking",subtitle:null,isOpenForSubmission:!1,hash:"587a0b7fb765f31cc98de33c6c07c2e0",slug:"modern-slavery-and-human-trafficking",bookSignature:"Jane Reeves",coverURL:"https://cdn.intechopen.com/books/images_new/7802.jpg",editedByType:"Edited by",editors:[{id:"211328",title:"Prof.",name:"Jane",middleName:null,surname:"Reeves",slug:"jane-reeves",fullName:"Jane Reeves"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"8063",title:"Food Security in Africa",subtitle:null,isOpenForSubmission:!1,hash:"8cbf3d662b104d19db2efc9d59249efc",slug:"food-security-in-africa",bookSignature:"Barakat Mahmoud",coverURL:"https://cdn.intechopen.com/books/images_new/8063.jpg",editedByType:"Edited by",editors:[{id:"92016",title:"Dr.",name:"Barakat",middleName:null,surname:"Mahmoud",slug:"barakat-mahmoud",fullName:"Barakat Mahmoud"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"10118",title:"Plant Stress Physiology",subtitle:null,isOpenForSubmission:!1,hash:"c68b09d2d2634fc719ae3b9a64a27839",slug:"plant-stress-physiology",bookSignature:"Akbar Hossain",coverURL:"https://cdn.intechopen.com/books/images_new/10118.jpg",editedByType:"Edited by",editors:[{id:"280755",title:"Dr.",name:"Akbar",middleName:null,surname:"Hossain",slug:"akbar-hossain",fullName:"Akbar Hossain"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9157",title:"Neurodegenerative Diseases",subtitle:"Molecular Mechanisms and Current Therapeutic Approaches",isOpenForSubmission:!1,hash:"bc8be577966ef88735677d7e1e92ed28",slug:"neurodegenerative-diseases-molecular-mechanisms-and-current-therapeutic-approaches",bookSignature:"Nagehan Ersoy Tunalı",coverURL:"https://cdn.intechopen.com/books/images_new/9157.jpg",editedByType:"Edited by",editors:[{id:"82778",title:"Ph.D.",name:"Nagehan",middleName:null,surname:"Ersoy Tunalı",slug:"nagehan-ersoy-tunali",fullName:"Nagehan Ersoy Tunalı"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"9961",title:"Data Mining",subtitle:"Methods, Applications and Systems",isOpenForSubmission:!1,hash:"ed79fb6364f2caf464079f94a0387146",slug:"data-mining-methods-applications-and-systems",bookSignature:"Derya Birant",coverURL:"https://cdn.intechopen.com/books/images_new/9961.jpg",editedByType:"Edited by",editors:[{id:"15609",title:"Dr.",name:"Derya",middleName:null,surname:"Birant",slug:"derya-birant",fullName:"Derya Birant"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"8686",title:"Direct Torque Control Strategies of Electrical Machines",subtitle:null,isOpenForSubmission:!1,hash:"b6ad22b14db2b8450228545d3d4f6b1a",slug:"direct-torque-control-strategies-of-electrical-machines",bookSignature:"Fatma Ben Salem",coverURL:"https://cdn.intechopen.com/books/images_new/8686.jpg",editedByType:"Edited by",editors:[{id:"295623",title:"Associate Prof.",name:"Fatma",middleName:null,surname:"Ben Salem",slug:"fatma-ben-salem",fullName:"Fatma Ben Salem"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}}]},subject:{topic:{id:"852",title:"Sustainability",slug:"environmental-design-sustainability",parent:{title:"Environmental Design",slug:"environmental-design"},numberOfBooks:3,numberOfAuthorsAndEditors:12,numberOfWosCitations:0,numberOfCrossrefCitations:12,numberOfDimensionsCitations:13,videoUrl:null,fallbackUrl:null,description:null},booksByTopicFilter:{topicSlug:"environmental-design-sustainability",sort:"-publishedDate",limit:12,offset:0},booksByTopicCollection:[{type:"book",id:"9916",title:"Zero-Energy Buildings",subtitle:"New Approaches and Technologies",isOpenForSubmission:!1,hash:"03b533ca4c0a7f4f0307e4e4ec474594",slug:"zero-energy-buildings-new-approaches-and-technologies",bookSignature:"Jesús Alberto Pulido Arcas, Carlos Rubio-Bellido, Alexis Pérez-Fargallo and Ivan Oropeza-Perez",coverURL:"https://cdn.intechopen.com/books/images_new/9916.jpg",editedByType:"Edited by",editors:[{id:"172801",title:"Dr.",name:"Jesus Alberto",middleName:null,surname:"Pulido Arcas",slug:"jesus-alberto-pulido-arcas",fullName:"Jesus Alberto Pulido Arcas"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"7650",title:"Different Strategies of Housing Design",subtitle:null,isOpenForSubmission:!1,hash:"a7228ca821b354d974a45eac0ca0eff8",slug:"different-strategies-of-housing-design",bookSignature:"Ayşem Berrin Çakmaklı",coverURL:"https://cdn.intechopen.com/books/images_new/7650.jpg",editedByType:"Edited by",editors:[{id:"220974",title:"Dr.",name:"Aysem",middleName:"Berrin",surname:"Cakmakli",slug:"aysem-cakmakli",fullName:"Aysem Cakmakli"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter",authoredCaption:"Edited by"}},{type:"book",id:"5692",title:"Sustainable Home Design by Applying Control Science",subtitle:null,isOpenForSubmission:!1,hash:"83bab2850ca5c3aea1dd9c25cd2aee8c",slug:"sustainable-home-design-by-applying-control-science",bookSignature:"Kazutoshi Fujihira",coverURL:"https://cdn.intechopen.com/books/images_new/5692.jpg",editedByType:"Authored by",editors:[{id:"69662",title:"BSc.",name:"Kazutoshi",middleName:null,surname:"Fujihira",slug:"kazutoshi-fujihira",fullName:"Kazutoshi Fujihira"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"3",chapterContentType:"chapter",authoredCaption:"Authored by"}}],booksByTopicTotal:3,mostCitedChapters:[{id:"57401",doi:"10.5772/intechopen.71325",title:"Basic Schemes: Preparations for Applying Control Science to Sustainable Design",slug:"basic-schemes-preparations-for-applying-control-science-to-sustainable-design",totalDownloads:664,totalCrossrefCites:2,totalDimensionsCites:2,book:{slug:"sustainable-home-design-by-applying-control-science",title:"Sustainable Home Design by Applying Control Science",fullTitle:"Sustainable Home Design by Applying Control Science"},signatures:"Kazutoshi Fujihira",authors:[{id:"69662",title:"BSc.",name:"Kazutoshi",middleName:null,surname:"Fujihira",slug:"kazutoshi-fujihira",fullName:"Kazutoshi Fujihira"}]},{id:"57412",doi:"10.5772/intechopen.71324",title:"Methodology of Applying Control Science to Sustainable Housing Design",slug:"methodology-of-applying-control-science-to-sustainable-housing-design",totalDownloads:613,totalCrossrefCites:2,totalDimensionsCites:2,book:{slug:"sustainable-home-design-by-applying-control-science",title:"Sustainable Home Design by Applying Control Science",fullTitle:"Sustainable Home Design by Applying Control Science"},signatures:"Kazutoshi Fujihira",authors:[{id:"69662",title:"BSc.",name:"Kazutoshi",middleName:null,surname:"Fujihira",slug:"kazutoshi-fujihira",fullName:"Kazutoshi Fujihira"}]},{id:"57437",doi:"10.5772/intechopen.71321",title:"Discussion and Conclusion: Effectiveness, Characteristics and Future Prospects of the Methodology",slug:"discussion-and-conclusion-effectiveness-characteristics-and-future-prospects-of-the-methodology",totalDownloads:612,totalCrossrefCites:2,totalDimensionsCites:2,book:{slug:"sustainable-home-design-by-applying-control-science",title:"Sustainable Home Design by Applying Control Science",fullTitle:"Sustainable Home Design by Applying Control Science"},signatures:"Kazutoshi Fujihira",authors:[{id:"69662",title:"BSc.",name:"Kazutoshi",middleName:null,surname:"Fujihira",slug:"kazutoshi-fujihira",fullName:"Kazutoshi Fujihira"}]}],mostDownloadedChaptersLast30Days:[{id:"71982",title:"Net-Zero Energy Buildings: Principles and Applications",slug:"net-zero-energy-buildings-principles-and-applications",totalDownloads:586,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"zero-energy-buildings-new-approaches-and-technologies",title:"Zero-Energy Buildings",fullTitle:"Zero-Energy Buildings - New Approaches and Technologies"},signatures:"Maher Shehadi",authors:null},{id:"71492",title:"Fly Ash as a Cementitious Material for Concrete",slug:"fly-ash-as-a-cementitious-material-for-concrete",totalDownloads:215,totalCrossrefCites:1,totalDimensionsCites:0,book:{slug:"zero-energy-buildings-new-approaches-and-technologies",title:"Zero-Energy Buildings",fullTitle:"Zero-Energy Buildings - New Approaches and Technologies"},signatures:"Aissa Bouaissi, Long Yuan Li, Mohd Mustafa Al Bakri Abdullah, Romisuhani Ahmad, Rafiza Abdul Razak and Zarina Yahya",authors:null},{id:"70732",title:"Net Zero Energy Buildings and Low Carbon Emission, a Case of Study of Madagascar Island",slug:"net-zero-energy-buildings-and-low-carbon-emission-a-case-of-study-of-madagascar-island",totalDownloads:170,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"zero-energy-buildings-new-approaches-and-technologies",title:"Zero-Energy Buildings",fullTitle:"Zero-Energy Buildings - New Approaches and Technologies"},signatures:"Modeste Kameni Nematchoua and Sigrid Reiter",authors:null},{id:"67084",title:"Comprehensive Strategy for Sustainable Housing Design",slug:"comprehensive-strategy-for-sustainable-housing-design",totalDownloads:642,totalCrossrefCites:1,totalDimensionsCites:1,book:{slug:"different-strategies-of-housing-design",title:"Different Strategies of Housing Design",fullTitle:"Different Strategies of Housing Design"},signatures:"Kazutoshi Fujihira",authors:[{id:"69662",title:"BSc.",name:"Kazutoshi",middleName:null,surname:"Fujihira",slug:"kazutoshi-fujihira",fullName:"Kazutoshi Fujihira"}]},{id:"73729",title:"Solar Energy and Its Purpose in Net-Zero Energy Building",slug:"solar-energy-and-its-purpose-in-net-zero-energy-building",totalDownloads:138,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"zero-energy-buildings-new-approaches-and-technologies",title:"Zero-Energy Buildings",fullTitle:"Zero-Energy Buildings - New Approaches and Technologies"},signatures:"Mostafa Esmaeili Shayan",authors:[{id:"317852",title:"Ph.D.",name:"Mostafa",middleName:null,surname:"Esmaeili Shayan",slug:"mostafa-esmaeili-shayan",fullName:"Mostafa Esmaeili Shayan"}]},{id:"72850",title:"Computational Analysis of a Lecture Room Ventilation System",slug:"computational-analysis-of-a-lecture-room-ventilation-system",totalDownloads:277,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"zero-energy-buildings-new-approaches-and-technologies",title:"Zero-Energy Buildings",fullTitle:"Zero-Energy Buildings - New Approaches and Technologies"},signatures:"Abayomi Layeni, Collins Nwaokocha, Olalekan Olamide, Solomon Giwa, Samuel Tongo, Olawale Onabanjo, Taiwo Samuel, Olabode Olanipekun, Oluwasegun Alabi, Kasali Adedeji, Olusegun Samuel, Jagun Zaid Oluwadurotimi, Olaolu Folorunsho, Jacob Adebayo and Folashade Oniyide",authors:null},{id:"71536",title:"Improvement of the Thermal Properties of Sorel Cements",slug:"improvement-of-the-thermal-properties-of-sorel-cements",totalDownloads:134,totalCrossrefCites:1,totalDimensionsCites:0,book:{slug:"zero-energy-buildings-new-approaches-and-technologies",title:"Zero-Energy Buildings",fullTitle:"Zero-Energy Buildings - New Approaches and Technologies"},signatures:"Rim Zgueb, Amal Brichni and Noureddine Yacoubi",authors:null},{id:"57400",title:"Case Study: Detached House Designed by Following the Control System",slug:"case-study-detached-house-designed-by-following-the-control-system",totalDownloads:865,totalCrossrefCites:1,totalDimensionsCites:1,book:{slug:"sustainable-home-design-by-applying-control-science",title:"Sustainable Home Design by Applying Control Science",fullTitle:"Sustainable Home Design by Applying Control Science"},signatures:"Kazutoshi Fujihira",authors:[{id:"69662",title:"BSc.",name:"Kazutoshi",middleName:null,surname:"Fujihira",slug:"kazutoshi-fujihira",fullName:"Kazutoshi Fujihira"}]},{id:"57437",title:"Discussion and Conclusion: Effectiveness, Characteristics and Future Prospects of the Methodology",slug:"discussion-and-conclusion-effectiveness-characteristics-and-future-prospects-of-the-methodology",totalDownloads:612,totalCrossrefCites:2,totalDimensionsCites:2,book:{slug:"sustainable-home-design-by-applying-control-science",title:"Sustainable Home Design by Applying Control Science",fullTitle:"Sustainable Home Design by Applying Control Science"},signatures:"Kazutoshi Fujihira",authors:[{id:"69662",title:"BSc.",name:"Kazutoshi",middleName:null,surname:"Fujihira",slug:"kazutoshi-fujihira",fullName:"Kazutoshi Fujihira"}]},{id:"72174",title:"Exploring the Factors Hindering the Use of Green Architecture in Nigeria",slug:"exploring-the-factors-hindering-the-use-of-green-architecture-in-nigeria",totalDownloads:189,totalCrossrefCites:0,totalDimensionsCites:0,book:{slug:"zero-energy-buildings-new-approaches-and-technologies",title:"Zero-Energy Buildings",fullTitle:"Zero-Energy Buildings - New Approaches and Technologies"},signatures:"Auwalu Faisal Koko and Muhammed Bello",authors:null}],onlineFirstChaptersFilter:{topicSlug:"environmental-design-sustainability",limit:3,offset:0},onlineFirstChaptersCollection:[],onlineFirstChaptersTotal:0},preDownload:{success:null,errors:{}},aboutIntechopen:{},privacyPolicy:{},peerReviewing:{},howOpenAccessPublishingWithIntechopenWorks:{},sponsorshipBooks:{sponsorshipBooks:[{type:"book",id:"10176",title:"Microgrids and Local Energy Systems",subtitle:null,isOpenForSubmission:!0,hash:"c32b4a5351a88f263074b0d0ca813a9c",slug:null,bookSignature:"Prof. Nick Jenkins",coverURL:"https://cdn.intechopen.com/books/images_new/10176.jpg",editedByType:null,editors:[{id:"55219",title:"Prof.",name:"Nick",middleName:null,surname:"Jenkins",slug:"nick-jenkins",fullName:"Nick Jenkins"}],equalEditorOne:null,equalEditorTwo:null,equalEditorThree:null,productType:{id:"1",chapterContentType:"chapter"}}],offset:8,limit:8,total:1},route:{name:"profile.detail",path:"/profiles/194813/yasuhiro-akiyama",hash:"",query:{},params:{id:"194813",slug:"yasuhiro-akiyama"},fullPath:"/profiles/194813/yasuhiro-akiyama",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)}()