• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 4
  • 1
  • 1
  • 1
  • Tagged with
  • 10
  • 5
  • 3
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

A sophisticated shell environment

Pehlivan, Huseyin January 2000 (has links)
No description available.
2

Inclusión de servicios en aplicaciones basados en patrones de usabilidad

Merlino, Hernán January 2014 (has links)
Los patrones de usabilidad son un aspecto central en el desarrollo de software, pues estos son los encargados de sentar las bases de un conjunto de principios validados y establecidos para la creación de una apropiada interfaz de usuario. En este sentido el esfuerzo por desarrollar un modelo de patrones de usabilidad esta justificado y permite sumar una instancia mas al proceso de automatización en el desarrollo de software. En esta tesis doctoral se propone un mecanismo que ha evolucionado desde los patrones hasta una arquitectura de usabilidad, detallando el proceso evolutivo que ha llevado el mismo, define en detalle el patrón de usabilidad UNDO/REDO y construye los cimientos para extender este modelo a otros patrones de usabilidad. / Usability patterns are a central aspect of software development, as these are responsible for laying the foundations of a set of validated and established principles for creating an appropriate user interface. In this sense the effort to develop a model of usability patterns is justified and can then add another instance to process automation in software. This PhD thesis proposes a mechanism that has evolved from an architecture patterns to usability, detailing the evolutionary process that has led it defines in detail the usability pattern UNDO/REDO and builds the foundation for extending this model to other usability patterns. / La tesis contó con la doble dirección de la Dr. Patricia Pesado (UNLP) y del Prof. Oscar Dieste (UPM).
3

Reflective Redo Within a Three-Dimensional Simulation and its Influence on Student Metacognition, Reflection, and Learning

Scoresby, Jon M. 01 August 2011 (has links)
The objective of this study was to investigate the effects on a student’s metacognition, reflection, and learning in a specifically designed educational simulation supported by unique technology. The simulation allows players’ actions to be recorded for the purpose of review to identify mistakes. The simulation also allows students to start at and redo actions while fixing previous mistakes instead of starting over at the beginning of a new scenario. When starting at the mistake or point of failure, as identified by a facilitator, during the redo of the initial saved scenario, students reflect on the actions performed during the initial scenario. Student thinking during a redo of a scenario, after the initial scenario reflection, may be called reflective redo when the simulation technology can support starting from the point of failure. This research investigated how metacognition, reflection, and learning were affected by reflective redo. Two key findings were identified when analyzing reflective redo in how students. learn the content and how they learn about their own use of metacognition and reflection. The first key finding relating to the influence of reflective redo on learning was that participants used reflection at levels that matched their need as a support mechanism. The second key finding was that the students’ abilities to place themselves in the problem space contributed to the amount of contextual information they needed to be successful— in this case, either starting from the beginning or from the point of failure.
4

Hemodynamic Follow-Up after Valve-in-Valve TAVR for Failed Aortic Bioprosthesis

Wilbring, Manuel, Kappert, Utz, Haussig, Stephan, Winata, Johan, Matschke, Klaus, Mangner, Norman, Arzt, Sebastian, Alexiou, Konstantin 01 March 2024 (has links)
Background “valve-in-valve” TAVR (VIV-TAVR) is established and provides good initial clinical and hemodynamic outcomes. Lacking long-term durability data baffle the expand to lower risk patients. For those purposes, the present study adds a hemodynamic 3-years follow-up. Methods A total of 77 patients underwent VIV-TAVR for failing aortic bioprosthesis during a 7-years period. Predominant mode of failure was stenosis in 87.0%. Patients had a mean age of 79.4 ± 5.8 years and a logistic EuroSCORE of 30.8 ± 15.7%. The Society of Thoracic Surgeons-PROM averaged 5.79 ± 2.63%. Clinical results and hemodynamic outcomes are reported for 30-days, 1-, 2-, and 3-years. Completeness of follow-up was 100% with 44 patients at risk after 3-years. Follow-up ranged up to 7.1 years. Results Majority of the surgical valves were stented (94.8%) with a mean labeled size of 23.1 ± 2.3 mm and true-ID of 20.4 ± 2.6 mm. A true-ID ≤21 mm had 58.4% of the patients. Self-expanding valves were implanted in 68.8% (mean labeled size 24.1 ± 1.8 mm) and balloon-expanded in 31.2% (mean size 24.1 ± 1.8 mm). No patient died intraoperatively. Hospital mortality was 1.3% and three-years survival 57.1%. All patients experienced an initial significant dPmean-reduction to 16.8 ± 7.1 mmHg. After 3-years mean dPmean raised to 26.0 ± 12.2 mmHg. This observation was independent from true-ID or type of transcatheter aortic valve replacement (TAVR)-prosthesis. Patients with a true-ID ≤21 mm had a higher initial (18.3 ± 5.3 vs. 14.9 ± 7.1 mmHg; p = .005) and dPmean after 1-year (29.2 ± 8.2 vs. 13.0 ± 6.7 mmHg; p = .004). There were no significant differences in survival. Conclusions VIV-TAVR is safe and effective in the early period. In surgical valves with a true-ID ≤21 mm inferior hemodynamic and survival outcomes must be expected. Nonetheless, also patients with larger true-IDs showed steadily increasing transvalvular gradients. This raises concern about durability.
5

Management of Undo/Redo Operations in Complex Environments / Management of Undo/Redo Operations in Complex Environments

Jakubec, Karel January 2012 (has links)
During past thirty years, several models for non-linear undo models have been presented, but almost none solves undoing and redoing actions in environments, where multiple history buffers are involved and when there are causal dependencies among separate actions. This thesis focuses on developing a new model, which allows a user to select any action from any history buffer. The key part of the model is a smart command design and undo manager, which searches for dependencies and offers possible solutions to the user. The results are presented in the context of the DaemonX framework.
6

Purely top-down software rebuilding

Grosskurth, Alan January 2007 (has links)
Software rebuilding is the process of deriving a deployable software system from its primitive source objects. A build tool helps maintain consistency between the derived objects and source objects by ensuring that all necessary build steps are re-executed in the correct order after a set of changes is made to the source objects. It is imperative that derived objects accurately represent the source objects from which they were supposedly constructed; otherwise, subsequent testing and quality assurance is invalidated. This thesis aims to advance the state-of-the-art in tool support for automated software rebuilding. It surveys the body of background work, lays out a set of design considerations for build tools, and examines areas where current tools are limited. It examines the properties of a next-generation tool concept, redo, conceived by D. J. Bernstein; redo is novel because it employs a purely top-down approach to software rebuilding that promises to be simpler, more flexible, and more reliable than current approaches. The details of a redo prototype written by the author of this thesis are explained including the central algorithms and data structures. Lastly, the redo prototype is evaluated on some sample software systems with respect to migration effort between build tools as well as size, complexity, and performances aspects of the resulting build systems.
7

Purely top-down software rebuilding

Grosskurth, Alan January 2007 (has links)
Software rebuilding is the process of deriving a deployable software system from its primitive source objects. A build tool helps maintain consistency between the derived objects and source objects by ensuring that all necessary build steps are re-executed in the correct order after a set of changes is made to the source objects. It is imperative that derived objects accurately represent the source objects from which they were supposedly constructed; otherwise, subsequent testing and quality assurance is invalidated. This thesis aims to advance the state-of-the-art in tool support for automated software rebuilding. It surveys the body of background work, lays out a set of design considerations for build tools, and examines areas where current tools are limited. It examines the properties of a next-generation tool concept, redo, conceived by D. J. Bernstein; redo is novel because it employs a purely top-down approach to software rebuilding that promises to be simpler, more flexible, and more reliable than current approaches. The details of a redo prototype written by the author of this thesis are explained including the central algorithms and data structures. Lastly, the redo prototype is evaluated on some sample software systems with respect to migration effort between build tools as well as size, complexity, and performances aspects of the resulting build systems.
8

Upplevelse av aktivitet och vardagsohälsa- infördeltagande i ReDO intervention / Experience of occupation and illhealth due toeveryday life- before entering a ReDOintervention

Karlsson, Louise January 2018 (has links)
Sjukskrivningstalen pga. stress och psykiskohälsa fortsätter att stiga varje år. Inom arbetsterapi anses ett balanserat aktivitetsmönster att vara en viktig komponent för upplevelsen av hälsa. Inte enbart balans mellan aktivitet och vila, utan även mellan t ex meningsfulla och nödvändiga aktiviteter eller olika upplevda värden i aktivitet. Syftet: med denna studie är att undersöka vilka samband som finns mellan upplevelse av aktivitetsvärde och självskattad subjektiv hälsa, respektive sociodemografiska faktorer, för personer som har behov av att förändra sin vardag och är eller riskerar att bli sjukskrivna pga. psykisk ohälsa. Metoden som användes var en kvantitativ tvärsnittsstudie där data från 97 kvinnor insamlades med hjälp av enkäter vid baslinjen av en arbetsterapeutiskintervention. De enkäter som användes var Oval-pd, EQ5D samt sociodemografiskdata. Resultatet visar att personerna inför interventionen upplevde låga aktivitetsvärden samt låg självskattad hälsa. Det fanns en tydlig statistisk signifikant korrelation mellan upplevd hälsa och aktivitetsvärde, men inte mellan de analyserade sociodemografiska faktorerna och upplevt aktivitetsvärde. Slutsats. Det finns ett tydligt samband mellan hur personerna upplever sina aktivitetsvärden och hur de skattar sin hälsa. Även om inget samband kunde identifieras mellan sociodemografiska faktorer och aktivitetsvärde så är detta ett område som behöver fortsatt forskning kring vad som kan påverka, och vara en bidragande orsak till att personer utvecklarpsykisk ohälsa pga. sin vardag.
9

Assessing User Expectations of Undo in a Multi-User CAD Environment

Nuss, Jeffrey Eric 01 April 2016 (has links)
Undo is a command that users rely on in most software applications. Its importance in multi-user CAD is no different. However, due to its unique nature, users may have different expectations regarding how undo should behave. This research seeks to better understand users' expectations regarding undo in multi-user CAD by having users participate in collaborative design exercises and then asking them how they would expect undo to behave. In addition, users participated in a survey in which they watched 8 videos showing users interacting within multi-user CAD and were then asked about how they would want undo to behave. Based on these findings, various recommendations are made for how undo ought to be implemented in multi-user CAD. These include recommendations regarding the user experience/user interface as well as proposing an equation that seeks to quantify whether a user expects to share an undo stack with another user or if they should only be able to undo their own actions.
10

Escape Motions: Rozšíření editoru Flame Painter / Escape Motions: Flame Painter Extensions

Piovarči, Rastislav January 2013 (has links)
Main goal of this master´s thesis is to propose and implement improvements to an original purely raster version of Flame Painter editor. An enhancement of the undo/redo system with emphasise to its functionality and memory requirements has been implemented. Moreover, the editor was extended by adding an ability to edit brush strokes using vector primitives which effectively assist the user in future stroke editing. This project was created in cooperation with employees of the Escape Motions Company.

Page generated in 0.0424 seconds