881 resultados para Store Attributes


Relevância:

20.00% 20.00%

Publicador:

Resumo:

A nemzetközi szakirodalom a vezetőt a lean termelés bevezetésében és fenntartásában is kulcsszereplőként határozza meg. Ennek ellenére nagyon kevés empirikus elemzés vizsgálja a vezetőkkel kapcsolatos kérdéseket. A szerzők a kontingencialista leadership elmélet keretei között a lean termelési rendszer és a vezetési jellemzők kapcsolatát vizsgálják elméleti szempontból és empirikusan egyaránt. Bár a kérdés nem került korábbi munkák fókuszába, az elméleti és empirikus megfontolások alapján egyaránt megállapítható, hogy több vezetési jellemző is szorosan kapcsolható egy jól működő lean termelővállalat vezetőjéhez. Követendő vezetési jellemzőként jelenik meg többek között az együttműködő, a delegáló, a teljesítményorientált vagy fejlődésorientált. Azonosíthatók olyan jellemzők is, amelyek elméletileg nem egyeztethetők össze a lean termelési rendszer logikájával, pl. autokrata, diktatórikus vagy mikrovezető ______ The working paper focuses on two connected research questions: on one hand based on widely accepted literature it systematically maps the ideal leadership style and related leader attributes that help in transforming a company into a real and well-functioning lean organization. On the other hand the paper analyzes whether leaders of companies with more developed lean practice do or do not follow these leadership attributes recommended by literature. The study uses the fourth round of the Hungarian Competitiveness Research Survey from 2009. This study is limited to the analysis of questionnaires filled in by producers that have more than 50 employees (about 65 manufacturing firms). The authors analyze the leadership styles of two managers, namely the CEO and production manager. Results of the empirical analysis revealed astonishing and contradictory attitudes toward ideal leadership attributes of leaders operating in more developed lean companies.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

New digital trends are transforming the media industry landscape, modifying elemental characteristics and attitudes of companies as well as of consumers. Firms often claim that their presence in social media (SM) is a key element to success. SM helps companies rethink the traditional one-way flow of their marketing messages and to incorporate a new interactive pattern into their communications. Nevertheless, these tendencies involve problems of strategic myopia for firms that do not structurally integrate these tools. One main problem is that institutions can rarely differentiate between the various types of SM and the attributes thereof, while the literature equally reveals a number of contradictions in the subject. The present conceptual paper lays the foundations of a strategic approach to SM and discusses its theoretical implications. Following an overview on the concept of SM, through a content analysis of the specialized management literature (n = 14), we present various best practices and reflect on the apparent lack of strategic thinking in using SM as a marketing application. Then, we compare these practical examples with general marketing strategy theory. By merging theory and practice, we aim to provide an insight towards a well-founded application of SM as a genuinely strategic marketing tool.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In broad terms — including a thief's use of existing credit card, bank, or other accounts — the number of identity fraud victims in the United States ranges 9-10 million per year, or roughly 4% of the US adult population. The average annual theft per stolen identity was estimated at $6,383 in 2006, up approximately 22% from $5,248 in 2003; an increase in estimated total theft from $53.2 billion in 2003 to $56.6 billion in 2006. About three million Americans each year fall victim to the worst kind of identity fraud: new account fraud. Names, Social Security numbers, dates of birth, and other data are acquired fraudulently from the issuing organization, or from the victim then these data are used to create fraudulent identity documents. In turn, these are presented to other organizations as evidence of identity, used to open new lines of credit, secure loans, “flip” property, or otherwise turn a profit in a victim's name. This is much more time consuming — and typically more costly — to repair than fraudulent use of existing accounts. ^ This research borrows from well-established theoretical backgrounds, in an effort to answer the question – what is it that makes identity documents credible? Most importantly, identification of the components of credibility draws upon personal construct psychology, the underpinning for the repertory grid technique, a form of structured interviewing that arrives at a description of the interviewee’s constructs on a given topic, such as credibility of identity documents. This represents substantial contribution to theory, being the first research to use the repertory grid technique to elicit from experts, their mental constructs used to evaluate credibility of different types of identity documents reviewed in the course of opening new accounts. The research identified twenty-one characteristics, different ones of which are present on different types of identity documents. Expert evaluations of these documents in different scenarios suggest that visual characteristics are most important for a physical document, while authenticated personal data are most important for a digital document. ^

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This research examined the factors contributing to the performance of online grocers prior to, and following, the 2000 dot.com collapse. The primary goals were to assess the relationship between a company’s business model(s) and its performance in the online grocery channel and to determine if there were other company and/or market related factors that could account for company performance. ^ To assess the primary goals, a case based theory building process was utilized. A three-way cross-case analysis comprising Peapod, GroceryWorks, and Tesco examined the common profit components, the structural category (e.g., pure-play, partnership, and hybrid) profit components, and the idiosyncratic profit components related to each specific company. ^ Based on the analysis, it was determined that online grocery store business models could be represented at three distinct, but hierarchically, related levels. The first level was termed the core model and represented the basic profit structure that all online grocers needed in order to conduct operations. The next model level was termed the structural model and represented the profit structure associated with the specific business model configuration (i.e., pure-play, partnership, hybrid). The last model level was termed the augmented model and represented the company’s business model when idiosyncratic profit components were included. In relation to the five company related factors, scalability, rate of expansion, and the automation level were potential candidates for helping to explain online grocer performance. In addition, all the market structure related factors were deemed possible candidates for helping to explain online grocer performance. ^ The study concluded by positing an alternative hypothesis concerning the performance of online grocers. Prior to this study, the prevailing wisdom was that the business models were the primary cause of online grocer performance. However, based on the core model analysis, it was hypothesized that the customer relationship activities (i.e., advertising, promotions, and loyalty program tie-ins) were the real drivers of online grocer performance. ^

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Modern geographical databases, which are at the core of geographic information systems (GIS), store a rich set of aspatial attributes in addition to geographic data. Typically, aspatial information comes in textual and numeric format. Retrieving information constrained on spatial and aspatial data from geodatabases provides GIS users the ability to perform more interesting spatial analyses, and for applications to support composite location-aware searches; for example, in a real estate database: “Find the nearest homes for sale to my current location that have backyard and whose prices are between $50,000 and $80,000”. Efficient processing of such queries require combined indexing strategies of multiple types of data. Existing spatial query engines commonly apply a two-filter approach (spatial filter followed by nonspatial filter, or viceversa), which can incur large performance overheads. On the other hand, more recently, the amount of geolocation data has grown rapidly in databases due in part to advances in geolocation technologies (e.g., GPS-enabled smartphones) that allow users to associate location data to objects or events. The latter poses potential data ingestion challenges of large data volumes for practical GIS databases. In this dissertation, we first show how indexing spatial data with R-trees (a typical data pre-processing task) can be scaled in MapReduce—a widely-adopted parallel programming model for data intensive problems. The evaluation of our algorithms in a Hadoop cluster showed close to linear scalability in building R-tree indexes. Subsequently, we develop efficient algorithms for processing spatial queries with aspatial conditions. Novel techniques for simultaneously indexing spatial with textual and numeric data are developed to that end. Experimental evaluations with real-world, large spatial datasets measured query response times within the sub-second range for most cases, and up to a few seconds for a small number of cases, which is reasonable for interactive applications. Overall, the previous results show that the MapReduce parallel model is suitable for indexing tasks in spatial databases, and the adequate combination of spatial and aspatial attribute indexes can attain acceptable response times for interactive spatial queries with constraints on aspatial data.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Personal care amenities (PCA) are a big business in the lodging industry today. For several years hotel industry vendors and marketing consultants have claimed that PCA are very important to hotel guests and are a "must" for every hotel operation. The purpose of this study was to make one attempt to validate or discredit these claims based on actual guest feedback.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The objectives of this study were to determine job attribute factors affecting overall job satisfaction and satisfaction factors predicting intention to choose and stay within a current job among managers of private clubs in the U.S. The findings indicate that selfworth and salary and benefits are significantly related to the overall job satisfaction. In addition, overall job satisfaction was a strong predictor for private club managers’ intention to choose the current job held, if given a second chance

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The purpose of this study was to identify and compare the causal attributes of achievement motivation for academic success possessed by international students to those causal attributes of achievement motivation by other legal immigrant student groups attending a postsecondary institution. In this study, F-1 international students have obtained permission from the federal Department of Immigration and Naturalization Services to attend Miami-Dade Community College in Miami, Florida. There were two additional groups of students selected to participate in this study: Permanent Resident students and Others comprised of asylees, refugees and paroles, which are specific categories of legal immigrant students.^ From the observations of the investigator, international students were more successful at the institution as compared to the other two student groups as measured by such variables as Grade Point Average, Number of Credits Earned and Honors Day awards. By identifying these attributes of achievement motivation, additional curricula, support services and activities can be developed to meet the needs of these highly motivated students.^ Incorporating the theories of McClelland and Weiner in the theoretical framework of the study, both quantitative and qualitative data were collected from 150 subjects using the Measurement of Achievement Motivation Questionnaire and the Guided Biography Interview as data collection instruments. Statistical analyses on the data collected from the three groups of foreign born students at the institution indicated differences in these identified attributes and their effects on academic success.^ Results indicated that F-1 international students at Miami-Dade Community College were highly motivated to achieve, possessed different causal attributes of achievement motivation and displayed their need for achievement in different activities and in different ways as compared to the Permanent Resident and Other student groups. Further investigation on the importance of residency status as an influencing factor of achievement motivation is suggested. ^

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Over the past five years, XML has been embraced by both the research and industrial community due to its promising prospects as a new data representation and exchange format on the Internet. The widespread popularity of XML creates an increasing need to store XML data in persistent storage systems and to enable sophisticated XML queries over the data. The currently available approaches to addressing the XML storage and retrieval issue have the limitations of either being not mature enough (e.g. native approaches) or causing inflexibility, a lot of fragmentation and excessive join operations (e.g. non-native approaches such as the relational database approach). ^ In this dissertation, I studied the issue of storing and retrieving XML data using the Semantic Binary Object-Oriented Database System (Sem-ODB) to leverage the advanced Sem-ODB technology with the emerging XML data model. First, a meta-schema based approach was implemented to address the data model mismatch issue that is inherent in the non-native approaches. The meta-schema based approach captures the meta-data of both Document Type Definitions (DTDs) and Sem-ODB Semantic Schemas, thus enables a dynamic and flexible mapping scheme. Second, a formal framework was presented to ensure precise and concise mappings. In this framework, both schemas and the conversions between them are formally defined and described. Third, after major features of an XML query language, XQuery, were analyzed, a high-level XQuery to Semantic SQL (Sem-SQL) query translation scheme was described. This translation scheme takes advantage of the navigation-oriented query paradigm of the Sem-SQL, thus avoids the excessive join problem of relational approaches. Finally, the modeling capability of the Semantic Binary Object-Oriented Data Model (Sem-ODM) was explored from the perspective of conceptually modeling an XML Schema using a Semantic Schema. ^ It was revealed that the advanced features of the Sem-ODB, such as multi-valued attributes, surrogates, the navigation-oriented query paradigm, among others, are indeed beneficial in coping with the XML storage and retrieval issue using a non-XML approach. Furthermore, extensions to the Sem-ODB to make it work more effectively with XML data were also proposed. ^

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The current study looks at the relationship between servicescape, emotional product involvement, perceived quality of local foods, the positive emotion of pleasure, and revisit intention in an upscale buffet style restaurant on a university campus in the Southeastern U.S. Test results show positive relationships between all of the constructs in the proposed conceptual model. The study also gives practitioners and academics insights into practices that can help to market the use of local foods through the restaurant environment in order to engage emotionally involved customers. This marketing can illicit pleasurable feelings and increase perceived product quality of local foods with the purpose of getting customers to revisit the restaurant. Suggestions for further research on the subject are proposed.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Using multiple regression analysis, lodging managers’ annual mean salaries in 143 Metropolitan Statistical Areas (MSA) within the U.S. were analyzed to identify what relationships existed with variables related to general MSA characteristics, along with the lodging industry’s size and performance. By examining the relationship between these variables, the authors predict the long-term possibility of predicting lodging industry managers’ salaries. These predictions may have an impact on financial performance of an individual lodging property or organization. Through this paper, this concept was applied and explored within U.S. MSAs. These findings may have value for a variety of stakeholders, including human resources practitioners, the hospitality education community, and individuals considering lodging management careers.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In broad terms — including a thief's use of existing credit card, bank, or other accounts — the number of identity fraud victims in the United States ranges 9-10 million per year, or roughly 4% of the US adult population. The average annual theft per stolen identity was estimated at $6,383 in 2006, up approximately 22% from $5,248 in 2003; an increase in estimated total theft from $53.2 billion in 2003 to $56.6 billion in 2006. About three million Americans each year fall victim to the worst kind of identity fraud: new account fraud. Names, Social Security numbers, dates of birth, and other data are acquired fraudulently from the issuing organization, or from the victim then these data are used to create fraudulent identity documents. In turn, these are presented to other organizations as evidence of identity, used to open new lines of credit, secure loans, “flip” property, or otherwise turn a profit in a victim's name. This is much more time consuming — and typically more costly — to repair than fraudulent use of existing accounts. This research borrows from well-established theoretical backgrounds, in an effort to answer the question – what is it that makes identity documents credible? Most importantly, identification of the components of credibility draws upon personal construct psychology, the underpinning for the repertory grid technique, a form of structured interviewing that arrives at a description of the interviewee’s constructs on a given topic, such as credibility of identity documents. This represents substantial contribution to theory, being the first research to use the repertory grid technique to elicit from experts, their mental constructs used to evaluate credibility of different types of identity documents reviewed in the course of opening new accounts. The research identified twenty-one characteristics, different ones of which are present on different types of identity documents. Expert evaluations of these documents in different scenarios suggest that visual characteristics are most important for a physical document, while authenticated personal data are most important for a digital document.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Collaborative sharing of information is becoming much more needed technique to achieve complex goals in today's fast-paced tech-dominant world. Personal Health Record (PHR) system has become a popular research area for sharing patients informa- tion very quickly among health professionals. PHR systems store and process sensitive information, which should have proper security mechanisms to protect patients' private data. Thus, access control mechanisms of the PHR should be well-defined. Secondly, PHRs should be stored in encrypted form. Cryptographic schemes offering a more suitable solution for enforcing access policies based on user attributes are needed for this purpose. Attribute-based encryption can resolve these problems, we propose a patient-centric framework that protects PHRs against untrusted service providers and malicious users. In this framework, we have used Ciphertext Policy Attribute Based Encryption scheme as an efficient cryptographic technique, enhancing security and privacy of the system, as well as enabling access revocation. Patients can encrypt their PHRs and store them on untrusted storage servers. They also maintain full control over access to their PHR data by assigning attribute-based access control to selected data users, and revoking unauthorized users instantly. In order to evaluate our system, we implemented CP-ABE library and web services as part of our framework. We also developed an android application based on the framework that allows users to register into the system, encrypt their PHR data and upload to the server, and at the same time authorized users can download PHR data and decrypt it. Finally, we present experimental results and performance analysis. It shows that the deployment of the proposed system would be practical and can be applied into practice.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Acknowledgments: Funds for the study were provided by the Scottish Government's Rural and Environment Science and Analytical Services Division and conducted as part of the Scottish Government Strategic Research programme (Diet and Health Theme of the Food Land & People Programme). The authors are grateful to Phillip Morrice, Vivian Buchan, and Donna Henderson for helping with the nutritional analysis of the breads. The authors declare no conflicts of interest.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

cknowledgements The research leading to these results has received funding from the following FEDER cofounded-grants. From CDTI and Technological Funds, supported by Ministerio de Economía y Competitividad, AGL2012-40185-CO2-01, AGL2014-58210-R, and Consellería de Cultura, Educación e OrdenaciónUniversitaria, GRC2013-016, and through AxenciaGalega de Innovación, Spain, ITC-20133020 SINTOX. From CDTI under ISIP Programme, Spain, IDI-20130304 APTAFOOD. From the European Union's Seventh Framework Programme managed by REA - Research Executive Agency (FP7/2007-2013) under grant agreement 312184 PHARMASEA. Jon Andoni Sánchez is supported by a fellowship from Plan Galego de Investigación e Crecemento, Xunta de Galicia, Spain.