Monday, January 27, 2020
Project Development Approach And Justification
Project Development Approach And Justification To solve actual problems in an industry setting, software engineer or a team of engineers must incorporate a development strategy that encompasses the process, methods and tools layers and generic phases. This strategy is often referred to as process model or a software engineering paradigm or project development approach. A process model for software engineering is chosen based on the nature of the project and application, the methods and tools to be used, and the controls and deliverables that are required. Our software is based on Rapid Application Development (RAD) Model. This software development approach is as described as below. Rapid Application Development Model RAD model is an incremental software development process model that emphasizes an extremely short development cycle. If requirements are well understood and project scope is constrained, the RAD process enables a development team to create a fully functional system within short time periods (60-90 days). RAD approach encompasses the following phases: Business Modeling: The flow of information among business functions is modeled in such a way that answers following questions: What Information drives the business? What Information generated? Who generates it? Where does Information go? Who Process it? Data Modeling: The flow defined as part of business modeling phase is refined into a set of data object that are needed to support the business. Data Modeling answers a set of specific questions that are relevant to any data processing application. It enables software engineer to identify data objects and their relationship using a graphical notation. C:Documents and SettingshiralsMy DocumentsMy Picturesuntitled.bmp Figure 2. RAD Model (Rapid Application Development Model) Process Modeling: The data objects defined in the data modeling phase are transformed to achieve the information flow necessary to implement a business function processing description s are created for adding, modifying, deleting or retrieving a data object. Application generation: RAD process works to reuse existing program components or create reusable components. Testing and turnover: The RAD process emphasizes reuse; many of the program components have already been tested. This reduces overall testing time. However, new components must be tested and all interfaces must be fully exercised. Advantages of RAD Model: Emphasizes an extremely short development cycle Fully functional system within very short time periods Drawbacks of RAD Model: Like all process models RAD approach has drawbacks: For large but scalable projects, RAD requires human resources to create the right number of RAD teams. RAD requires developers and customers who are committed to the rapid-fire activities necessary to get a system complete in a much-abbreviated time frame. If commitment is lacking from either constituency, RAD projects will fail. Not all type of applications are appropriate for RAD. If system cannot be properly modularized, building the components necessary for RAD will be problematic. RAD is not appropriate when technical risks are high. Weeks Months Week l Week 2 Week 3 Week 4 1st Month 1)Orientation program 2)Introduction session 3)Overview of training training Program 4)Introduction to system setup 5)ISO introduction 6)Study of ACTL intranet sites 1) Seminar on ACTL coding standards 2) Database standards and practices. 3) Implementation of demo project named Inventory Management System 1) Testing of demo project named Inventory Management System 2) Lecture on quality assurance 3) Lecture on SDLC 4) Introduction to CRS 1) Study Project definition and requirement analysis of proposed system 2) Data flow analysis of proposed system 3) Decided the software process model for the proposed System. 4) Prepare required diagrams. 2nd Month 1)Learn how JQuery works 2)Study about CRS Restaurant modules 3)Database design 1) Study about amenities module 2) Implement amenities module 3)Testing of created module 1) Study about policy module 2) Implement policy module 3)Testing of created module 1) Study about promotion module 2) Implement promotion module 3)Testing of created module 3rd Month 1) Study about Servings module 2) Implement Servings module 3)Testing of created module 1) Study about Cuisine, Hall, Price List module 2) Implement module 3)Testing of created module 1) Study about booking , Cancelation , Stop Sales module 2) Implement of it 3)Testing of created module 1) Study of Event, Loyalty, User module 2) Implement Events, Loyalty module 3)Testing of created module 4rd Month 1) compliance, Roles , Themes module 2) Implement module 1)Testing created module Report Development 2)Integration of all modules 1) Integration testing 2) Add facility of multi lingual facility 1) Test system on different browsers. 2) Solve Issues. Figure 2.2 Project Planning Milestones: Every task or group of tasks should be associated with project milestone. A milestone is accomplished when one or more work products has been reviewed for quality and has been approved. Project Milestones include completion of some defines tasks in defined time limits. The milestones associated with this project are shown below: Study of ACTL Framework JQuery First milestone includes study of ACTL framework, SDLC, study of JQuery documents. JQuery documents includes JQGrid, JQuery Wizard, JQuery Validation, Menu, JQuery Date picker, etc., Database coding standards, query optimization, etc Project planning Scheduling Second milestone includes analysis of project and designing. Then we have started coding to develop first prototype which includes Servings Halls. Cuisine Items setup also includes setup of Items and based on selection of Cuisine, Finally all these modules are debugged and tested. Development of various modules Third milestone includes developing price list module, stop sell module, search booking module. Item Price List module includes setup of rates for different items hall wise. Booking search includes guest searching. Also these modules are debugged and tested. Development continued Fourth milestone includes developing reports module, business setup module, compliance module, etc. These all modules are again tested and reviewed. Testing and Documentation Fifth milestone includes the integration testing and documentation. Deliverables: Every task that is scheduled should have a defined outcome. For software projects, the outcome is normally a work product (e.g., the design of a module) or a part of a work product. Work products are often combined in deliverables. They are delivered at end of some major phase such as specification, design etc. Deliverables for this project are shown below: Project Specification It includes the requirement analysis and specification of each module to be developed. It includes description of each module containing what that module does, how it interacts with another module, what is input to that module and the outputs from that module. Project Design It includes structural design for each module. Design is used for better understanding of each modules functionality and interface. Designing consists of many diagrams which help us to view a system as a whole. Developed Product It is the working product or prototype delivered to customer. Documentation It includes some facilities to help the customer while using this project. Roles: After careful review of requirements, this project requires following different modes for interaction: programming mode, test mode, monitoring mode, and troubleshooting mode. Therefore, roles can be defined as programmer, tester, monitor, and troubleshooter. Here we are three peoples in our team. We all play these four roles as per requirements of project and as per our scheduling. Project Managers role is to review the project and suggest the improvements to be done. Responsibilities: Every task that is scheduled is assigned to a specific team member. Each members responsibility is to develop the assigned module, test it and troubleshooting for that module. Resources: The first step in building the project schedule is to identify the resources required to perform each of the tasks required to complete the project. A resource is any person, item, tool, or service that is needed by the project that is either scarce or has limited availability. The project could include computer resources (like shared computer room, mainframe, or server time), locations (training rooms, temporary office space), services (like time from contractors, trainers, or a support team), and special equipment that will be temporarily acquired for the project. One or more resources must be allocated to each task. To do this, the project manager must first assign the task to people who will perform it. For each task, the project manager must identify one or more people on the resource list capable of doing that task and assign it to them. Once a task is assigned, the team member who is performing it is not available for other tasks until the assigned task is completed. While some tasks can be assigned to any team member, most can be performed only by certain people. If those people are not available, the task must wait. In our team each and every member is assigned specific modules. Resources required by these modules are also allocated to him/her only. Dependencies: Once resources are allocated, the next step is to identify dependencies between tasks. A task has a dependency if it involves an activity, resource, or work product that is subsequently required by another task. Dependencies come in many forms: a test plan cant be executed until a build of the software is delivered; code might depend on classes or modules built in earlier stages; a user interface cant be built until the design is reviewed. It is the project managers responsibility to work with everyone on the engineering team to identify these dependencies. The project manager should start by taking the each module and adding dependency information to it: each task in the selected module is given a number, and the number of any task that it is dependent on should be listed next to it as a predecessor. Figure 2.3 shows the four ways in which one task can be dependent on another. Figure 2.3: Dependency among Modules We have also identified dependencies among the modules and sub modules in our project. Then we have divided our work as per dependencies. Schedule Representation Software project scheduling is an activity that distributes estimated efforts across the planned duration by allocating the effort to specific software engineering tasks. Time Line Chart (Weekly) 1st February To 29th February Week 1 Week 2 Week 3 Week 4 Work Task Introduction to CRS Study Project Definition Analysis Analysis of Amenities Module Analysis of Policy Module Milestone Implementation of Amenities Policy Module Figure 2.4: Project Schedule Representation Work Task Week 4 Week 3 Week 2 Week 11st March To 29th March Testing of developed modules Servings, Cuisine, Halls Implementation of price list, Bookings, stop sell, Testing of developed modules Loyalty, Events Analysis of multilingual Milestone Implementation of Search booking Stop sell Module Work Task Week 4 Week 3 Week 2 Week 11st April To 26th April Testing of developed modules Analysis of Compliance Module Implementation Testing of Compliance Module Integration Testing Solve Issues Creating Themes Multi lingual Milestone Implementation of CRS RISK MANAGEMENT It is the process of measuring or assessing risk and then developing strategies to manage the risk. In general, the strategies employed include transferring the risk to another party, avoiding the risk, reducing the negative effect of the risk, and accepting some or all of the consequences of a particular risk. Traditional risk management focuses on risks stemming from physical or legal causes (e.g. natural disasters or fires, accidents, death, and lawsuits). Financial risk management, on the other hand, focuses on risks that can be managed using traded financial instruments. Project Risks are risks, which affect the project schedule or resources. Product Risks are risks, which affect quality or performance of the software being developed. Business Risks are risks which affect the organization developing or procuring the software. In ideal risk management, a prioritization process is followed whereby the risks with the greatest loss and the greatest probability of occurring are handled first, and risks with lower probability of occurrence and lower loss are handled later. In practice this process can be very difficult, and balancing between risks with a high probability of occurrence but lower loss vs. a risk with high loss but lower probability of occurrence can often be mishandled. Risk Identification Risk identification is a systematic attempt to specify threats to the project plan (estimates, schedule, resource loading, etc.) By identifying known and predictable risks, the project manager takes a first step towards avoiding them when possible and controlling them when necessary. There are two distinct types of risks Generic risks and Product-specific risks. Generic risks are a potential threat to the project and Product-specific risks are those that can be identified by only those with clear understanding of the technology, the people and the environment that is specific to that project. Possible risks involved in developing Central Reservation System are technical risks and project risks. First risk Central Reservation System is totally dependent on ACTL Framework. Second risk is that our system needs to be integrated to booking engine via Dxchange middleware that uses XML format data as communication standard . Third risk is associated with authorization; if in the software the anonymous or wrong user is authorized or assign role by mistake then he may do changes that cause the system in dangerous mode. We are planning to give multilingual co-branding system. The risk is associated with time period, the degree of uncertainty that project schedule will be meet, maintained and that the product will be on time. Project Risk includes personnel (staffing and organization) risk and schedule risk. Currently our team size is 3. We can follow our schedule as per planning. If team size gets reduced then schedule and planning must be changed. Risk Analysis Risk analysis = Risk Assessment + Risk Management + Risk Communication. Risk Assessment:- It involves identifying sources of potential harm, assessing the likelihood that harm will occur and the consequences if harm does occur. Risk Management:- It evaluates which risks identified in the risk assessment process require management and selects and implements the plans or actions that are required to ensure that those risks are controlled. Risk Communication:- It involves an interactive dialogue between stakeholders and risk assessors and risk managers which actively informs the other processes. There are two points to keep in mind when analyzing risk: Where is the risk? How significant is the risk? By analyzing the identified risks we have the following conclusion. The probability that algorithm risk becomes reality is very high. We have to study and implement JQuery components. So there is possibility that some of the components cannot fit into current structure. Without these components our current system can run efficiently but either we have to change our desired component. Risk Planning Once risks have been identified and assessed, all techniques to manage the risk fall into one or more of these four major categories: Risk Avoidance It includes not performing an activity that could carry risk. An example would be not buying a property or business in order to not take on the liability that comes with it. Avoidance may seem the answer to all risks, but avoiding risks also means losing out on the potential gain that accepting the risk may have allowed. To avoid the risk also avoids the possibility of earning profits. Risk Reduction It involves methods that reduce the severity of the loss. Modern software development methodologies reduce risk by developing and delivering software incrementally. Early methodologies suffered from the fact that they only delivered software in the final phase of development; any problems encountered in earlier phases meant costly rework and often jeopardized the whole project. By developing in iterations, software projects can limit effort wasted to a single iteration. A current trend in software development, spearheaded by the Extreme Programming community, is to reduce the size of iterations to the smallest size possible, sometimes as little as one week is allocated to an iteration. Risk Retention It involves accepting the loss when it occurs. Risk retention is a viable strategy for small risks where the cost of insuring against the risk would be greater over time than the total losses sustained. All risks that are not avoided or transferred are retained by default. This includes risks that are so large or catastrophic that they either cannot be insured against or the premiums would be infeasible. This may also be acceptable if the chance of a very large loss is small or if the cost to insure for greater coverage amounts is so great it would hinder the goals of the organization too much. Risk transfer It means causing another party to accept the risk, typically by contract or by hedging. Insurance is one type of risk transfer that uses contracts. Other times it may involve contract language that transfers a risk to another party without the payment of an insurance premium. Liability among construction or other contractors is very often transferred this way. On the other hand, taking offsetting positions in derivatives is typically how firms use hedging to financially manage risk. Some ways of managing risk fall into multiple categories. Risk retention pools are technically retaining the risk for the group, but spreading it over the whole group involves transfer among individual members of the group. This is different from traditional insurance, in that no premium is exchanged between members of the group up front, but instead losses are assessed to all members of the group. The planning by which the identified risks for this project are handled is described as following: We have planned to build sample application in ACTL Framework so all team members can be familiar with framework. We planned to use OTA standard to communicate with booking engine. We have also planned to use compliance driven system so even if a user is assigned a role accidently then also users changes need to be approved by super administrator. ESTIMATION Effective software project estimation is one of the most challenging and important activities in software development. Estimation is one of the cornerstones of effective project planning: effective project planning and control is not possible without a sound and reliable estimate. Under-estimating a project leads to under-staffing it (which often results in staff burnout), under-scoping the quality assurance effort (running the risk of low quality deliverables), and setting too short a schedule (resulting in loss of credibility as deadlines are missed). This negatively impacts staff productivity, product quality, customer relationships and overall credibility. Conversely, overestimating a project can be just as detrimental. Since most projects expand to fit their estimated schedule, allocating appropriate resources to future projects can quickly become an issue, creating scheduling bottle necks and planning difficulties. Good software estimation and planning goes beyond tools, techniques and processes. Its also about the right attitude, understanding and mutual expectations not just from the software developers but also from senior management. When we understand together what can be done, what has been done, and what is being put before us, we can successfully plan projects to make them more predictable. A sound estimate starts with dividing project in some phases. Each phase is that, if completed, will produce the final product. There are many ways to decompose a project into tasks. The project can be broken down by feature, by project phase (requirements tasks, design tasks, programming tasks, etc.), or by some combination of the two. Now the team must create an estimate of the effort required to perform each task. The most accurate estimates are those that rely on prior experience. Team members should review previous project results and find how long similar tasks in previous projects took to complete. Sources of delays in the past should be taken into account when making current estimates. No estimate is guaranteed to be accurate. People get sick or leave the organization; teams run into unforeseen technical problems; the needs of the organization change. The unexpected will almost certainly happen. Therefore, the goal of estimation is not to predict the future. Instead, it is to gauge an honest, well-informed opinion of the effort required to do a task from those people in the organization who have the most applicable training and knowledge. Effort Estimation Software costs and effort estimation will never be an exact science. Too many variables human, technical, environmental, political can affect the ultimate cost of software and effort applied to develop it. However, software project estimation can be transformed from a black art to a series of systematic steps that provide estimates with acceptable risks. To achieve reliable cost and effort estimates, a number of options arise: Delay estimation until late in the project Base estimates on similar projects that have already been completed. Use relatively simple decomposition techniques to generate project cost and effort estimates. Use on or more empirical models for software cost and effort estimation. We are adapting following criteria to estimate the effort. Step 1: We are computing the count total which will be used to define the complexity of a project. You will do that by completing the Figure 2.5. Top of Form Measurement Parameter Count Simple Average Complex Total Number of user inputs X 3 4 6 = Number of user outputs X 4 5 7 = Number of user inquiries X 3 4 6 = Number of files X 7 10 15 = Number of external interfaces X 5 7 10 = Count Total Figure 2.5: Table to compute Count Total Step 2: We are finding the complexity adjustment values based on responses to the questions shown in Figure 2.6. Question 0 1 2 3 4 5 1. Does the system require reliable backup and recovery? 2. Are data communications required? 3. Are there distributed processing functions? 4. Is performance critical? 5. Will the system run in an existing, heavily utilized operational environment? 6. Does the system require on-line data entry? 7. Does the on-line data entry require the input transaction? 8. Are the master file updated on-line? 9. Are the inputs, outputs, files, or inquiries complex? 10. Is the internal processing complex? 11. In the code designed to be reusable? 12. Are conversion and installation included in the design? 13. Is the system designed for multiple installations in different organizations? 14. Is the application designed to facilitate change and ease of use by the user? Total fi Complexity Weighting Factors (0 = No influence, 1 = Incidental, 2 = Moderate, 3 = Average, 4 = Significant, 5 = Essential): Figure 2.6: Table to compute Complexity Adjustment Values The Function Points is: (FP=Count Total + {0.65+0.01*(Efi)}) Step 3: We are finding LOC (Lines of Code), and we do this by choosing a programming language that we will use when developing a project. Figure 2.7 shows LOC/FP for different programming languages. Programming Language LOC/FP (average) Select Assembly Language 320 C 128 COBOL 105 Fortran 105 Pascal 90 Ada 70 Object-Oriented Languages 30 Fourth Generation Languages (4GLs) 20 Code Generators 15 Spreadsheets 6 Graphical Languages (icons) 4 Figure 2.7: LOC/FP Values for Different Programming Languages So LOC/FP for our project is Step 4: Final Step is to select complexity of the software project. Figure 2.8 is used to calculate effort and duration of the project. Software Project ab bb cb db Select Organic 2.4 1.05 2.5 0.38 Semi-detached 3.0 1.12 2.5 0.35 Embedded 3.6 1.20 2.5 0.32 Figure 2.8: Table to compute Effort and Duration From Figure 2.8 calculated effort and duration are: Effort (E) = ab(KLOC)bb = Duration (D) = cb(E)db = Cost Analysis: A cost-benefit analysis is necessary to determine economic feasibility. The primary objective of the cost-benefit analysis is to find out whether it is economically worthwhile to invest in the project. If the return on the investments is good, then the project is considered economically worthwhile. Cost-benefit analysis is performed by first listing all the costs associated with the project. Costs consist of direct costs and indirect costs. Benefits can be broadly classified as tangible benefit and intangible benefits. Tangible benefits are directly measurable and intangible are not. The sum of all costs is compared with the sum of all the savings (tangible and intangible). It is not always easy to assign money value to intangible benefits. It is arrived at by discussion amongst users of the system. Figure 2.9 shows general cost associated with project. Procurement Cost Installation cost for installing supporting software like Microsoft Office, Microsoft Visual Studio etc. The company already has the license for this software. Project Related Cost Cost of Data Collection for System Analysis. Cost of preparing Documentation. Cost of Development Management. Cost of Organization Resources. Ongoing Cost System Maintenance cost. Depreciation cost. Figure 2.9: Cost Representation Estimation of Cost is not provided to us as it is against the policy of Avani Cimcon Technologies Ltd. and due to some security reason.
Sunday, January 19, 2020
Visual Description Nefertiti
For my visual description, I decided to write about Infertility from Outmost, created between BCC. Infertility represents royalty, and many women view her as a symbol for beauty. Found in the city of Kathleen along other items in the sculptor studio that represented the royal family. This three dimensional limestone sculpture standing 20â⬠³ tall, represents the wife of Pharaoh Generate. Modeling her face to make it look subtle, the artist used very thin layers of plaster.Looking at this sculpture, one would feel as they are looking at a life like person, which is why it's remarkable. The plaster starts thin to define her face and becomes thicker when creating the neck and the head dress. The pupil of the right eye was created with what appears to be black paint, but the left eye doesn't have a pupil present. Infirmities teal colored crown, has a gold band looped around the bottom.A ribbon is wrapped around her crown, with each end stopping above her left and right ear. A erasures (signifying royalty) is above brow on the headdress, yet broken. The skin and bone structure, very much symmetrical can be shown as elegant as she looks. The artist used a contour technique to create her face, high cheekbones and the hollowness of her cheeks.. Looking at the lines used, it can be seen as subtle movements. The carved movements, help create amazing cheekbone structure.From her headdress to her cheeks, a triangle can be formed, continuing to the lines of her neck, under her chin a perfect triangle Is created. This sculpture In the round when viewed from the side, can be seen as creating a 90 degree angle. Walking around the sculpture you can see the symmetrical used to create her headdress and make this sculpture life like. Although the damages to the ear and headdress makes you realize how ancient this Is, her beauty seems to travel.
Saturday, January 11, 2020
German Expressionism Essay
German expressionism is one of the most fundamental movements of early cinema. With its basic foundation stemming from the creation of the Universum Film AG in 1917 by the German government, expressionism found a happy home in Germany until, arguably the late 1920s (Wolf). Expressionism changed the canvas of cinema with its technical innovations as well as its impact on Hollywood, not only with its borrowing of ideas, but with the emigration of German actors, writers, and directors to Hollywood, such as Murnau and his creation of Sunrise (Welsh, 98). American films at the same time as this movement in Germany were based in realism, with very distinct ideas of good and bad, comedy, and aesthetics. German film was seen as highly compound, with thick, perplexing stories that were more solicitous instead of being superficial. The notable works from this movement have been time tested references to the rise of cinema, and have been looked upon for reference in film genres in later years not only because of the innovation and place in history, but also for the overt artistic styling that has been difficult to match since. It seems as though German cinema, almost all together must be discussed in its own category. Just as French cinema, historically speaking, Germany has seemed to keep at least a somewhat independent cinema culture from that of Hollywood and its beginnings are either independent from Hollywood or influencing for the most part. Although its beginnings were earlier, ââ¬Å"â⬠¦the period roughly between 1897 and 1908, motion pictures in Germany had graduated from a side-show novelty to a fast developing form, if not of art, then certainly of popular entertainmentâ⬠(Figge, 308). By 1909, however, hundreds of new cinemas were offering longer and more cohesive programsâ⬠, which laid the groundwork for the progressive technical explosion that was the Expressionist movement (Figgins, 308). Germany reached a height in silent cinema in the 1920s, the time after World War I (Wexman 38). This was a national time of crisis with most of the culpability of the Great War being put on Germany not only politically, but more enduringly and impactfully, economically; this created discord in the sociopolitical environment. Due to such social upheaval, film as seen as an expression of ââ¬Å"counter activityâ⬠to the state of affairs in Germany (Wexman, 38). German expressionism is one of the more major film movements which helped mold the face of early cinema, and has had enduring impacts on the horror genre, film noir and is even seen trickling into modern day cinema. The innovations that came along with this movement are astounding, especially given the modicum of improvement in physical film itself, which one could argue, were brought about by the mass creative and artistic movement expressionism fundamentally is. Some of these technical aspects include a highly subjective and dynamic camera, design innovations including staging and set designs, and being the first movement to actually implement scripting of films (Dilman). Telltale signs of expressionism are the use of backlighting to create a sense of dimensionality and montage, and splicing the film together to make the story be more seamless and continuous, which was also a style used by the Soviet film movement (Figge, 313). Some of the indications of expressionism seem to be the anti-heroism, the complex philosophical and psychological plots and primarily urban settings. The scenes are intentionally shot to look staged, creating an alternate reality on screen with its highly geometric scapes, tilted stages, clashing vertical and horizontal lines and overshadowing. Indeed as Warm said, Expressionist film is art come to life (Wexman). Historical and mythological themes are very telling of this movement, as are abstract story lines that seem philosophically or psychologically provoking, fantastic ideas, and ââ¬Å"careful visual patternsâ⬠(Wexman 40). Mythology obviously had an influence on Metropolis, as the machine in the film turns from robot into a pagan god, demanding the sacrifice of the workers. This constructs the notion that the machine is more important than the lives of the machinists, the way urban culture existed in the moment, machine is more important than man; progress is the most important idea in society, replacing a sense of community and order of nature. This idea of a crisis of modernity influenced many films in Germany throughout the 1920s. The idea of urban life being pitted against rural life is the subject of Sunrise, giving the audience the choice between the naive and desirable maternal figure in opposition to the fast, dark, evil ââ¬Å"Vampâ⬠woman from the city, embodying urban culture and its certain destruction of current livelihood. This again reiterates the theme of the unavoidable but unwanted nature of modern, urban life in opposition to the much-desired rural, complacently comfortable setting that was more trusting. The Cabinet of Dr. Caligari is seen as the height of expressionism (Welsh, 98). Without exaggerating, it is impossible to discuss expressionism without discussing Caligari, not just for the film advancements, but because it seems to be one of the most artistically set films of the time as well as being one of the truly first expressionist films to be made (although it is not the first), Caligari was, in an important sense, a blind alley for German films of this period, because it sought its identity outside the inherent possibilities of the film medium. In spite of the use of irises, medium shots, and crosscutting, it remains essentially theatricalâ⬠¦The point is significant, because at this time the question was being asked, ââ¬ËWhat can the movies do that the theatre can not do? ââ¬â¢ Caligari provided no clear answer to this challenge. (Figgins, 310-311) All of the characters are highly psychological, some being downright neurotic. This can be evidenced by the blurring of the lines of good and evil, the questioning of sanity and the feeling of helplessness of the main characters in the film, most notably, the Somnambulist who has absolutely no control over his doing. By being out of control, he can be seen as evading all of his worldly responsibilities, one can excuse his behavior (read: murdering of innocent townspeople) because it is not he who has the intention, but rather is being compelled into this anti-social behavior. With this in mind, it is easy to see expressionism being a symptomatic artistic release, emerging out of a post-war world turned upside down, where one must question their morals due to justification of war (especially because Germany was involved with unrestricted submarine warfare during World War I), and coming to terms with shouldering the majority of the responsibility for the casualties. Themes of expressionism carried over into Hollywoodââ¬â¢s birth of the American horror genre of the 1930s, with itââ¬â¢s expressionist camera angles, movements, overly dramatic makeup and lighting, fantastic subjects and the feeling of chaos, a sense that the world in spinning out of control. Many of these themes have seemed to have lasting impacts, and were characteristic of many Alfred Hitchcock films. While Hitchcock favored tight scenes, he still preferred to give the audience a sense of unease with his camera movements, creatures, and most definitely, chaos. However, it is certain that Hitchcock is more characteristically modernist, with his angles and restoration of the disharmony of his films. Film Noir is another genre that seemingly stemmed out of expressionism. The use of stark contrasts of shadows and the obscurity of faces and landscapes is showing of expressionist qualities. The disorientation brought on by the camera direction style also echoes the disorientation, which was popular in the movement. The protagonists seem to be flawed, which is also a mirrored quality, exemplified by the main character in Sunrise, who has no issue initially with his infidelity or thoughts of murdering his wife to be able to be with the Vamp from the city. The urban settings of Noir films also seem to be reminiscent of German film themes of the 1920s (Naremore 12, 26). In fact, one might argue that Film Noir is basically expressionism revisited, keeping in line with most of the expressionist qualities, save the more stark landscapes and police themed-ness of the melodramas. Modern day directors still use themes and techniques associated with the Expressionist movement. Most notably and obviously would be the ever famous Tim Burton, where commonalities and homage exist heavily. For instance, it can be argued that Gotham City in Burtonââ¬â¢s creation of Batman was modeled after the city in Metropolis, and his theme of the corrupt city is reminiscent of Sunrise. It is hard not to see the similarities of the character Edward from Edward Scissorhands and the somnambulist from The Cabinet of Dr. Caligari from the inception of the character on the screen, in the major aspects. Most likely, expressionism will seep into cinema either subtly or overtly for many years to come. German expressionism can be seen as being the influencer of genres, groundbreaking creator of overly artistic production, and arguably the art of horror film. This movement itself has helped spawn the rise of other genres and movements, and has been looked upon for stylistic and creative (admittedly sometimes hyper-creative) reference in film genres in later years due to the innovation and canvas that was created in service of the period. Indeed, German expressionism is a major film movement which helped mold the face of early cinema, but one cannot contain the ideas and art that came from this movement into the years of the 1920s and 1930s as the impact it left is seen in many later genres and generations, the horror genre, film noir and modern day cinema.
Friday, January 3, 2020
History Of The United States - 1854 Words
The history of the United States from colonization to reconstruction is long and complicated. It is filled with suffering, death, and hope. To best describe the story of the United States we would have to use the phrase ââ¬Å"slow and steady growth filled with conflict.â⬠The United States was not formed in one day, nor was it planned. It took hundreds of years of economic, territorial, and political growth and conflict. In this paper we will focus on three types of growth and conflict; economical, territorial and political. Each of these phases will contain three time periods; colonial, revolutionary, and a growing nation. These time periods reflect key intervals to better understand and see the common theme of growth and conflict. I. Economicâ⬠¦show more contentâ⬠¦With pressure looming, John Rolfe helped cultivate tobacco in Jamestown. This would become the ââ¬Å"goldâ⬠for the Jamestown colony. Initial tobacco exports between 1615-16 were roughly 2300 pounds. By 1640 exports had surpassed 1.5 million pounds per year. But success came at a cost. Conflict would spring up between local native tribes, like the Powhatans, who were seeing their lands being taken for the cultivation of tobacco. This expansion was due to tobacco plants absorbing huge quantities of nutrients from the soil and the demand to grow more tobacco. This conflict would be known as the Anglo-Powhatan Wars, which lasted on and off from 1610 until 1677 in which the Treaty of Middle Plantation would establish indian reservations. This similar process of early struggle, to finding a cash crop, and fighting of Indians would continue for the rest of the colonies, from New England to the Southern Colonies. We would see the rise of cash crops such as rice and indigo. Rice would dominate the Carolinas as a cash crop that helped the region grow and prosper. Rice was introduced in the 17th century, and would dominate the plantations of South Carolina and Georgia. Slave labor, specifically slaves from West Africa, who had experience cultivating rice, were used in early plantations. Rice would help make many southern plantation owners prosper in wealth. Indigo would come into prominence in the 1740ââ¬â¢s as plant to be grown on the side when rice is not beingShow MoreRelatedHistory Of The United States1185 Words à |à 5 PagesHansol Choi P.5 Mr. Cobleigh. 5/1/17 History of immigration in the United State. Immigrating to the United State mean is immigrating to the United States from another country. About 14 million people from around 2000 to 2010 immigrated to the United States from around the world. America is an immigrant country. According to the U.S Census Bureau. About 43 million the Americans were born outside of the United States in 2017. That is a figure equivalent to approximately 13%Read MoreHistory And The United States1463 Words à |à 6 PagesThe history of journalism in the United States has spanned from the first colonist crossing the Atlantic Ocean to todayââ¬â¢s mass media. Even before we were a country we had printers and journalists writing and printing stories for the people. Looking back, we can divide journalism history into different time periods and see how news reporting developed over time. Some of these time periods include the Colonial Period which spanned from when the first Pilgrims came to America in the mid 1600ââ¬â¢s till Read MoreThe United States History1568 Words à |à 7 PagesMALIK, 703, HUMANITIES CYCLE 4 Over the course of the united states history there have been many different ethnic groups who have been discriminated. There s sna very long list of people who were forced out of certain opportunities because of their skin color, but for this project I old like to focus on the African American people. So African Americans (AA) have a long history of discrimination in this country starting out with the idea of races. Europeans originally used irish and indian peopleRead MoreHistory Of The United States1365 Words à |à 6 PagesChapter 1 - The History of Immigration In The U.S. It is said that the U.S. is the country built by immigrants. Technically the first ââ¬Å"immigrantsâ⬠that arrived in what is now the U.S. and Canada arrived around 12,000 to 30,000 years ago from Asia by crossing the Bering Strait. They then started migrating East and South, eventually populating the continent all the way down to what is now South America. Evidently, there was many more migratory waves from Asia that contributed to the Native AmericanRead MoreHistory Of The United States1701 Words à |à 7 PagesLieba Kahan History of the United States Professor Markson There are people who say that the American Revolution began when the colonists decided they did not want to be part of Britain any longer. While this may have been a reason for some, there were many colonists that wanted to remain part of Britain. The events that led to the transformation from loyal Englishman to Americans stemmed from different things, including that the colonists felt that their rights as British citizens wereRead MoreThe History of the United States592 Words à |à 2 PagesSeptember 11, 2001 was a milestone in the history of the United States, which experienced a collective shock and trauma that has never been forgotten. In the United States most of all, the entire airline and tourist industry was driven to the edge of bankruptcy and would not have survived at all without a major bailout by the federal government. It was already in poor condition for many years after deregulation in 1978, the September 11th attacks were a Near Death Experience. After that time, t heRead MoreThrough The History Of The United States And The History1414 Words à |à 6 PagesThrough the history of the United States and the history of corporate fraud, many infamous people and entities have taken advantage and abused the corporate system while finding loop holes or discrepancies to use in their favor. Corporate Fraud consists of activities undertaken by an individual or company that are done in a dishonest or in an illegal manner, and are designed to give an advantage to the perpetuating individual or company (Ivestopedia,1). Investors have been known to throw moneyRead MoreU.s. History : United States History2414 Words à |à 10 PagesAn Analysis of Recent Economic Recessions in United States History Prepared for: Dr. Ryo Jinnai Prepared by: Sean McConnell Date: November 21, 2014 Table of Contents Introductionâ⬠¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦...3 What is a Recession?.....................................................................................4 Recession or Depression?.............................................................................4 Depression Defiinitionâ⬠¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦Ã¢â¬ ¦.4 The Difference betweenRead MoreHistory Of Hydropower Of The United States1416 Words à |à 6 PagesBlake Ulmer Dakins ENVS 484 September 26, 2016 History of Hydropower in the United States Introduction Humans have made significant discoveries in utilizing the countless benefits of water, one of the most important being the ability to use water to perform work. This is the concept of hydropower. Hydropower is using the energy of moving water to create power. This clean and renewable method of power generation is used all throughout the globe, and accounts for a small percentage of global electricityRead MoreThe United States Military History1570 Words à |à 7 PagesThis semester in military history we talked about several different topics that are very pertinent to the shapingââ¬â¢s of todayââ¬â¢s military. They are mainly important whether the individual serve in the United States Army, United States Air Forces, United States Navy, or United States Marine Corps. History is the study of the past. Studying may not be interesting to some, but if you do not understand your history, you will be liable to repeating some of the same mistakes made in the past. So it is very
Subscribe to:
Posts (Atom)