Search results for: template method
19148 Parametric Template-Based 3D Reconstruction of the Human Body
Authors: Jiahe Liu, Hongyang Yu, Feng Qian, Miao Luo, Linhang Zhu
Abstract:
This study proposed a 3D human body reconstruction method, which integrates multi-view joint information into a set of joints and processes it with a parametric human body template. Firstly, we obtained human body image information captured from multiple perspectives. The multi-view information can avoid self-occlusion and occlusion problems during the reconstruction process. Then, we used the MvP algorithm to integrate multi-view joint information into a set of joints. Next, we used the parametric human body template SMPL-X to obtain more accurate three-dimensional human body reconstruction results. Compared with the traditional single-view parametric human body template reconstruction, this method significantly improved the accuracy and stability of the reconstruction.Keywords: parametric human body templates, reconstruction of the human body, multi-view, joint
Procedia PDF Downloads 8019147 Counting People Utilizing Space-Time Imagery
Authors: Ahmed Elmarhomy, K. Terada
Abstract:
An automated method for counting passerby has been proposed using virtual-vertical measurement lines. Space-time image is representing the human regions which are treated using the segmentation process. Different color space has been used to perform the template matching. A proper template matching has been achieved to determine direction and speed of passing people. Distinguish one or two passersby has been investigated using a correlation between passerby speed and the human-pixel area. Finally, the effectiveness of the presented method has been experimentally verified.Keywords: counting people, measurement line, space-time image, segmentation, template matching
Procedia PDF Downloads 45319146 Hit-Or-Miss Transform as a Tool for Similar Shape Detection
Authors: Osama Mohamed Elrajubi, Idris El-Feghi, Mohamed Abu Baker Saghayer
Abstract:
This paper describes an identification of specific shapes within binary images using the morphological Hit-or-Miss Transform (HMT). Hit-or-Miss transform is a general binary morphological operation that can be used in searching of particular patterns of foreground and background pixels in an image. It is actually a basic operation of binary morphology since almost all other binary morphological operators are derived from it. The input of this method is a binary image and a structuring element (a template which will be searched in a binary image) while the output is another binary image. In this paper a modification of Hit-or-Miss transform has been proposed. The accuracy of algorithm is adjusted according to the similarity of the template and the sought template. The implementation of this method has been done by C language. The algorithm has been tested on several images and the results have shown that this new method can be used for similar shape detection.Keywords: hit-or-miss operator transform, HMT, binary morphological operation, shape detection, binary images processing
Procedia PDF Downloads 33419145 Preparation and Size Control of Sub-100 Nm Pure Nanodrugs
Authors: Jinfeng Zhang, Chun-Sing Lee
Abstract:
Pure nanodrugs (PNDs) – nanoparticles consisting entirely of drug molecules, have been considered as promising candidates for the next-generation nanodrugs. However, the traditional preparation method via reprecipitation faces critical challenges including low production rates, relatively large particle sizes and batch-to-batch variations. Here, for the first time, we successfully developed a novel, versatile and controllable strategy for preparing PNDs via an anodized aluminium oxide (AAO) template-assisted method. With this approach, we prepared PNDs of an anti-cancer drug (VM-26) with precisely controlled sizes reaching the sub-20 nm range. This template-assisted approach has much higher feasibility for mass production comparing to the conventional reprecipitation method and is beneficial for future clinical translation. The present method is further demonstrated to be easily applicable for a wide range of hydrophobic biomolecules without the need of custom molecular modifications and can be extended for preparing all-in-one nanostructures with different functional agents.Keywords: drug delivery, pure nanodrugs, size control, template
Procedia PDF Downloads 30919144 Urban Rail Transit CBTC Computer Interlocking Subsystem Relying on Multi-Template Pen Point Tracking Algorithm
Authors: Xinli Chen, Xue Su
Abstract:
In the urban rail transit CBTC system, interlocking is considered one of the most basic sys-tems, which has the characteristics of logical complexity and high-security requirements. The development and verification of traditional interlocking subsystems are entirely manual pro-cesses and rely too much on the designer, which often hides many uncertain factors. In order to solve this problem, this article is based on the multi-template nib tracking algorithm for model construction and verification, achieving the main safety attributes and using SCADE for formal verification. Experimental results show that this method helps to improve the quality and efficiency of interlocking software.Keywords: computer interlocking subsystem, penpoint tracking, communication-based train control system, multi-template tip tracking
Procedia PDF Downloads 16019143 Template-Assisted Synthesis of IrO2 Nanopores Membrane Electrode Assembly
Authors: Zhuo-Xin Lu, Yan Shi, Chang-Feng Yan, Ying Huang, Yuan Gan, Zhi-Da Wang
Abstract:
With TiO2 nanotube arrays (TNTA) as template, a IrO2 nanopores membrane electrode assembly (MEA) was synthesized by a novel depositi-assemble-etch strategy. By analysing the morphology of IrO2/TNTA and cyclic voltammetry (CV) curve at different deposition cycles, we proposed a reasonable scheme for the process of IrO2 electrodeposition on TNTA. The current density of IrO2/TNTA at 1.5V vs RHE reaches 5.12mA/cm2 after 55 cycles deposition, which shows promising performance for its high OER activity after template removal.Keywords: electrodeposition, IrO2 nanopores, MEA, OER
Procedia PDF Downloads 44719142 Switching to the Latin Alphabet in Kazakhstan: A Brief Overview of Character Recognition Methods
Authors: Ainagul Yermekova, Liudmila Goncharenko, Ali Baghirzade, Sergey Sybachin
Abstract:
In this article, we address the problem of Kazakhstan's transition to the Latin alphabet. The transition process started in 2017 and is scheduled to be completed in 2025. In connection with these events, the problem of recognizing the characters of the new alphabet is raised. Well-known character recognition programs such as ABBYY FineReader, FormReader, MyScript Stylus did not recognize specific Kazakh letters that were used in Cyrillic. The author tries to give an assessment of the well-known method of character recognition that could be in demand as part of the country's transition to the Latin alphabet. Three methods of character recognition: template, structured, and feature-based, are considered through the algorithms of operation. At the end of the article, a general conclusion is made about the possibility of applying a certain method to a particular recognition process: for example, in the process of population census, recognition of typographic text in Latin, or recognition of photos of car numbers, store signs, etc.Keywords: text detection, template method, recognition algorithm, structured method, feature method
Procedia PDF Downloads 18819141 PointNetLK-OBB: A Point Cloud Registration Algorithm with High Accuracy
Authors: Wenhao Lan, Ning Li, Qiang Tong
Abstract:
To improve the registration accuracy of a source point cloud and template point cloud when the initial relative deflection angle is too large, a PointNetLK algorithm combined with an oriented bounding box (PointNetLK-OBB) is proposed. In this algorithm, the OBB of a 3D point cloud is used to represent the macro feature of source and template point clouds. Under the guidance of the iterative closest point algorithm, the OBB of the source and template point clouds is aligned, and a mirror symmetry effect is produced between them. According to the fitting degree of the source and template point clouds, the mirror symmetry plane is detected, and the optimal rotation and translation of the source point cloud is obtained to complete the 3D point cloud registration task. To verify the effectiveness of the proposed algorithm, a comparative experiment was performed using the publicly available ModelNet40 dataset. The experimental results demonstrate that, compared with PointNetLK, PointNetLK-OBB improves the registration accuracy of the source and template point clouds when the initial relative deflection angle is too large, and the sensitivity of the initial relative position between the source point cloud and template point cloud is reduced. The primary contribution of this paper is the use of PointNetLK to avoid the non-convex problem of traditional point cloud registration and leveraging the regularity of the OBB to avoid the local optimization problem in the PointNetLK context.Keywords: mirror symmetry, oriented bounding box, point cloud registration, PointNetLK-OBB
Procedia PDF Downloads 15119140 Nanowire by Ac Electrodeposition Into Nanoporous Alumina Fabrication of High Aspect Ratio Metalic
Authors: M. Beyzaiea, S. Mohammadia
Abstract:
High aspect ratio metallic (silver, cobalt) nanowire arrays were fabricated using ac electrodeposition techniques into the nanoporous alumina template. The template with long pore dept fabricated by hard anodization (HA) and thinned for ac electrodeposition. Template preparation was done in short time by using HA technique and high speed thing process. The TEM and XRD investigation confirm the three dimensional nucleation growth mechanism of metallic nanowire inside the nanoporous alumina that fabricated by HA process.Keywords: metallic, nanowire, nanoporous alumina, ac electrodeposition
Procedia PDF Downloads 27419139 Teaching Students Collaborative Requirements Engineering: Case Study of Red:Wire
Authors: Dagmar Monett, Sven-Erik Kujat, Marvin Hartmann
Abstract:
This paper discusses the use of a template-based approach for documenting high-quality requirements as part of course projects in an undergraduate Software Engineering course. In order to ease some of the Requirements Engineering activities that are performed when defining requirements by using the template, a new CASE tool, RED:WIRE, was first developed and later tested by students attending the course. Two questionnaires were conceived around a study that aims to analyze the new tool’s learnability as well as other obtained results concerning its usability in particular and the Requirements Engineering skills developed by the students in general.Keywords: CASE tool, requirements engineering, SOPHIST template, undergraduate course
Procedia PDF Downloads 37619138 Fabrication and Characterization of Cadmium Sulfide Nanowires on Aluminum Oxide Template
Authors: Malik Imran Afzal
Abstract:
Cadmium supplied nanowires have unique electrical and optical properties and applications. To obtain cadmium supplied nanowires with regular and good aspect ratio, they can be synthesized by template synthesis method. Porous anodized aluminum oxide is the most promising template with regular hexagonal shapes. Their aspect ratio can be controlled by controlling the pores’ depth and diameter which greatly depend on anodization voltage and temperature of the electrolyte. In this research, high purity aluminium was used to prepare nanotemplates at 5-6°C in 1M phosphoric acid and cadmium supplied was deposited electrochemically using a co-solution of thiourea, cadmium acetate and ammonium acetate. pH was maintained at 11 in a heat bath at 75°C with the help of aqueous ammonia solution. Both porous anodized alumina and cadmium supplied nanowires were characterized suing SEM. A good quality Nanowires were obtained in bunches with reasonably high aspect ratio.Keywords: bunches, electrodeposition, hexagonal, thiourea
Procedia PDF Downloads 32919137 Creative Thinking through Mindful Practices: A Business Class Case Study
Authors: Malavika Sundararajan
Abstract:
This study introduces the use of mindfulness techniques in the classroom to make individuals aware of how the creative thinking process works, resulting in more constructive learning and application. Case observation method was utilized within a classroom setting in a graduate class in the Business School. It entailed, briefing the student participants about the use of a template called the dots and depths map, and having them complete it for themselves, compare it to their team members and reflect on the outputs. Finally, they were debriefed about the use of the template and its value to their learning and creative application process. The major finding is the increase in awareness levels of the participants following the use of the template, leading to a subsequent pursuit of diverse knowledge and acquisition of relevant information and not jumping to solutions directly, which increased their overall creative outputs for the given assignment. The significant value of this study is that it can be applied to any classroom on any subject as a powerful mindfulness tool which increases creative problem solving through constructive knowledge building.Keywords: connecting dots, mindful awareness, constructive knowledge building, learning creatively
Procedia PDF Downloads 14919136 Visual Template Detection and Compositional Automatic Regular Expression Generation for Business Invoice Extraction
Authors: Anthony Proschka, Deepak Mishra, Merlyn Ramanan, Zurab Baratashvili
Abstract:
Small and medium-sized businesses receive over 160 billion invoices every year. Since these documents exhibit many subtle differences in layout and text, extracting structured fields such as sender name, amount, and VAT rate from them automatically is an open research question. In this paper, existing work in template-based document extraction is extended, and a system is devised that is able to reliably extract all required fields for up to 70% of all documents in the data set, more than any other previously reported method. The approaches are described for 1) detecting through visual features which template a given document belongs to, 2) automatically generating extraction rules for a given new template by composing regular expressions from multiple components, and 3) computing confidence scores that indicate the accuracy of the automatic extractions. The system can generate templates with as little as one training sample and only requires the ground truth field values instead of detailed annotations such as bounding boxes that are hard to obtain. The system is deployed and used inside a commercial accounting software.Keywords: data mining, information retrieval, business, feature extraction, layout, business data processing, document handling, end-user trained information extraction, document archiving, scanned business documents, automated document processing, F1-measure, commercial accounting software
Procedia PDF Downloads 13119135 Template Design Packages for Repetitive Construction Projects
Authors: Ali Youniss Aidbaiss, G. Unnikrishnan, Anoob Hakim
Abstract:
Scope changes, scope creeps, cost and time overruns have become common in projects in the oil and gas sector. Even in repetitive projects, failure to implement lessons learnt and correct past mistakes have resulted in various setbacks. This paper describes the concept of reusing successfully implemented design packages as templates for repetitive projects, and thereby lowering the instances of project failures. Units or systems successfully installed in projects can be identified and taken up for preparing template design packages. Standardization of units and systems helps to develop templates from successful designs which can be repeatedly used with confidence. These packages can be used with minimum modifications for developing FEED packages faster, saving cost and other valuable resources. Lessons learnt from the completed project incorporated in the templates avoid repeating past mistakes during detailed design, procurement and execution. With template packages, consistent quality can be maintained for similar projects, avoiding scope creep and scope changes which will ultimately result in cost and time savings.Keywords: engineering work package, repetitive construction, template design package, time saving in projects
Procedia PDF Downloads 31819134 Adsorption of Toluene from Aqueous Solutions by Porous Clay Hetero-Structures
Authors: F. Asadi, M. M. Zerafat, S. Sabbaghi
Abstract:
Among water pollutants, volatile organic compounds can cause severe long lasting effects not only on biotic organism but also on human health. As a result, this material group has attracted more attention in recent years. Adsorption is one of the common processes for remediation of aromatic compounds. In this study, porous clay hetrostructers (PCHs) are synthesized through gallery template approach and cetyltrimethylammonium bromide and dodecylamine used as template and co-template, respectively. Porous clay is characterized by XRD and FTIR. Batch adsorption experiments were carried out to investigate the effect of various adsorption parameters like adsorbent dosage, pH, initial concentration and contact time. It was found that by increasing adsorbent dosage from 0.5gr/lit to 4gr/lit, toluene removal is increased from 34% to 88.1%. Increasing contact time and decreasing the pH of aqueous solution increases toluene removal efficiency.Keywords: adsorption, clay, nano-porous, toluene
Procedia PDF Downloads 33819133 Multi-Template Molecularly Imprinted Polymer: Synthesis, Characterization and Removal of Selected Acidic Pharmaceuticals from Wastewater
Authors: Lawrence Mzukisi Madikizela, Luke Chimuka
Abstract:
Removal of organics from wastewater offers a better water quality, therefore, the purpose of this work was to investigate the use of molecularly imprinted polymer (MIP) for the elimination of selected organics from water. A multi-template MIP for the adsorption of naproxen, ibuprofen and diclofenac was synthesized using a bulk polymerization method. A MIP was synthesized at 70°C by employing 2-vinylpyridine, ethylene glycol dimethacrylate, toluene and 1,1’-azobis-(cyclohexanecarbonitrile) as functional monomer, cross-linker, porogen and initiator, respectively. Thermogravimetric characterization indicated that the polymer backbone collapses at 250°C and scanning electron microscopy revealed the porous and roughness nature of the MIP after elution of templates. The performance of the MIP in aqueous solutions was evaluated by optimizing several adsorption parameters. The optimized adsorption conditions were 50 mg of MIP, extraction time of 10 min, a sample pH of 4.6 and the initial concentration of 30 mg/L. The imprinting factors obtained for naproxen, ibuprofen and diclofenac were 1.25, 1.42, and 2.01, respectively. The order of selectivity for the MIP was; diclofenac > ibuprofen > naproxen. MIP showed great swelling in water with an initial swelling rate of 2.62 g/(g min). The synthesized MIP proved to be able to adsorb naproxen, ibuprofen and diclofenac from contaminated deionized water, wastewater influent and effluent.Keywords: adsorption, molecularly imprinted polymer, multi template, pharmaceuticals
Procedia PDF Downloads 30419132 Microstructure Characterization on Silicon Carbide Formation from Natural Wood
Authors: Noor Leha Abdul Rahman, Koay Mei Hyie, Anizah Kalam, Husna Elias, Teng Wang Dung
Abstract:
Dark Red Meranti and Kapur, kinds of important type of wood in Malaysia were used as a precursor to fabricate porous silicon carbide. A carbon template is produced by pyrolysis at 850°C in an oxygen free atmosphere. The carbon template then further subjected to infiltration with silicon by silicon melt infiltration method. The infiltration process was carried out in tube furnace in argon flow at 1500°C, at two different holding time; 2 hours and 3 hours. Thermo gravimetric analysis was done to investigate the decomposition behavior of two species of plants. The resulting silicon carbide was characterized by XRD which was found the formation of silicon carbide and also excess silicon. The microstructure was characterized by scanning electron microscope (SEM) and the density was determined by the Archimedes method. An increase in holding time during infiltration will increased the density as well as formation of silicon carbide. Dark Red Meranti precursor is likely suitable for production of silicon carbide compared to Kapur.Keywords: density, SEM, silicon carbide, XRD
Procedia PDF Downloads 42419131 Image Analysis for Obturator Foramen Based on Marker-controlled Watershed Segmentation and Zernike Moments
Authors: Seda Sahin, Emin Akata
Abstract:
Obturator foramen is a specific structure in pelvic bone images and recognition of it is a new concept in medical image processing. Moreover, segmentation of bone structures such as obturator foramen plays an essential role for clinical research in orthopedics. In this paper, we present a novel method to analyze the similarity between the substructures of the imaged region and a hand drawn template, on hip radiographs to detect obturator foramen accurately with integrated usage of Marker-controlled Watershed segmentation and Zernike moment feature descriptor. Marker-controlled Watershed segmentation is applied to seperate obturator foramen from the background effectively. Zernike moment feature descriptor is used to provide matching between binary template image and the segmented binary image for obturator foramens for final extraction. The proposed method is tested on randomly selected 100 hip radiographs. The experimental results represent that our method is able to segment obturator foramens with % 96 accuracy.Keywords: medical image analysis, segmentation of bone structures on hip radiographs, marker-controlled watershed segmentation, zernike moment feature descriptor
Procedia PDF Downloads 43419130 The Fabrication of Scintillator Column by Hydraulic Pressure Injection Method
Authors: Chien Chon Chen, Chun Mei Chu, Chuan Ju Wang, Chih Yuan Chen, Ker Jer Huang
Abstract:
Cesiumiodide with Na doping (CsI(Na)) solution or melt is easily forming three- dimension dendrites on the free surface. The defects or bobbles form inside the CsI(Na) during the solution or melt solidification. The defects or bobbles can further effect the x-ray path in the CsI(Na) crystal and decrease the scintillation characteristics of CsI(Na). In order to enhance the CsI(Na) scintillated property we made single crystal of CsI(Na) column in the anodic aluminum oxide (AAO) template by hydraulic pressure injection method. It is interesting that when CsI(Na) melt is confined in the small AAO channels, the column grow as stable single column without any dendrites. The high aspect ratio (100~10000) of AAO and nano to sub-micron channel structure which is a suitable template for single of crystal CsI(Na) formation. In this work, a new low-cost approach to fabricate scintillator crystals using anodic aluminum oxide (AAO) rather than Si is reported, which can produce scintillator crystals with a wide range of controllable size to optimize their performance in X-ray detection.Keywords: cesiumiodide, AAO, scintillator, crystal, X-ray
Procedia PDF Downloads 46319129 Comparative Study of Dermal Regeneration Template Made by Bovine Collagen with and without Silicone Layer in the Treatment of Post-Burn Contracture
Authors: Elia Caldini, Cláudia N. Battlehner, Marcelo A. Ferreira, Rolf Gemperli, Nivaldo Alonso, Luiz P. Vana
Abstract:
The advent of dermal regenerate templates has fostered major advances in the treatment of acute burns and their sequelae, in the last two decades. Both data on morphological aspects of the newly-formed tissue, and clinical trials comparing different templates, are still lacking. The goal of this study was to prospectively analyze the outcome of patients treated with two of the existing templates, followed by thin skin autograft. They are both made of bovine collagen, one includes a superficial silicone layer. Surgery was performed on patients with impaired mobility resulting from burn sequelae (n = 12 per template). Negative pressure therapy was applied post-surgically; patients were monitored for 12 months. Data on scar skin quality (Vancouver and POSAS evaluation scales), rate of joint mobility recovery, and graft contraction were recorded. Improvement in mobility and skin quality were demonstrated along with graft contraction, in all patients. The silicone-coupled template showed the best performance in all aspects.Keywords: dermal regeneration template, artificial skin, skin quality, scar contracture
Procedia PDF Downloads 14819128 Fast and Scale-Adaptive Target Tracking via PCA-SIFT
Authors: Yawen Wang, Hongchang Chen, Shaomei Li, Chao Gao, Jiangpeng Zhang
Abstract:
As the main challenge for target tracking is accounting for target scale change and real-time, we combine Mean-Shift and PCA-SIFT algorithm together to solve the problem. We introduce similarity comparison method to determine how the target scale changes, and taking different strategies according to different situation. For target scale getting larger will cause location error, we employ backward tracking to reduce the error. Mean-Shift algorithm has poor performance when tracking scale-changing target due to the fixed bandwidth of its kernel function. In order to overcome this problem, we introduce PCA-SIFT matching. Through key point matching between target and template, that adjusting the scale of tracking window adaptively can be achieved. Because this algorithm is sensitive to wrong match, we introduce RANSAC to reduce mismatch as far as possible. Furthermore target relocating will trigger when number of match is too small. In addition we take comprehensive consideration about target deformation and error accumulation to put forward a new template update method. Experiments on five image sequences and comparison with 6 kinds of other algorithm demonstrate favorable performance of the proposed tracking algorithm.Keywords: target tracking, PCA-SIFT, mean-shift, scale-adaptive
Procedia PDF Downloads 43319127 Flow Reproduction Using Vortex Particle Methods for Wake Buffeting Analysis of Bluff Structures
Authors: Samir Chawdhury, Guido Morgenthal
Abstract:
The paper presents a novel extension of Vortex Particle Methods (VPM) where the study aims to reproduce a template simulation of complex flow field that is generated from impulsively started flow past an upstream bluff body at certain Reynolds number Re-Vibration of a structural system under upstream wake flow is often considered its governing design criteria. Therefore, the attention is given in this study especially for the reproduction of wake flow simulation. The basic methodology for the implementation of the flow reproduction requires the downstream velocity sampling from the template flow simulation; therefore, at particular distances from the upstream section the instantaneous velocity components are sampled using a series of square sampling-cells arranged vertically where each of the cell contains four velocity sampling points at its corner. Since the grid free Lagrangian VPM algorithm discretises vorticity on particle elements, the method requires transformation of the velocity components into vortex circulation, and finally the simulation of the reproduction of the template flow field by seeding these vortex circulations or particles into a free stream flow. It is noteworthy that the vortex particles have to be released into the free stream exactly at same rate of velocity sampling. Studies have been done, specifically, in terms of different sampling rates and velocity sampling positions to find their effects on flow reproduction quality. The quality assessments are mainly done, using a downstream flow monitoring profile, by comparing the characteristic wind flow profiles using several statistical turbulence measures. Additionally, the comparisons are performed using velocity time histories, snapshots of the flow fields, and the vibration of a downstream bluff section by performing wake buffeting analyses of the section under the original and reproduced wake flows. Convergence study is performed for the validation of the method. The study also describes the possibilities how to achieve flow reproductions with less computational effort.Keywords: vortex particle method, wake flow, flow reproduction, wake buffeting analysis
Procedia PDF Downloads 31219126 Synthesis and Characterization of the Carbon Spheres Built Up from Reduced Graphene Oxide
Authors: Takahiro Saida, Takahiro Kogiso, Takahiro Maruyama
Abstract:
The ordered structural carbon (OSC) material is expected to apply to the electrode of secondary batteries, the catalyst supports, and the biomaterials because it shows the low substance-diffusion resistance by its uniform pore size. In general, the OSC material is synthesized using the template material. Changing size and shape of this template provides the pore size of OSC material according to the purpose. Depositing the oxide nanosheets on the polymer sphere template by the layer by layer (LbL) method was reported as one of the preparation methods of OSC material. The LbL method can provide the controlling thickness of structural wall without the surface modification. When the preparation of the uniform carbon sphere prepared by the LbL method which composed of the graphene oxide wall and the polymethyl-methacrylate (PMMA) core, the reduction treatment will be the important object. Since the graphene oxide has poor electron conductivity due to forming a lot of functional groups on the surface, it could be hard to apply to the electrode of secondary batteries and the catalyst support of fuel cells. In this study, the graphene oxide wall of carbon sphere was reduced by the thermal treatment under the vacuum conditions, and its crystalline structure and electronic state were characterized. Scanning electron microscope images of the carbon sphere after the heat treatment at 300ºC showed maintaining sphere shape, but its shape was collapsed with increasing the heating temperature. In this time, the dissolution rate of PMMA core and the reduction rate of graphene oxide were proportionate to heating temperature. In contrast, extending the heating time was conducive to the conservation of the sphere shape. From results of X-ray photoelectron spectroscopy analysis, its electronic state of the surface was indicated mainly sp² carbon. From the above results, we succeeded in the synthesis of the sphere structure composed by the reduction graphene oxide.Keywords: carbon sphere, graphene oxide, reduction, layer by layer
Procedia PDF Downloads 14119125 Effect of Synthesis Parameters on Crystal Size and Perfection of Mordenite and Analcime
Authors: Zehui Du, Chaiwat Prapainainar, Paisan Kongkachuichay, Paweena Prapainainar
Abstract:
The aim of this work was to obtain small crystalline size and high crystallinity of mordenites and analcimes, by modifying the aging time, agitation, water content, crystallization temperature and crystallization time. Two different hydrothermal methods were studied. Both methods used Na2SiO3 as the silica source, NaAlO2 as the aluminum source, and NaOH as the alkali source. The first method used HMI as the template while the second method did not use the template. Mordenite crystals with spherical shape and bimodal in size of about 1 and 5 µm were obtained from the first method using conditions of 24 hr aging time, 170°C and 24 hr crystallization. Modernites with high crystallinity were formed using agitation system in the crystallization process. It was also found that the aging time of 2 hr and 24 hr did not much affect the formation of mordenite crystals. Analcime crystals were formed in spherical shape and facet on surface with the size between 13-15 µm by the second method using the conditions of 30 minutes aging time, 170°C and 24 hr crystallization without calcination. By increasing water content, the crystallization process was slowed down and resulted in smaller analcime crystals. Larger size of analcime crystals were observed when the samples were calcined at 300°C and 580°C. Higher calcination temperature led to higher crystal growth and resulted in larger crystal size. Finally, mordenite and analcime was used as fillers in zeolite/Nafion composite membrane to solve the fuel cross over problem in direct alcohol fuel cell.Keywords: analcime, hydrothermal synthesis, mordenite, zeolite
Procedia PDF Downloads 26419124 Easymodel: Web-based Bioinformatics Software for Protein Modeling Based on Modeller
Authors: Alireza Dantism
Abstract:
Presently, describing the function of a protein sequence is one of the most common problems in biology. Usually, this problem can be facilitated by studying the three-dimensional structure of proteins. In the absence of a protein structure, comparative modeling often provides a useful three-dimensional model of the protein that is dependent on at least one known protein structure. Comparative modeling predicts the three-dimensional structure of a given protein sequence (target) mainly based on its alignment with one or more proteins of known structure (templates). Comparative modeling consists of four main steps 1. Similarity between the target sequence and at least one known template structure 2. Alignment of target sequence and template(s) 3. Build a model based on alignment with the selected template(s). 4. Prediction of model errors 5. Optimization of the built model There are many computer programs and web servers that automate the comparative modeling process. One of the most important advantages of these servers is that it makes comparative modeling available to both experts and non-experts, and they can easily do their own modeling without the need for programming knowledge, but some other experts prefer using programming knowledge and do their modeling manually because by doing this they can maximize the accuracy of their modeling. In this study, a web-based tool has been designed to predict the tertiary structure of proteins using PHP and Python programming languages. This tool is called EasyModel. EasyModel can receive, according to the user's inputs, the desired unknown sequence (which we know as the target) in this study, the protein sequence file (template), etc., which also has a percentage of similarity with the primary sequence, and its third structure Predict the unknown sequence and present the results in the form of graphs and constructed protein files.Keywords: structural bioinformatics, protein tertiary structure prediction, modeling, comparative modeling, modeller
Procedia PDF Downloads 9819123 SnSₓ, Cu₂ZnSnS₄ Nanostructured Thin Layers for Thin-Film Solar Cells
Authors: Elena A. Outkina, Marina V. Meledina, Aliaksandr A. Khodin
Abstract:
Nanostructured thin films of SnSₓ, Cu₂ZnSnS₄ (CZTS) semiconductors were fabricated by chemical processing to produce thin-film photoactive layers for photocells as a prospective lowest-cost and environment-friendly alternative to Si, Cu(In, Ga)Se₂, and other traditional solar cells materials. To produce SnSₓ layers, the modified successive ionic layer adsorption and reaction (SILAR) technique were investigated, including successive cyclic dipping into Na₂S solution and SnCl₂, NaCl, triethanolamine solution. To fabricate CZTS layers, the cyclic dipping into CuSO₄ with ZnSO₄, SnCl₂, and Na₂S solutions was used with intermediate rinsing in distilled water. The nano-template aluminum/alumina substrate was used to control deposition processes. Micromorphology and optical characteristics of the fabricated layers have been investigated. Analysis of 2D-like layers deposition features using nano-template substrate is presented, including the effect of nanotips in a template on surface charge redistribution and transport.Keywords: kesterite, nanotemplate, SILAR, solar cell, tin sulphide
Procedia PDF Downloads 14319122 Vertically Grown P–Type ZnO Nanorod on Ag Thin Film
Authors: Jihyun Park, Tae Il Lee, Jae-Min Myoung
Abstract:
A Silver (Ag) thin film is introduced as a template and doping source for vertically aligned p–type ZnO nanorods. ZnO nanorods were grown using a ammonium hydroxide based hydrothermal process. During the hydrothermal process, the Ag thin film was dissolved to generate Ag ions in the solution. The Ag ions can contribute to doping in the wurzite structure of ZnO and the (111) grain of Ag thin film can be the epitaxial temporal template for the (0001) plane of ZnO. Hence, Ag–doped p–type ZnO nanorods were successfully grown on the substrate, which can be an electrode or semiconductor for the device application. To demonstrate the potentials of this idea, p–n diode was fabricated and its electrical characteristics were demonstrated.Keywords: hydrothermal process, Ag–doped ZnO nanorods, p–type ZnO
Procedia PDF Downloads 46619121 Cost-Effective Soft Lithography of Organic Semiconductors in Organic Field-Effect Transistors (OFETs)
Authors: Tae Kyu An
Abstract:
We demonstrate repurposing linear micropatterns on the CD as a master mold to fabricate TIPS-PEN microwires. From the micropatterns on CDs, we replicated polyurethane acrylate (PUA) templates which are robust and flexible until submicrometer scale patterns. Subsequently, 1.5 μm TIPS-PEN microwires separated by 1.5 μm were grown. Using crystal analysis tools with polarized optical microscopy and X-ray diffraction measurement, it was revealed that each TIPS-PEN microwires are highly crystalline and uniform compared to spin-coated films. It is attributed to the template-guided growth of TIPS-PEN crystals along the linear template, thus the OFETs comprised of TIPS-PEN microwires displayed the high field-effect mobility.Keywords: compact disk, macro patterning, OFET, soft lithography
Procedia PDF Downloads 24119120 A Biometric Template Security Approach to Fingerprints Based on Polynomial Transformations
Authors: Ramon Santana
Abstract:
The use of biometric identifiers in the field of information security, access control to resources, authentication in ATMs and banking among others, are of great concern because of the safety of biometric data. In the general architecture of a biometric system have been detected eight vulnerabilities, six of them allow obtaining minutiae template in plain text. The main consequence of obtaining minutia templates is the loss of biometric identifier for life. To mitigate these vulnerabilities several models to protect minutiae templates have been proposed. Several vulnerabilities in the cryptographic security of these models allow to obtain biometric data in plain text. In order to increase the cryptographic security and ease of reversibility, a minutiae templates protection model is proposed. The model aims to make the cryptographic protection and facilitate the reversibility of data using two levels of security. The first level of security is the data transformation level. In this level generates invariant data to rotation and translation, further transformation is irreversible. The second level of security is the evaluation level, where the encryption key is generated and data is evaluated using a defined evaluation function. The model is aimed at mitigating known vulnerabilities of the proposed models, basing its security on the impossibility of the polynomial reconstruction.Keywords: fingerprint, template protection, bio-cryptography, minutiae protection
Procedia PDF Downloads 17019119 Synthetic Dermal Template Use in the Reconstruction of a Chronic Scalp Wound
Authors: Stephanie Cornish
Abstract:
The use of synthetic dermal templates, also known as dermal matrices, such as PolyNovo® Biodegradable Temporising Matrix (BTM), has been well established in the reconstruction of acute wounds with a full thickness defect of the skin. Its use has become common place in the treatment of full thickness burns and is not unfamiliar in the realm of necrotising fasciitis, free flap donor site reconstruction, and the management of acute traumatic wounds. However, the use of dermal templates for more chronic wounds is rare. The authors present the successful use of BTM in the reconstruction of a chronic scalp wound following the excision of a malignancy and multiple previous failed attempts at repair, thus demonstrating the potential for an increased scope of use.Keywords: dermal template, BTM, chronic, scalp wound, reconstruction
Procedia PDF Downloads 91