Sunday, January 26, 2020

Intelligent Lighting Control Using Android Application

Intelligent Lighting Control Using Android Application Divya Srinivasan, N.R.Raajan, Jayakumar V.K, Manonmani P Abstract: In this era where smartness is the key, automatic systems are preferred over manual ones. An important application of smart technology is efficient energy utilization, which is the need of the hour. Energy consumption can be minimized by turning off lights when they are not required, optimizing lighting levels to suit workers and by embracing green technology. One simple way to reduce carbon footprint is the usage of a lighting control system which delivers light as per the requirements and avoid unnecessary wastage. In this paper, a lighting control system using an android application has been proposed. Android is one of the widely used open source mobile platform and the user base is growing faster day by day. As more people are using smart phones, controlling light using an android application is cheaper, easier and cost effective. Keywords: Light control, Arduino board, GSM/GPRS module, Relay board, Android application I. INTRODUCTION Reducing energy consumption and increasing user comfort have always been main objectives of any intelligent building in today’s scenario. Meeting these two demands is a complex task. This paper presents an effective way to reduce energy utilization and increase user comfort. In this paper, Arduino, a microcontroller is used. It is an open-source embedded platform where one can write programs and run it using hardware. Arduinos have the ability to sense the environment by getting input from different sensors and it can control its surroundings by controlling light, motors etc. The communication between a smart phone and microcontroller is established through a GSM/GPRS module. A GSM/GPRS module is same as that of the normal mobile phone and it needs a SIM card to communicate. It does the job of a normal mobile phone. This type of communication is called Machine to Machine (M2M) communication. What it means is that both wired and wireless systems are allowed to interact with oth er devices. It enables the flow of data between machines and finally between humans and machines. Irrespective of the nature of the data or machine, information flows in the same way, which is starts from a machine .Then it passes over a network and then through a checkpoint or gate to a system where it can be evaluated and acted upon. The aim of the M2M hardware is to provide an interface between the machine and the network. This paper deals with this M2M communication. Work to be done by the end user is very simple. Wireless communication makes human life easier and simpler. And especially with mobile, everything is instant and reachable. The block diagram of the proposed system is shown in fig 1. Fig 1.General Block Diagram II. GSM MODEMS GSM modems are much like GSM devices which helps in providing GSM functionality according to our needs. A complete phone can be built using a GSM modem but that would be a waste of important resources like time, which is of the essence, and money, because a phone would work out to be more cost effective. DTMF can help us control remotely, but DTMF (Dual Tone Multi Frequency signaling) in the aspects of monitoring has its own limitations.In these cases GSM modems can really be helpful. GSM modems can play a key role in projects which requires Remote Monitoring and Control. In this way Machine to Machine communication can be established. Pre-defined commands can be used to control GSM modems by sending them serially. These pre-defined commands are known as AT commands. In this paper the focus is on messaging only. AT commands also known as theHayes commands, is a specific command languageactually developed for theHayesSmartmodem. The command set comprises of a series of short text stri ngs that combine together to give complete commands for operations like dialing of numbers, call termination and the required parameter changes of the connection network. The Hayes command set is one of the most commonly used and is available in numerous variations. III. HAYES COMMANDS Some basic commands which are required to perform basic telephony operations are mentioned below Messaging Set Message Type as Text AT+CMGF=1 Set Message Destination Number Type Message AT+CMGS=+91XXXXXXXXXX When this command is entered, there is a prompt of the GSM modem terminal wherein the message to be sent is typed. After the message in entered, Ctrl+Z is pressed to exit terminal prompt. Once all the above steps are followed, the message will be sent to the user by the GSM modem. In addition to the above commands, a set of sequential messages will be sent by the GSM modem when an SMS or Call is received. Some of the messages are mentioned below. Incoming SMS Incoming SMS returns a message +CMTI: SM, 23 Read SMS To read the incoming SMS, the command used isAT+CMGR=Xwhere the number is X which is returned at the end of the+CMTI output above. For example it is 23 The SMS is received in the following way +CMGR: REC UNREAD,+91XXXXXXXXXX,phonebook entry†, â€Å"Date, Time Message Text The above set of information is enough for to work with the GSM modem. Using Arduino IDE, code is written to receive message from GSM modem and the message is processed in the controller. Light is switched on or off only when the incoming message matches with the string written in the program. The Arduino Uno is a controller board based on theATmega328. It has 14 I/O pins (6 of which can provide PWM o/p)-Digital, a 16MHzceramic resonator, a USB connection, analog I/P-6, a power cord, an In Circuit Serial Programming(ICSP) header and a reset button. The specifications of Arduino Uno rev3 are shown in table 1. Table 1: Arduino Uno Specifications In addition to the above, dedicated functions are available for some of the pins: Serial: 1 (TX-Transmission) and 0 (RX-Reception). It is used to receive and transmit TTL (Transistor -Transistor Logic) serial data. The pins are linked to the equivalent pins of theATmega8U2USB-to-TTL Serial chip. External Interrupts: 2 and 3.These two pins can be designed to initiate an interrupt when any of the mentioned cases happens –a low value occurs, a falling or rising edge, a value change. PWM: 3, 5, 6, 9, 10, and 11.Provide 8-bit PWM output with theanalogwrite() function. SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK).These pins support SPI communication using theSPI library. LED: 13.There is an LED, which is in-built, is linked to the pin (digital) 13. If the pin has a HIGH value then it’s in ON state, if it has a LOW value it’s in OFF state The Arduino UNO has the capability to communicate with a computer, another Arduino, or other controllers. Themicrocontroller used in this paper provides UART TT Logic (5Volts) serial communication, which is obtainable in pins (digital) 1 (TX) and 0 (RX).In anATmega16U2on the board serial communication is done over USB and appears as a virtual communication port. In the case when ATmega16U2 is used, external drivers are not required and the USB COM drivers (standard) are used.The Arduino software also includes controls which allow text based data to be sent and received. The Rx (Receive) and Tx (Transmit)LEDspresent will blink when data is being sent from USB to serial chip or to any other terminal. Aserial libraryin the form of a software present in Arduino permits serial communication on any of the pins (digital) of Uno. The Arduino software IDE is used to configure the Arduino Uno. TheATmega328on the Arduino Uno comes preburned with abootloaderwhich allows codes to be uploaded to t he board without the use of a programmer who has expertise in hardware programming. Communication is possible through the use of STK500protocol. The bootloader can be bypassed and the controller is programmed using the ICSP (In-Circuit Serial Programming) IV. HARDWARE CONNECTIONS The SIM Card is inserted into the GSM modem. The Tx (Transmit) pin of the GSM modem is connected to pin (digital) 3 of the Arduino. The Rx (Receive) pin of the GSM modem is connected to pin (digital) 4 of the Arduino. The Gnd(Ground) pin of the GSM modem is connected to the Gnd(Ground) pin of theArduino. The GSM modem uses an external 12Volts DC Adaptor as power source (The+5Volts from internal source of Arduino is not sufficient). It is made sure that the network LED flashes with a 2s delay and not 1s delay. 2s delay means it is connected to network, 1s delay means not unable to connect to network. Once the connections are given and the code is uploaded to the Arduino board, the string which is given in the code is sent as a message, GSM will receive the message and it will send it to Arduino which in turn will process the message and the corresponding action will take place. If number of lights is counted, then for each light some string has to be given in the coding. Instead of sending each message, development of an android application user friendly. Through an android app, message can be given. Since the GSM SIM900A is a GSM/GPRS module, control lights through android app are also possible. Authorization can also be given. It will provide restricted access people to control lights. The front end of the Android app looks like as shown in fig 2 and fig 3. Fig 2.Android App Password Screen Fig 3.Android App User Interface Using the swipe icon in the front panel, the lights can be turned on/off using this android app. Also only the users who know the password can control the lights. Number of lights which can be controlled depends on the number of ports the controller has. The controller output is given to relay boards and the output of the relay board is given to switches. In this way an android application and light is a terminal device. Also an admin is created and he/she will get the message that who is controlling the light. In this way, security can be improved. V. CONCLUSION Unnecessary lighting is one of the prime reasons for energy wastage. The most effective and easy way to curtail this is to turn off lights when they aren’t required. Lighting control systems can use factors such as occupancy, available daylight and time of day, thus providing significant energy and cost savings, a greater level of flexibility and control for building owners and added comfort for occupants. With increasing user comfort, energy can be saved to a larger extent. Also security is tightened with proper admin rights. Wireless systems reduce the labor, costs and wiring requirements of lighting control when compared to traditional systems. In short, wireless networking can usher in a new generation of smarter lighting control systems which reduce energy utilization and ensure a greener world.

Saturday, January 18, 2020

Supporting Career Women

Salvaging Sisterhood: Supporting Career Women Women and the Labor Market: the link grows stronger, by Susan Shank examines women and the emergence of their attachment to the labor market. This article takes a look at the labor market changes of women between the ages 25 and 54. Changes with these ages began throughout the post-World War II period and the rate of increase accelerated in the mid-1960's (Shank, 1988). The author links the rapid changes to various social and economic changes that have occurred in the United States.Historically women stayed home for the large part of their childbearing years, owever during the first world war women entered the workforce after the GI's returns women focused more on traditional family duties. After the Second World War far more women entered the workforce and even upon the return of the soldiers continued to stay in the workforce and those that did leave soon returned to work a few years later. According to age women in the 45 to 54 lead th e return to work postwar period. Rates for the 34 to 44 age group increased as well while 25 to 34 age group hardly changed at all.These were the postwar baby-boom years and most married women orking outside the labor force because of their child and family responsibilities (Shank, 1988). In 1960 women of childbearing in large number numbers began to enter the labor market. The spike in women workforce participants showed a very sharp decline in birth rate during this time period as well. Women began to show greater interest in education and work as time progress and delayed traditional familial norms. Black women had a much higher rate of activity in the workforce postwar than that of white women.The gap has since then narrowed by 1987 the rates for both whites and black women were similar. Hispanic women however were much less likely than black or white women to be apart of the workforce due to high birth rate, generally low educational attainment, and cultural roles that emphasiz e women's home and family roles. Women who where married stayed outside the workforce much longer than those that were single especially with the emergence of divorce and single women pregnancies. In 1987, 79 percent of women under the age of 18 were in the labor force compared to 67 percent for women with children (Shank, 1988).Working women generally were working full time hours 35 hours or more per week, to support heir families voluntarily while only 17 percent worked part time. Sixty-eight percent of women 25 to 54 worked for a full year and an additional 10 percent worked 40 to 49 weeks (Shank, 1988). The article written in 1988 states that there will be a future spike in women's participation in the workforce over the next decade is expected to increase 10 percentage points. I feel this article is an accurate picture of how I see the work force nas changed and the picture ot women today.Women nave become more involved in the workforce, bill paying, as well as family managemen t. This article interests me in terms of career and women because my significant other is the single working woman. From a personal perspective women planning a wedding and participate in pre marriage counseling, may try to examine and resolve some of their feelings about work and â€Å"women's work†. Their partner may have some more traditional views about work while she love it and find herself consumed with the high of a fast-paced extremely full life.I recognize the strain of stretching oneself too thin and figuring out how to manage married life, the balance of spousal needs and her routine eelings of her independent self. Controversies have held back improvements for training new counselors and development of treatment systematic treatment procedures. In order to explore treatment protocols, the debate must be addressed to help validate the suggestions of the impact of mothers' employment on family relationships. These consist of exploring the criteria development of th e designation, and effectively learning how to implement accountability for working career mothers'.The literature-based debate indicates how stresses in family relationships dynamics an be stabilized between home and work time, for full-time or part-time working mothers. Today, working mothers symptoms of normality are constructed in a wide variety of ways as viewed by other counseling colleagues, legislators, and the media. These criteria serve to indicate what can be considered the channel of communication for mother's expression of her genuine identity in the American culture.The Journal article read for this assignment related to career mothers, is entitled, â€Å"The impact of mothers' employment on family relationships† and was centered on my personal life style. The study was conducted by South Bank University as a qualitative case study of mothers working in an accountancy firm in both in the hospital and in the accountancy firm setting, in the London area. The inter views for the case study were completed in 2001 utilizing 37 mothers and 30 fathers in couples who had at least one pre-school age child.The information collected from the study revealed surprising results from the mothers, as well as, the fathers perspective. The case study focused on certain highlighted areas such as, how stresses in family relationships could arise as much from the quality of time pent at work by mothers as well as the amount of time they spent at work (emphasis added). During the interview process mothers and fathers were interviewed separately, in order to gain ‘her' and ‘his' perspective on the relationships, (Callender, Edward, Reynolds, 2003).The sample contained a spread of mothers working full- time or part-time in both the workplaces, and across higher, intermediate and lower status Jobs in the two organizations. The majority of the fathers were employed full- time. The study revealed interesting facts in reference to the dynamics of home and work time for mothers. The case study focused mainly on the management of mothers work time versus the amount of time they spend at work. Family-friendly policies and flexible working practices were the key components, as they have an impact on family life.More focus was given to the extent of autonomy and control that mothers experience in the workplace. The article stated that hospital mothers in higher status Jobs were perceived as having low â€Å"time sovereignty' because of an increased emphasis on managerial roles (Callender, Edward, Reynolds, 2003). It also states, by contrast, that in a devolved organizational structure, mothers in lower tatus Jobs in the accountancy firm tended to see themselves as having high levels of time sovereignty (Callender, Edward, Reynolds, 2003).These are key concerns from the case study that employers may consider addressing in the future (Callender, Edward, Reynolds, 2003). The most interesting facts, revealed from the case study, were the fat hers perspective of the impact mothers working and family relationship. A large portion of fathers established that it was beneficial and enhancing to their relationship. Other qualities that enhanced some relationships were the appreciation nd recognition that enabled their partners to express different aspects of her identity.This finding was impressive because the positive response acknowledged the fact that mothers are appreciated and respected for helping their partners financially as well as with raising a family. The fathers also gave an excellent confirmation that mothers are good partners as well as being ‘good' mothers. Fathers also expressed and recognized that the quality of the mother-child relationship enhances the child's ability to develop useful skills, and to provide them with a ositive role model (Callender, Edward, Reynolds, 2003).In contrast, some fathers were not proud or supportive of their partner's Job. A few fathers had mixed feelings or expressed a n egative reaction because enough time was not being devoted to the family (Callender, Edward, Reynolds, 2003). The fathers expressed that the demands of the mother's work load, and not being able to meet the children's needs completely, caused extreme tension in the household (Callender, Edward, Reynolds, 2003). Personally, the choice of a qualitative study to do the research was very informative.Utilizing 37 mothers and 30 fathers, with at least one pre-school child, was a well-balanced statistical advantage in the research of the case study. Women's contribution in the workforce has conduct to the study of career aspirations of women. Career aspirations are impacted by dynamics such as gender, socioeconomic status, race, parent occupation and education level, and parental expectations. Women have become progressively more engaged in the workforce, and salaried employment of women has shifted from partly traditional female-oriented Jobs to more non-traditional, more formerly male-or iented careers.This analysis of literature presents an impression of women's contribution in the workforce and the evolution of women's career development and career aspirations in the latter half of the 20th century. Despite their increasing numbers, women have tended to enter the workforce in lower-status, lower-paying Jobs, and remain clustered in a limited number of conventional careers (Tinklin, Croxford, Ducklin, & Frame, 2005). Because women's career choices were restricted, their earnings lagged behind their male counterparts with comparable education and experience (Farmer, 1985; Stephenson Surge).Income earnings have been found to increase with educational level and years employed (Day ; Newburger, 2002). However, women earned roughly two- thirds the income of their male counterparts. This discrepancy in income was partially attributed to the disparity between traditionally male and traditionally female occupations. For example, women are less likely to be employed in scie nce or engineering Jobs, as these are considered traditionally male occupations. However, females who are employed in these Jobs earn roughly 20% less their male counterparts (Graham ; Smith, 2005).A barrier is any obstacle that prevents forward movement or any event or condition that makes career progress d tticult (Brown ; Barbosa, 2001). Barriers are considerable factors in the career development process, and the start of such barriers often begins when women are children. Such barriers are reinforced throughout women's schooling, college, and work, and they become more complex over time (Brown & Barbosa; Stephenson & Burge, 1997). In contrast, career aspirations characterize an individual's direction toward a desired career goal under epitome circumstances.Career aspirations are influenced by factors such as gender, socioeconomic status, race, parent's occupation and education level, and parental expectations (Khallad, 2000; Watson et al. , 2002). The literature review provided an overview of the research evidence in examining such factors as the parent's role in career behavior and how they affect individual's career decisions. In recent years, studies such as these indicate the increased awareness of the impact of socioeconomic status, race, gender, and on the career decision-making process and career development of women.Results of studies examining the effects of race on career aspirations have been mixed (Mau & Bikos, 2000; and Hellenga et al. ,2002) noted that previous research typically found African Americans to possess lower career aspirations than their European American counterparts. (Osipow and Fitzgerald, 1996) supported this notion, stating African Americans, Hispanics, and Native Americans exhibit considerably lower educational and occupational outcomes than Caucasians.Additional studies asserted people from minority groups, particularly those from lower class backgrounds, had more restrictive factors nfluencing their career aspirations comp ared with Caucasian persons from higher class backgrounds. In contrast, a study conducted by Arbona and Now (1991) determined there were no ethnic differences with regard to their career aspirations and socioeconomic status. Although few studies exist regarding effects of socioeconomic status on career choice, researchers agree socioeconomic status influences career choice (Gottfredson, 1981; Sellers et al. , 1999).Mau and Bikos (2000) cited previous findings showing a positive association between a familys socioeconomic status and aspirations. Youth from upper socioeconomic statuses were more likely to be well informed of and decide on professional career occupations. In contrast, Brown and Barbosa (2001) found career aspirations of young females who came from low-income families were confined to experiences of their relatives and friends. Influential siblings are thought to play a key role in the career development of adolescents from lower socioeconomic backgrounds (All, McWhirte r, & Chronister, 2005).The differences in findings relative to this literature review indicate more information is necessary and that the target population must be tudied relative to key components such as the focus on successes, achievements, strengths, weaknesses, resources, and the abilities and acquired skills of the children, youth and working mothers. In conclusion, it appears that it is imperative that all of these areas be further studied for working mothers to have effective and successful career development outcomes.

Friday, January 10, 2020

Read What an Old Pro is Saying About Thesis Proposal

Read What an Old Pro is Saying About Thesis Proposal On occasion the outcome and discussion is going to be two individual sections. If you don't understand what Is in a design proposal or a research proposal, it's important that you refer to samples and templates that enable you to properly list down the information which you have to include in the proposal which you will make. For example, a thesis that generates negative results are normally less interesting and unpublishable. The next page is going to be the abstract. The main aim of writing a thesis proposal is to demonstrate that your upcoming research is well worth completing. Nobody will evaluate a partly plagiarized research proposal, because it's intended to promote a great start for your upcoming career. Writing a thesis needs to be among the most challenging elements of being a true student, considering the way that it functions as a requirement to finish a program. Research and writing the undertaking cannot sta rt until the proposal was approved. Once you've got an idea for your thesis topic. Well, it's not quite as obscure a topic as it might appear. Your topic ought to be a single sentence that provides a remedy to the specific issue in society. You won't be able to produce a great topic in a brief time. It is crucial to realize that the thesis proposal is in fact an extremely brief thesis. Consequently, thesis proposals are equally as essential as the principal project itself. Because the thesis proposal is so vital, you should know what things to include and see examples so you can make sure your proposal is accepted the very first time. Every thesis proposal will be different slightly. The very first step to each excellent thesis is the proposal. The best method to collect an organized thesis proposal is to organize how you are going to write it before getting started. A superb thesis proposal ought to have a well-defined plan. A best thesis proposal is one that's robust and flexible. The Importance of Thesis Proposal As a result, if your idea is expressed in a manner that makes it tough to grasp, the thesis committee members won't approve it. Relatedly, your research proposal is going to be judged, in part, on the grounds of whether the panel members believe you will actually have the ability to carry it out. In their function as gatekeepers, committee members wish to observe your project is worthy of the degree you're seeking. In their role as coaches, they want to know that your project is feasible and worth pursuing and that you are prepared to undertake it. A thesis proposal isn't a location for typos or bad readability. It is a short document that explains what the thesis you want to write will be about, what type of research you would do to write it, and what sort of problem you are attempting to solve by writing it. In order to come up with a great thesis, your thesis proposal should be approved and permission has to be granted that you proceed with writing your dissertation or thesis, it is going to present your academic input in the knowledge field you decide on. It's possible to also utilize various sample thesis proposals from the net, but we only advise using a particular thesis proposal as an example. The Nuiances of Thesis Proposal If you would like to make certain that your ideas for future research are perceived favorably, let us assist you. Sometimes, it's possible to compose the introduction first. Creating proposals needs lots of thinking. Attempt to compose the exact way that you speak when you're explaining an idea. The Unusual Secret of Thesis Proposal Most importantly, it is necessary to be consistent throughout the full thesis. Before writing that kind of thesis statement, however, you should speak with your instructor. Writing a proposal, you've got to make sure that all is well considered. The Proposal should be written and defended in Spanish before your Thesis Committee, before you get started writing your Thesis, usually at the start of the semester before the semester you intend to graduate. The 30-Second Trick for Thesis Proposal Typically, a scientific research proposal includes a succinct introduction to the research topic, a literature review, and a methodology that will explain the method by which the student plans to fulfill the aims of the research. A thesis outline was designed to make sure that the plans for the inception of a thesis is put together in such a manner that each of the variables necessary to the range of the study are considered appropriately. It involves original research and is a proven method for developing specialized knowledge and skill s that can enhance an individual's expertise within a substantive area of study. Shows a good comprehension of research in the topic matter Sustains a line of argumentation throughout the thesis A top quality thesis Shows each of the above qualities of a superior thesis together with some measure of originality in research.

Thursday, January 2, 2020

Essay on Chinas Air Pollution Conundrum - 1766 Words

Choking To Death: China’s Air Pollution Conundrum Long gone are the days when China is mostly rural with a population consisting of farmers. In the late 1970s, Deng Xiaoping loosened the controls on economic life, and began a period known as â€Å"reform and opening.† China has not looked back, and industries continue to develop and millions of people migrate to cities to work in one of the many factories. China is experiencing record-breaking economic expansion. They are one of the world’s largest manufacturers and exporters. However, the citizens of China are living in extremely unhealthy conditions. The air they breathe in on a daily basis is horrifying and inescapable. The main reason for this is that China depends primarily on coal. It is†¦show more content†¦There is a 97% increase in China’s industrial production since 2007, reaching a value of $3.7 trillion (Ross). This historic, exponential growth over the past decade is mainly because of monstrous expansion of industry and urbanization. However, this requires a tremendous use of energy, most of which China generates from coal, the most readily available, yet dirtiest, source. Coal is a cheap, yet harmful, fossil fuel for generating electricity and China is home to one of the world’s largest coal reserves. China burns four billion tons of coal each year, more than the United States, Europe, and Japan combined (Kahn and Yardley). Most homes, power plants, and factories run on energy from coal. In fact, 70% of China’s energy three quarters of electricity generation come from coal (Larson). These energy requirements are remarkably high because China must power its heavy industry plants. China’s steel-makers, for instance, use approximately one-fifth more energy per ton than the national average, and cement makers require 45% more power. Furthermore, the amount of energy consumed by the aluminum industry is comparable to the amount used by the entire country’s commercial sector (Kahn and Yardley). In comparison to the rest of the world, Chinese factories are inferior. Many do not operate or control pollution efficiently, which aggravates the pollution problem even more. Few coal-driven power plants use modernShow MoreRelatedGp Essay Mainpoints24643 Words   |  99 Pagesreporters discovered that the milk produced by Monsanto in the US could be adulterated with bovine growth hormone. Forced to change the story (83 drafts) because Monsanto threatened that there would be â€Å"dire consequences for Fox news if the programme airs in Florida†. scared of losing advertising dollars 1l. New Media and democracy Intro: †¢ New media arise through technological advancements (e.g. internet) to make our world increasingly globalised and inter-connected †¢ Democracy whose mainRead MoreMonsanto: Better Living Through Genetic Engineering96204 Words   |  385 PagesGENERAL ENVIRONMENT A N A LY S I S ECONOMIC China’s economy has experienced double digit compounded growth since she opened her doors to foreign trade in the late 1970s. This growth can be found in various areas of China’s economy including manufacture, exporting and the services sector. As a result of the dynamic growth in China’s economy, China’s consumers have also experienced increases in their individual wealth, especially in larger cities on China’s eastern seaboard. Increasingly, Chinese consumersRead MoreMarketing Mistakes and Successes175322 Words   |  702 PagesCoke/Pepsi, Newell Rubbermaid, Harley-Davidson, Vanguard, Starbucks, Kmart/Sears, Hewlett-Packard, Dell Promotion Nike, Coke/Pepsi, Maytag, Vanguard, Merck, Boston Beer, Kmart/Sears, Harley-Davidson, Borden, MetLife, HewlettPackard, Southwest Air, Google, Starbucks Price Continental, Southwest, Vanguard, Starbucks, Boston Beer, Dell, Euro Disney, Newell Rubbermaid, Boeing/Airbus, McDonald’s Non-product Google, United Way, Disney, Southwest, Continental International EuroRead MoreExploring Corporate Strategy - Case164366 Words   |  658 Pagesthe world. In August 2001, all these brands and ï ¬ rms were put under the global umbrella of ‘World of TUI’. The group was then fully repositioned in the tourism industry. The vision was then visible and actionable. In April 2002, Preussag created TUI Air Management in order to manage the six group airlines centrally. In June 2002, at the general assembly, shareholders voted for ‘Preussag AG’ to be renamed ‘TUI AG’. In October, TUI completed the 100 per cent takeover of Nouvelles Frontià ¨res. In 2003Read MoreProject Mgmt296381 Words   |  1186 PagesDePaul University; Richard L. Luebbe, Miami University of Ohio; William Moylan, Lawrence Technological College of Business; Edward Pascal, University of Ottawa; James H. Patterson, Indiana University; Art Rogers, City University; Christy Strbiak, U.S. Air Force x Preface Academy; David A. Vaughan, City University; and Ronald W. Witzel, Keller Graduate School of Management. Nabil Bedewi, Georgetown University; Scott Bailey, Troy University; Michael Ensby, Clarkson University; Eldon Larsen, MarshallRead MoreOrganisational Theory230255 Words   |  922 Pagesthemselves quite . 6 Chapter 1 Introducing organization theory: what is it, and why does it matter? exempt from any intellectual influences, are usually the slaves of some defunct economist. Madmen in authority, who hear voices in the air, are distilling their frenzy from some academic scribbler of a few years back (p. 383). Although he wrote specifically about economic and political theory, Keynes’ insights are equally relevant to organization theory. Here Keynes alludes to the pivotal