Search results for: non-toxic building blocks
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4351

Search results for: non-toxic building blocks

4351 Properties of Compressed Earth Blocks Enhanced with Clay Pozzolana

Authors: Humphrey Danso, Seth Adu

Abstract:

The high cost of cement and its greenhouse effect on the environment have led to the use of alternative building materials in the production of block and bricks. This study seeks to investigate the properties of compressed earth blocks (CEBs) enhanced with clay pozzolana. CEBs of size 290 × 140 × 100 mm were prepared with 10, 20 and 30 % weight of clay pozzolana. The CEBs were compressed at a constant pressure of 5 MPa and cured for 28 days. The blocks, after 7, 14, 21 and 28 days of curing were tested for density, water absorption, compressive strength and erosion. It was found that amount of pozzolana content did not have much influence on blocks’ density. There was a decline in water absorption of the stabilised blocks ranged between 32.8% and 252.2% over the unstabilised blocks. The highest compressive strength (3.75MPa) of the stabilized blocks was achieved at 28th day of curing with 30% clay pozzolana content, which showed an improvement of 116.8% strength over the unstabilised blocks. Furthermore, there was a statistically significant difference in the erosion resistance between the stabilized blocks and the unstabilised blocks. The study concludes that the inclusion of the clay pozzolana increased the properties of the CEBs, and therefore recommended for use in the building of houses.

Keywords: clay pozzolana, compressed earth blocks (CEBs), compressive strength, erosion test

Procedia PDF Downloads 250
4350 Drawing Building Blocks in Existing Neighborhoods: An Automated Pilot Tool for an Initial Approach Using GIS and Python

Authors: Konstantinos Pikos, Dimitrios Kaimaris

Abstract:

Although designing building blocks is a procedure used by many planners around the world, there isn’t an automated tool that will help planners and designers achieve their goals with lesser effort. The difficulty of the subject lies in the repeating process of manually drawing lines, while not only it is mandatory to maintain the desirable offset but to also achieve a lesser impact to the existing building stock. In this paper, using Geographical Information Systems (GIS) and the Python programming language, an automated tool integrated into ArcGIS PRO, is being presented. Despite its simplistic enviroment and the lack of specialized building legislation due to the complex state of the field, a planner who is aware of such technical information can use the tool to draw an initial approach of the final building blocks in an area with pre-existing buildings in an attempt to organize the usually sprawling suburbs of a city or any continuously developing area. The tool uses ESRI’s ArcPy library to handle the spatial data, while interactions with the user is made throught Tkinter. The main process consists of a modification of building edgescoordinates, using NumPy library, in an effort to draw the line of best fit, so the user can get the optimal results per block’s side. Finally, after the tool runs successfully, a table of primary planning information is shown, such as the area of the building block and its coverage rate. Regardless of the primary stage of the tool’s development, it is a solid base where potential planners with programming skills could invest, so they can make the tool adapt to their individual needs. An example of the entire procedure in a test area is provided, highlighting both the strengths and weaknesses of the final results.

Keywords: arcPy, GIS, python, building blocks

Procedia PDF Downloads 145
4349 Object-Oriented Program Comprehension by Identification of Software Components and Their Connexions

Authors: Abdelhak-Djamel Seriai, Selim Kebir, Allaoua Chaoui

Abstract:

During the last decades, object oriented program- ming has been massively used to build large-scale systems. However, evolution and maintenance of such systems become a laborious task because of the lack of object oriented programming to offer a precise view of the functional building blocks of the system. This lack is caused by the fine granularity of classes and objects. In this paper, we use a post object-oriented technology namely software components, to propose an approach based on the identification of the functional building blocks of an object oriented system by analyzing its source code. These functional blocks are specified as software components and the result is a multi-layer component based software architecture.

Keywords: software comprehension, software component, object oriented, software architecture, reverse engineering

Procedia PDF Downloads 374
4348 Synthesis of Cardanol Oil Building Blocks for Polymer Synthesis

Authors: Sylvain Caillol

Abstract:

Uncertainty in terms of price and availability of petroleum, in addition to global political and institutional tendencies toward the principles of sustainable development, urge chemical industry to a sustainable chemistry and particularly the use of renewable resources in order to synthesize biobased chemicals and products. We propose a platform approach for the synthesis of various building blocks from cardanol in one or two-steps syntheses. Cardanol, which is a natural phenol, is issued from Cashew Nutshell Liquid (CNSL), a non-edible renewable resource, co-produced from cashew industry in large commercial volumes. Cardanol is particularly interesting to replace fossil aromatic groups in polymers and materials. Our team studied various routes for the synthesis of cardanol-derived biobased building blocks used after that in polymer syntheses. For example, we used phenolation to dimerize/oligomerize cardanol to propose increase functionality of cardanol. Thio-ene was used to synthesize new reactive amines. Epoxidation and (meth)acrylation were also used to insert oxirane or (meth)acrylate groups in order to synthesize polymers and materials.

Keywords: cardanol, cashew nutshell liquid, epoxy, vinyl ester, latex, emulsion

Procedia PDF Downloads 136
4347 A Linearly Scalable Family of Swapped Networks

Authors: Richard Draper

Abstract:

A supercomputer can be constructed from identical building blocks which are small parallel processors connected by a network referred to as the local network. The routers have unused ports which are used to interconnect the building blocks. These connections are referred to as the global network. The address space has a global and a local component (g, l). The conventional way to connect the building blocks is to connect (g, l) to (g’,l). If there are K blocks, this requires K global ports in each router. If a block is of size M, the result is a machine with KM routers having diameter two. To increase the size of the machine to 2K blocks, each router connects to only half of the other blocks. The result is a larger machine but also one with greater diameter. This is a crude description of how the network of the CRAY XC® is designed. In this paper, a family of interconnection networks using routers with K global and M local ports is defined. Coordinates are (c,d, p) and the global connections are (c,d,p)↔(c’,p,d) which swaps p and d. The network is denoted D3(K,M) and is called a Swapped Dragonfly. D3(K,M) has KM2 routers and has diameter three, regardless of the size of K. To produce a network of size KM2 conventionally, diameter would be an increasing function of K. The family of Swapped Dragonflies has other desirable properties: 1) D3(K,M) scales linearly in K and quadratically in M. 2) If L < K, D3(K,M) contains many copies of D3(L,M). 3) If L < M, D3(K,M) contains many copies of D3(K,L). 4) D3(K,M) can perform an all-to-all exchange in KM2+KM time which is only slightly more than the time to do a one-to-all. This paper makes several contributions. It is the first time that a swap has been used to define a linearly scalable family of networks. Structural properties of this new family of networks are thoroughly examined. A synchronizing packet header is introduced. It specifies the path to be followed and it makes it possible to define highly parallel communication algorithm on the network. Among these is an all-to-all exchange in time KM2+KM. To demonstrate the effectiveness of the swap properties of the network of the CRAY XC® and D3(K,16) are compared.

Keywords: all-to-all exchange, CRAY XC®, Dragonfly, interconnection network, packet switching, swapped network, topology

Procedia PDF Downloads 84
4346 Synthesis and Characterization of Model Amines for Corrosion Applications

Authors: John Vergara, Giuseppe Palmese

Abstract:

Fundamental studies aimed at elucidating the key contributions to corrosion performance are needed to make progress toward effective and environmentally compliant corrosion control. Epoxy/amine systems are typically employed as barrier coatings for corrosion control. However, the hardening agents used for coating applications can be very complex, making fundamental studies of water and oxygen permeability challenging to carry out. Creating model building blocks for epoxy/amine coatings is the first step in carrying out these studies. We will demonstrate the synthesis and characterization of model amine building blocks from saturated fatty acids and simple amines such as diethylenetriamine (DETA) and Bis(3-aminopropyl)amine. The structure-property relationship of thermosets made from these model amines and Diglycidyl ether of bisphenol A (DGBEA) will be discussed.

Keywords: building block, amine, synthesis, characterization

Procedia PDF Downloads 485
4345 Adding Security Blocks to the DevOps Lifecycle

Authors: Andrew John Zeller, Francis Pouatcha

Abstract:

Working according to the DevOps principle has gained in popularity over the past decade. While its extension DevSecOps started to include elements of cybersecurity, most real-life projects do not focus risk and security until the later phases of a project as teams are often more familiar with engineering and infrastructure services. To help bridge the gap between security and engineering, this paper will take six building blocks of cybersecurity and apply them to the DevOps approach. After giving a brief overview of the stages in the DevOps lifecycle, the main part discusses to what extent six cybersecurity blocks can be utilized in various stages of the lifecycle. The paper concludes with an outlook on how to stay up to date in the dynamic world of cybersecurity.

Keywords: information security, data security, cybersecurity, devOps, IT management

Procedia PDF Downloads 57
4344 Valorisation of Polyethylene and Plastic Bottle Wastes as Pavement Blocks

Authors: Babagana Mohammed, Fidelis Patrick Afangide

Abstract:

This research investigated the possibility of using waste low-dense polyethylene and waste plastic bottles for the production of interlock pavement blocks. In many parts of the world, interlock pavement block is used widely as modern day solution to outdoor flooring applications and the blocks have different shapes, sizes and colours suiting the imagination of landscape architects. Using suitable and conventional mould having a 220 x 135 x 50 mm³ shape, the interlock blocks were produced. The material constituents of the produced blocks were waste low-dense polyethylene and waste plastic bottles mixed in varying, respective percentage-weight proportions of; 100%+0%, 75%+25%, 50%+50% and 25%+75%. The blocks were then tested for unconfined compressive strength and water absorption properties. The test results compared well with those of conventional concrete interlock blocks and the research demonstrates the possibility of value recovery from the waste streams which are currently dumped in open-spaces thereby affecting the environment.

Keywords: pavement blocks, polyethylene, plastic bottle, wastes, valorization

Procedia PDF Downloads 359
4343 Determination of the Optimum Size of Building Stone Blocks: Case Study of Delichai Travertine Mine

Authors: Hesam Sedaghat Nejad, Navid Hosseini, Arash Nikvar Hassani

Abstract:

Determination of the optimum block size with high profitability is one of the significant parameters in designation of the building stone mines. The aim of this study was to determine the optimum dimensions of building stone blocks in Delichai travertine mine of Damavand in Tehran province through combining the effective parameters proven in determination of the optimum dimensions in building stones such as the spacing of joints and gaps, extraction tools constraints with the help of modeling by Gemcom software. To this end, following simulation of the topography of the mine, the block model was prepared and then in order to use spacing joints and discontinuities as a limiting factor, the existing joints set was added to the model. Since only one almost horizontal joint set with a slope of 5 degrees was available, this factor was effective only in determining the optimum height of the block, and thus to determine the longitudinal and transverse optimum dimensions of the extracted block, the power of available loader in the mine was considered as the secondary limiting factor. According to the aforementioned factors, the optimal block size in this mine was measured as 3.4×4×7 meter.

Keywords: building stone, optimum block size, Delichay travertine mine, loader power

Procedia PDF Downloads 318
4342 Optimization Techniques for Microwave Structures

Authors: Malika Ourabia

Abstract:

A new and efficient method is presented for the analysis of arbitrarily shaped discontinuities. The discontinuities is characterized using a hybrid spectral/numerical technique. This structure presents an arbitrary number of ports, each one with different orientation and dimensions. This article presents a hybrid method based on multimode contour integral and mode matching techniques. The process is based on segmentation and dividing the structure into key building blocks. We use the multimode contour integral method to analyze the blocks including irregular shape discontinuities. Finally, the multimode scattering matrix of the whole structure can be found by cascading the blocks. Therefore, the new method is suitable for analysis of a wide range of waveguide problems. Therefore, the present approach can be applied easily to the analysis of any multiport junctions and cascade blocks. The accuracy of the method is validated comparing with results for several complex problems found in the literature. CPU times are also included to show the efficiency of the new method proposed.

Keywords: segmentation, s parameters, simulation, optimization

Procedia PDF Downloads 492
4341 Antibody-Conjugated Nontoxic Arginine-Doped Fe3O4 Nanoparticles for Magnetic Circulating Tumor Cells Separation

Authors: F. Kashanian, M. M. Masoudi, A. Akbari, A. Shamloo, M. R. Zand, S. S. Salehi

Abstract:

Nano-sized materials present new opportunities in biology and medicine and they are used as biomedical tools for investigation, separation of molecules and cells. To achieve more effective cancer therapy, it is essential to select cancer cells exactly. This research suggests that using the antibody-functionalized nontoxic Arginine-doped magnetic nanoparticles (A-MNPs), has been prosperous in detection, capture, and magnetic separation of circulating tumor cells (CTCs) in tumor tissue. In this study, A-MNPs were synthesized via a simple precipitation reaction and directly immobilized Ep-CAM EBA-1 antibodies over superparamagnetic A-MNPs for Mucin BCA-225 in breast cancer cell. The samples were characterized by vibrating sample magnetometer (VSM), FT-IR spectroscopy, Tunneling Electron Microscopy (TEM) and Scanning Electron Microscopy (SEM). These antibody-functionalized nontoxic A-MNPs were used to capture breast cancer cell. Through employing a strong permanent magnet, the magnetic separation was achieved within a few seconds. Antibody-Conjugated nontoxic Arginine-doped Fe3O4 nanoparticles have the potential for the future study to capture CTCs which are released from tumor tissue and for drug delivery, and these results demonstrate that the antibody-conjugated A-MNPs can be used in magnetic hyperthermia techniques for cancer treatment.

Keywords: tumor tissue, antibody, magnetic nanoparticle, CTCs capturing

Procedia PDF Downloads 320
4340 The Robotic Intervention in the Tourism Experience: The Customer Journey’s Touchpoints, Context, and Qualities

Authors: Aikaterini Manthiou, Phil Klaus, Kafia Ayadi

Abstract:

Tourism research has shown a growing need to comprehend the robotic tourism experience’s meaning and foundations while also offering guidance regarding future discussions and research. This paper aims to analyze the robotic tourism experience based on the basis of De Keyser et al.’s (2020) conceptualization. In order to develop three theoretical propositions, we explore the robotic tourism experience by means of the three building blocks: touchpoints, context, and qualities. The three building blocks should not be examined in isolation but as a system of interplaying factors impacting the customer journey and customer experience. The study discusses the theoretical and practical implications of these impacts, as well as providing future research directions.

Keywords: robotic tourism experience, robot, touchpoints, context, qualities

Procedia PDF Downloads 162
4339 Synthesis and Optimization of Bio Metal-Organic Framework with Permanent Porosity

Authors: Tia Kristian Tajnšek, Matjaž Mazaj, Nataša Zabukovec Logar

Abstract:

Metal-organic frameworks (MOFs) with their specific properties and the possibility of tuning the structure represent excellent candidates for use in the biomedical field. Their advantage lies in large pore surfaces and volumes, as well as the possibility of using bio-friendly or bioactive constituents. So-called bioMOFs are representatives of MOFs, which are constructed from at least one biomolecule (metal, a small bioactive molecule in metal clusters and/or linker) and are intended for bio-application (usually in the field of medicine; most commonly drug delivery). When designing a bioMOF for biomedical applications, we should adhere to some guidelines for an improved toxicological profile of the material. Such as (i) choosing an endogenous/nontoxic metal, (ii) GRAS (generally recognized as safe) linker, and (iii) nontoxic solvents. Design and synthesis of bioNICS-1 (bioMOF of National Institute of Chemistry Slovenia – 1) consider all these guidelines. Zinc (Zn) was chosen as an endogenous metal with an agreeable recommended daily intake (RDI) and LD50 value, and ascorbic acid (Vitamin C) was chosen as a GRAS and active linker. With these building blocks, we have synthesized a bioNICS-1 material. The synthesis was done in ethanol using a solvothermal method. The synthesis protocol was further optimized in three separate ways. Optimization of (i) synthesis parameters to improve the yield of the synthesis, (ii) input reactant ratio and addition of specific modulators for production of larger crystals, and (iii) differing of the heating source (conventional, microwave and ultrasound) to produce nano-crystals. With optimization strategies, the synthesis yield was increased. Larger crystals were prepared for structural analysis with the use of a proper species and amount of modulator. Synthesis protocol was adjusted to different heating sources, resulting in the production of nano-crystals of bioNICS-1 material. BioNICS-1 was further activated in ethanol and structurally characterized, resolving the crystal structure of new material.

Keywords: ascorbic acid, bioMOF, MOF, optimization, synthesis, zinc ascorbate

Procedia PDF Downloads 96
4338 Proposal for Sustainable Construction of a New College Hostel Building

Authors: Reshma Raskar-Phule, Abhay Shinde, Manesh Konkani, Rohit Nighot, Shrirang Mahajan, Viraj Thorat

Abstract:

Sustainability in construction projects can be considered from three dimensions - environment, economy and society. Key concepts of sustainable construction include the protection of the natural environment, choice of non-toxic materials, reduction and reuse of resources, waste minimization, and life cycle analysis. The present paper attempts to identify and analyze the use of sustainable construction materials for a new college hostel building in terms of sustainability development indices (SDIs). Low SDI materials, say as composite fiberglass reinforcement (SDI 4074.96), compressed earth blocks (SDI 0.47), and fiber-reinforced doors (SDI 0.13) are the proposed sustainable materials for the hostel building. Indian Green Building Certification (IGBC) is applied for the hostel building and it earns 5 points out of total 16 points for criterion 5 – Building Materials and Resources of IGBC.

Keywords: sustainable development, construction materials, IGBC, hostel building

Procedia PDF Downloads 72
4337 Characterization of Performance of Blocks Produced from Dredged Sample

Authors: Adebayo B., Omotehinse A. O.

Abstract:

The performance and characteristics of blocks produced from dredged sample was investigated. Blocks were produced using appropriate mixes of dredged sample and sharp sand. Some geotechnical properties (moisture content, grain size distribution) of the dredged sample (Igbokoda dredged sample) were determined using the British Standard. The physico-mechanical properties (water absorption, density and compressive strength) of blocks produced were evaluated. The dredged sample is classified as a silty material. Seven replacement levels of sharp sand were considered in the study (SS- Sharp Sand and DS – Dredged Sample) was done with constant amount of cement. 1- 85 % DS and 15 % SS, 2- 70 % DS and 30 % SS, 3- 55 % DS and 45 % SS, 4- 50 % DS and 50 % SS, 5- 45 % DS and 55 % SS, 6- 30 % DS and 70 % SS, 7- 15 % DS and 85 % SS and 8 – IS 100 % with cement; 9 – SS 100 % with cement) of different ages (7 days, 14 days, 21 days and 28 days) for the production of blocks. The compressive strength of the blocks produced ranges between 0.52 MPa to 3.0 MPa and considering the mixes, the highest compressive strength was found in mix of 15 % DS and 85 % SS.

Keywords: dredge sample, silt, sharp sand, block, cement

Procedia PDF Downloads 327
4336 Cross Ventilation Potential in an Array of Building Blocks: The Case Study of Alexandria

Authors: Bakr Gomaa

Abstract:

Wind driven Cross ventilation is achieved when air moves indoors due to the pressure difference on the building envelope. This is especially important in breezy moderate to humid settings in which fast air flow can promote thermal comfort. Studies have shown that the use of simple building forms or ignoring the urban context when studying natural ventilation can lead to inaccurate results. In this paper, the impact of the urban form of a regular array of buildings is investigated to define the impact of this urban setting on cross ventilation potential. The objective of this paper is to provide the necessary tools to achieve natural ventilation for cooling purposes in an array of building blocks context. The array urban form has been studied before for natural ventilation purposes yet to the best of our knowledge no study has considered the relationship between the urban form and the pressure patterns that develop on the buildings envelope for cross ventilation. For this we use detailed weather data for a case study city of Alexandria (Egypt), as well as a validated CFD simulations to investigate the cross ventilation potential in terms of pressure patterns in waterfront as well as in-city wind flows perpendicular to the buildings array. it was found that for both waterfront and in-city wind speeds the windows needed for cross ventilation in rear raws of the array are significantly larger than those needed for front raw.

Keywords: Alexandria, CFD, cross ventilation, pressure coefficient

Procedia PDF Downloads 350
4335 Disadvantages and Drawbacks of Concrete Blocks and Fix Their Defects

Authors: Ehsan Sadie

Abstract:

Today, the cost of repair and maintenance of structures is very important and by studying the behavior of reinforced concrete structures Will become specified several factors such as : Design and calculation errors, lack of proper implementation of structural changes, the damage caused by the introduction of random loads, concrete corrosion and environmental conditions reduce durability of the structures . Meanwhile building codes alteration also cause changes in the assessment and review of the design and structure rather if necessary will be improved and strengthened in the future.

Keywords: concrete building , expandable cement, honeycombed surface , reinforcement corrosion

Procedia PDF Downloads 391
4334 Fault Tolerant and Testable Designs of Reversible Sequential Building Blocks

Authors: Vishal Pareek, Shubham Gupta, Sushil Chandra Jain

Abstract:

With increasing high-speed computation demand the power consumption, heat dissipation and chip size issues are posing challenges for logic design with conventional technologies. Recovery of bit loss and bit errors is other issues that require reversibility and fault tolerance in the computation. The reversible computing is emerging as an alternative to conventional technologies to overcome the above problems and helpful in a diverse area such as low-power design, nanotechnology, quantum computing. Bit loss issue can be solved through unique input-output mapping which require reversibility and bit error issue require the capability of fault tolerance in design. In order to incorporate reversibility a number of combinational reversible logic based circuits have been developed. However, very few sequential reversible circuits have been reported in the literature. To make the circuit fault tolerant, a number of fault model and test approaches have been proposed for reversible logic. In this paper, we have attempted to incorporate fault tolerance in sequential reversible building blocks such as D flip-flop, T flip-flop, JK flip-flop, R-S flip-flop, Master-Slave D flip-flop, and double edge triggered D flip-flop by making them parity preserving. The importance of this proposed work lies in the fact that it provides the design of reversible sequential circuits completely testable for any stuck-at fault and single bit fault. In our opinion our design of reversible building blocks is superior to existing designs in term of quantum cost, hardware complexity, constant input, garbage output, number of gates and design of online testable D flip-flop have been proposed for the first time. We hope our work can be extended for building complex reversible sequential circuits.

Keywords: parity preserving gate, quantum computing, fault tolerance, flip-flop, sequential reversible logic

Procedia PDF Downloads 510
4333 Masonry Blocks with Recycled Aggregates and Recycled Glass

Authors: Pierre Y. Matar, Louay S. El Hassanieh, Marleine F. Bayssary

Abstract:

The demolished concrete is a major component of the construction and demolition (C&D) waste. The recycled aggregates obtained by crushing the demolished concrete can be used as a substitute of natural aggregates. Another major C&D waste is the flat glass. This glass can be also recycled and used as an aggregate substitute. The objective of this study is to determine the influence of the use of recycled concrete aggregates and recycled glass on the compressive strength and fire resistance of precast concrete masonry blocks. Tests are carried out on four series of blocks whose compositions include different percentages of recycled aggregates and recycled glass and one series of reference blocks whose composition consists of exclusively natural aggregates. The recycled coarse aggregates and recycled glass have 6.3/12.5 mm fraction and the natural aggregates have 0/6.3 mm fraction; no recycled fine aggregates are included in concrete mixes.

Keywords: compressive strength, precast concrete blocks, recycled aggregates, recycled glass

Procedia PDF Downloads 512
4332 High Volume Fly Ash Concrete for Paver Blocks

Authors: Som Nath Sachdeva, Vanita Aggarwal, S. M. Gupta

Abstract:

Use of concrete paver blocks is becoming increasingly popular. They are used for paving of approaches, paths and parking areas including their application in pre-engineered buildings. This paper discusses the results of an experimental study conducted on Fly Ash Concrete with the aim to report its suitability for concrete paver blocks. In this study, the effect of varying proportions of fly ash, 20 % to 40 %, on compressive strength and flexural strength of concrete has been evaluated. The mix designs studied are M-30, M-35, M-40 and M-50. It is observed that all the fly ash based mixes are able to achieve the required compressive and flexural strengths. In comparison to control mixes, the compressive and flexural strengths of the fly ash based mixes are found to be slightly less at 7 days and 28 days and a little more at 90 days.

Keywords: fly ash concrete, paver blocks, compressive, flexural strength

Procedia PDF Downloads 371
4331 Quality Assessment of Hollow Sandcrete Blocks in Minna, Nigeria

Authors: M. Abdullahi, S. Sadiku, Bashar S. Mohammed, J. I. Aguwa

Abstract:

The properties of hollow sandcrete blocks produced in Minna, Nigeria are presented. Sandcrete block is made of cement, water and sand bound together in certain mix proportions. For the purpose of this work, fifty (50) commercial sandcrete block industries were visited in Minna, Nigeria to obtain block samples and aggregates used for the manufacture, and to also take inventory of the mix composition and the production process. Sieve analysis tests were conduction on the soil sample from various block industries to ascertain their quality to be used for block making. The mix ratios were also investigated. Five (5) nine inches (9’’ or 225mm) blocks were obtained from each block industry and tested for dimensional compliance and compressive strength. The result of test shows that the grading of the sand falls within the limit required by BS 882: 1990. The sand particles generally satisfy the grading requirement of overall grading and also fall in at least one of the classification of coarse grading, medium grading or fine grading. This clearly indicates that the quality of the aggregates used for the production of sandcrete blocks in Minna, Nigeria are of good quality in terms of grading and workable mix can easily be achieved to obtain high quality product. Physical examinations of the block sizes show slight deviation from the standard requirement in NIS 87:2000. Compressive strength of hollow sandcrete blocks in range of 0.12 N/mm2 to 0.54 N/mm2 was obtained which is below the recommendable value of 3.45 N/mm2 for load bearing hollow sandcrete blocks. This indicates that these blocks are below the standard for load-bearing sandcrete blocks and cannot be used as load bearing walling units. The mix composition also indicated low cement content resulting in low compressive strength. Most of the commercial block industries visited do not take curing very serious. Water were only sprinkled ones or twice before the blocks were stacked and made readily available for sale. It is recommended that a mix ratio of 1:4 to 1:6 should be used for the production of sandcrete blocks and proper curing practice should be adhered to. Blocks should also be cured for 14 days before making them available for consumers.

Keywords: compressive strength, dimensions, mix proportions, sandcrete blocks

Procedia PDF Downloads 349
4330 Physical and Mechanical Behavior of Compressed Earth Blocks Stabilized with Ca(OH)2 on Sub-Humid Warm Weather

Authors: D. Castillo T., Luis F. Jimenez

Abstract:

The compressed earth blocks (CEBs) constitute an alternative as a constructive element for building homes in regions with high levels of poverty and marginalization. Such is the case of Southeastern Mexico, where the population, predominantly indigene, build their houses with feeble materials like wood and palm, vulnerable to extreme weather in the area, because they do not have the financial resources to acquire concrete blocks. There are several advantages that can provide BTCs compared to traditional vibro-compressed concrete blocks, such as the availability of materials, low manufacturing cost and reduced CO2 emissions to the atmosphere for not be subjected to a burning process. However, to improve its mechanical properties and resistance to adverse weather conditions in terms of humidity and temperature of the sub-humid climate zones, it requires the use of a chemical stabilizer; in this case we chose Ca(OH)2. The stabilization method Eades-Grim was employed, according to ASTM C977-03. This method measures the optimum amount of lime required to stabilize the soil, increasing the pH to 12.4 or higher. The minimum amount of lime required in this experiment was 1% and the maximum was 10%. The employed material was clay unconsolidated low to medium plasticity (CL type according to the Unified Soil Classification System). Based on these results, the CEBs manufacturing process was determined. The obtained blocks were from 10x15x30 cm using a mixture of soil, water and lime in different proportions. Later these blocks were put to dry outdoors and subjected to several physical and mechanical tests, such as compressive strength, absorption and drying shrinkage. The results were compared with the limits established by the Mexican Standard NMX-C-404-ONNCCE-2005 for the construction of housing walls. In this manner an alternative and sustainable material was obtained for the construction of rural households in the region, with better security conditions, comfort and cost.

Keywords: calcium hydroxide, chemical stabilization, compressed earth blocks, sub-humid warm weather

Procedia PDF Downloads 365
4329 Synthesis of 5'-Azidonucleosides as Building Blocks for the Preparation of Biologically Active Bioconjugates

Authors: Brigitta Bodnár, Lajos Kovács, Zoltán Kupihár

Abstract:

The cancer cells require higher amount of nucleoside building blocks for their proliferation, therefore they have significantly higher uptake of nucleosides by the different nucleoside transporters. Therefore, the conjugation with nucleosides may significantly increase the efficiency and selectivity of potential active pharmaceutical ingredients. On the other hand, the advantage of using a nucleoside could be either the higher activity on targeted enzymes overrepresented in cancer cells or an enhanced cellular uptake of the bioconjugates in these cells compared to the healthy ones. This fact can be used to make the nucleosides, as targeting moieties covalently bound to anti-cancer drug molecules which can selectively accumulate in cancer cells. However, in order to form the nucleoside-drug conjugates, such nucleoside building blocks are needed, which can selectively be coupled to the drug molecules containing even a high number of diverse functional groups. One of the most selective conjugation techniques is the copper-catalyzed azide-alkyne click reaction that requires the presence of an alkyl group on one of the conjugated molecules and an azide group on the other. In case of nucleosides, the development of azide group is simpler for which the replacement of the 5'-hydroxy group is the most suitable. This transformation generally involves many side reactions and result in very low yields. In addition, during our experiments, the transformation of the 2'-deoxyguanosine to the corresponding 5'-deoxy-5’-azido-2’-deoxyguanosine could not be performed with any of the methods described in the literature. Therefore, we have tried to overcome these difficulties with not only using the traditional process based on the 2 step exchange of tosyl to azide, but also using the Mitsunobu reaction which requires only one step. However, this path proved to be unsuccessful in spite of the optimizing the reaction conditions. Finally, a method has been developed whereby the azide groups were incorporated into the 5’-position resulting in significantly better yields compared to all other previous methods, and we were able to produce all the four nucleoside derivatives.

Keywords: 5'-azidonucleosides, bioconjugate, click reaction, proliferation

Procedia PDF Downloads 206
4328 Strength Properties of Concrete Paving Blocks with Fly Ash and Glass Powder

Authors: Joel Santhosh, N. Bhavani Shankar Rao

Abstract:

Problems associated with construction site have been known for many years. Construction industry has to support a world of continuing population growth and economic development. The rising costs of construction materials and the need to adhere to sustainability, alternative construction techniques and materials are being sought. To increase the applications of concrete paving blocks, greater understanding of products produced with locally available materials and indigenously produced mineral admixtures is essential. In the present investigation, concrete paving blocks may be produced with locally available aggregates, cement, fly ash and waste glass powder as the mineral admixture. The ultimate aim of this work is to ascertain the performance of concrete paving blocks containing fly ash and glass powder and compare it with the performance of conventional concrete paving blocks. Mix design is carried out to form M40 grade of concrete by using IS: 10262: 2009 and specification given by IRC: SP: 63: 2004. The paving blocks are tested in accordance to IS: 15658: 2006. It showed that the partial replacement of cement by fly ash and waste glass powder satisfies the minimum requirement as specified by the Indian standard IS: 15658: 2006 for concrete paving blocks to be used in non traffic, light traffic and medium-heavy traffic areas. The study indicated that fly ash and waste glass powder can effectively be used as cement replacement without substantial change in strength.

Keywords: paving block, fly ash, glass powder, strength, abrasion resistance, durability

Procedia PDF Downloads 259
4327 Video Shot Detection and Key Frame Extraction Using Faber-Shauder DWT and SVD

Authors: Assma Azeroual, Karim Afdel, Mohamed El Hajji, Hassan Douzi

Abstract:

Key frame extraction methods select the most representative frames of a video, which can be used in different areas of video processing such as video retrieval, video summary, and video indexing. In this paper we present a novel approach for extracting key frames from video sequences. The frame is characterized uniquely by his contours which are represented by the dominant blocks. These dominant blocks are located on the contours and its near textures. When the video frames have a noticeable changement, its dominant blocks changed, then we can extracte a key frame. The dominant blocks of every frame is computed, and then feature vectors are extracted from the dominant blocks image of each frame and arranged in a feature matrix. Singular Value Decomposition is used to calculate sliding windows ranks of those matrices. Finally the computed ranks are traced and then we are able to extract key frames of a video. Experimental results show that the proposed approach is robust against a large range of digital effects used during shot transition.

Keywords: FSDWT, key frame extraction, shot detection, singular value decomposition

Procedia PDF Downloads 348
4326 A Discrete Element Method-Based Simulation of Toppling Failure Considering Block Interaction

Authors: Hooman Dabirmanesh, Attila M. Zsaki

Abstract:

The toppling failure mode in a rock mass is considerably different from the most common sliding failure type along an existing or an induced slip plane. Block toppling is observed in a rock mass which consists of both a widely-spaced basal cross-joint set and a closely-spaced discontinuity set dipping into the slope. For this case, failure occurs when the structure cannot bear the tensile portion of bending stress, and the columns or blocks overturn by their own weight. This paper presents a particle-based discrete element model of rock blocks subjected to a toppling failure where geometric conditions and interaction among blocks are investigated. A series of parametric studies have been conducted on particles’ size, arrangement and bond contact among of particles which are made the blocks. Firstly, a numerical investigation on a one-block system was verified. Afterward, a slope consisting of multi-blocks was developed to study toppling failure and interaction forces between blocks. The results show that the formation of blocks, especially between the block and basal plane surface, can change the process of failure. The results also demonstrate that the initial configuration of particles used to form the blocks has a significant role in achieving accurate simulation results. The size of particles and bond contacts have a considerable influence to change the progress of toppling failure.

Keywords: block toppling failure, contact interaction, discrete element, particle size, random generation

Procedia PDF Downloads 143
4325 Hydrothermally Fabricated 3-D Nanostructure Metal Oxide Sensors

Authors: Mohammad Alenezi

Abstract:

Hierarchical nanostructures with higher dimensionality, consisting of nanostructure building blocks such as nanowires, nanotubes, or nanosheets are very attractive. They hold great properties like the high surface-to-volume ratio and well-ordered porous structures, which can be very challenging to attain for other mono-morphological nanostructures. Well-ordered hierarchical nanostructures with high surface-to-volume ratios facilitate gas diffusion into their surfaces as well as scattering of light. Therefore, hierarchical nanostructures are expected to perform highly as gas sensors. A multistage controlled hydrothermal synthesis method to fabricate high-performance single ZnO brushlike hierarchical nanostructure gas sensor from initial nanowires is reported. The performance of the sensor based on brush-like hierarchical nanostructure is analyzed and compared to that of a nanowire gas sensor. The hierarchical gas sensor demonstrated high sensitivity toward low concentration of acetone at high speed of response. The enhancement in the hierarchical sensor performance is attributed to the increased surface to volume ratio, reduction in dimensionality of the nanowire building blocks, formation of junctions between the initial nanowire and the secondary nanowires, and enhanced gas diffusion into the surfaces of the hierarchical nanostructures.

Keywords: metal oxide, nanostructure, hydrothermal, sensor

Procedia PDF Downloads 232
4324 An Analysis of Transition in Building Form from Abolition of Diagonal Plane Control by Street Width: Focusing on Site Plan and Urban Block

Authors: Joohyun Park, Jin Baek

Abstract:

The purpose of this study is to Analyze the role and effect arise from Diagonal Plane Control by Street Width (DPCSW) in Architecture in Seoul, and to predict the aspect of transition about the relationship among buildings and Urban morphology After the abolition. To find the tendency of building shape regulation, This study review Building Acts concerned with form making (the building to land Ratio, building designated line, wall designated line, building height limit (DPCSW) and etc.) and simulate the shape of urban blocks made by Acts in drawings. The review results show DPCSW is not only limitation about height, but also making the building setback from road and make the Road broader. And it makes the typical shape of the urban block that buildings are moving away from surrounding road After the Abolition of DPCSW; it is expected by the legislature that domestic real estate’s market would be promoted by increased total floor areas in each building. Some substitution from the legislature is announced, but it just deals with Building Maximum unit by Block unit except the regulation about arrangement in urban Figure and Ground. In conclusion, refrain from the uncontrolled development of city, It is important to make regulation about not only height factors but limitation line in land. Furthermore, through revising District Unit Plan, It is positively necessary to reset the relationship between buildings for the making the city space better.

Keywords: diagonal plane control by street width, building maximum height, district unit plan, building acts, urban block type, morphology, building shape

Procedia PDF Downloads 270
4323 High Performance Nanomaterials for Sustainable and Modern Façade Application

Authors: Farrin Ghorbanalavi, Nihal Arıoğlu

Abstract:

The concept of enhancing mechanical /thermal/physical properties of architectural materials is being practiced for over five decades. In comparison with other approaches, the current nanotechnology era equally attracted the structural scientists, engineers, and industries. It simply promises that using building blocks with dimensions in the nano size range makes it possible to design and develop new multi-functional materials. This research focuses on understanding the effects of nanotechnology on the building facade and new facade concepts based on the new possibilities of nanotechnology. Mentioned factors are very prosperous for the comfort as well as sustainability of the building itself. Furthermore, the study suggests that the potential for energy conservation and reduced waste, toxicity, non-renewable resource consumption, and carbon emissions through the architectural applications of nanotechnologies significant. More clearly, it provides us the information about what does the future hold for surface structures.

Keywords: sustainable, nano materials, façade, energy efficiency

Procedia PDF Downloads 524
4322 Accelerated Carbonation of Construction Materials by Using Slag from Steel and Metal Production as Substitute for Conventional Raw Materials

Authors: Karen Fuchs, Michael Prokein, Nils Mölders, Manfred Renner, Eckhard Weidner

Abstract:

Due to the high CO₂ emissions, the energy consumption for the production of sand-lime bricks is of great concern. Especially the production of quicklime from limestone and the energy consumption for hydrothermal curing contribute to high CO₂ emissions. Hydrothermal curing is carried out under a saturated steam atmosphere at about 15 bar and 200°C for 12 hours. Therefore, we are investigating the opportunity to replace quicklime and sand in the production of building materials with different types of slag as calcium-rich waste from steel production. We are also investigating the possibility of substituting conventional hydrothermal curing with CO₂ curing. Six different slags (Linz-Donawitz (LD), ferrochrome (FeCr), ladle (LS), stainless steel (SS), ladle furnace (LF), electric arc furnace (EAF)) provided by "thyssenkrupp MillServices & Systems GmbH" were ground at "Loesche GmbH". Cylindrical blocks with a diameter of 100 mm were pressed at 12 MPa. The composition of the blocks varied between pure slag and mixtures of slag and sand. The effects of pressure, temperature, and time on the CO₂ curing process were studied in a 2-liter high-pressure autoclave. Pressures between 0.1 and 5 MPa, temperatures between 25 and 140°C, and curing times between 1 and 100 hours were considered. The quality of the CO₂-cured blocks was determined by measuring the compressive strength by "Ruhrbaustoffwerke GmbH & Co. KG." The degree of carbonation was determined by total inorganic carbon (TIC) and X-ray diffraction (XRD) measurements. The pH trends in the cross-section of the blocks were monitored using phenolphthalein as a liquid pH indicator. The parameter set that yielded the best performing material was tested on all slag types. In addition, the method was scaled to steel slag-based building blocks (240 mm x 115 mm x 60 mm) provided by "Ruhrbaustoffwerke GmbH & Co. KG" and CO₂-cured in a 20-liter high-pressure autoclave. The results show that CO₂ curing of building blocks consisting of pure wetted LD slag leads to severe cracking of the cylindrical specimens. The high CO₂ uptake leads to an expansion of the specimens. However, if LD slag is used only proportionally to replace quicklime completely and sand proportionally, dimensionally stable bricks with high compressive strength are produced. The tests to determine the optimum pressure and temperature show 2 MPa and 50°C as promising parameters for the CO₂ curing process. At these parameters and after 3 h, the compressive strength of LD slag blocks reaches the highest average value of almost 50 N/mm². This is more than double that of conventional sand-lime bricks. Longer CO₂ curing times do not result in higher compressive strengths. XRD and TIC measurements confirmed the formation of carbonates. All tested slag-based bricks show higher compressive strengths compared to conventional sand-lime bricks. However, the type of slag has a significant influence on the compressive strength values. The results of the tests in the 20-liter plant agreed well with the results of the 2-liter tests. With its comparatively moderate operating conditions, the CO₂ curing process has a high potential for saving CO₂ emissions.

Keywords: CO₂ curing, carbonation, CCU, steel slag

Procedia PDF Downloads 63