56 resultados para Booking


Relevância:

10.00% 10.00%

Publicador:

Resumo:

El turismo es un área en constante crecimiento en la cual, la aparición de las nuevas tecnologías y, fundamentalmente, de Internet, ha tenido un gran impacto en los procedimientos internos de los agentes turísticos y en los métodos de contratación y de búsqueda de información por parte de los usuarios. Por otro lado, la cantidad ingente de información disponible en Internet y el gran desorden existente, provoca la aparición del concepto de Web semántica, una tecnología que dota a las máquinas de un nivel de compresión de la Web suficiente como para hacer de la búsqueda y el acceso a la información una tarea sencilla y natural. Este artículo trata, en primer lugar, de analizar el estado del arte de la Web semántica relacionada con el ámbito del turismo, presentando las ontologías turísticas disponibles en la actualidad para, a continuación, describir el desarrollo de una ontología específica dentro del dominio de las rutas turísticas. Con esta ontología, a través de un ejemplo, se trata de demostrar la utilidad de esta tecnología a la hora de catalogar información relacionada, disponible y dispersa por páginas Web en Internet.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

El projecte desenvolupat és un sistema per a un hotel amb diferents instal·lacions d'esbarjo i relaxació, que permeti als seus clients obtenir informació d'aquestes activitats i recursos, i reservar places si escau, i als encarregats del establiment realitzar el control i gestió de les possibles peticions.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Heriot-Watt University uses a software package called Syllabus Plus for its timetabling. This package can perform scheduling functions however it is currently employed only as a room booking system at present. In academic session 2008-2009 the university will be restructuring its academic year from 3 terms of 10 weeks to semesters of 14 weeks and therefore major changes will be required to the timetabling information. This project has two functions, both with practical and relevant applications to the timetabling of the university. The aims of the project are the ability to change population number of modules and activities, delete term 3 modules and activities, the ability to change module and activity name, and change the teaching week pattern from the semester

Relevância:

10.00% 10.00%

Publicador:

Resumo:

I describe the customer valuations game, a simple intuitive game that can serve as a foundation for teaching revenue management. The game requires little or no preparation, props or software, takes around two hours (and hence can be finished in one session), and illustrates the formation of classical (airline and hotel) revenue management mechanisms such as advanced purchase discounts, booking limits and fixed multiple prices. I normally use the game as a base to introduce RM and to develop RM forecasting and optimization concepts off it. The game is particularly suited for non-technical audiences.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The Network Revenue Management problem can be formulated as a stochastic dynamic programming problem (DP or the\optimal" solution V *) whose exact solution is computationally intractable. Consequently, a number of heuristics have been proposed in the literature, the most popular of which are the deterministic linear programming (DLP) model, and a simulation based method, the randomized linear programming (RLP) model. Both methods give upper bounds on the optimal solution value (DLP and PHLP respectively). These bounds are used to provide control values that can be used in practice to make accept/deny decisions for booking requests. Recently Adelman [1] and Topaloglu [18] have proposed alternate upper bounds, the affine relaxation (AR) bound and the Lagrangian relaxation (LR) bound respectively, and showed that their bounds are tighter than the DLP bound. Tight bounds are of great interest as it appears from empirical studies and practical experience that models that give tighter bounds also lead to better controls (better in the sense that they lead to more revenue). In this paper we give tightened versions of three bounds, calling themsAR (strong Affine Relaxation), sLR (strong Lagrangian Relaxation) and sPHLP (strong Perfect Hindsight LP), and show relations between them. Speciffically, we show that the sPHLP bound is tighter than sLR bound and sAR bound is tighter than the LR bound. The techniques for deriving the sLR and sPHLP bounds can potentially be applied to other instances of weakly-coupled dynamic programming.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Many dynamic revenue management models divide the sale period into a finite number of periods T and assume, invoking a fine-enough grid of time, that each period sees at most one booking request. These Poisson-type assumptions restrict the variability of the demand in the model, but researchers and practitioners were willing to overlook this for the benefit of tractability of the models. In this paper, we criticize this model from another angle. Estimating the discrete finite-period model poses problems of indeterminacy and non-robustness: Arbitrarily fixing T leads to arbitrary control values and on the other hand estimating T from data adds an additional layer of indeterminacy. To counter this, we first propose an alternate finite-population model that avoids this problem of fixing T and allows a wider range of demand distributions, while retaining the useful marginal-value properties of the finite-period model. The finite-population model still requires jointly estimating market size and the parameters of the customer purchase model without observing no-purchases. Estimation of market-size when no-purchases are unobservable has rarely been attempted in the marketing or revenue management literature. Indeed, we point out that it is akin to the classical statistical problem of estimating the parameters of a binomial distribution with unknown population size and success probability, and hence likely to be challenging. However, when the purchase probabilities are given by a functional form such as a multinomial-logit model, we propose an estimation heuristic that exploits the specification of the functional form, the variety of the offer sets in a typical RM setting, and qualitative knowledge of arrival rates. Finally we perform simulations to show that the estimator is very promising in obtaining unbiased estimates of population size and the model parameters.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Diplomityön tavoitteena oli parantaa oliotietokantaan perustuvan mökkivarausjärjestelmän pitkiä vasteaikoja ja epävakaata toimintaa sekä luoda tietokantaperusta uusille toiminnoille. Ratkaisua etsittiin korvaamalla oliotietokanta relaatiotietokannalla. Diplomityö on osa koko varausjärjestelmän uusintaa. Työn teoreettinen osuus käsittelee sekä olio- että relaatiotietokannan rakennetta ja oliomallin muuttamista relaatiomalliksi. Käytännön osassa esitellään relaatiotietokannan luominen vaiheittain ja kerrotaan tietojen siirron periaatteesta. Relaatiotietokannan havaittiin olevan vakaampi ja tehokkaampi vasteajoiltaan. Samoin sen vaatima levytilan ja muistin määrä oli pienempi kuin oliotietokannalla. Lisäksi siihen todettiin uusien järjestelmien liittämisen olevan yksinkertaisempaa.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

A web service is a software system that provides a machine-processable interface to the other machines over the network using different Internet protocols. They are being increasingly used in the industry in order to automate different tasks and offer services to a wider audience. The REST architectural style aims at producing scalable and extensible web services using technologies that play well with the existing tools and infrastructure of the web. It provides a uniform set of operation that can be used to invoke a CRUD interface (create, retrieve, update and delete) of a web service. The stateless behavior of the service interface requires that every request to a resource is independent of the previous ones facilitating scalability. Automated systems, e.g., hotel reservation systems, provide advanced scenarios for stateful services that require a certain sequence of requests that must be followed in order to fulfill the service goals. Designing and developing such services for advanced scenarios with REST constraints require rigorous approaches that are capable of creating web services that can be trusted for their behavior. Systems that can be trusted for their behavior can be termed as dependable systems. This thesis presents an integrated design, analysis and validation approach that facilitates the service developer to create dependable and stateful REST web services. The main contribution of this thesis is that we provide a novel model-driven methodology to design behavioral REST web service interfaces and their compositions. The behavioral interfaces provide information on what methods can be invoked on a service and the pre- and post-conditions of these methods. The methodology uses Unified Modeling Language (UML), as the modeling language, which has a wide user base and has mature tools that are continuously evolving. We have used UML class diagram and UML state machine diagram with additional design constraints to provide resource and behavioral models, respectively, for designing REST web service interfaces. These service design models serve as a specification document and the information presented in them have manifold applications. The service design models also contain information about the time and domain requirements of the service that can help in requirement traceability which is an important part of our approach. Requirement traceability helps in capturing faults in the design models and other elements of software development environment by tracing back and forth the unfulfilled requirements of the service. The information about service actors is also included in the design models which is required for authenticating the service requests by authorized actors since not all types of users have access to all the resources. In addition, following our design approach, the service developer can ensure that the designed web service interfaces will be REST compliant. The second contribution of this thesis is consistency analysis of the behavioral REST interfaces. To overcome the inconsistency problem and design errors in our service models, we have used semantic technologies. The REST interfaces are represented in web ontology language, OWL2, that can be part of the semantic web. These interfaces are used with OWL 2 reasoners to check unsatisfiable concepts which result in implementations that fail. This work is fully automated thanks to the implemented translation tool and the existing OWL 2 reasoners. The third contribution of this thesis is the verification and validation of REST web services. We have used model checking techniques with UPPAAL model checker for this purpose. The timed automata of UML based service design models are generated with our transformation tool that are verified for their basic characteristics like deadlock freedom, liveness, reachability and safety. The implementation of a web service is tested using a black-box testing approach. Test cases are generated from the UPPAAL timed automata and using the online testing tool, UPPAAL TRON, the service implementation is validated at runtime against its specifications. Requirement traceability is also addressed in our validation approach with which we can see what service goals are met and trace back the unfulfilled service goals to detect the faults in the design models. A final contribution of the thesis is an implementation of behavioral REST interfaces and service monitors from the service design models. The partial code generation tool creates code skeletons of REST web services with method pre and post-conditions. The preconditions of methods constrain the user to invoke the stateful REST service under the right conditions and the post condition constraint the service developer to implement the right functionality. The details of the methods can be manually inserted by the developer as required. We do not target complete automation because we focus only on the interface aspects of the web service. The applicability of the approach is demonstrated with a pedagogical example of a hotel room booking service and a relatively complex worked example of holiday booking service taken from the industrial context. The former example presents a simple explanation of the approach and the later worked example shows how stateful and timed web services offering complex scenarios and involving other web services can be constructed using our approach.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In everyday life different flows of customers to avail some service facility or other at some service station are experienced. In some of these situations, congestion of items arriving for service, because an item cannot be serviced Immediately on arrival, is unavoidable. A queuing system can be described as customers arriving for service, waiting for service if it is not immediate, and if having waited for service, leaving the system after being served. Examples Include shoppers waiting in front of checkout stands in a supermarket, Programs waiting to be processed by a digital computer, ships in the harbor Waiting to be unloaded, persons waiting at railway booking office etc. A queuing system is specified completely by the following characteristics: input or arrival pattern, service pattern, number of service channels, System capacity, queue discipline and number of service stages. The ultimate objective of solving queuing models is to determine the characteristics that measure the performance of the system

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Conferència emmarcada dins el 2on Workshop Biblioteca UdG: La Universitat de Girona davant els reptes del nou Espai Europeu d'Educació Superior, on s'exposen les últimes novetats del programa Millennium referent a les estadístiques, Url checker, materials booking, scheduler

Relevância:

10.00% 10.00%

Publicador:

Resumo:

OVERVIEW es una agencia que promueve y comercializa entretenimiento mediante la integración de servicios y personas pertenecientes a la industria a través de un portafolio que incluye músicos, artistas, productores y profesionales en temas enfocados al mundo del Entretenimiento, Marketing, Imagen y Servicios Corporativos.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

El fin de este proyecto es describir y caracterizar la cultura organizacional dentro de una de las start-ups que más está dando que hablar a nivel mundial. Esta compañía ha logrado sobrevivir al paso de los años de forma increíble ya que este tipo de compañías suelen tener una vida de 2 a 3 años.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Introducción: Uno de los problemas que afrontan los hospitales públicos de Bogotá es la insuficiencia de unidades de glóbulos rojos- UGR “O”; este trabajo pretendió evaluar a través de indicadores, el comportamiento del manejo de inventarios de sangre en un Hospital público de tercer nivel. Método: Estudio descriptivo restrospectivo, a partir de registros de Red Distrital de Sangre, banco de sangre Hemocentro Distrital y del servicio de transfusión del Hospital. La evaluación de gestión del inventario y eliminación se hizo con el universo de UGR; para la obtención de: reserva/transfusión, tiempo/reserva y la transfusión no isogrupo, se utilizó una muestra del universo de pruebas cruzadas completas (6.575), Resultados: El Hospital recibió 4.644 UGR, con 4.719 transfundidas, reflejando inconsistencias en estos datos. La participación de transfusiones por servicio fue: Urgencias 22,6%(n=1072), cirugía 21,6%(n=1025), UCI adulto 19,2%(n=912), medicina interna del 17,6%(n=836), ginecología del 6,8%(n=323). El indice WAPI fue de 0,19%(n=9) UGR incineradas, el tiempo de reserva a 24 horas o menos del 65,7%, mayor de 24 horas y menor de 48 horas el 4,2%, mayor de 48 horas y menor de 72 horas el 0,6% y sin información disponible 29,5%; la reserva transfusión del 73%; la transfusión no Isogrupo correspondió 5,1% (n=18), distribuida: prueba cruzada incompatible 1,7%(n=6), protocolo pediatría/neonatología 2%(n=7); Urgencia vital 1,4%(n=5). Conclusiones: Comparado con otros estudios se encontró buen desempeño de los indicadores Wapi (0.19%) y Reserva/trasfusión (73%). No se evaluó demanda satisfecha y utilización componente UGR por registros inconsistentes; en tiempo/reserva la información es crítica para validar el resultado.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The community pharmacy service medicines use review (MUR) was introduced in 2005 ‘to improve patient knowledge, concordance and use of medicines’ through a private patient–pharmacist consultation. The MUR presents a fundamental change in community pharmacy service provision. While traditionally pharmacists are dispensers of medicines and providers of medicines advice, and patients as recipients, the MUR considers pharmacists providing consultation-type activities and patients as active participants. The MUR facilitates a two-way discussion about medicines use. Traditional patient–pharmacist behaviours transform into a new set of behaviours involving the booking of appointments, consultation processes and form completion, and the physical environment of the patient–pharmacist interaction moves from the traditional setting of the dispensary and medicines counter to a private consultation room. Thus, the new service challenges traditional identities and behaviours of the patient and the pharmacist as well as the environment in which the interaction takes place. In 2008, the UK government concluded there is at present too much emphasis on the quantity of MURs rather than on their quality.[1] A number of plans to remedy the perceived imbalance included a suggestion to reward ‘health outcomes’ achieved, with calls for a more focussed and scientific approach to the evaluation of pharmacy services using outcomes research. Specifically, the UK government set out the main principal research areas for the evaluation of pharmacy services to include ‘patient and public perceptions and satisfaction’as well as ‘impact on care and outcomes’. A limited number of ‘patient satisfaction with pharmacy services’ type questionnaires are available, of varying quality, measuring dimensions relating to pharmacists’ technical competence, behavioural impressions and general satisfaction. For example, an often cited paper by Larson[2] uses two factors to measure satisfaction, namely ‘friendly explanation’ and ‘managing therapy’; the factors are highly interrelated and the questions somewhat awkwardly phrased, but more importantly, we believe the questionnaire excludes some specific domains unique to the MUR. By conducting patient interviews with recent MUR recipients, we have been working to identify relevant concepts and develop a conceptual framework to inform item development for a Patient Reported Outcome Measure questionnaire bespoke to the MUR. We note with interest the recent launch of a multidisciplinary audit template by the Royal Pharmaceutical Society of Great Britain (RPSGB) in an attempt to review the effectiveness of MURs and improve their quality.[3] This template includes an MUR ‘patient survey’. We will discuss this ‘patient survey’ in light of our work and existing patient satisfaction with pharmacy questionnaires, outlining a new conceptual framework as a basis for measuring patient satisfaction with the MUR. Ethical approval for the study was obtained from the NHS Surrey Research Ethics Committee on 2 June 2008. References 1. Department of Health (2008). Pharmacy in England: Building on Strengths – Delivering the Future. London: HMSO. www. official-documents.gov.uk/document/cm73/7341/7341.pdf (accessed 29 September 2009). 2. Larson LN et al. Patient satisfaction with pharmaceutical care: update of a validated instrument. JAmPharmAssoc 2002; 42: 44–50. 3. Royal Pharmaceutical Society of Great Britain (2009). Pharmacy Medicines Use Review – Patient Audit. London: RPSGB. http:// qi4pd.org.uk/index.php/Medicines-Use-Review-Patient-Audit. html (accessed 29 September 2009).

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Modern health care rhetoric promotes choice and individual patient rights as dominant values. Yet we also accept that in any regime constrained by finite resources, difficult choices between patients are inevitable. How can we balance rights to liberty, on the one hand, with equity in the allocation of scarce resources on the other? For example, the duty of health authorities to allocate resources is a duty owed to the community as a whole, rather than to specific individuals. Macro-duties of this nature are founded on the notion of equity and fairness amongst individuals rather than personal liberty. They presume that if hard choices have to be made, they will be resolved according to fair and consistent principles which treat equal cases equally, and unequal cases unequally. In this paper, we argue for greater clarity and candour in the health care rights debate. With this in mind, we discuss (1) private and public rights, (2) negative and positive rights, (3) procedural and substantive rights, (4) sustainable health care rights and (5) the New Zealand booking system for prioritising access to elective services. This system aims to consider: individual need and ability to benefit alongside the resources made available to elective health services in an attempt to give the principles of equity practical effect. We describe a continuum on which the merits of those, sometimes competing, values-liberty and equity-can be evaluated and assessed.