822 resultados para hierarchical entropy
Resumo:
In this review, we discuss the phenomenon of complementary macropore incorporation into mesoporous and/or microporous solids in order to enhance their catalytic performance in fuels and chemicals synthesis. © The Royal Society of Chemistry 2013.
Resumo:
The combination of dwindling oil reserves and growing concerns over carbon dioxide emissions and associated climate change is driving the urgent development of routes to utilize renewable feedstocks as sustainable sources of fuels. Catalysis has a rich history of facilitating energy efficient selective molecular transformations and contributes to 90% of chemical manufacturing processes and to more than 20% of all industrial products. In a post-petroleum era catalysis will be central to overcoming the engineering and scientific barriers to economically feasible routes to bio-fuels. This article will highlight some of the recent developments in the development of solid acid and base catalysts for the transesterification of oils to biodiesel. Particular attention will be paid to the challenges faced when developing new catalysts and importance of considering the design of pore architectures to improve in-pore diffusion of bulky substrates. © 2011 Materials Research Society.
Resumo:
Novel macroporous solid bases have been developed as alternative clean technologies to existing commercial homogeneous catalysts for the production of biodiesel from triglycerides; the latter suffer process disadvantages including complex separation and associated saponification and engine corrosion, and are unsuitable for continuous operation. To this end, tuneable macroporous MgAl hydrotalcites have been prepared by an alkali-free route and characterised by TGA, XRD, SEM and XPS. The macropore architecture improves diffusion of bulky triglyceride molecules to the active base sites, increasing activity. Lamellar and macroporous hydrotalcites will be compared for the transesterification of both model and plant oil feedstocks, and structure-reactivity relations identified.
Resumo:
There is a pressing need for sustainable transportation fuels to combat both climate change and dwindling fossil fuel reserves. Biodiesel, synthesised from non-food plant (e.g., Jatropha curcas) or algal crops is one possible solution, but its energy efficient production requires design of new solid catalysts optimized for the bulky triglyceride and fatty acid feedstocks. Here we report on the synthesis of hierarchical macroporous-mesoporous silica and alumina architectures, and their subsequent functionalization by propylsulfonic acid groups or alkaline earth oxides to generate novel solid acid and base catalysts. These materials possess high surface areas and well-defined, interconnected macro-mesopore networks with respective narrow pore size distributions tuneable around 300 nm and 5 nm. Their high conductivity and improved mass transport characteristics enhance activity towards transesterification of bulky tricaprylin and palmitic acid esterification, over mesoporous analogues. This opens the way to the wider application of hierarchical catalysts in biofuel synthesis and biomass conversion.
Resumo:
Purpose – The purpose of this paper is to consider hierarchical control as a mode of governance, and analyses the extent of control exhibited by central government over local government through the best value (BV) and comprehensive performance assessment (CPA) performance regimes. Design/methodology/approach – This paper utilises Ouchi's framework and, specifically, his articulation of bureaucratic or hierarchical control in the move towards achievement of organisational objectives. Hierarchical control may be inferred from the extent of “command and control” by Central Government, use of rewards and sanctions, and alignment to government priorities and discrimination of performance. Findings – CPA represents a more sophisticated performance regime than BV in the governance of local authorities by central government. In comparison to BV, CPA involved less scope for dialogue with local government prior to introduction, closer inspection of and direction of support toward poorer performing authorities, and more alignment to government priorities in the weightings attached to service blocks. Originality/value - The paper focuses upon the hierarchic/bureaucratic mode of governance as articulated by Ouchi and expands on this mode in order to analyse shifts in performance regimes in the public sector.
Resumo:
Triggered biodegradable composites made entirely from renewable resources are urgently sought after to improve material recyclability or be able to divert materials from waste streams. Many biobased polymers and natural fibers usually display poor interfacial adhesion when combined in a composite material. Here we propose a way to modify the surfaces of natural fibers by utilizing bacteria (Acetobacter xylinum) to deposit nanosized bacterial cellulose around natural fibers, which enhances their adhesion to renewable polymers. This paper describes the process of modifying large quantities of natural fibers with bacterial cellulose through their use as substrates for bacteria during fermentation. The modified fibers were characterized by scanning electron microscopy, single fiber tensile tests, X-ray photoelectron spectroscopy, and inverse gas chromatography to determine their surface and mechanical properties. The practical adhesion between the modified fibers and the renewable polymers cellulose acetate butyrate and poly(L-lactic acid) was quantified using the single fiber pullout test. © 2008 American Chemical Society.
Resumo:
It is shown that any multicriteria problem can be represented by a hierarchical system. Separate properties of the object are evaluated at the lower level of the system, using a criteria vector, and a composition mechanism is used to evaluate the object as a whole at the upper level. The paper proposes a method to solve complex multicriteria problems of evaluation and optimization. It is based on nested scalar convolutions of vector- valued criteria and allows simple structural and parametrical synthesis of multicriteria hierarchical systems.
Resumo:
In data mining, efforts have focused on finding methods for efficient and effective cluster analysis in large databases. Active themes of research focus on the scalability of clustering methods, the effectiveness of methods for clustering complex shapes and types of data, high-dimensional clustering techniques, and methods for clustering mixed numerical and categorical data in large databases. One of the most accuracy approach based on dynamic modeling of cluster similarity is called Chameleon. In this paper we present a modified hierarchical clustering algorithm that used the main idea of Chameleon and the effectiveness of suggested approach will be demonstrated by the experimental results.
Resumo:
The purpose of this paper is to explain the notion of clustering and a concrete clustering method- agglomerative hierarchical clustering algorithm. It shows how a data mining method like clustering can be applied to the analysis of stocks, traded on the Bulgarian Stock Exchange in order to identify similar temporal behavior of the traded stocks. This problem is solved with the aid of a data mining tool that is called XLMiner™ for Microsoft Excel Office.
Resumo:
Membrane systems are computational equivalent to Turing machines. However, its distributed and massively parallel nature obtain polynomial solutions opposite to traditional non-polynomial ones. Nowadays, developed investigation for implementing membrane systems has not yet reached the massively parallel character of this computational model. Better published approaches have achieved a distributed architecture denominated “partially parallel evolution with partially parallel communication” where several membranes are allocated at each processor, proxys are used to communicate with membranes allocated at different processors and a policy of access control to the communications is mandatory. With these approaches, it is obtained processors parallelism in the application of evolution rules and in the internal communication among membranes allocated inside each processor. Even though, external communications share a common communication line, needed for the communication among membranes arranged in different processors, are sequential. In this work, we present a new hierarchical architecture that reaches external communication parallelism among processors and substantially increases parallelization in the application of evolution rules and internal communications. Consequently, necessary time for each evolution step is reduced. With all of that, this new distributed hierarchical architecture is near to the massively parallel character required by the model.
Resumo:
Authors suggested earlier hierarchical method for definition of class description at pattern recognition problems solution. In this paper development and use of such hierarchical descriptions for parallel representation of complex patterns on the base of multi-core computers or neural networks is proposed.
Resumo:
This paper presents Hi!MVC, a framework for developing high interactive web applications with a MVC Architecture. Nowadays, to manage, extend and correct web applications can be difficult due to the navigational paradigm they are based on. Hi!MVC framework helps to make these tasks easier. This framework allows building a web based interface, generating each page from the objects that represent its state. Every class to be showed in the interface is associated with two entities: its html representation (view) and its interactions in the view manager (controller). The whole html page is generated by composition of views according to the composition relationship of objects. Interactions between user and application are managed by the controller associated to the view which shows interaction elements (links or forms). Hi!MVC allows building web interface in a hierarchical and distributed way. There are other frameworks and APIs offering MVC architectures to web applications, but we think that they are not applying exactly the same concepts. While they keep on basing their architectures on the navigational paradigm we are offering a new point of view based on an innovator hierarchical model. First, we present the main ideas of our proposal. Next, we expose how to implement it using different Java technologies. Finally, we make a first approach to our hierarchical MVC model. We also compare shortly our proposal with the previously cited technologies.
Resumo:
System compositional approach to model construction and research of informational processes, which take place in biological hierarchical neural networks, is being discussed. A computer toolbox has been successfully developed for solution of tasks from this scientific sphere. A series of computational experiments investigating the work of this toolbox on olfactory bulb model has been carried out. The well-known psychophysical phenomena have been reproduced in experiments.
Resumo:
Results of numerical experiments are introduced. Experiments were carried out by means of computer simulation on olfactory bulb for the purpose of checking of thinking mechanisms conceptual model, introduced in [2]. Key role of quasisymbol neurons in processes of pattern identification, existence of mental view, functions of cyclic connections between symbol and quasisymbol neurons as short-term memory, important role of synaptic plasticity in learning processes are confirmed numerically. Correctness of fundamental ideas put in base of conceptual model is confirmed on olfactory bulb at quantitative level.
Resumo:
* This research was partially supported by the Latvian Science Foundation under grant No.02-86d.