931 resultados para SHAPE-MEMORY POLYMERS


Relevância:

20.00% 20.00%

Publicador:

Resumo:

The aim of this paper is to address some theoretical issues concerning the narrative practice in cyberspace. From a narratological perspective it intends to clarify the functioning of time and space in storytelling. For that purpose it traces the concept(s) of memory inherited from rhetoric; the use of memory as a narrative device in traditional accounts; the adaptations imposed by hyperfiction. Using practical examples (including two Portuguese case studies - InStory 2006, and Noon 2007) it will show how narrative memory strategies can be helpful in game literacy. The main purpose is to contribute to serious game research and (trans)literary studies.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Dissertação Para Obtenção Do Grau De Mestre Em Bioorgânica

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Using a green methodology, 17 different poly(2-oxazolines) were synthesized starting from four different oxazoline monomers. The polymerization reactions were conducted in supercritical carbon dioxide under a cationic ring-opening polymerization (CROP) mechanism using boron trifluoride diethyl etherate as the catalyst. The obtained living polymers were then end-capped with different types of amines, in order to confer them antimicrobial activity. For comparison, four polyoxazolines were end-capped with water, and by their hydrolysis the linear poly(ethyleneimine) (LPEI) was also produced. After functionalization the obtained polymers were isolated, purified and characterized by standard techniques (FT-IR, NMR, MALDI-TOF and GPC). The synthesized poly(2-oxazolines) revealed an unusual intrinsic blue photoluminescence. High concentration of carbonyl groups in the polymer backbone is appointed as a key structural factor for the presence of fluorescence and enlarges polyoxazolines’ potential applications. Microbiological assays were also performed in order to evaluate their antimicrobial profile against gram-positive Staphylococcus aureus NCTC8325-4 and gram-negative Escherichia coli AB1157 strains, two well known and difficult to control pathogens. The minimum inhibitory concentrations (MIC)s and killing rates of three synthesized polymers against both strains were determined. The end-capping with N,N-dimethyldodecylamine of living poly(2- methyl-2-oxazoline) and poly(bisoxazoline) led to materials with higher MIC values but fast killing rates (less than 5 minutes to achieve 100% killing for both bacterial species) than LPEI, a polymer which had a lower MIC value, but took a longer time to kill both E.coli and S.aureus cells. LPEI achieved 100% killing after 45 minutes in contact with E. coli and after 4 hours in contact with S.aureus. Such huge differences in the biocidal behavior of the different polymers can possibly underlie different mechanisms of action. In the future, studies to elucidate the obtained data will be performed to better understand the killing mechanisms of the polymers through the use of microbial cell biology techniques.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The next pages will describe my experience and results of making connections between cognitive sciences and art; the transformations of my memories being the object of study and motivation for this process of self-discovery. The human body reacts according to innumerable neural functions and external stimuli. Neurons respond to the evocation of experienced events, building virtual images, map-like constellations sometimes fulfilled by imagination, desires or knowledge promoting in this way their constant reshaping. This document offers an insight into my recollections as matter. As matter these recollections take on different states and I hope to give you a better sense of my personal voice using my experience with glass to explore this transformation and accompanying my journey with lectures and scientific readings about the mind functions.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper studies the drivers of heuristic application in different decision types. The study compares differences in frequencies of heuristic classes' such as recognition, one-reason choice and trade-off applied in, respectively, memory-based and stimulus-based choices as well as in high and low involvement decisions. The study has been conducted online among 205 participants from 28 countries.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

ABSTRACT: Background. In India, prevalence rates of dementia and prodromal amnestic Mild Cognitive Impairment (MCI) are 3.1% and 4.3% respectively. Most Indians refer to the full spectrum of cognitive disorders simply as ‘memory loss.’ Barring prevention or cure, these conditions will rise rapidly with population aging. Evidence-based policies and practices can improve the lives of affected individuals and their caregivers, but will require timely and sustained uptake. Objectives. Framed by social cognitive theories of health behavior, this study explores the knowledge, attitudes and practices concerning cognitive impairment and related service use by older adults who screen positive for MCI, their primary caregivers, and health providers. Methods. I used the Montreal Cognitive Assessment to screen for cognitive impairment in memory camps in Mumbai. To achieve sampling diversity, I used maximum variation sampling. Ten adults aged 60+ who had no significant functional impairment but screened positive for MCI and their caregivers participated in separate focus groups. Four other such dyads and six doctors/ traditional healers completed in-depth interviews. Data were translated from Hindi or Marathi to English and analyzed in Atlas.ti using Framework Analysis. Findings. Knowledge and awareness of cognitive impairment and available resources were very low. Physicians attributed the condition to disease-induced pathology while lay persons blamed brain malfunction due to normal aging. Main attitudes were that this condition is not a disease, is not serious and/or is not treatable, and that it evokes stigma toward and among impaired persons, their families and providers. Low knowledge and poor attitudes impeded help-seeking. Conclusions. Cognitive disorders of aging will take a heavy toll on private lives and public resources in developing countries. Early detection, accurate diagnosis, systematic monitoring and quality care are needed to compress the period of morbidity and promote quality of life. Key stakeholders provide essential insights into how scientific and indigenous knowledge and sociocultural attitudes affect use and provision of resources.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this study in the field of Consumer Behavior, brand name memory of consumers with regard to verbal and visual incongruent and congruent information such as memory structure of brands was tested. Hence, four experimental groups with different constellations of verbal and visual congruity and incongruity were created to compare their brand name memory performance. The experiment was conducted in several classes with 128 students, each group with 32 participants. It was found that brands, which are presented in a congruent or moderately incongruent relation to their brand schema, result in a better brand recall than their incongruent counterparts. A difference between visual congruity and moderately incongruity could not be confirmed. In contrast to visual incongruent information, verbal incongruent information does not result in a worse brand recall performance.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Mutable state can be useful in certain algorithms, to structure programs, or for efficiency purposes. However, when shared mutable state is used in non-local or nonobvious ways, the interactions that can occur via aliases to that shared memory can be a source of program errors. Undisciplined uses of shared state may unsafely interfere with local reasoning as other aliases may interleave their changes to the shared state in unexpected ways. We propose a novel technique, rely-guarantee protocols, that structures the interactions between aliases and ensures that only safe interference is possible. We present a linear type system outfitted with our novel sharing mechanism that enables controlled interference over shared mutable resources. Each alias is assigned separate, local roles encoded in a protocol abstraction that constrains how an alias can legally use that shared state. By following the spirit of rely-guarantee reasoning, our rely-guarantee protocols ensure that only safe interference can occur but still allow many interesting uses of shared state, such as going beyond invariant and monotonic usages. This thesis describes the three core mechanisms that enable our type-based technique to work: 1) we show how a protocol models an alias’s perspective on how the shared state evolves and constrains that alias’s interactions with the shared state; 2) we show how protocols can be used while enforcing the agreed interference contract; and finally, 3) we show how to check that all local protocols to some shared state can be safely composed to ensure globally safe interference over that shared memory. The interference caused by shared state is rooted at how the uses of di↵erent aliases to that state may be interleaved (perhaps even in non-deterministic ways) at run-time. Therefore, our technique is mostly agnostic as to whether this interference was the result of alias interleaving caused by sequential or concurrent semantics. We show implementations of our technique in both settings, and highlight their di↵erences. Because sharing is “first-class” (and not tied to a module), we show a polymorphic procedure that enables abstract compositions of protocols. Thus, protocols can be specialized or extended without requiring specific knowledge of the interference produce by other protocols to that state. We show that protocol composition can ensure safety even when considering abstracted protocols. We show that this core composition mechanism is sound, decidable (without the need for manual intervention), and provide an algorithm implementation.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This work will discuss the use of different paper membranes as both the substrate and dielectric for field-effect memory transistors. Three different nanofibrillated cellulose membranes (NFC) were used as the dielectric layer of the memory transistors (NFC), one with no additives, one with an added polymer PAE and one with added HCl. Gallium indium zinc oxide (GIZO) was used as the device’s semiconductor and gallium aluminium zinc oxide (GAZO) was used as the gate electrode. Fourier transform infrared spectroscopy (FTIR) was used to access the water content of the paper membranes before and after vacuum. It was found that the devices recovered their water too quickly for a difference to be noticeable in FTIR. The transistor’s electrical performance tests yielded a maximum ION/IOFF ratio of around 3,52x105 and a maximum subthreshold swing of 0,804 V/decade. The retention time of the dielectric charge that grants the transistor its memory capabilities was accessed by the measurement of the drain current periodically during 144 days. During this period the mean drain current did not lower, leaving the retention time of the device indeterminate. These results were compared with similar devices revealing these devices to be at the top tier of the state-of-the-art.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Current computer systems have evolved from featuring only a single processing unit and limited RAM, in the order of kilobytes or few megabytes, to include several multicore processors, o↵ering in the order of several tens of concurrent execution contexts, and have main memory in the order of several tens to hundreds of gigabytes. This allows to keep all data of many applications in the main memory, leading to the development of inmemory databases. Compared to disk-backed databases, in-memory databases (IMDBs) are expected to provide better performance by incurring in less I/O overhead. In this dissertation, we present a scalability study of two general purpose IMDBs on multicore systems. The results show that current general purpose IMDBs do not scale on multicores, due to contention among threads running concurrent transactions. In this work, we explore di↵erent direction to overcome the scalability issues of IMDBs in multicores, while enforcing strong isolation semantics. First, we present a solution that requires no modification to either database systems or to the applications, called MacroDB. MacroDB replicates the database among several engines, using a master-slave replication scheme, where update transactions execute on the master, while read-only transactions execute on slaves. This reduces contention, allowing MacroDB to o↵er scalable performance under read-only workloads, while updateintensive workloads su↵er from performance loss, when compared to the standalone engine. Second, we delve into the database engine and identify the concurrency control mechanism used by the storage sub-component as a scalability bottleneck. We then propose a new locking scheme that allows the removal of such mechanisms from the storage sub-component. This modification o↵ers performance improvement under all workloads, when compared to the standalone engine, while scalability is limited to read-only workloads. Next we addressed the scalability limitations for update-intensive workloads, and propose the reduction of locking granularity from the table level to the attribute level. This further improved performance for intensive and moderate update workloads, at a slight cost for read-only workloads. Scalability is limited to intensive-read and read-only workloads. Finally, we investigate the impact applications have on the performance of database systems, by studying how operation order inside transactions influences the database performance. We then propose a Read before Write (RbW) interaction pattern, under which transaction perform all read operations before executing write operations. The RbW pattern allowed TPC-C to achieve scalable performance on our modified engine for all workloads. Additionally, the RbW pattern allowed our modified engine to achieve scalable performance on multicores, almost up to the total number of cores, while enforcing strong isolation.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The work presented in this thesis explores novel routes for the processing of bio-based polymers, developing a sustainable approach based on the use of alternative solvents such as supercritical carbon dioxide (scCO2), ionic liquids (ILs) and deep eutectic solvents (DES). The feasibility to produce polymeric foams via supercritical fluid (SCF) foaming, combined with these solvents was assessed, in order to replace conventional foaming techniques that use toxic and harmful solvents. A polymer processing methodology is presented, based on SCF foaming and using scCO2 as a foaming agent. The SCF foaming of different starch based polymeric blends was performed, namely starch/poly(lactic acid) (SPLA) and starch/poly(ε-caprolactone) (SPCL). The foaming process is based on the fact that CO2 molecules can dissolve in the polymer, changing their mechanical properties and after suitable depressurization, are able to create a foamed (porous) material. In these polymer blends, CO2 presents limited solubility and in order to enhance the foaming effect, two different imidazolium based ILs (IBILs) were combined with this process, by doping the blends with IL. The use of ILs proved useful and improved the foaming effect in these starch-based polymer blends. Infrared spectroscopy (FTIR-ATR) proved the existence of interactions between the polymer blend SPLA and ILs, which in turn diminish the forces that hold the polymeric structure. This is directly related with the ability of ILs to dissolve more CO2. This is also clear from the sorption experiments results, where the obtained apparent sorption coefficients in presence of IL are higher compared to the ones of the blend SPLA without IL. The doping of SPCL with ILs was also performed. The foaming of the blend was achieved and resulted in porous materials with conductivity values close to the ones of pure ILs. This can open doors to applications as self-supported conductive materials. A different type of solvents were also used in the previously presented processing method. If different applications of the bio-based polymers are envisaged, replacing ILs must be considered, especially due to the poor sustainability of some ILs and the fact that there is not a well-established toxicity profile. In this work natural DES – NADES – were the solvents of choice. They present some advantages relatively to ILs since they are easy to produce, cheaper, biodegradable and often biocompatible, mainly due to the fact that they are composed of primary metabolites such as sugars, carboxylic acids and amino-acids. NADES were prepared and their physicochemical properties were assessed, namely the thermal behavior, conductivity, density, viscosity and polarity. With this study, it became clear that these properties can vary with the composition of NADES, as well as with their initial water content. The use of NADES in the SCF foaming of SPCL, acting as foaming agent, was also performed and proved successful. The SPCL structure obtained after SCF foaming presented enhanced characteristics (such as porosity) when compared with the ones obtained using ILs as foaming enhancers. DES constituted by therapeutic compounds (THEDES) were also prepared. The combination of choline chloride-mandelic acid, and menthol-ibuprofen, resulted in THEDES with thermal behavior very distinct from the one of their components. The foaming of SPCL with THEDES was successful, and the impregnation of THEDES in SPCL matrices via SCF foaming was successful, and a controlled release system was obtained in the case of menthol-ibuprofen THEDES.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Tissue engineering often rely on scaffolds for supporting cell differentiation and growth. Novel paradigms for tissue engineering include the need of active or smart scaffolds in order to properly regenerate specific tissues. In particular, as electrical and electromechanical clues are among the most relevant ones in determining tissue functionality in tissues such as muscle and bone, among others, electroactive materials and, in particular, piezoelectric ones, show strong potential for novel tissue engineering strategies, in particular taking also into account the existence of these phenomena within some specific tissues, indicating their requirement also during tissue regeneration. This referee reports on piezoelectric materials used for tissue engineering applications. The most used materials for tissue engineering strategies are reported together with the main achievements, challenges and future needs for research and actual therapies. This review provides thus a compilation of the most relevant results and strategies and a start point for novel research pathways in the most relevant and challenging open questions.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this work, hafnium aluminum oxide (HfAlO) thin films were deposited by ion beam sputtering deposition technique on Si substrate. The presence of oxygen vacancies in the HfAlOx layer deposited in oxygen deficient environment is evidenced from the photoluminescence spectra. Furthermore, HfAlO(oxygen rich)/HfAlOx(oxygen poor) bilayer structures exhibit multilevel resistive switching (RS), and the switching ratio becomes more prominent with increasing the HfAlO layer thickness. The bilayer structure with HfAlO/HfAlOx thickness of 30/40 nm displays the enhanced multilevel resistive switching characteristics, where the high resistance state/ intermediate resistance state (IRS) and IRS/low resistance state resistance ratios are 102 and 5 105 , respectively. The switching mechanisms in the bilayer structures were investigated by the temperature dependence of the three resistance states. This study revealed that the multilevel RS is attributed to the coupling of ionic conduction and the metallic conduction, being the first associated to the formation and rupture of conductive filaments related to oxygen vacancies and the second with the formation of a metallic filament. Moreover, the bilayer structures exhibit good endurance and stability in time.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The main features of most components consist of simple basic functional geometries: planes, cylinders, spheres and cones. Shape and position recognition of these geometries is essential for dimensional characterization of components, and represent an important contribution in the life cycle of the product, concerning in particular the manufacturing and inspection processes of the final product. This work aims to establish an algorithm to automatically recognize such geometries, without operator intervention. Using differential geometry large volumes of data can be treated and the basic functional geometries to be dealt recognized. The original data can be obtained by rapid acquisition methods, such as 3D survey or photography, and then converted into Cartesian coordinates. The satisfaction of intrinsic decision conditions allows different geometries to be fast identified, without operator intervention. Since inspection is generally a time consuming task, this method reduces operator intervention in the process. The algorithm was first tested using geometric data generated in MATLAB and then through a set of data points acquired by measuring with a coordinate measuring machine and a 3D scan on real physical surfaces. Comparison time spent in measuring is presented to show the advantage of the method. The results validated the suitability and potential of the algorithm hereby proposed