This study reports on the impact of the curing conditions on the mechanical properties and leaching of inorganic polymer (IP) mortars made from a water quenched fayalitic slag. Three similar IP mortars were produced by mixing together slag, aggregate and activating solution, and cured in three different environments for 28 d: a) at 20 °C and relative humidity (RH) ~ 50% (T20RH50), b) at 20 °C and RH≥90% (T20RH90) and c) at 60 °C and RH ~ 20% (T60RH20). Compressive strength (EN 196-1) varied between 19 MPa (T20RH50) and 31 MPa (T20RH90). This was found to be attributed to the cracks formed upon curing. Geochemical modelling and two leaching tests were performed, the EA NEN 7375 tank test, and the BS EN 12457-1 single batch test. Results show that Cu, Ni, Pb, Zn and As leaching occurred even at high pH, which varied between 10 and 11 in the tank test’s leachates and between 12 and 12.5 in the single batch’s leachates. Leaching values obtained were below the requirements for non-shaped materials of Flemish legislation for As, Cu and Ni in the single batch test.
A technique to produce spherical and monodisperse particles of selected polymers is presented. Liquid precursors of either mixtures of organic monomers and initiator catalysts or polymers dissolved in organic solvents were sprayed inside a vertical thermal reactor. The temperature range in the reactor was 400–670 K and the experiments were conducted in a nitrogen atmosphere. Atomization was achieved by an acoustically excited aerosol generator. Batches of equal size particles of two thermoplastic materials, poly(styrene) and poly(methyl methacrylate), were obtained in the range of 30–60 μm in diameter. Elemental analysis showed that the C and H composition of the produced particles was very close to theoretically expected values. The thermal environment, atomization conditions, and residence times the particles experienced in the reactor were explored using numerical techniques; residence times in the order of 4–10 s were estimated. 相似文献
In this study, Computational Fluid Dynamics(CFD) is used to investigate and compare the impact of bioreactor parameters(such as its geometry, medium flow-rate, scaffold configuration) on the local transport phenomena and, hence, their impact on human mesenchymal stem cell(hM SC) expansion. The geometric characteristics of the TissueFlex174;(Zyoxel Limited, Oxford, UK) microbioreactor were considered to set up a virtual bioreactor containing alginate(in both slab and bead configuration) scaffolds. The bioreactor and scaffolds were seeded with cells that were modelled as glucose consuming entities. The widely used glucose medium, Dulbecco's Modified Eagle Medium(DMEM), supplied at two inlet flow rates of 25 and 100 μl·h~(-1), was modelled as the fluid phase inside the bioreactors. The investigation, based on applying dimensional analysis to this problem, as well as on detailed three-dimensional transient CFD results, revealed that the default bioreactor design and boundary conditions led to internal and external glucose transport, as well as shear stresses, that are conducive to h MSC growth and expansion. Furthermore, results indicated that the ‘top-inout' design(as opposed to its symmetric counterpart) led to higher shear stress for the same media inlet rate(25 μl·h~(-1)), a feature that can be easily exploited to induce shear-dependent differentiation. These findings further confirm the suitability of CFD as a robust design tool. 相似文献
Sentiment lexicons and word embeddings constitute well-established sources of information for sentiment analysis in online social media. Although their effectiveness has been demonstrated in state-of-the-art sentiment analysis and related tasks in the English language, such publicly available resources are much less developed and evaluated for the Greek language. In this paper, we tackle the problems arising when analyzing text in such an under-resourced language. We present and make publicly available a rich set of such resources, ranging from a manually annotated lexicon, to semi-supervised word embedding vectors and annotated datasets for different tasks. Our experiments using different algorithms and parameters on our resources show promising results over standard baselines; on average, we achieve a 24.9% relative improvement in F-score on the cross-domain sentiment analysis task when training the same algorithms with our resources, compared to training them on more traditional feature sources, such as n-grams. Importantly, while our resources were built with the primary focus on the cross-domain sentiment analysis task, they also show promising results in related tasks, such as emotion analysis and sarcasm detection. 相似文献
External sorting of large files of records involves use of disk space to store temporary files, processing time for sorting,
and transfer time between CPU, cache, memory, and disk. Compression can reduce disk and transfer costs, and, in the case of
external sorts, cut merge costs by reducing the number of runs. It is therefore plausible that overall costs of external sorting
could be reduced through use of compression.
In this paper, we propose new compression techniques for data consisting of sets of records. The best of these techniques,
based on building a trie of variable-length common strings, provides fast compression and decompression and allows random
access to individual records. We show experimentally that our trie-based compression leads to significant reduction in sorting
costs; that is, it is faster to compress the data, sort it, and then decompress it than to sort the uncompressed data. While
the degree of compression is not quite as great as can be obtained with adaptive techniques such as Lempel-Ziv methods, these
cannot be applied to sorting. Our experiments show that, in comparison to approaches such as Huffman coding of fixed-length
substrings, our novel trie-based method is faster and provides greater size reductions.
Preliminary versions of parts of this paper, not including the work on vargram compression” [41] 相似文献
Due to the aperture problem, the only motion measurement in images, whose computation does not require any assumptions about the scene in view, is normal flow—the projection of image motion on the gradient direction. In this paper we show how a monocular observer can estimate its 3D motion relative to the scene by using normal flow measurements in a global and qualitative way. The problem is addressed through a search technique. By checking constraints imposed by 3D motion parameters on the normal flow field, the possible space of solutions is gradually reduced. In the four modules that comprise the solution, constraints of increasing restriction are considered, culminating in testing every single normal flow value for its consistency with a set of motion parameters. The fact that motion is rigid defines geometric relations between certain values of the normal flow field. The selected values form patterns in the image plane that are dependent on only some of the motion parameters. These patterns, which are determined by the signs of the normal flow values, are searched for in order to find the axes of translation and rotation. The third rotational component is computed from normal flow vectors that are only due to rotational motion. Finally, by looking at the complete data set, all solutions that cannot give rise to the given normal flow field are discarded from the solution space.Research supported in part by NSF (Grant IRI-90-57934), ONR (Contract N00014-93-1-0257) and ARPA (Order No. 8459). 相似文献
Our work on active vision has recently focused on the computational modelling of navigational tasks, where our investigations were guided by the idea of approaching vision for behavioural systems in the form of modules that are directly related to perceptual tasks. These studies led us to branch in various directions and inquire into the problems that have to be addressed in order to obtain an overall understanding of perceptual systems. In this paper, we present our views about the architecture of vision systems, about how to tackle the design and analysis of perceptual systems, and promising future research directions. Our suggested approach for understanding behavioural vision to realize the relationships of perception and action builds on two earlier approaches, the Medusa philosophy1 and the Synthetic approach2. The resulting framework calls for synthesizing an artificial vision system by studying vision competences of increasing complexity and, at the same time, pursuing the integration of the perceptual components with action and learning modules. We expect that computer vision research in the future will progress in tight collaboration with many other disciplines that are concerned with empirical approaches to vision, i.e. the understanding of biological vision. Throughout the paper, we describe biological findings that motivate computational arguments which we believe will influence studies of computer vision in the near future. 相似文献
In this paper we study a parallel form of the SOR method for the numerical solution of the Convection Diffusion equation suitable for GPUs using CUDA. To exploit the parallelism offered by GPUs we consider the fine grain parallelism model. This is achieved by considering the local relaxation version of SOR. More specifically, we use SOR with red-black ordering using two sets of parameters ω1ij and ω2ij for the 5 point stencil. The parameter ω1ij is associated with each red (i + j even) grid point (i,j), whereas the parameter ω2ij is associated with each black (i+j odd) grid point (i,j). The use of a parameter for each grid point avoids the global communication required in the adaptive determination of the best value of ω and also increases the convergence rate of the SOR method (Varga, 1962) [38] and (Young, 1971) [41]. We present our strategy and the results of our effort to exploit the computational capabilities of GPUs under the CUDA environment. Additionally, two parallel CPU programs utilizing manual SSE2 (Streaming SIMD Extensions 2) and AVX (Advanced Vector Extensions) vectorization were developed as performance references. The optimizations applied on the GPU version were also considered for the CPU version. Significant performance improvement was achieved with all three developed GPU kernels differentiated by the degree of recomputations thus affecting the flops per element access ratio. 相似文献
The partial oxidation of methane to synthesis gas over supported Rh catalysts is investigated, paying particular attention to removing heat transport limitations and identifying the reaction conditions within the kinetic-controlling regime. The results obtained suggest that the reaction follows the sequence of total oxidation to CO2 and H2O, followed by reforming reactions to synthesis gas. 相似文献
This paper presents a methodology for determining the specifications of an isolated R.E.S. power production system on an environmentally sensitive ecosystem. The wind and solar power constitute the primary power generation system and diesel generators act as backup. Real wind and solar potential measurements are used. The wind atlas of the island has been constructed. The specifications of the proposed system are optimized by the life cycle cost method. The renewable energy sources (R.E.S.) total annual energy production exceeds 90%. As a result, the dependence on the diesel generator set annual energy production is limited and the system’s operational cost is not practically influenced by the increasing fossil fuel prices. The introduction of a small size desalination plant for the production of drinkable water is also investigated. Both the available R.E.S. potential and the minimization of environmental impacts are considered for the siting of the equipment. The methodology of the present paper may be applied to other regions rich in R.E.S. potential, where the introduction of small size environmentally friendly isolated R.E.S. power systems is investigated. 相似文献