Tuesday, October 29, 2019

The Functions of Gendar and Power within our Society Essay

The Functions of Gendar and Power within our Society - Essay Example Because the body image is integral to identity, for a woman to protest that these expectations are not realistic and perversely adolescent is to admit she does not possess it. In The Beauty Myth, Naomi Wolf (2000) states that a womans compulsion to diet and wear makeup can largely be blamed on a society that assigns value to women in a vertical hierarchy according to a culturally imposed physical standard. It is an expression of power relations that has women competing for the privileges of employment and status that men have secured as rightfully theirs (Wolf, 2000), and in a comfortably patriarchal society is important to control those women whom second wave feminism would have otherwise made relatively uncontrollable. As long as women are compelled to wear makeup and conform to an elusive beauty archetype, the seeds of the feminine essence remain. The expectation firmly places women below men in the gender order, as the sex which must prove its femininity in order to enter the masculine realm of employment, politics and to gain power (Ragins, 1999). In conclusion, the power relations in the gender order still remain in favor of man. Early feminists believed that femininity contrasted many womens lived experience, but it was not exposed as a false ideology, rather the women who questioned it were exposed as unfeminine. Women across the world experience gender discrimination in different forms and cultural stages, and even though gender impartiality is becoming stronger by the decade, this social difference is still deeply in control of cultural practice around the world, particularly in Africa, the Middle East and oriental Asian states such as China. Inequity next to women in the developing world is an overwhelming authenticity. It consequences in millions of entity tragedies, which add up to lost prospective for whole countries. (Mullins, 2005) Worldwide studies have exposed there is a direct connection between financial growth and a countries

Sunday, October 27, 2019

Development of Car Environment Light System (CELS)

Development of Car Environment Light System (CELS) Chapter 2 STATE OF ART Chapter 2 introduces all the important fundamentals this thesis is based on, in order to provide a better understanding of the concepts related to AmbiLight system, image processing using JAVA and OpenCV libraries. Initially, the general architecture of the AmbiLight system is explained elaborating each modules and components of the system. Going further, the basics of image processing, its need and various techniques of image processing are discussed. Finally, the chapter focuses on JAVA and OpenCV libraries which will be used to implement the image processing techniques. 2.1 AMBILIGHT SYSTEM The AmbiLight system is a Car Environment Light System (CELS) designed to dynamically adapts to the driving situation and enhances the orientation and perception of the passenger compartment in vehicles. Light sources are integrated in the roof liner in-order to create the ambience. These light sources are fed with colour information by the scanning devices attached to the vehicle to capture the colours of the outside environment. Hence, the colour of the light emitted by the lightings in the roof liner can dynamically adapt to the outside environment in real-time. Thus, the CELS provides an enlargement of the visual perception. In particular, the effect is created as the colours displayed by the lightings correspond to the view from the window. Therefore, by looking out of the window, one perceives the coloured light as an extension of the window. This thesis is part of the TUM CREATE joint research programme. The programme is funded by the National Research Foundation of Singapore and executed by the two universities, namely, Technische Università ¤t Mà ¼nchen from Germany and Nanyang Technological University, Singapore. Apart from other research topics, one of the major goals of TUM CREATE is to design and build the world’s first purpose-built electric taxi. The AmbiLight system will also provide the driver and the passengers a pleasant spatial atmosphere thereby creating a feel-good experience psychologically. It also improves the orientation within the vehicle, facilitating the search for things. The below section will cover the design of the Car Environment Light System (CELS). The general system structure of the CELS is also specified. Fig.1 Architecture of the AmbiLight system The design of the Car Environment Light System comprises of camera(s), a computer, a micro-controller unit (MCU) and LED strip which act as the colour display. The camera(s) take images of the car’s surrounding environment. By running a program the computer will acquire and process the images that are captured by the camera(s). The program also determines the representative colours that will be emitted by the LEDs by means of several implemented calculations. The LED-strip is mounted in the roof liner of the car. This arrangement in conjunction with the correspondence of the light colour results in the perception of a larger view. In the below section we will discuss in detail about the design of the input component the camera, the processing unit CPU, the micro-controller unit the arduino and the output component the LED strips. 1. Design of the Input Component This section discusses the realization of the input component. Also the input data types are also discussed. In order to create the enlargement of the perceptual view, the CELS needs to adapt to particular changes in the environment. This comprises of the illuminance, colour and motion. Thus, images as holistic visual information have to be considered to function as CELS input data. Cameras are used since they satisfy the requirement of providing images of the present. Google provides different online services such as Street View which systematically takes and saves images with its geographic parameters, like the GPS coordinates and the cardinal direction. Hence these images can be utilized in a deliberate manner [Goo12]. The Street View data base covers most of Singapore’s streets, hence permitting the possible operation of the CELS. Summarizing, apart from cameras, Google Street View can also be used as a input device providing real-time input data for the CELS, if the vehicle movement is defined as the only changing parameter. Since the Street View images are stored online, access to the internet must be ensured. In general, this does not present a big challenge, as the automotive human-machine interface, which was presented in Section 1.5, provides internet access via a 3G connection. However, the use is still problematic due to the risk of low connectivity or even complete loss of either the mobile or the GPS signal. This would result in asynchronous data, which obviously deteriorates the pursued effect. But, relying on Google Street View implies a disadvantage. Buildings are generally not frequently teared down and constructed again. Walking people and driving cars for instance however are in motion, hence are not considered by the Street View images. The designed CELS, being the first prototype, the achievement of the maximum effect possible is preferable. Consequently, the dynamic features of the environment have to be considered in the calculation of the representative colour. Otherwise, the enlargement of the visual perception could be impaired. Due to this fact, the input component has been realized with a camera. 2. Design of the Processing Component In-order to cater various features and needs of the vehicle, the system relies on a centralized Car PC with a multitude of input and output possibilities. TANK-700-QM67 is chosen as the Car PC. The TANK-700-QM67 provides high performance and cost-effective solutions. The high performance TANK-700-QM67 fanless embedded system is furnished with powerful computing capability, video capture, dual display, flexible I/O configuration, and long product life support. It supports Intel Mobile Core i7/i5/i3 processors and full feature I/O such as Gigabit Ethernet, two high-speed USB 3.0 ports and optional 8 channel video/audio capture and IEEE802.11a/b/g/n wireless module.It also supports DDR3 memory up to 4GB. The TANK-700 embedded computer is fit for high performance embedded controller and rugged environments. These features ensure complex programs written using high-level programming languages like C, C++ or Java can be processed effectively. 3. Design of the MCU Arduino as SPI-Interface For the processing unit to communicate with the output device, here, the LEDs of the LED strip, a MCU is used. Its task is the communication with the LED drivers via the SPI bus. For this purpose, the Arduino board has been used. It is an open-source computing platform which is based on a microcontroller board [Ard13] and is illustrated in Figure 5.1. In particular, the used Arduino Uno model utilizes the 8-bit ATmega 328 microcontroller from Atmel Corporation. Apart from other features, the ATmega 328 has a 16 MHz processor and 32 kBytes of programmable flash memory [Atm12]. Moreover, it supports the required SPI interface. An integrated UART enables the RS-232 serial communication with the computer. Fig.2 Arduino UNO board Arduino Environment The Arduino board comes with its own environment, particularly an integrated development environment (IDE) and programming language. The Arduino programming language is a set of commands, which facilitates the programming of microcontrollers. This is achieved by simplifying the AVR C programming language, which the Arduino originates from. In addition, the Arduino programming language bundles several native commands to single command in some cases. The Arduino software is published as open source. This ensures programmers to develop and offer C++ libraries which can expand the functionality of the Arduino software [Ard13]. FastSPI Library FastSPI, a third-party library has been used to facilitate the control of LED-strips. It provides several distinct commands to configure and control LED-strips. Moreover, characteristics of different LED-drivers are integrated. Thus, the library allows a fast adaptation of the existing code to different LED-strips. The library version from the October, 14th, 2012 bas been used for the implementation of the process structure. 4. Design of the Output Component LEDs are suitable for interior lightings due to their minimal size, long service life, low power consumption and also quick response. The specification of the LED-strip is discussed in the following section. RGB-LEDs In order to achieve the necessary colour environment adaptation, the LEDs need to be capable of emitting different colours. For this purpose, the LED strip that utilize RGB-LEDs that is able to display up to 16.7 million different colours by mixing the three primary colours red, green and blue is chosen. Individually addressable The LEDs of the LED-strip are individually addressable to enable a smooth light colour adaptation over the whole roof liner. This enables the control of both the brightness and the colour of each LED. 12 V input voltage To avoid the necessity of additional devices such as voltage converters, the compatibility to the 12V auxiliary power grid is preferable. LPD8806 LED driver has been used. It offers SPI communication interface having a LED density of 32 LEDs/m Amount of LEDs Two parameters have been taken into account for determining the Amount of LEDs. They are 1. LED density 32 LEDs per meter or a LED distance of 31.3 mm has been assumed for the calculation of the total amount of LEDs.

Friday, October 25, 2019

Hamlet :: essays research papers

Soliloquies make us understand the true feelings that someone is feeling. It unlocks the secret of the mind. What are soliloquies? â€Å" A literary or dramatic form of discourse in which a character talks to himself or reveals his thoughts in the form of a monologue without addressing a listener†. Specific soliloquies illustrate what really goes on in Hamlet’s mind, and also other characters in the play. Hamlet is a very complicating character, and the only way we can actually understand him is through his soliloquies. â€Å"O, that this too solid flesh would melt, thaw and resolve itself into a dew†¦Ã¢â‚¬ (page 31), in this soliloquy, its like he’s saying that he wants to melt inside earth like water into the ground. Hamlet expresses here his feelings towards his mother marrying his uncle, two months after the death of his father. â€Å"How weary stale, flat and unprofitable seem to me all the uses of the world â€Å"(page 31). This quote shows the attitude Hamlet uses towards life, he is saying that the world is stale, it has no taste left. Hamlet is showing his pessimistic side in him in this soliloquy. When the ghost of Hamlet’s father reveals to Hamlet who killed him, Hamlet becomes more complicating, he becomes furious. â€Å"†¦That one may smile and be a villain atleast I’m sure it may be so in Denmark† (page 69) in this soliloquy Hamlet shows his feelings towards Claudius, that Claudius is smiling to show that he is nice when he isn’t. In this soliloquy we also understand more about Hamlets character that he tends to be sarcastic and a bit hysterical. Another soliloquy that shows us Hamlets feelings is the one after Hamlet finds out that Rosencrants and Guildenstern were trying to spy on him for Claudius. â€Å"What a rogue and peasant slave I am†¦am i a coward?†¦but i am a pigeon livered and lack gall† (page 125) Hamlet shows here his anger that he has to himself for not taking yet revenge against his father’s killer. He’s basically saying in this quote that he has no courage. Therefore this soliloquy reveals to the readers that deep inside Hamlet isn’t courageous. â€Å" Why what an ass am I.. the son of the dear murdered prompted to my revenge by heaven and hell, must like a whore unpack my heart with words. At the end of this soliloquy, Hamlet reveals his plan to reenact the killing of his father to see Claudius’s reaction.

Thursday, October 24, 2019

Knowledge Development in Nursing Essay

A philosophy of nursing should be all encompassing, with its foundation based upon core values and beliefs, while building upon experience. Medicine is often comprised of controversial ethical dilemmas where we must be advocates. In a study that examined the relationship between nurses and physicians it was determined that â€Å"Differences in values, communication, trust, and responsibilities can precipitate conflict between nurses and physicians over ethical components of care. (Corley MC 1998) Developing ones theoretical knowledge and learning how to apply it successfully into their clinical practice is part of the evolving process. The evolution that occurs over the course of a career can be empowering. Hence, it is important to develop positive nurse-physician relationships to bolster confidence and grow from those interactions. The importance of positive nurse-physician relationships has been widely acknowledged (Baggs, 1989; Baggs & Schmitt, 1988; Eubanks, 1991; Fagin, 1992; Mechanic & Aiken, 1982; Prescott & Bowen 1985). Therefore, it is our obligation as professionals to mentor our peers, not only for ourselves, but our patients and families, as well. In an interesting illustration of self disclosure (Kim, H.S., 1999) a practitioner was able to identify the needs of a patient, but clearly had difficulty communicating the needs of the patient to the physician, although some of the difficulties appeared to be cultural in nature. The way we communicate with one another as practitioners, in addition to, how we collaborate and communicate with physicians has a direct impact on patient outcomes. As practitioners we are restricted in performing our jobs if we can not effectively collaborate with the physician. It is herein that the problem lies. The inexperienced or less assertive practitioner will often find it difficult to approach a physician when faced with perhaps the â€Å"Do Not Resuscitate† order that has yet to be signed. With that being said, approaching a family that needs to be educated on the implications of G-tube placement on their family member with prolonged intubatation and no signs of improvement can be daunting without interdisciplinary support. The more experienced practitioner’s clinical judgment is more easily verbalized  because he/she is comfortable in interdisciplinary collaboration, therefore the physician is more likely to involve them in the decision making process. For example in an ICU setting where often times the physician does not involve the practitioner in the decision making process or inform them when a decision has been made it generally creates one of three things. A. the nurse will continue to aggressively pursue the physician until an order is received B. resort to â€Å"slow codes†, or C. resuscitate all patients until told otherwise by the physician (Michael I Rauchman, BA). All of these things lead to negative outcomes for both the families and patients, and we as practitioners. â€Å"Future directions of the discipline are revealed when these linkages between philosophy, disciplinary goals, theory, and practice are strengthened† (McCurry, et al). It is for these reasons, we as practitioners must continually grow and develop through our experiences, always expanding our knowledge in the ever-changing profession we have chosen. Corley MC (1998). Ethical dimensions of nurse-physician relations in critical-care (The Nursing Clinics of North America) 1998 Jun; Vol. 33 (2), pp. 325-37. http://ehis.ebscohost.com.proxy.library.maryville.edu/ehost/detail?vid=19&sid=78745a3b-d950-4ea0-890c-4ee4ab4c4b46%40sessionmgr112&hid=101&bdata=JnNpdGU9ZWhvc3QtbGl2ZQ%3d%3d#db=cmedm&AN=9624207 ISSN#0029-6465 MICHAEL I. RAUCHMAN, BA Medical student McGill University Montreal, PQ RABKIN MT. GILLERMAN G, RICE NR: Orders not to resuscitate. N Engi J Med I 976; 295: 364-366 http://www.ncbi.nlm.nih.gov.proxy.library.maryville.edu/pmc/articles/PMC1875656/pdf/canmedaj01406-0055.pdf Expertise in Nursing Practice Caring, Clinical Judgment, and Ethics

Wednesday, October 23, 2019

Foreign Banks Pros and Cons Essay

Today with the blessings of tremendous development in the communication technology, relationship and interdependence among the countries have been growing rapidly which signifies globalization as an ongoing process. Globalization helps the international business- that is engaging in cross border expansion of sales, acquiring resources and diversifying risk. Factor that benefiting the foreign banks in Bangladesh: Bangladesh is a developing country with a huge population. From the beginning of Bangladesh as an independent country it has been a desiring place for doing business for business organizations operating globally. This circumstance is existed in banking and other financial service sectors. There are some factors that benefitting the foreign banks operating in Bangladesh. 1. Extended sales in an enormously populated country with a low competition: Bangladesh is a country with a large population, so this place is a big market for the banks in a single boundary with a simple set of legislations. So the foreign banks operating in Bangladesh can serve a large group of customers with a single marketing policy. As now a day the business transactions are taken place through banks and house hold savings are kept in banks so the foreign banks do not have to be concerned about the demand. The local banks can not give a big competition as well. 2. Minimizing risk: As usual the multinational banks like other multinational corporations minimize risk by operating in Bangladesh. That means if the banking sector collapses in a country the multinational banks will not loose everything and it is a risk diversifying method. 3. Acquiring resources: The foreign banks operating in Bangladesh can acquire Bangladeshi capitals, information and human resources easily. The local expertise is keen to work in MLCs. So the foreign banks can acquire the local human resources easily at a very cheap rate compare to the global condition. Having the benefits in Bangladesh 10 local banks have established their operation in our country and working comfortably for years after years. Influences of foreign banks in Bangladesh: Benefits: 1. A boast in banking sector: Local banks are expected to react as the foreign banks enter to the country. The local banks here have changed their police in a positive way caused by healthy competition. 2. Bringing ne management and advertising techniques: foreign banks typically bring newer and more modernized management and advertising techniques in our banking sectors. The local banks can learn the modern techniques to cope up with the changing economic environment and globalization. 3. Introducing new modernized technology: In Bangladesh most of the modern financial technology such as ATM, different types of cards, off balance sheet accounting and the latest computing technology brought by foreign banks and spread out in whole banking sectors. 4. Helping in international trade: Aiding in the development of trade and foreign direct investment are presented by foreign banks. Such as opening an L/C in a multinational bank may be more helpful for the merchants. Problems: 1). Foreign domination: the established foreign banks have far greater brand value and economic capability than the local banks. So they can easily dominate by attracting customers. They also are being magnets for local human resources, so the local banks do not get the local expertises which also pull the local banks behind the multinational banks. 2). Lack of local commitment: the foreign banks lack commitment towards the country for some reasons not meeting some social responsibilities. 3.)Â  Cream skimming behavior: though there is not much data available to prove this fact many people think that the foreign banks cream skim the market- taking disproportionate share of best local business away from domestic banks. 4). Unhealthy completion: introduction of foreign banks has added pressure to the local banks by increasing competition which results in risk taking of local banks. So the foreign banks of Bangladesh have a great influence in our economy in the form of pros and cons which are effectively altering our banking sector, with their operation.