965 resultados para Java Persistence API


Relevância:

20.00% 20.00%

Publicador:

Resumo:

BACKGROUND Students frequently hold a number of misconceptions related to temperature, heat and energy. There is not currently a concept inventory with sufficiently high internal reliability to assess these concept areas for research purposes. Consequently, there is little data on the prevalence of these misconceptions amongst undergraduate engineering students. PURPOSE (HYPOTHESIS) This work presents the Heat and Energy Concept Inventory (HECI) to assess prevalent misconceptions related to: (1) Temperature vs. Energy, (2) Temperature vs. Perceptions of Hot and Cold, (3) Factors that affect the Rate vs. Amount of Heat Transfer and (4) Thermal Radiation. The HECI is also used to document the prevalence of misconceptions amongst undergraduate engineering students. DESIGN/METHOD Item analysis, guided by classical test theory, was used to refine individual questions on the HECI. The HECI was used in a one group, pre-test-post-test design to assess the prevalence and persistence of targeted misconceptions amongst a population of undergraduate engineering students at diverse institutions. RESULTS Internal consistency reliability was assessed using Kuder-Richardson Formula 20; values were 0.85 for the entire instrument and ranged from 0.59 to 0.76 for the four subcategories of the HECI. Student performance on the HECI went from 49.2% to 54.5% after instruction. Gains on each of the individual subscales of the HECI, while generally statistically significant, were similarly modest. CONCLUSIONS The HECI provides sufficiently high estimates of internal consistency reliability to be used as a research tool to assess students' understanding of the targeted concepts. Use of the instrument demonstrates that student misconceptions are both prevalent and resistant to change through standard instruction.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Wie viele andere GIS-Dienstleister der Öffentlichen Verwaltung auch, ist die Abteilung Geoinformation und Vermessung des Kantons Luzern (geo) mit der wachsenden Nachfrage nach flexiblen Webmapping-Applikationen konfrontiert. Neben klassischen Stand-Alone-Anwendungen unterschiedlicher Komplexität werden zunehmend integrierte Lösungen aktuell. Drittanbieter-Applikationen sollen mit Mapping- und GIS-Funktionalitäten erweitert werden. Um den vielfältigen Ansprüchen gerecht zu werden, hat geo zu diesem Zweck einen Viewer (MapViewer LU 4.0) und ein eigenes API (geo.api LU) inklusive Print-Service entwickelt. Das API baut als Erweiterung auf dem bestehenden Esri JavaScript API auf. In der Präsentation werden Anforderungen, Lösungsansätze sowie die konkrete Umsetzung mittels Anwendungs-Demo vorgestellt.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The mechanism of viral persistence, the driving force behind the chronic progression of inflammatory demyelination in canine distemper virus (CDV) infection, is associated with non-cytolytic viral cell-to-cell spread. Here, we studied the molecular mechanisms of viral spread of a recombinant fluorescent protein-expressing virulent CDV in primary canine astrocyte cultures. Time-lapse video microscopy documented that CDV spread was very efficient using cell processes contacting remote target cells. Strikingly, CDV transmission to remote cells could occur in less than 6 h, suggesting that a complete viral cycle with production of extracellular free particles was not essential in enabling CDV to spread in glial cells. Titration experiments and electron microscopy confirmed a very low CDV particle production despite higher titers of membrane-associated viruses. Interestingly, confocal laser microscopy and lentivirus transduction indicated expression and functionality of the viral fusion machinery, consisting of the viral fusion (F) and attachment (H) glycoproteins, at the cell surface. Importantly, using a single-cycle infectious recombinant H-knockout, H-complemented virus, we demonstrated that H, and thus potentially the viral fusion complex, was necessary to enable CDV spread. Furthermore, since we could not detect CD150/SLAM expression in brain cells, the presence of a yet non-identified glial receptor for CDV was suggested. Altogether, our findings indicate that persistence in CDV infection results from intracellular cell-to-cell transmission requiring the CDV-H protein. Viral transfer, happening selectively at the tip of astrocytic processes, may help the virus to cover long distances in the astroglial network, "outrunning" the host's immune response in demyelinating plaques, thus continuously eliciting new lesions.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In my thesis, I use historical and literary analysis to study how the concept of the American Dream was popularized during the Great Depression and how cultural understanding of the term has changed following the 2008 Recession. By comparing popular media, literature, and political documents within a historical framework from the 1930s and after 2008 through the present day, I analyze how the term ¿American Dream¿ has persisted as an element of the United States¿ national ethos. I explore why the language of the American Dream does not appear to carry the same resonance in American society as in the 1930s, even though the post-2008 economic environment is somewhat comparable to conditions created by the Great Depression and associated reform measures. This comparative historical approach in scholarly studies of the American Dream is unique because the two periods have not previously been discussed in relation to one another in order to show transformations in cultural understanding of the Dream. The American Dream, both embodying a dual identity as an aspiration to aspire to and also as a delusional fantasy which can lead to cynicism, is a highly complex idea in lived experience. The concept¿s ambiguous nature allows for individuals to interpret it differently, allowing for the term to remain resilient throughout different periods in United States history. While the meaning of the term has been subject to change, it is grounded upon an idealistic concept of American individualism and hope that through one¿s merit, one will be able to achieve one¿s vision of success. Through interdisciplinary analysis, I show that the American Dream will alter to suit the needs of contemporary society and the term¿s power will continue to endure in society despite evidence of rising cynicism since 2008.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Diagnostic tests in patients with Hymenoptera venom allergy are frequently positive to venoms of both honey bee and wasp (Vespula). Component-resolved analysis with recombinant species-specific major allergens (rSSMA) may help to distinguish true double sensitization from crossreactivity.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

After decades of development in programming languages and programming environments, Smalltalk is still one of few environments that provide advanced features and is still widely used in the industry. However, as Java became prevalent, the ability to call Java code from Smalltalk and vice versa becomes important. Traditional approaches to integrate the Java and Smalltalk languages are through low-level communication between separate Java and Smalltalk virtual machines. We are not aware of any attempt to execute and integrate the Java language directly in the Smalltalk environment. A direct integration allows for very tight and almost seamless integration of the languages and their objects within a single environment. Yet integration and language interoperability impose challenging issues related to method naming conventions, method overloading, exception handling and thread-locking mechanisms. In this paper we describe ways to overcome these challenges and to integrate Java into the Smalltalk environment. Using techniques described in this paper, the programmer can call Java code from Smalltalk using standard Smalltalk idioms while the semantics of each language remains preserved. We present STX:LIBJAVA - an implementation of Java virtual machine within Smalltalk/X - as a validation of our approach

Relevância:

20.00% 20.00%

Publicador:

Resumo:

With today's prevalence of Internet-connected systems storing sensitive data and the omnipresent threat of technically skilled malicious users, computer security remains a critically important field. Because of today's multitude of vulnerable systems and security threats, it is vital that computer science students be taught techniques for programming secure systems, especially since many of them will work on systems with sensitive data after graduation. Teaching computer science students proper design, implementation, and maintenance of secure systems is a challenging task that calls for the use of novel pedagogical tools. This report describes the implementation of a compiler that converts mandatory access control specification Domain-Type Enforcement Language to the Java Security Manager, primarily for pedagogical purposes. The implementation of the Java Security Manager was explored in depth, and various techniques to work around its inherent limitations were explored and partially implemented, although some of these workarounds do not appear in the current version of the compiler because they would have compromised cross-platform compatibility. The current version of the compiler and implementation details of the Java Security Manager are discussed in depth.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Many reports have documented that Staphylococcus aureus can invade host cells and persist intracellularly for various periods of time in cell culture models. However, it is not clear whether intracellular persistence of S. aureus also occurs in the course of infections in whole organisms. This is a subject of intense debate and is difficult to assess experimentally. Intracellular persistence would provide S. aureus with an ideal strategy to escape from professional phagocytes and extracellular antibiotics and would promote recrudescent infection. Here, we present a brief overview of the mounting evidence that S. aureus has the potential to internalize and survive within host cells.