
Citation: Wisawat Keaswejjareansuk, Xiang Wang, Richard D. Sisson, Jianyu Liang. Electrospinning process control for fiber-structured poly(Bisphenol A-co-Epichlorohydrin) membrane[J]. AIMS Materials Science, 2020, 7(2): 130-143. doi: 10.3934/matersci.2020.2.130
[1] | Eduardo Castillo-Castaneda . Neural network training in SCILAB for classifying mango (Mangifera indica) according to maturity level using the RGB color model. STEM Education, 2021, 1(3): 186-198. doi: 10.3934/steme.2021014 |
[2] | Lotfi Romdhane, Mohammad A. Jaradat . Interactive MATLAB based project learning in a robotics course: Challenges and achievements. STEM Education, 2021, 1(1): 32-46. doi: 10.3934/steme.2021003 |
[3] | Isidro Max V. Alejandro, Joje Mar P. Sanchez, Gino G. Sumalinog, Janet A. Mananay, Charess E. Goles, Chery B. Fernandez . Pre-service teachers' technology acceptance of artificial intelligence (AI) applications in education. STEM Education, 2024, 4(4): 445-465. doi: 10.3934/steme.2024024 |
[4] | Soheila Garshasbi, Brian Yecies, Jun Shen . Microlearning and computer-supported collaborative learning: An agenda towards a comprehensive online learning system. STEM Education, 2021, 1(4): 225-255. doi: 10.3934/steme.2021016 |
[5] | Jandy Perra Jembu, Shalin Lee . The effectiveness of Artificial Intelligence (AI) in learning outcomes of nursing students: A meta-analysis of randomized controlled trials (RCTs). STEM Education, 2025, 5(4): 546-563. doi: 10.3934/steme.2025026 |
[6] | Elena Guerra . The contribution of critical thinking to STEM disciplines at the time of generative intelligence. STEM Education, 2024, 4(1): 71-81. doi: 10.3934/steme.2024005 |
[7] | Samah Hatem Almaki, Nofouz Mafarja, Hamama Mubarak Saif Al Mansoori . Teacher well-being and use of artificial intelligence applications and tools: Moderation effects of leadership support in inclusive classroom. STEM Education, 2025, 5(1): 109-129. doi: 10.3934/steme.2025006 |
[8] | Mahmoud Elkhodr, Ergun Gide, Robert Wu, Omar Darwish . ICT students' perceptions towards ChatGPT: An experimental reflective lab analysis. STEM Education, 2023, 3(2): 70-88. doi: 10.3934/steme.2023006 |
[9] | Sasha Nikolic, Zach Quince, Anna Lidfors Lindqvist, Peter Neal, Sarah Grundy, May Lim, Faham Tahmasebinia, Shannon Rios, Josh Burridge, Kathy Petkoff, Ashfaque Ahmed Chowdhury, Wendy S.L. Lee, Rita Prestigiacomo, Hamish Fernando, Peter Lok, Mark Symes . Project-work Artificial Intelligence Integration Framework (PAIIF): Developing a CDIO-based framework for educational integration. STEM Education, 2025, 5(2): 310-332. doi: 10.3934/steme.2025016 |
[10] | Falguni P. Desai, Piyush S. Desai, Fatma Sonmez Cakir, Bhavna T. Naik, Riaz A. Tai . Studying the impact of government's employability enhancement drive Finishing School on tribal students of a college in the South Gujarat region in India. STEM Education, 2024, 4(2): 106-126. doi: 10.3934/steme.2024007 |
For many years, artificial intelligence has been presented as a complex field, understandable only by expert programmers and mathematicians. However, such thinking runs contrary to the basic principle of artificial intelligence: letting computers solve complex problems or repetitive tasks of human beings. The main purpose of the application presented in this paper is to demonstrate that a neural network can be easily developed (theoretically and practically) in a public access programming language such as SCILAB to solve a concrete problem. This application is part of an artificial intelligence course taught to second year students of undergraduate Engineering Systems programs.
Industries that use fruits as raw materials must, at some point in the process, classify them to discard the unsuitable ones and thus ensure the quality of the final product. To extract mango (Mangifera indica) nectar, it is necessary to classify it into three categories: mature, medium, or green. The reason is that only the mature mango (with a suitable level of sugar) can be used for nectar extraction; the green mango is stored for more days and the medium mango is refrigerated and returns to the sorting process two days later [1]. In many nectar factories, the classification is done manually, that is, the mangoes are unloaded from the truck and placed on a conveyor belt where a group of employees separate the mangoes manually, using touch and considering their appearance (particularly the color), see Fig. 1.
Manual classification can be too subjective and therefore unreliable, employees can make mistakes during selection; it is a simple task but requires high levels of concentration over long periods of time. Also, a poor mango classification will reduce the quality of the extracted nectar. Another important situation for the employees, is that repetitive muscle movements can cause tendon inflammation, then injury and disability. Fortunately, automation and artificial intelligence (AI) can provide a solution to this problem and assist people in these types of repetitive tasks.
AI is the ability of computer programs to generate conclusions from the observation of some variables [3], it has been developed under that name since the 70's, its growth is linked to the evolution of computers, their processing and storage capacity. Today, the high performance of computers is used to assist people to perform complex, dangerous, and repetitive tasks, in environments not suitable for human beings. In the 70's, the progress of AI was limited by the low processing and storage capacity of computers, but today, AI applications are multiplying rapidly, and have become accessible to professionals in any field [4]. The computer performs the "observation of variables" through sensors, which have also become accessible due to their low cost. For example, digital cameras, which are photosensitive sensors that convert light into electrical signals, have achieved very high performance at very low cost.
A computer program, which implements an AI application, must include the stages indicated in Fig. 2. To begin, we must define an objective by answering the question: What result do I want to obtain from the program? In addition, we must determine the best set of variables to achieve that goal. Considering the mango classification, the objective is "identify to which of the three categories, green, medium, or mature, a mango belongs". The variables to achieve this objective can be sugar level, smell, texture, or color; in this work we chose the color since it allows to classify mango without contact, assuming a high correlation with the level of maturity [1].
The Fig. 3 shows that there is an evident correlation between color and maturity level of a mango since mature ones turn yellow.
From the objective and the variables, stage 1 is to acquire data (numerical values) of the selected variables, that is, the mango color. In stage 2, a model must be proposed to process the data, that is, a model that correlates the mango color with one of the three categories. In stage 3, the program must generate a forecast based on the data entered and the proposed model, that is, determine the category to which each mango belongs. At the end, in stage 4, the program must compare the result with the true mango category and learn from the error, that is, a person or a system evaluates the result obtained by the program and decides whether the classification is correct or not; the error obtained is combined with new data (to adjust the model) and the process starts again. The most complex stage is to propose a correct model; There are different ways to generate a model in AI, the best known are [5]: Expert Systems, Decision Trees, and Artificial Neural Networks (ANN). In this paper we present a solution based on ANN.
The proposed solution is based on the correlation that exists between the color of a fruit and its level of maturity, which has been widely used in other research works on fruit maturity [6, 7]. In this way, it is possible to identify maturity level of mangoes from their color, without having to measure sugar levels or texture, which are the commonly used off-line methods. Furthermore, to make AI techniques accessible to a greater number of people, we use SCILAB as computer platform to extract color and to program the neural network as well as its training phase.
For humans, identifying a green mango from a yellow (ripe) one is relatively simple since we were trained during childhood. However, humans can make mistakes when colors are similar, for example, to identify different shades of green. In contrast, a computer program can identify colors with extreme precision and repeatability, thousands of times. To achieve this goal, the computer only requires an image of the object acquired through a conventional camera and a computer program for processing.
The type of lighting selected to illuminate the object during image acquisition should not generate glare or shadows since both situations modify the true color of the object [8].
Before extracting the color, the object of interest (mango) must be separated from the background, this process is known as segmentation [9]. This separation is simplified by choosing a uniform background providing enough contrast between background and object. As an example, Fig. 4 shows an image segmentation to separate the airplane from the background (clouds and sky). The interest object appears on white (1 or true) and the rest on black (0 or false).
Color cameras have an array of sensors, each sensor transduces the intensity (amplitude) of three wavelengths that correspond to the colors Red, Green and Blue, known as the RGB (Red, Green, Blue) model. The computer handles each element of the sensor under a digital form (a pixel), which is characterized by the numerical values corresponding to the intensity of each RGB component. Each component can take 256 different values, in the range of [0, 255]. Fig. 5 shows some examples of colors and their corresponding RGB values.
In this way, a computer is capable of handling 256x256x256 different shades of color, that is, 16, 777, 216 different colors in a fast, accurate and repeatable way. In a computer program, a color image is represented by three NxM matrices (one for each RGB component), where N and M are the number of pixels, horizontal and vertical, respectively.
To extract the color from a mango, the SCILAB program starts by reading an image and separating it from the background. The image 'c7-b.tif' is read and assigned to variable a, the original image is shown in Fig. 6a.
The RGB components are then separated and assigned to the variables aR, aG and aB. The blue background corresponds to values greater than 71 for the blue component (aB), this value is assigned to the variable BgV. Values less than BgV for aB component correspond to mango color. With this value, a mask is created (logical variable MaskObj) that will be true (1) when the corresponding pixel is less than BgV or false (0) when it is greater than or equal to BgV, the image corresponding to the mask is shown in the Fig. 6b. This mask is applied to each RGB component to generate a new image, named b, where the background will have been removed (RGB components equal to zero), Fig. 6c shows the object separated from the background.
To extract the color of the object, the averages of the three RGB components (variables AvR, AvG, AvB) are calculated for all the pixels belonging to the object (variable NpixObj), Fig. 6d shows a color rectangle equivalent to the average values of the mango. The Fig. 6e presents the SCILAB code to extract the average color from an image of a mango; the corresponding computation time is 490 ms, under Windows 10, using a desk computer running at 1.6 GHz.
An ANN is a set of artificial neurons based on the mathematical model of the perceptron (artificial neuron) proposed in 1958 by F. Rosenblatt [10]. As Fig. 7 shows, the perceptron is composed of:
●
●1 neuron with an associated activation function named
●
●1 output variable
In this model, the output is given by:
y=ϕ(S) |
where
S=∑ni=1wixi |
The most common form of the activation function is the sigmoid function whose output values are in the range [0, 1]:
ϕ(S)=11+e−S |
In general, the input values must be normalized, within [0, 1] or [-1, 1], to reduce inconsistencies caused by variables with different units. Then, the output variable will also have values within [0, 1]. An ANN is composed of layers, for many applications only three layers are required: an input layer (with
To classify the mango according to color, 3 input variables (each RGB component) and 1 output variable are required. The output will have a value between 0 and 1, where 1 will mean green mango and 0 will mean mature mango. The Fig. 8 shows the three-layer ANN used to solve the mango classification problem using a hidden layer of 3 neurons.
In this case, the weights are represented by two matrices
X1x3=[x1x2x2], |
Y1x1=y1, |
W3x3=[w1,1w1,2w1,3w2,1w2,2w2,3w3,1w3,2w3,3]andV3x1=[v1,1v2,1v3,1] |
In this way, the values of the neurons in the hidden layer are easily calculated by multiplying the vector of input variables
Z1x3=[z1z2z3]=ϕ(X⋅W) |
It should be noted that the weighted sum
Y1x1=y1=ϕ(Z⋅V) |
For example, let us consider the mango of figure 6a, where the average RGB components are (AvR, AvR, AvB) = (207, 158, 5). To normalize the values, they must be divided by 255, which is the greatest value they can take. These normalized values form the vector of input variables of the ANN:
X1x3=[207/255158/2555/255]=[0.81180.61960.0196] |
Furthermore, for a first approximation, the values of the matrices
The result obtained from the previous code is
As shown in the diagram of Fig. 2, the ANN must learn from error, this is known as training, which consists of calculating the best values for the elements of the matrices
The most common algorithm for ANN training is known as backpropagation [11] which consists of calculating the error of the
E=12(Y−Yc)2 |
where
E(W)=12ϕ((Xc⋅W)−Yc)2 |
where
dEdW=(Y−Yc)ϕ'Xc=ADW |
Where
ϕ'=d(11+e−S)dS=ϕ(1−ϕ) |
The previous equation can be separated into two parts, the layer error
EY=(Y−Yc)ϕ'andADW=EY⋅Xc |
Then, for each iteration of the algorithm, the current value of matrix
Wk+1=Wk−ADW, |
where η is named the learning rate, it purpose is to accelerates the search. The current speed of computers allows an ANN to be trained in a matter of seconds, even when thousands of iterations are required to reach error values close to zero.
When the ANN also has a hidden layer, the best value must also be calculated for the matrix of weights
EY=(Y−Yc)ϕ'andEZ=(EY⋅V)ϕ' |
Furthermore, the adjustments for each matrix are given by:
ADW=Xc⋅EZandADV=Z⋅EY |
The SCILAB code corresponding to the ANN training is presented in Fig. 11. For instance, the values of the input and output variables are not yet related to the mango classification, they are shown only as an example. The initial values for the matrices
To validate the SCILAB programs, a database with 30 images of Manila-type mangoes was used. The images are in TIF format and have a size of 1016 x 870 pixels. Using the SCILAB code of Fig. 6e, the averages of the three RGB components for each mango were extracted and stored in an EXCEL file. From these 30 mangoes, 2 mangoes were selected that classified unambiguously (visually) as Green (M1, M2), 2 other mangoes as Mature (M3, M4), see Fig. 12. These mangoes were used to train the ANN.
Using the SCILAB code in Fig. 11, the input variables
As expected, the result of the training are the matrices
To classify the 26 remaining mangoes, the program in Fig. 9 is used, one mango at a time, where the vector of input values
Some mangoes classified as mature look better as medium, and some mediums appear green. To improve the result, two mangoes were included for training. Two mangoes, that classify unambiguously as medium, were chosen; thus, 6 mangoes were used for training, as shown in Fig. 15.
An improved result is shown in Fig. 16. Some mangoes were moved from mature to medium (b3-b, a2-a, a4-a, and b5-a). Red arrows indicate mangoes that changed their classification.
This work presents both, the theoretical details and the programming code using SCILAB, to classify mangoes according with their maturity level using RGC color model. The code includes the color extraction from mango images. SCILAB programming is simple, efficient and does not require computers with large processing capacity. The code extracts the color of the mangoes from images in TIF format; and classifies, through an ANN, each object in the image into mature, medium, or green mango. It seems that the number of mangoes used for ANN training is fundamental to increase the classification performance, but it is also important that the selected mangoes must be representative enough of the three categories. 30 Manila-type mangoes were classified, 6 of them were used for the training; within the ANN, the level of maturity is in the range [0, 1], where 0 corresponds to mature mango, 0.5 to medium mango and 1 to green mango. The method implemented to train the ANN was that of the descent of the gradient, which converges after 20, 000 iterations for this size of ANN (3 layers); the computation time for training is 895 ms, which is very low, even when the code runs on conventional desktop computers. Once the ANN has been trained, the SCILAB code takes 55 ms to run the code that classify one mango. Evidently, the presented code can be used to classify other types of fruits based on their color, a 3-layer ANN, with a hidden layer of 3 neurons is sufficient.
In addition, from the didactic point of view, the students who followed the Artificial Intelligence course using SCILAB as a programming language, were able to apply the same code for other useful solutions with artificial intelligence and satellite images, such as: identifying objects in the sea (boats, whales, islands, ...); identify objects in the sky (planes, birds, clouds, ...); and detecting houses in the desert or in the middle of large rainforests.
[1] |
Pang X, Zhuang X, Tang Z, et al. (2010) Polylactic acid (PLA): research, development and industrialization. Biotechnol J 5: 1125-1136. doi: 10.1002/biot.201000135
![]() |
[2] |
Abdelrasoul A, Doan H, Lohi A, et al. (2015) Morphology control of polysulfone membranes in filtration processes: a critical review. ChemBioEng Rev 2: 22-43. doi: 10.1002/cben.201400030
![]() |
[3] |
Gabor H (2000) Polymer films in sensor applications: A review of present uses and future possibilities. Sens Rev 20: 98-105. doi: 10.1108/02602280010319169
![]() |
[4] |
Kang GD, Cao YM (2014) Application and modification of poly(vinylidene fluoride) (PVDF) membranes-A review. J Memb Sci 463: 145-165. doi: 10.1016/j.memsci.2014.03.055
![]() |
[5] |
Wanasekara N, Chalivendra V, Calvert P (2011) Sub-micron scale mechanical properties of polypropylene fibers exposed to ultraviolet and thermal degradation. Polym Degrad Stab 96: 432-437. doi: 10.1016/j.polymdegradstab.2011.01.021
![]() |
[6] |
Alexander JV, Neely JW, Grulke EA (2014) Effect of chemical Functionalization on the mechanical properties of polypropylene hollow fiber membranes. J Polym Sci Pol Phys 52: 1366-1373. doi: 10.1002/polb.23572
![]() |
[7] |
Ye Z, Zhu S, Wang WJ, et al. (2003) Morphological and mechanical properties of nascent polyethylene fibers produced via ethylene extrusion polymerization with a metallocene catalyst supported on MCM-41 particles. J Polym Sci Pol Phys 41: 2433-2443. doi: 10.1002/polb.10588
![]() |
[8] |
Zhang F, Endo T, Qiu W, et al. (2002) Preparation and mechanical properties of composite of fibrous cellulose and maleated polyethylene. J Appl Polym Sci 84: 1971-1980. doi: 10.1002/app.10428
![]() |
[9] |
Shubhra QTH, Alam AKMM, Quaiyyum MA (2013) Mechanical properties of polypropylene composites: A review. J Thermoplast Compos 26: 362-391. doi: 10.1177/0892705711428659
![]() |
[10] |
Bledzki AK, Jaszkiewicz A, Scherzer D (2009) Mechanical properties of PLA composites with man-made cellulose and abaca fibres. Compos Part A-Appl S 40: 404-412. doi: 10.1016/j.compositesa.2009.01.002
![]() |
[11] |
Reneker DH, Chun I (1996) Nanometre diameter fibres of polymer, produced by electrospinning. Nanotechnology 7: 216-223. doi: 10.1088/0957-4484/7/3/009
![]() |
[12] |
Yoshimoto H, Shin YM, Terai H, et al. (2003) A biodegradable nanofiber scaffold by electrospinning and its potential for bone tissue engineering. Biomaterials 24: 2077-2082. doi: 10.1016/S0142-9612(02)00635-X
![]() |
[13] |
Jung JW, Lee CL, Yu S, et al. (2016) Electrospun nanofibers as a platform for advanced secondary batteries: a comprehensive review. J Mater Chem A 4: 703-750. doi: 10.1039/C5TA06844D
![]() |
[14] |
Zhang F, Yuan C, Zhu J, et al. (2013) Flexible films derived from electrospun carbon nanofibers incorporated with Co3O4 hollow nanoparticles as self-supported electrodes for electrochemical capacitors. Adv Funct Mater 23: 3909-3915. doi: 10.1002/adfm.201203844
![]() |
[15] |
Formo E, Lee E, Campbell D, et al. (2008) Functionalization of electrospun TiO2 nanofibers with Pt nanoparticles and nanowires for catalytic applications. Nano Lett 8: 668-672. doi: 10.1021/nl073163v
![]() |
[16] |
Gopal R, Kaur S, Ma Z, et al. (2006) Electrospun nanofibrous filtration membrane. J Memb Sci 281: 581-586. doi: 10.1016/j.memsci.2006.04.026
![]() |
[17] |
Choi SS, Lee YS, Joo CW, et al. (2004) Electrospun PVDF nanofiber web as polymer electrolyte or separator. Electrochimica Acta 50: 339-343. doi: 10.1016/j.electacta.2004.03.057
![]() |
[18] | Vanangamudi A, Yang X, Duke MC, et al. (2019) Nanofibers for membrane applications. In: Barhoum A, Bechelany M, Makhlouf A, Handbook of Nanofibers, Springer-Cham, 937-960. |
[19] |
Yoon K, Kim K, Wang X, et al. (2006) High flux ultrafiltration membranes based on electrospun nanofibrous PAN scaffolds and chitosan coating. Polymer 47: 2434-2441. doi: 10.1016/j.polymer.2006.01.042
![]() |
[20] |
Deitzel JM, Kleinmeyer JD, Hirvonen JK, et al. (2001) Controlled deposition of electrospun poly(ethylene oxide) fibers. Polymer 42: 8163-8170. doi: 10.1016/S0032-3861(01)00336-6
![]() |
[21] |
Zhang C, Yuan X, Wu L, et al. (2005) Study on morphology of electrospun poly(vinyl alcohol) mats. Eur Polym J 41: 423-432. doi: 10.1016/j.eurpolymj.2004.10.027
![]() |
[22] |
Cho D, Zhou H, Cho Y, et al. (2010) Structural properties and superhydrophobicity of electrospun polypropylene fibers from solution and melt. Polymer 51: 6005-6012. doi: 10.1016/j.polymer.2010.10.028
![]() |
[23] | Al-Attabi R, Morsi YS, Schütz JA, et al. (2018) Electrospun membranes for airborne contaminants capture. In: Barhoum A, Bechelany M, Makhlouf A, Handbook of Nanofibers, Springer-Cham, 1-18. |
[24] |
Iriarte MA, Iruin JJ, Eguiazábal JI (1989) Thermal decomposition of miscible phenoxy/poly(ethylene oxide) blends. J Mater Sci 24: 1021-1024. doi: 10.1007/BF01148793
![]() |
[25] |
Zhang R, Luo X, Ma D (1995) Miscibility of polyhydroxy ether of bisphenol-A with ethylene terephthalate-caprolactone copolyesters. Eur Polym J 31: 1011-1014. doi: 10.1016/0014-3057(95)00048-8
![]() |
[26] |
Kim BK, Choi CH (1996) Melt blends of poly(methyl methacrylate) with a phenoxy. Polymer 37: 807-812. doi: 10.1016/0032-3861(96)87257-0
![]() |
[27] |
Corres MA, Zubitur M, Cortazar M, et al. (2011) Thermal and thermo-oxidative degradation of poly(hydroxy ether of bisphenol-A) studied by TGA/FTIR and TGA/MS. J Anal Appl Pyrol 92: 407-416. doi: 10.1016/j.jaap.2011.08.002
![]() |
[28] |
Guo Q (1995) Effect of curing agent on the phase behaviour of epoxy resin/phenoxy blends. Polymer 36: 4753-4760. doi: 10.1016/0032-3861(95)99290-B
![]() |
[29] |
Jeong HM, Ahn BK, Kim BK (2001) Miscibility and shape memory effect of thermoplastic polyurethane blends with phenoxy resin. Eur Polym J 37: 2245-2252. doi: 10.1016/S0014-3057(01)00123-9
![]() |
[30] |
Yilmaz T, Özarslan Ö, Yildiz E, et al. (1998) Effects of nonreactive resins on the properties of a UV-curable methacrylated urethane resin. J Appl Polym Sci 69: 1837-1845. doi: 10.1002/(SICI)1097-4628(19980829)69:9<1837::AID-APP19>3.0.CO;2-I
![]() |
[31] |
Qipeng G, Jinyu H, Binyao L, et al. (1991) Blends of phenolphthalein poly(ether ketone) with phenoxy and epoxy resin. Polymer 32: 58-65. doi: 10.1016/0032-3861(91)90562-W
![]() |
[32] |
Choi GD, Kim SH, Jo WH, et al. (1995) The morphology and mechanical properties of phenoxy/liquid crystalline polymer blends and the effect of transesterification. J Appl Polym Sci 55: 561-569. doi: 10.1002/app.1995.070550403
![]() |
[33] |
Wu H, Ma CM, Lin J (1997) Processability and properties of phenoxy resin toughened phenolic resin composites. J Appl Polym Sci 63: 911-917. doi: 10.1002/(SICI)1097-4628(19970214)63:7<911::AID-APP11>3.0.CO;2-U
![]() |
[34] |
Yang BX, Shi JH, Pramoda KP, et al. (2007) Enhancement of stiffness, strength, ductility and toughness of poly(ethylene oxide) using phenoxy-grafted multiwalled carbon nanotubes. Nanotechnology 18: 125606. doi: 10.1088/0957-4484/18/12/125606
![]() |
[35] |
Goh HW, Goh SH, Xu GQ, et al. (2003) Dynamic mechanical behavior of in situ functionalized multi-walled carbon nanotube/phenoxy resin composite. Chem Phys Lett 373: 277-83. doi: 10.1016/S0009-2614(03)00621-3
![]() |
[36] | Ueki T, Nojima K, Asano K, et al. (1998) Toughening of epoxy resin systems for cryogenic use. Adv Cryog Eng Mater 44: 277-283. |
[37] |
Ueki T, Nishijima S, Izumi Y (2005) Designing of epoxy resin systems for cryogenic use. Cryogenics 45: 141-148. doi: 10.1016/j.cryogenics.2004.07.002
![]() |
[38] |
Bhat AH, Abdul Khalil HPS, Bhat IUH, et al. (2011) Development and characterization of novel modified red mud nanocomposites based on poly(hydroxy ether) of bisphenol A. J Appl Polym Sci 119: 515-522. doi: 10.1002/app.32654
![]() |
[39] |
Yi JW, Lee W, Seong DG, et al. (2016) Effect of phenoxy-based coating resin for reinforcing pitch carbon fibers on the interlaminar shear strength of PA6 composites. Compos Part A-Appl S 87: 212-219. doi: 10.1016/j.compositesa.2016.04.028
![]() |
[40] |
Beier U, Sandler JKW, Altstadt V, et al. (2009) Mechanical performance of carbon fibre-reinforced composites based on stitched and bindered preforms. Compos Part A-Appl S 40: 1756-1763. doi: 10.1016/j.compositesa.2009.08.012
![]() |
[41] |
Beier U, Wolff-Fabris F, Fischer F, et al. (2008) Mechanical performance of carbon fibre-reinforced composites based on preforms stitched with innovative low-melting temperature and matrix soluble thermoplastic yarns. Compos Part A-Appl S 39: 1572-1581. doi: 10.1016/j.compositesa.2008.06.003
![]() |
[42] | Chemical Retrieval on the Web (CROW), Polymer properties database: epoxy or phenoxy resin, 2018. Available from: https://polymerdatabase.com/polymers/bisphenol-adiglycidyletherepoxyresin.html. |
[43] |
Lee SG, Han KS, Joo CW, et al. (2004) Electrospun PVDF nanofiber web as polymer electrolyte or separator. Electrochim Acta 50: 339-343. doi: 10.1016/j.electacta.2004.03.057
![]() |
[44] |
Hao J, Lei G, Li Z, et al. (2013) A novel polyethylene terephthalate nonwoven separator based on electrospinning technique for lithium ion battery. J Memb Sci 428: 11-16. doi: 10.1016/j.memsci.2012.09.058
![]() |
[45] |
Zhang J, Liu Z, Kong Q, et al. (2013) Renewable and superior thermal-resistant cellulose-based composite nonwoven as lithium-ion battery separator. ACS Appl Mater Inter 5: 128-134. doi: 10.1021/am302290n
![]() |
[46] | Yanilmaz M, Dirican M, Zhang X (2018) Evaluation of electrospun SiO2/nylon 6,6 nanofiber membranes as a thermally-stable separator for lithium-ion batteries. Electrochim Acta 133: 501-508. |
[47] | U.S. National Library of Medicine, Acetone, 2004. Available from: https://pubchem.ncbi.nlm.nih.gov/compound/180. |
[48] | U.S. National Library of Medicine, N,N-Dimethylformamide, 2004. Available from: https://pubchem.ncbi.nlm.nih.gov/compound/6228. |
[49] |
Thompson CJ, Chase GG, Yurin AL, et al. (2007) Effects of parameters on nanofiber diameter determined from electrospinning model. Polymers 48: 6913-6922. doi: 10.1016/j.polymer.2007.09.017
![]() |
[50] |
Shawon J, Sung C (2004) Electrospinning of polycarbonate nanofibers with solvent mixtures THF and DMF. J Mater Sci 39: 4605-4613. doi: 10.1023/B:JMSC.0000034155.93428.ea
![]() |
[51] |
Lin J, Ding B, Yu J, et al. (2010) Direct fabrication of highly nanoporous polystyrene fibers via electrospinning. ACS Appl Mater Inter 2: 521-528. doi: 10.1021/am900736h
![]() |
[52] | Gill DS, Sherma AN (1982) Acetone + NN-Dimethylformamide solvent system. Part 2-Conductance studies of some electrolytes in Acetone + NN-Dimethylformamide mixtures at 25 ºC. J Chem Soc Faraday Trans 78: 465-474. |
[53] | Gill DS, Schneider H (1980) Acetone-N,N-dimethylformamide solvent system. Part 1-properties of Acetone-N,N-dimethylformamide binary mixtures. Indian J Chem 19A: 313-316. |
[54] |
Yoon K, Hsiao BS, Chu B (2009) Formation of functional polyethersulfone electrospun membrane for water purification by mixed solvent and oxidation process. Polymer 50: 2893-2899. doi: 10.1016/j.polymer.2009.04.047
![]() |
[55] | Qian YF, Su Y, Li XQ, et al. (2010) Electrospinning of polymethyl methacrylate nanofibers in different solvents. Irian Polym J 19: 123-129. |
[56] |
Katsogiannis KAG, Vladisavljevic GT, Georgiadou S (2015) Porous electrospun polycaprolactone (PCL) fibres by phase separation. Eur Polym J 69: 284-295. doi: 10.1016/j.eurpolymj.2015.01.028
![]() |
[57] |
Casasola R, Thomas NL, Trybala A, et al. (2014) Electrospun poly lactic acid (PLA) fibres: effect of different solvent systems on fibre morphology and diameter. Polymer 55: 4728-4737. doi: 10.1016/j.polymer.2014.06.032
![]() |
[58] |
Kugel RW (1998) Raoult's law: binary liquid-vapor phase diagrams, a simple physical chemistry experiment. J Chem Educ 75: 1125-1129. doi: 10.1021/ed075p1125
![]() |
[59] | Kolling OW (1993) Dielectric characterization of cosolvents containing N,N-dimethylformamide. Trans Kansas Acad Sci 97: 88. |
[60] |
Ligneris E, Dumee LF, Al-Attabi R, et al. (2019) Mixed matrix poly(vinyl alcohol)-copper nanofibrous anti-microbial air-microfilters. Membranes 9: 87-100. doi: 10.3390/membranes9070087
![]() |
[61] |
Jacobs V, Anandjiwala RD, Maaza M (2010) The influence of electrospinning parameters on the structural morphology and diameter of electrospun nanofibers. J Appl Polym Sci 115: 3130-3136. doi: 10.1002/app.31396
![]() |
[62] | Sigma-Aldrich, Poly(bisphenol A-co-epichlorohydrin), 2019. Available at: https://www.sigmaaldrich.com/catalog/product/aldrich/181196. |
[63] |
Sainsbury T, Gnaniah S, Spencer SJ, et al. (2017) Extreme mechanical reinforcement in graphene oxide based thin-film nanocomposites via covalently tailored nanofiller matrix compatibilization. Carbon 114: 367-376. doi: 10.1016/j.carbon.2016.11.061
![]() |
[64] |
Al-Attabi R, Dumee LF, Schutz JA, et al. (2018) Pore engineering towards highly efficient electrospun nanofibers membranes for ae rosol particle removal. Sci Total Environ 625: 706-715. doi: 10.1016/j.scitotenv.2017.12.342
![]() |
[65] | Mark JE (2009). Polymer Data Handbook, 2 Eds., New York: Oxford University Press, 190: 1170. |
[66] |
Kim YJ, Ahn CH, Lee MB, et al. (2011) Characteristics of electrospun PVDF/SiO2 composite nanofiber membranes as polymer electrolyte. Mater Chem Phys 127: 137-142. doi: 10.1016/j.matchemphys.2011.01.046
![]() |
[67] | Yang K, Ma X, Chen F, et al. (2017) Preparation and characterization of gel polymer electrolyte based on electrospun polyhedral oligomeric silsesquioxane-poly(methyl methacrylate)8/polyvinylidene fluoride hybrid nanofiber membranes for lithium-ion batteries. J Solid State Electrochem 22: 581-590 |
[68] |
Lee KH, Kim HY, Ryu YJ, et al. (2003) Mechanical behavior of electrospun fiber mats of poly(vinyl chloride)/polyurethane polyblends. J Polym Sci Pol Phys 41: 1256-1262. doi: 10.1002/polb.10482
![]() |
1. | Tanveer Aslam, Salman Qadri, Syed Furqan Qadri, Syed Ali Nawaz, Abdul Razzaq, Syeda Shumaila Zarren, Mubashir Ahmad, Muzammil Ur Rehman, Amir Hussain, Israr Hussain, Javeria Jabeen, Adnan Altaf, Machine learning approach for classification of mangifera indica leaves using digital image analysis, 2022, 25, 1094-2912, 1987, 10.1080/10942912.2022.2117822 |