8 resultados para Direct object
em Brock University, Canada
Resumo:
The perovskite crystal structure is host to many different materials from insulating to superconducting providing a diverse range of intrinsic character and complexity. A better fundamental description of these materials in terms of their electronic, optical and magnetic properties undoubtedly precedes an effective realization of their application potential. SmTiOa, a distorted perovskite has a strongly localized electronic structure and undergoes an antiferromagnetic transition at 50 K in its nominally stoichiometric form. Sr2Ru04 is a layered perovskite superconductor (ie. Tc % 1 K) bearing the same structure as the high-tem|>erature superconductor La2_xSrrCu04. Polarized reflectance measurements were carried out on both of these materials revealing several interesting features in the far-infrared range of the spectrum. In the case of SmTiOa, although insulating, evidence indicates the presence of a finite background optical conductivity. As the temperature is lowered through the ordering temperature a resonance feature appears to narrow and strengthen near 120 cm~^ A nearby phonon mode appears to also couple to this magnetic transition as revealed by a growing asymmetry in the optica] conductivity. Experiments on a doped sample with a greater itinerant character and lower Neel temperature = 40 K also indicate the presence of this strongly temperature dependent mode even at twice the ordering temperature. Although the mode appears to be sensitive to the magnetic transition it is unclear whether a magnon assignment is appropriate. At very least, evidence suggests an interesting interaction between magnetic and electronic excitations. Although Sr2Ru04 is highly anisotropic it is metallic in three-dimensions at low temperatures and reveals its coherent transport in an inter-plane Drude-like component to the highest temperatures measured (ie. 90 K). An extended Drude analysis is used to probe the frequency dependent scattering character revealing a peak in both the mass enhancement and scattering rate near 80 cm~* and 100 cm~* respectively. All of these experimental observations appear relatively consistent with a Fermi-liquid picture of charge transport. To supplement the optical measurements a resistivity station was set up with an event driven object oriented user interface. The program controls a Keithley Current Source, HP Nano-Voltmeter and Switching Unit as well as a LakeShore Temperature Controller in order to obtain a plot of the Resistivity as a function of temperature. The system allows for resistivity measurements ranging from 4 K to 290 K using an external probe or between 0.4 K to 295 K using a Helium - 3 Cryostat. Several materials of known resistivity have confirmed the system to be robust and capable of measuring metallic samples distinguishing features of several fiQ-cm.
Resumo:
Improvements have been made on the currently available hydride generator system manufactured by SpectraMetrics Incorporated, because the system was found to be unsatisfactory with respect to the following: 1. the drying agent, anhydrous calcium chloride, 2. the special sample tube, 3. the direction of argon flow through the Buchner funnel when it came to dealing with real sample, that is, with reference only to aqueous extracts of soil samples. Changes that were made on the system included the replacement of anhydrous calcium chloride with anhydrous calcium sulphate and the replacement of the special sample tube with a modified one made from silica. Re-directing the flow of argon through the top of the Buchner funnel appeared to make the system compatible with aqueous extracts of soil samples. The interferences from 1000 ~g/mL of nickel(II) , cobalt(II), iron(III), copper(II) have been eliminated with the aid of 1.4 M hydrochloric acid and 1% (weight/volume) L-cystine. Greater than 90% recovery of 0.3 ~g/mL arsenic signal was achieved in each case. Furthermore, 103% of arsenic signal was accomplished in the presence of 1000 ~g/mL cadmium with 5 M Hel. tVhen each of the interferents was present in solution at 1000 ppm, a recovery of 85% was achieved by using 5 M hydrochloric acid and 3% (weight/volume) L-cystine. Without L-cystine and when 1.4 M hydrochloric acid was used, the recoveries were 0% (Ni), 0% (Co), 88% (Fe), 15% (Cu), 18% (Cd). Similarly, a solution containing 1000 ppm of each interferent gave a zero percent recovery of arsenic. The reduction of trivalent and pentavalent arsenic at a pH less than one has also been investigated and shown to be quantitative if peak areas are measured. The reproducibility determination of a 0.3 Vg/mL standard arsenic solution by hydride generation shows a relative standard deviation of 3.4%. The detection limits with and without Porapak Q have been found to be 0.6 ng/mL and 1.0 ng/mL, respectively.
Resumo:
The regenerating amphibian limb provides a useful system for studying genes involved in the establishment of positional information. While a number of candidate genes that may playa role in pattern formation have been identified, their function in vivo is unknown in this system. To better ascertain the role of these genes, it would be useful to be able to alter their normal patterns of expression in vivo and to assess the effects of this misexpression on limb pattern. In order to achieve this, a method of introducing a plasmid containing the eDNA of a gene of interest into a newt blastema (a growth zone of mesenchymal progenitor cells) is needed. Unfortunately, most commonly used transfection techniques cannot be used with newt blastema cells. In this study, I have used the techniques of lipofection and direct gene transfer to introduce plasmid DNA containing reporter genes into the cells of a regenerating newt limb. The technique of lipofection was most effective when the blastema cells were transfected in vitro. The optimal ratio for transfection was shown to be 1:3 DNA:Lipofectin (W/w) , and an increase in the amount of DNA present in the mixture (1:3 ratio maintained) resulted in a corresponding increase in gene expression. The technique of direct gene transfer was used to transfect newt blastema cells with and without prior complex formation with Lipofectin. Injection of plasmid DNA alone provided the most 3 promising results. It was possible to introduce plasmid DNA containing the reporter gene ~-galactosidase and achieve significant gene expression in cells associated with the injection site. In the future, it would be interesting to use this technique to inject plasmid DNA containing a gene which may have a role in pattern formation into specific areas of the newt blastema and to analyze the resulting limb pattern that emerges.
Resumo:
This thesis will introduce a new strongly typed programming language utilizing Self types, named Win--*Foy, along with a suitable user interface designed specifically to highlight language features. The need for such a programming language is based on deficiencies found in programming languages that support both Self types and subtyping. Subtyping is a concept that is taken for granted by most software engineers programming in object-oriented languages. Subtyping supports subsumption but it does not support the inheritance of binary methods. Binary methods contain an argument of type Self, the same type as the object itself, in a contravariant position, i.e. as a parameter. There are several arguments in favour of introducing Self types into a programming language (11. This rationale led to the development of a relation that has become known as matching [4, 5). The matching relation does not support subsumption, however, it does support the inheritance of binary methods. Two forms of matching have been proposed (lJ. Specifically, these relations are known as higher-order matching and I-bound matching. Previous research on these relations indicates that the higher-order matching relation is both reflexive and transitive whereas the f-bound matching is reflexive but not transitive (7]. The higher-order matching relation provides significant flexibility regarding inheritance of methods that utilize or return values of the same type. This flexibility, in certain situations, can restrict the programmer from defining specific classes and methods which are based on constant values [21J. For this reason, the type This is used as a second reference to the type of the object that cannot, contrary to Self, be specialized in subclasses. F-bound matching allows a programmer to define a function that will work for all types of A', a subtype of an upper bound function of type A, with the result type being dependent on A'. The use of parametric polymorphism in f-bound matching provides a connection to subtyping in object-oriented languages. This thesis will contain two main sections. Firstly, significant details concerning deficiencies of the subtype relation and the need to introduce higher-order and f-bound matching relations into programming languages will be explored. Secondly, a new programming language named Win--*Foy Functional Object-Oriented Programming Language has been created, along with a suitable user interface, in order to facilitate experimentation by programmers regarding the matching relation. The construction of the programming language and the user interface will be explained in detail.
Resumo:
Formal verification of software can be an enormous task. This fact brought some software engineers to claim that formal verification is not feasible in practice. One possible method of supporting the verification process is a programming language that provides powerful abstraction mechanisms combined with intensive reuse of code. In this thesis we present a strongly typed functional object-oriented programming language. This language features type operators of arbitrary kind corresponding to so-called type protocols. Sub classing and inheritance is based on higher-order matching, i.e., utilizes type protocols as basic tool for reuse of code. We define the operational and axiomatic semantics of this language formally. The latter is the basis of the interactive proof assistant VOOP (Verified Object-Oriented Programs) that allows the user to prove equational properties of programs interactively.
Resumo:
Genetic Programming (GP) is a widely used methodology for solving various computational problems. GP's problem solving ability is usually hindered by its long execution times. In this thesis, GP is applied toward real-time computer vision. In particular, object classification and tracking using a parallel GP system is discussed. First, a study of suitable GP languages for object classification is presented. Two main GP approaches for visual pattern classification, namely the block-classifiers and the pixel-classifiers, were studied. Results showed that the pixel-classifiers generally performed better. Using these results, a suitable language was selected for the real-time implementation. Synthetic video data was used in the experiments. The goal of the experiments was to evolve a unique classifier for each texture pattern that existed in the video. The experiments revealed that the system was capable of correctly tracking the textures in the video. The performance of the system was on-par with real-time requirements.
Object-Oriented Genetic Programming for the Automatic Inference of Graph Models for Complex Networks
Resumo:
Complex networks are systems of entities that are interconnected through meaningful relationships. The result of the relations between entities forms a structure that has a statistical complexity that is not formed by random chance. In the study of complex networks, many graph models have been proposed to model the behaviours observed. However, constructing graph models manually is tedious and problematic. Many of the models proposed in the literature have been cited as having inaccuracies with respect to the complex networks they represent. However, recently, an approach that automates the inference of graph models was proposed by Bailey [10] The proposed methodology employs genetic programming (GP) to produce graph models that approximate various properties of an exemplary graph of a targeted complex network. However, there is a great deal already known about complex networks, in general, and often specific knowledge is held about the network being modelled. The knowledge, albeit incomplete, is important in constructing a graph model. However it is difficult to incorporate such knowledge using existing GP techniques. Thus, this thesis proposes a novel GP system which can incorporate incomplete expert knowledge that assists in the evolution of a graph model. Inspired by existing graph models, an abstract graph model was developed to serve as an embryo for inferring graph models of some complex networks. The GP system and abstract model were used to reproduce well-known graph models. The results indicated that the system was able to evolve models that produced networks that had structural similarities to the networks generated by the respective target models.
Resumo:
“Frisco Line” St. Louis and San Francisco Railway the direct line through St. Louis schedule, Jan. 9, 1882.