Sunday, January 26, 2020

Accessing The Deep Web Computer Science Essay

Accessing The Deep Web Computer Science Essay The World Wide Web has grown from few thousand web pages in 1993 to almost 2 billion web pages at present. It is a big source of information sharing. This source of information is available in different forms; text, images, audio, video, tables etc. People use this information via web browsers. Web browser is an application to browse web on internet. Search engines are used to search specific data from the pool of heterogeneous information [1]. In the rest of this chapter I will how people can search relevant information, how search engine works, what a crawler is, how it works, and what related literature about the particular problem is. SEARCH ENGINE A search engine is a program to search for information on the internet. The results against a search query given by user are presented in a list on a web page. Each result is a link to some web page that contains the specific information against the given query. The information can be a web page, an audio or video file, or a multimedia document. Web search engines work by storing information in its database. This information is collected by crawling each link on a given web site. Google is considered a most powerful and heavily used search engine in these days. It is a large scale general purpose search engine which can crawl and index millions of web pages every day [7]. It provides a good start for information retrieval but may be insufficient to manage complex information inquiries those requires some extra knowledge. WEB CRAWLER A web crawler is a computer program which is use to browse the World Wide Web in a automatic and systematic manner. It browses the web and save the visited data in database for future use. Search engines use crawler to crawl and index the web to make the information retrieval easy and efficient [4]. A conventional web crawler can only retrieve surface web. To crawl and index the hidden or deep web requires extra effort. Surface web is the portion of web which can be indexed by conventional search engine [11]. Deep or hidden web is a portion of web which cannot be crawled and indexed by conventional search engine [10]. DEEP WEB AND DIFFERENT APPROACHES TO DISCOVER IT Deep web is a part of web which is not part of surface web and lies behind HTML forms or the dynamic web [10]. Deep web content can be classified into following forms; Dynamic Content: this is a type of web contents which are accessed by submitting some input value in a form. Such kind of web requires domain knowledge and without having knowledge, navigating is very hard. Unlinked Content: These are the pages which are not linked in other pages. This thing may prevent it from crawling by search engine. Private Web: These are the sites which require registration and login information. Contextual Web: These are the web pages which are varying for different access context. Limited Access Content: These are site which limit its access to their pages. Scripted Content: This is a portion of web which is only accessible through links produced by JavaScript as well as content dynamically invoke by AJAX functions. Non-HTML/ Text Content: The textual contents which are encoded in images or multimedia files cannot handled by search engines.[6] All these create a problem for search engine and for public because a lot of information is invisible and a common user of search engine even donà ¢Ã¢â€š ¬Ã¢â€ž ¢t know that might be the most important information is not accessible by him/her just because of above properties of web applications. The Deep Web is also believed that it is a big source of structured data on the web and retrieving it is a big challenge for data management community. In fact, this is a myth that deep web is based on structured data which is in fact not true because deep web is a significant source of data most of which is structured but not only one. [8]. Researchers are trying to find out the way to crawl the deep web content and they have succeeded in this regard but still there are a lot of future research problems. One way to search deep web content is domain specific search engine or vertical search engine such as worldwidescience.org and science.org. These search tools are providing a link to national and international scientific databases or portals [7]. In literature there are two other techniques to crawl the deep web content; Virtual Integration and Surfacing. The virtual integration is used in vertical search engine for specific domains like cars, books, research work etc. In this technique a mediator form is created for each domain and semantic mappings between individual data and mediator form. This technique is not suitable for standard search engine because creating mediator forms and mappings cost very high. Secondly, indentifying queries relevant to each domain is a big challenge and the last is that information on we b is about everything and boundaries cannot be clearly defined. Surfacing uses a technique to pre-calculate the most relevant input value for all appealing HTML forms. The URLs resulting from these form submission are produced off-line and indexed like a normal URL. When user query for a web page which is in fact a deep web content, search engine automatically fill the form and show the link to user. Google uses this technique to crawl deep web content. This technique is unable to surface scripted content [5]. Today most web applications are AJAX based because it reduced the surfing effort of user and network traffic [12, 14]. Gmail, yahoo mail, hotmail and Google maps are famous AJAX applications. The major goal of AJAX based applications is to enhance the user experience by running client code in browser instead of refreshing the page from server. The second goal is to reduce the network traffic. This is achieved by refreshing only a part of page from server [14]. AJAX has its own limitations. AJAX applications refresh its content without changing URL which is a worm for crawler because crawlers are unable to identify new state. It is like a single page web site. So, it is essential to explore some mechanism to make AJAX crawl-able. To surface the web contents those are only accessible through JavaScript as well as contents behind URLs dynamically downloaded from web server via AJAX functions [5], there are different hurdles those are prevent the web to expose in front of crawlers; Search engines pre-cache the web site and crawl locally. AJAX applications are event based so events cannot be cached. AJAX applications are event based so there may be several events that lead to the same state because of same underlying JavaScript function is used to provide the content. It is necessary to identify redundant states to optimize the crawling results [14]. The entry point to the deep web is a form. When a crawler finds a form, it needs to guess the data to fill out the form [15, 16]. In this situation crawler needs to react like a human. There are many solutions to resolve these problems but all have their limitations. Some application developer provides custom search engine or they expose web content to traditional search engine based on agreement. This is a manual solution and requires extra contribution from application developers [9]. Some web developers provide vertical search engine on their web site which is used to search specific information about their web site. There are many companies which have two interfaces of their web site. One is dynamic interface for users convenient and one is alternate static view for crawlers. These solutions only discover the states and events of AJAX based web content and ignore the web content behind AJAX forms. This research work is going to propose solution to discover the web content behind AJAX based forms. Google has proposed a solution but still this project is undergone [9]. The process of crawling web behind AJAX application becomes more complicated when a form encounters and crawler needs to identify the domain of the form to fill out the data in form to crawl the page. Another problem is that no form has the same structure. For example, a user looking for a car finds different kind of form than a user looking for a book. Hence there are different form schemas which make reading and understanding of form more complicated. To make the forms crawler read-able and understand-able, the whole web should be classified in small categories, each category belongs to a different domain and each domain has a common form schema which is not possible. There is another approach, focused crawler. Focused crawlers try to retrieve only a subset of the pages which contains most relevant information against a particular topic. This approach leads to better indexing and efficient searching than the first approach [17]. This approach will not work in some situations where a form has a parent form. For example, a student fills a registration form. He/she enters country name in a field and next combo dynamically load city names of that particular country. To crawl the web behind AJAX forms, crawler needs special functionality. CRAWLING AJAX Traditional web crawlers discover new web pages by starting from known web pages in web directory. Crawler examines a web page and extracts new links (URLs) and then follows these links to discover new web pages. In other words, the whole web is a directed graph and a crawler traverse the graph by a traversal algorithm [7]. As mentioned above, AJAX based web is like a single page application. So, crawlers are unable to crawl the whole web which is AJAX based. AJAX applications have a series of events and states. Each event is act as an edge and states act as nodes. Crawling states is already done in [14, 18], but this research is left the portion of web which is behind AJAX forms. The focus of this thesis is to crawl web behind AJAX forms. INDEXING Indexing means creating and managing index of document for making searching and accessing desired data easy and fast. The web indexing is all about creating indexes for different web sites and HTML documents. These indexes are used by search engine for making their searching fast and efficient [19]. The major goal of any search engine is to create database of larger indexes. Indexes are based on organized information such as topics and names that serve as entry point to go directly to desired information within a corpus of documents [20]. If the web crawler index has enough space for web pages, then those web pages should be the most relevant to the particular topic. A good web index can be maintained by extracting all relevant web pages from as many different servers as possible. Traditional web crawler takes the following approach: it uses a modified breadth-first algorithm to ensure that every server has at least one web page represented in the index. Every time, when a crawler en counters a new web page on a new server, it retrieves all its pages and indexes them with relevant information for future use [7, 21]. The index contains the key words in each document on web, with pointers to their locations within the documents. This index is called an inverted file. I have used this strategy to index the web behind AJAX forms. QUERY PROCESSER Query processor processes query entered by user in order to match results from index file. User enters his/her request in the form of a query and query processor retrieves some or all links and documents from index file that contains the information related to the query and present to the user in a list of results [7, 14]. This is a simple interface that can find relevant information with ease. Query processors are normally built by breadth first search which make sure that every single server containing relevant information has many web pages represented in the index file [17]. This kind of design is important for users, as they can usually navigate within a server more easily that navigating across many servers. If a crawler discovers a server as containing useful data, user will possibly be able to search what they are searching for. Review this after implementing query processor in my thesis. RESULT COLLECTION AND PRESENTATION Search results are displayed to user in the form list. The list contains the URLs and words those matches to the search query entered by user. When user make a query, query processor match it with index, find relevant match and display all them in result page [7]. There are several result collection and representation techniques are available. One of them is grouping similar web pages based on the rate of occurrence of a particular key words on different web pages [15]. Need a review CHAPTER 3 SYSTEM ARCHITECTURE AND DESIGN CHAPTER 4 EXPERIMENTS AND RESULTS CHAPTER 5 FUTURE WORK CHAPTER 6 CONCLUSION

Saturday, January 18, 2020

‘The Great Gatsby’ is an interesting novella about the intertwining lives of those who are striving for the artificial American Dream

‘The Great Gatsby' is an interesting novella about the intertwining lives of those who are striving for the artificial American Dream. It is a story of contrasts: the rich and poor, the loved and unloved and the different aspects of society that are shown in this passage through dramatic symbolism and highly structured parallels. The parallels between the first and third chapters show rich and privileged lifestyles, first the life of Tom and Daisy then Gatsby's party. This passage is conveniently placed between the two to show the â€Å"real world† of the likes of Wilson and other â€Å"sickly†, â€Å"ash-grey men†. It helps us to understand Myrtle as a character. Her hopes and dreams to get away from this life that is a constant struggle. This also describes the way both Gasby and the author Fitzgerald lived as children, and therefore their reasons to follow their dreams and aspire to something better. These parallels are a typical example of how novella's are tightly structured. We are led to believe that Nick is the narrator of this passage, however Nick has never been to the area before so when it is described cinematically and we are told of how passengers on trains wait â€Å"for as long as half an hour† we realize Nick could not have previously known this and therefore it is told to us directly by Fitzgerald. This poses a problem because the reader knows and trusts Nick but not Fitzgerald so he manipulates the reader into thinking it is Nick so that we believe him. The drawbridge in the final paragraph symbolises how it is not easily to get out of the Valley of Ashes, reflecting how it is not easy to get out of a hard life and achieve the American Dream. Myrtle tries hard in the novella to do this, and for a while Gatsby does, which is one reason why we see him as a hero. Images of how the American Dream has died are shown in the â€Å"Valley of Ashes†. Ash is symbolic of death, as in â€Å"ashes to ashes, dust to dust†, a traditional phrase at funerals. In the Valley of Ashes everything is bare, dull, lifeless and dead. It is based on the Corona Dump in Queens, which Fitzgerald famously resented on sight. He also nicknamed the Corona Dump the â€Å"Valley of Ashes†. ‘Of Mice and Men' by John Steinbeck also mentions â€Å"ash pile† in the beginning of the novel about the struggle to reach an American Dream. Death is represented by ash later on in the novella when Gatsby is described as â€Å"ashen† after his death. He was born in ash and died as ash. His life started as a struggle in a poor area and although he died wealthy, he still died in ash. The dust which â€Å"drifts endlessly† could symbolise shards of the American Dream which are helplessly out of reach of the people who live here, but drift in the air to taunt them about what they could become. The empty valley of ashes reflects the empty lives of the people who live in it. â€Å"Occasionally† grey cars enter the â€Å"desolate† area, so they made occasional breaks in the emptiness. This is parallel to the empty lives of the inhabitants. Occasionally there is a break and they have visions of hope, such as Myrtle's aspiration to be rich in a life with Tom. This also reflects Gatsby's funeral which was empty apart from Nick and Gatsby's father. Fitzgerald thought of himself as a failure as his writings were not particularly successful during his lifetime, so he may have had himself in mind when describing these lives wih failed hopes and empty dreams. This passage also gives the impression that morality in the modern world has died. As its place in the novel, the passage is between Nick meeting Tom's wife and Tom's mistress, his situation proves Tom's lack of morals. The passage is the no-mans land between the two women. Nick, the only character proved to have morals in the novella, is introduced to the â€Å"eyes of Doctor T. J. Eckleburg† on an advertising board. The â€Å"blue and gigantic† eyes look down over the Valley of Ashes and this could be interpreted as God watching over his world. This idea is later strengthened when Wilson looks up at him and refers to him directly as God. Eckleburg, however, wears â€Å"enormous yellow spectacles† and also his vision is clouded with dust, and as we see God as our ‘all-seeing' moral guide, this could symbolise a lack of moral guidance in the jazz age of the 1920's. There is no-one to show people the way. Doctor T. J. Eckleburg is another good example of sym bolism in the passage. Sight is the link between the three paragraphs of this passage. It moves from sight being obscured by ash and dust, to clarity of sight which is implied by how suddenly the narration switches from grey and dull areas to the bright colours blue and yellow on the ‘all-seeing' symbol of T. J. Eckleburg, to train passegers observing what's going on. These are the three ways that Fitzgerald wants us to see the characters, from all angles. An example is how we learn about Gatsby and his life becomes clearer to us by the end of the novella. Life and death are symbolised by T. J. Eckleburg and ash in this passage and they are described intertwined so as to make it impossible to work out where one ends and another begins. However, mostly this passage is mostly about death: the death of morality, the American Dream and the death of hope. Without these three things, the lives of the people in the area were totally meaningless. Tony Tanners' quote about how the narrator respnds reflects the readers response to this realisation. â€Å"Nick cannot tolerate the thought of confronting a reality that is merely poor and bare, dust-covered and wrecked. There must be more than that.†

Friday, January 10, 2020

Marketing and Starbucks Essay

1.0 Introduction: The Starbucks Corporation was founded by three entrepreneurs at the place called Seattle in 1971. Initially they were selling of whole bean coffee in one Seattle store and by the year 1982 the business had grown tremendously and has opened five stores selling the coffee beans, a roasting facility, and a wholesale business for local restaurants. When the Starbucks started its business it was only a small retail coffee shop as like the other coffee shops. The main vision of the Starbucks owners was to educate customers about the fine coffees and feel the smell of the Dark roasted coffee, selling just the coffee was not their aim as the coffee was sold in the USA since 1960’s (Starbucks case study). Howard Schultz was recruited as the manager of retail and marketing and it was Howard who brought new ideas to the owners, but he was turned down. Schultz in turn opened his own coffee bar was named Il Giornale in 1986 based on Italian coffee cafes, selling brewed Starbucks coffee. By 1987, Schultz had expanded to three coffee bars and bought Starbucks from the original owners for $4 million and changed the name of his coffee bars from Il Giornale to Starbucks. His intention for the company was to grow slowly with a very solid foundation. For the first two years, Starbucks losses doubled as overhead and operating expenses increased with Starbucks expansion. Schultz stood his ground and did not sacrifice long term integrity and values for short-term profit. By 1991, Starbucks sales increased by 84% and the company were out of debt. Starbucks grew to 20 stores by 1988. By 1996 it grew to 870 stores with plans to open 2000 stores by the year 2000. 2.0 Marketing stategyof Starbuks: Marketing strategy is carrying out segmentation, targeting and positioning. Doing the detailed understanding of the marketplace into strategic decisions and the targeting of appropriate customer groups. This targeting should emphasise on any differential advantages and adopt a suitable positioning within the target segments (Dibb and Simkin, 1996). Starbucks has adopted a Differentiation strategy it is a strategy which seeks to provide product or service that offer benefits and should be different from competitors that are widely valued by customers. The aim this strategy is to achieve advantage by offering better products or services at same or higher price. When Starbucks was launched there were many coffee bars in the United States at that time but Starbucks wanted to stand unique from the others. Marketing has powerful potential to contribute to the highly important aspects of the organisational competitiveness, namely innovation (Kerin, 1992) and competitive analysis (Varadarajan, 1992) and Schulz wanted to innovate and recreate the experience of the Italian coffee bar culture. Starbucks mainly focused on the strategy of new products, a stronger connection with the customers as the Third place and expanding store locations in the United States and abroad. Starbucks has followed the simple STP process (Segmentation, Targeting and Positioning). 2.1 Segmentation: Market Segmentation is a process of dividing a market into distinct groups of buyers with different needs, characteristics, or behaviour that might require separate products or marketing programs is called Market Segmentation (Kotler and Armstrong, 2006). Initially Starbucks was based as a Socio-Economic segmentation base in consumer Markets as it has concentrated on social class particularly the business class people those who are working at the office and wanted to have a cup of coffee with a good atmosphere and facilities. Starbucks also had segmented his market by geographic and demographically by selecting the store location where they can find the educated and coffee lovers (Dibb and Simkin, 1996). 2.2Targeting: After a company has defined market segments, it can enter one or many segments of a given market and should make decision about how many and which customer groups to target (Dibb and Simkin, 1996). Target Marketing is a process of evaluating each market segment’s attractiveness and selecting one or more segments to enter (Kotler and Armstrong, 2006). The concept of target marketing is a logical implication of the basic philosophy of marketing (Lancaster and Massingham, 1993). A company should target segments in which it can profitably generate the greatest customer value and sustain it overtime. Starbucks wanted to develop a reputable relationship with the customers, Most of companies enter in a new market y serving a single segment, and if this proves successful than they add more segments, initially Starbucks did the same thing targeted the parents with the young children and it was hit concept and it has added more segments by including Teenagers and developed its product range also (Kotler and Armstrong, 2006). 2.3 Positioning: Once the company has decided which market segments to enter it should decide what positions it wants to occupy in those segments. Market Positioning is arranging for a product to occupy clear, distinctive, and desirable place relative to competing products in the minds of target customers. A products position is the place that the product occupies relative to competitors in consumers minds. Here in this case the Starbucks has developed a unique market position for their products because if a product is to be exactly same like the others on the market than consumers would have no reason to buy it. Starbucks has positioned themselves in the market as a highly reputed brand (Kotler and Armstrong, 2006). In this case Starbucks has planned his positioning in such a way that it distinguish their products from competing brands and give them the greatest strategic advantage in their target markets. Starbucks has a descriptively simple statement to inspire and nurture the human spirit-â€Å"one person, one cup, and one neighbourhood at a time†. Starbucks positioning strategy was customer base so that it can give the best service more than what the customers expect. Starbucks has gained a competitive advantage over customer satisfaction and employee satisfaction as Starbucks had developed its positioning strategy based on the customer and provided the utmost facility in terms of layout, furniture to the music, and in terms of employee satisfaction Starbucks make employee as a partners and gave them a personal security with a freedom to participate in the every decision of the business and make it successful (Porter & Miller, 1985, Porter, 1998). 3.0 Developing Marketing Mix: One of the major concepts in the modern marketing is once the company has decided its overall marketing strategy than it should plan the details of the marketing mix. â€Å"Marketing mix is the set of controllable, tactical marketing tools (product, price, place, and promotion) that the firm blends to produce the response it wants in the target market† (Kotler and Armstrong, 2006). Starbucks has a made good decisions on marketing mix tools 3.1 Product: â€Å"Product means the goods and services combination the company offers to the target market†. Starbucks has used Brand name, Quality, Variety and Services as their Product tool which can be concluded by this statement, Starbucks with a good Brand name provides best Quality and with the Variety of Products, it has adopted Quality improvement strategy (Kotler and Keller, 2009). Initially Starbucks started with the coffee than it has included non-fat milk, cold blended beverages. Later on stated seasonal offerings such as strawberry and cream Frappuccino, gingerbread latte with some food items like cookies and pastries. Before launching the products Starbucks was getting the approval of the customers. 3.2 Price: â€Å"Price is the amount of money customers have to pay to obtain the product†. Though the Price of the Starbucks was higher than the other coffee shops, the customers were ready to pay the amount because Starbucks has developed a luxurious image with all the facilities inside the store. Starbucks as a good Brand have offered more benefits and facilities and the best quality of products to justify their higher prices (Kotler et al, 2006). 3.3 Distribution and Service: Starbucks has a good distribution channels initially it was selling coffee beans and doing wholesale business for local restaurants. In terms of service and location Starbucks opened the stores in a such a way that it can reach to targeted customers and it has also gave more stress on giving the best customer service by spending a lot of money by training its employees (Starbucks case study). 3.4 Promotion: Starbucks initially did not use the advertising tool for promotion but it was the Public relations and the Personal selling tool that helped the Starbucks to achieve its target

Thursday, January 2, 2020

The Harappan Civilization And The Civilization - 1365 Words

The Harappan Civilization, or Indus Valley Civilization, was one of the most prosperous ancient civilizations in its heyday. Major urban areas exhibited advanced infrastructure, including organized streets and paths, a sophisticated sewage system, and an operating method for drainage. However, a few thousand years after it was at its peak, the civilization began to decline, and eventually it collapsed. Today, the ruins of the ancient civilization remain, and much about the civilization’s cities and social and life can be concluded from the archeological evidence. However, one aspect of the civilization still remains an enigma to scientists today: how did such a flourishing civilization, with thousands of people, collapse so suddenly and easily? Some theorists argue that the invasion of another group of people, the Aryans, caused the collapse of the Harappans. Others argue it was incessant natural disasters that caused the civilization to crumble. However, the most plausible co nclusion is that the demise of the Harappans was caused by a combination of three factors: increased urbanization which contributed to the spread of epidemics, a change in the universal climate which lead to an abnormality in monsoon patterns and a decline in vital resources, and social conflicts and changes leading to de-urbanization in major areas. The biggest factor that contributed to the fall of the Harappans was climate change. Even today, climate change has affected civilization tremendously,Show MoreRelated The Harappan Civilization1105 Words   |  4 Pages The Indus River Valley, located in present day Pakistan was a full-fledged civilization that emerged in 3300 B.C.E. The Harappan Civilization, stretching from present day Afghanistan to Pakistan contained vast amounts of small communities. The society was very technologically advanced and somewhat modeled the fundamentals of the society we live in today. The Harappan society was one of the earliest to have a system of writing; however historians have still not interpreted them today. NeverthelessRead MoreThe Origins Of The Harappan Civilization1060 Words   |  5 PagesWhen the Harappan civilization began to decline, the Aryans filled the power vacuum. The Aryans were to become the new race of Indians, spreading throughout the entire Indian subcontinent. They witnessed the implementation of the caste system into Indian society and the development of the earliest Indian religion: Brahmanism. The caste system determined what people would do everyday and divided the population by social status, playing a huge role in the entire society. Brahmanism was widely acceptedRead More The Harrapan Civilization Essay617 Words   |  3 PagesThe Harrapan Civilization The Indus Valley, or Harrapan, civilization was discovered in 1920-21 when engraved seals were discovered near present-day Sahiwal in Pakistani Punjab at a place called Harappa. Excavations at Mohenjodaro in Sind discovered the buried remains of a civilization with a pictographic script. The Harappans first settled sites along the Indus River. This civilization extended to the Yamuna along the bed of the river Ghaggar in Rajhastan, Gujrat and up to the mouths of the riversRead MoreEssay about Harappa and Aryans 1500 B.C.E1299 Words   |  6 PagesAll the historical cities from older times have many common features in construction as well as in society, government, religion, and culture. The uniformity among Harappan cities reveals a society that valued order, organization, and cleanliness. Administrators used the same pattern, carefully laying out the cities using a north-south grid pattern with wide streets and large rectangular city blocks. They built most buildings of sturdy bake d brick molded to a standardized size. Residential and commercialRead MoreComparison of Civilizations in the Ancient World Essay983 Words   |  4 PagesEarly civilization consisted of core values that defined the communities that resided within it. These communities were driven by numerous factors in which would decide the overall outcome of the civilization. Geography, social and economic values, and they’re culture all played an important role in the makeup of these civilizations. Mesopotamia was a successful farming community early on. Utilizing the Tigris and Euphrates rivers this community was able to create a successful way of farming throughRead MoreDescribe The Relationship Between Ancient Civilizations1023 Words   |  5 PagesAncient Civilizations In this essay I will be explaining the relationship between four ancient civilizations. These civilizations include; Mesopotamia, India, China and Egypt. Not only will I be explaining the relationship between these four civilizations, I will also be explaining how the geography of these civilizations relate to religion, social classes,and writing. Paragraph 1 - Describe land and water forms The geography of these four civilizations are very important aspect of their cultureRead MoreIndus Valley Civilization Essay725 Words   |  3 PagesThe Indus Valley civilization is located in India along the Indus River. India is a subcontinent in a region known as South Asia. Two capital cities in this area are Mohenjo-Daro and Harappa. To this day it includes three out of ten of the world’s most populous countries, two mountain nations, and an island nation. Which includes India, Pakistan, and Bangladesh(countries), Nepal and Bhutan(mountains), and Sri Lanka(island). The Indus civilization lasted from 2600 to 1900 B.C. and was known asRead MoreCause of the Disappearance of the Indus Valley Civilization1675 Words   |  7 PagesThere are many theories as to the cause of the disappearance of the Indus valley civilization, including violent conflict with the Aryans, intermarriage with the Aryans, floods, drought, and/or decline in trade with other societies. Topic 1: On several occasions in class, we discussed the processes of accretion and syncretism. Describe and analyze the cross-cultural influences in a Mediterranean and Indus Valley context. Your essay should provide examples of cultural (remember the components ofRead MoreOrigins Of India And China1135 Words   |  5 Pagesanalyze two major dynasties of their early civilization the Mauryan Empire from India and the Qin (Ch’in) Dynasty. The start of India’s long civilization dates back to the third and fourth millennia, when the Harappan society was thriving. This society was a large, diverse society that covered a vast area of 600,000 sq. miles. Then around 1500 BCE the Harappan civilization collapsed, in which is still a mystery today. After the fall of the Harappan civilization, a nomadic group came in none as theRead MoreGeography Of The Indian Subcontinent871 Words   |  4 Pagesdevelopment of civilization there greatly, because of how diverse India is. The geography of the Indian subcontinent had a big affect not only with the development of civilization, but on economics, religion and social order as well. The Indian subcontinent is diverse in many ways, such as the array of languages, as well as the reputation of being a â€Å"cradle of religion† which created two of the world’s major religions, Hinduism and Buddhism(p. 38). For example, in civilizations such as the Harappan civilization