Saturday, October 5, 2019

Child Care in Colleges are Essential Essay Example | Topics and Well Written Essays - 1000 words

Child Care in Colleges are Essential - Essay Example That these women are in school should not be a hindrance to their desires. Universities and other colleges could support their student-parents through a number of ways. One is funding. These could be through opening college-based day care centers on site in campuses. These should be operating during convenient hours to ensure all student-parents manage to go to class without worrying about their children. Some universities and colleges receive grants to help run day care centers for student parents within their colleges. This is a move in a positive direction in a bid to increase the number of students who continue with their studies after giving birth while still pursuing their degree courses. Life is difficult enough for student parents, hence the importance of affordable and flexible day care programs to help alleviate their problems. Furthermore, to put the minds of these parents at ease, these day- care programs should be accredited by relevant bodies to ensure that the children are not only safe, but also well taken care of. The curriculum for such programs should also be at par with state and national standards, to ensure that the children are being taken care of the same way other children in non-campus day care centers are. Funding is an important aspect in ensuring success of day care programs in colleges and universities. Funding can come in form of grants from government agencies for children or education through lobbying by the universities and colleges administrations (U.S. Department of Education 1-2). Funding can also come directly from the university or college administration itself. Funding is imperative in the running of day care centers for student parents in colleges since most of these do not have steady or well paying jobs that could afford them more expensive day care programs. The funding cold go towards building or renovating unused campus buildings to convert them into day care centers, materials and labor required to do this, furnish ing the day care centers and paying the people who will be involved in the day to day running of the day care centers. The student parents could be asked to chip in a little money, though not too much, in order to ensure they partake in the running and maintenance of the day care centers, and that it is not free. Given the fact that most student parents face more challenges and responsibilities than students who are not parents, the former are most likely to perform dismally in their studies (Price 3-6). Furthermore, the stress that comes with raising a child, studying and probably working part time may take a toll on these parents, especially if they are single parents. With this kind of background, student parents are likely to drop out of school to take care of their children. This has an adverse effect of the economic and social well being of the parent and child. Second to funding is flexibility of the day care programs. It is pointless to start day care centers in colleges and universities that operate between times that interfere with the student parents’ academics (Anderson and Dektar 6-8). Day care centers that are closed too early or open too late means that parents have to skip classes while they wait for the day care cent

Friday, October 4, 2019

Discuss using named examples, the use of and applicability of Essay

Discuss using named examples, the use of and applicability of bio-indicator organisms in the environmental assessment of fres - Essay Example According to Durranti, a bio- indicator is defined as a plant or animal species whose presence or absence gives information on the state of a given environment (Chu, Chanb and Chow 2005). The Use and Applicability of Various Bio-Indicator Organisms in the Environmental Assessment of Freshwater and Marine Systems There exist several bio-indicators that have been applied to measure the health status of freshwater and marine environments. To begin with, Chin argues that by identifying the kind of animal species present in a given water body, biologists are able to analyze the quality of water in that water body (Chin 2006). For instance, the presence of many carnivore fish species might suggest a higher quality of water compared to a water body dominated primarily by omnivores. A healthy water body supports life for many micro-organisms that are predated upon by the carnivore fish. For many years, fish have been used to indicate the quality of water bodies. This has been accomplished th rough determining the kind of fish that live in a given water body, measuring alterations in fish species composition and species proportion (Jackson 2001). Changes in fish length and tropic level can as well be used in determining the health of aquatic environment. ... From the experiment, it was established that samples from the lake had a high number of comets and mainly in second and third classes. Thus the results suggested that Lake Igapo is an aquatic environment that was characterized by a high level of genotoxicity and other pollutants. In Izmir Bay of Mediterranean (in Western Turkey), fish are used to determine the level of water pollution in the sea (Gonenc 1999). Izmir is an industrial and commercial centre. The presence of metals such as lead and zinc in freshwater and marine environments can be indirectly measured using inorganic acids, such as sulphuric acid and hydrochloric acid (Turner and Tessier1995). These acids are applied on intestinal specimens of different fish species. If the above metals are present, the acids react with the specimens to form oxides. Bonnan notes that some aquatic pollutants might remain active for many years and through several generations. Examples include mutagenic and carcinogenic compounds (Farris, J. et al 1993). Genotoxicity biomarkers can be applied in sentry organisms to enhance the identification and assessment of mutagenic hazards and their sources. One of the most suitable methods of identifying the response of organisms to such contaminants is by use of micronucleus (MN) test. This can be used as an index of the total genetic damage of cells during the lifespan of an organism. Fish and bivalves have been the main target for such experiments. Gill and haemocyte cells are the commonly used tissues. Due to rising carbon dioxide concentration s in the 21 century, the acidity of sea water has increased as well. Consequently, global temperatures have been driven up, including

Thursday, October 3, 2019

bpo management system Essay Example for Free

bpo management system Essay 1. Introduction 1.1 Purpose This document describes the high level design for the CHART/EORS Intranet Mapping Application and the CHART Internet Mapping Application. The purpose of this design is to show the high-level technical approach to meeting the requirements defined in system requirements specification. This serves to identify the architecture of the system and high-level interactions between major system components. 1.2 Objectives Identify and describe the software architecture for the system. Provide  high-level approaches to various technical challenges. Provide a guide for future development efforts, such as detailed design and coding. 1.3 Scope This high level design encompasses the approach for meeting the requirements as defined in the documents CHART/EORS Intranet Mapping System Requirement Specification and CHART Internet Mapping System Requirement Specification. 2. System Architecture 2.1 Overview The following diagram shows the system architecture used by CHART mapping applications.  The system design utilizes web based multi-tier system architecture. The data storage is managed at the data tier by the databases. The main business logics are hosted in the two applications in the web server. Because mapping is an area that there are many requirements related to client side interactions with the graphic content of the application, application logics are partitioned based on the most appropriate location to execute them. Some are located on the client browsers to provide instantaneous feedback to the user. The general system operation flow involves the following: 1. Data updates from various sources such as the CHART II CORBA events, EORS data inputs, device and event editing modules are stored in the databases. 2. When a mapping application receives a mapping request, it sends the image map generation request to the ArcIMS map server. The ArcIMS server retrieves the map data from the databases and creates a rendering of the map and saves it as a raster image file. The mapping application generates HTML pages embedded with the image and sends it to the browser client. 3. For the CHART Intranet mapping client, the application also generates the dynamic content in VML format, which encodes the device and event information in vector format. This enables the application to update the dynamic data without having to reload the whole map image. This avoids the heavy load on the map server when the application scales up. 4. When the images and VML  data arrives at the client browser, the client displays the map to the user. The user can interact with this data on the client. 2.2 SQL Server and ArcSDE ArcSDE from ESRI allows managing of geographic information in commercial databases such as SQL Server, Oracle, DB2 and Informix. ArcSDE provides functionalities to efficiently store and retrieve spatial information using spatial indexing mechanisms. ArcSDE provides a set of API and administrative utilities that help manage the spatial data storage. For the CHART mapping systems, the combination of ArcSDE and SQL Server manages the spatial information in the relational database. ArcSDE adds spatial functionalities without disrupting standard SQL database capabilities. 2.3 Map Server (ArcIMS) ArcIMS includes a few components that will play important roles in the CHART mapping application. The workhorse component that processes the data and generates maps is the spatial server. Managing the spatial servers is the ArcIMS Application Server, which monitors each spatial server’s activity and brokers map requests to the least busy spatial server. The detailed interaction of a map request is as the following: When the ASP.Net page receives a map request, it parses it and uses the ActiveX Connector object model to construct a map request. The connector then sends the map request in ArcXML format to the Application Server. The Application Server then finds the least busy spatial server and forwards the map request to it. The spatial server performs the query against the ArcSDE database, retrieves the data and renders them into a raster image file. The location of the file is then sent back to the connector and the ASP.Net page writes it back to the client as HTML page with the image embedded in it. 2.4 Web Server (IIS) .Net Framework and ASP.Net The web server hosts and publishes content to the client browser. In the case of the CHART mapping applications, most of the content is dynamic content generated by ASP.Net modules. When IIS recognizes a page being an ASP.Net module (an aspx extension), it passes the request to the .Net Framework to load the module and handle the request. The ASP.Net pages are then loaded into memory and executed. The .Net Framework provides many utilities such as garbage collection, tracing, just-in-time compilation that manages the execution of ASP.Net modules. The ASP.Net page modules are where the CHART mapping application logic is coded. The web server also provides security via the Secured Socket Layer (SSL), allowing interactions between the user’s browser and the web server to be encrypted when necessary. 2.5 Security 2.5.1 Network Level Security Network layer security will be managed by the network security configurations like firewall and RSA secure ID. 2.5.2 Secured Socket Layer (SSL) MDOT has a certificate server to provide digital certificates for the SSL configuration. The server name must remain consistent with the certificate. All links shall use the same server name, otherwise, if the server is referred using an IP address or a local server name, etc., the user will see an alert indicating the certificate is in-consistent with the resource. IIS supports the configuration of one folder in the web application requiring SSL while other portion does not. The session information remains consistent between SSL portion of the web site and the non-SSL portion. 2.5.3 Enterprise User Enters Read-Only View Many of the CHART mapping functionalities are for display and reviewing data, i.e. a read-only view. The design allows enterprise viewers and CHART users to access the read-only portion of the web site without having to input user name and password. This also enables CHART users to reach the viewing area without having to enter their login information again. When system receives a user request to enter the secured area, the system checks whether the current session has been authenticated. If not, system displays login screen. The user shall enter their CHART user name and password. Upon receipt of the user name and password, the system checks it  against the CHART II database’s user tables. If they are authenticated, the system stores the user information in the session. The session will be managed in the server until the configured timeout expires. All subsequent requests from the same user session will inherit the same authorization information for the user. 2.5.4 CHART User Enters Editing Area Other applications, like future versions of CHART II and CHART Lite, can launch the map editing URL via the HTTPS protocol. The user name and password can be sent via https request. The system verifies their authentication information against the CHART II user database using an OLEDB/ODBC connection. If the authentication information is correct, the system will store this information in the session. The user will be redirected to the map page. If the authentication is rejected, the user request will be redirected to the login screen to reenter the authentication information. Associating a CHART user with an op-center/default map view area: Based on CHART II R1B3 database design, users are not associated with an op-center; rather, the user specifies an op-center during logon. In order to display a default map view area based on an op-center, an external application launching the CHART mapping application will also need to pass in the operation center name to initialize the map to the associated extent. Passing user name and password in URL request: The mapping site shall have a module that verifies the user name and password, then forward the page to the map page, hence avoiding showing the password on URL address box. At the current time, without the full integration with CHART II and CHART Lite, the system will expect plain text user name and password. In the future, an encryption/decryption algorithms agreed between the systems can be added to achieve higher security. 2.5.5 EORS Security Currently, the EORS security has not been implemented. EORS functions will be hard-coded with security configuration. 3. Network Configuration The design above depicts CHART network configuration as the Internal network, a Demilitarization Zone (DMZ) network for hosting the web server and connecting out to the external Internet network. There will be two firewalls, one between the Internet and the DMZ network and another one between the DMZ network and the internal network. The map server and database servers are to be hosted in the internal network for maximum security. The initial configuration calls for two physical computers to host the map servers and database servers. In the future, if the system needs to scale up, additional physical servers can be added. The Intranet web server can optionally be hosted on the load-balanced virtual server too. 3.1.1 Map Server Load Balancing The design achieves load balancing by a combination of Windows 2000 Advanced Server Network Load Balancing (NLB) Service and the ArcIMS Application Server. The system utilizes two physical server computers. The two servers are configured with NLB. NLB works on the TCP/IP level. Any incoming traffic from web server to the virtual server IP address is load balanced between the two application servers by NLB. ArcIMS Application Server operates at the application level, monitoring each spatial server’s load and operation. When a spatial server is busy, it directs the map request to idling spatial server(s). Each physical map server hosts one ArcIMS Application Server and two ArcIMS Spatial Server instances. An application server failure forces NLB to direct new connections to the remaining application server. When the failed server is recovered, new client connections should once again be shared between the two servers. The two spatial server instances are â€Å"cross registered† to the application servers. As shown in the diagram, Spatial Server A1 and A2 are registered to Application Server B and A correspondingly. This arrangement ensures that when a spatial server is down, the application server can still  utilize the spatial server from the other server to serve the map request and the application server continue to function. Also, this configuration also allows ArcIMS to load balance at the Spatial Server level as opposed to just the network traffic level, which is what NLB provides. This configuration can withstand an Application Server failure, a Spatial Server failure, a simultaneous Application/Spatial Server failure or hardware failure of one of the physical map servers. Using two map servers with network load balancing should provide high-availability load balanced ArcIMS web site. 3.1.2 Database Load Balancing By running two SQL Server and ArcSDE instances with NLB to balance the load, the system can achieve high availability at the database server layer. The database servers are completely independent and share no hardware components. This type of availability is achievable with the standard edition of SQL Server. The two database servers are setup with Transactional replication. One of the two SQL Servers is configured as the publisher and the other one as a subscriber. All the data modification such as insert, delete and update will be performed on the publisher and changes are replicated to the subscriber. Transactional replication can provide very low latency to Subscribers. Subscribers receiving data using a push subscription usually receive changes from the Publisher within one minute or sooner, provided that the network link and adequate processing resources are available (latency of a few seconds can often be achieved). When the web server and map server requests use the virtual IP address on the load-balanced group of database servers, they are directed to the database server with the least amount of load. If one of the database servers goes down due to hardware failure, NLB detects that this server is down and no longer directs database requests to this machine. The remaining machine handles the database requests and apart from a slight drop in performance the users are unaware that a database server has failed. When the hardware is fixed the offending machine can be brought back online. One limitation exists for this design. It happens when the publisher database is down. In this situation the data updates cannot be committed until the publisher database comes back. But at the same time, all read access from the Internet and Intranet server could still be directed to the secondary server. In the case when the publisher data is going to be down for extended time period, system configuration need to allow system administrator to change the configuration so that the replica will serve as the main database. Compared with clustering solution, this system design provides the maximum database availability and performance benefit. The databases that need to be replicated would include: 1. Background map database. Background map data does not change often. A snapshot replication is sufficient for replicating data updates in one database to the other. 2. CHART/EORS Spatial Database CHART/EORS spatial database stores CHART and EORS device and event information with spatial data. They are dynamically updated throughout the day. Transactional replication will be setup to ensure that data change in one database gets replicated to the other one. 3. SDE metadata. In general, the system can continue to provide access of map and data to both the Internet and Intranet users in the case of failure of any one component in the system. The only exception is that when the publisher database is down, the new data cannot be updated into the system. Users will get delayed information. 3.1.3 DMZ Configuration CHART is currently implementing a Demilitarization Zone (DMZ) network to enhance the network security. This entails creating a separate network for the web server computer(s) and separating it from the internal network with a firewall. In an ideal world, the DMZ would have no physical connection to the internal network. This would require two separate map server setups to serve the  Internet and Intranet users. The recommended way to implement is to disallow any access from the DMZ to the internal network, but allow access from the internal network to the DMZ. In other words, allow out-bound connections. On each of the ArcIMS server computers, mount a network drive to a shared drive on the Web server. Each ArcIMS spatial server would write the output raster image files to the location on the web server to be delivered to the Internet client browsers. 4. Database Organization To reduce the dependency and operation interference between the spatial data and the attribute data, the EORS spatial database and CHART spatial database will be created as two SQL Server databases. To reduce the performance overhead when joining data between the spatial and attribute data, the EORS spatial database will reside on the same database server(s) as the EORS database. 5. Technical Challenges 5.1 Map Display Mechanism CHART Intranet mapping application requires that changes in event and device data be reflected on all map clients in a near-real-time fashion (within 5 seconds). To do so via the traditional raster map publishing mechanism will result in all clients retrieving updated map every 5 seconds or at least when event/device status update requires a new map to be generated. When there is large number of users of the system, it will result in a high map server load in a concentrated short time period. To resolve this issue, the project team reviewed various technical approaches and summarizes their advantages and disadvantages as the following: 5.1.1 Raster (JPEG, GIF or PNG) Image This is a popular approach that utilizes the basic image display functionality of web browsers. It utilizes the server processing power efficiently. The disadvantages are that the images have limited client side intelligence, leaving most of the computation concentrated on the server. It’s capability of handling large number of concurrent map requests is limited. Generally, one map server can support 4-8 requests per second. For  CHART’s situation, when an event changes status, if a new map image needs to be generated, it would be about 40 requests per second (200 users at 5 second update interval). Many servers will be required to support the load. With the license fee involved with using GIF format, we will not use GIF for map publishing. Compared with JPG format, PNG graphics do not have the â€Å"bleeding† effect inherent with the JPEG compression algorithm. With the map displaying lines rather than continuous tone images, it is much cleaner. PNG also results in a smaller file, which translates into faster download times for client. The only JPG advantage is server side image generation times. It is recommended to utilize PNG for the Intranet application to produce highest quality images for standardized IE browser while utilizing JPG for the Internet to allow for support of as many browsers as possible. Also, the reduction in image processing time should deliver better web image generation performance. 5.1.2 XML Based Vector Graphics 5.1.2.1 Vector Markup Language (VML) VML is a XML based W3C standard in describing vector graphics. Basically, it encodes the vector coordinates of points, lines and polygons in XML format. The support of VML is included in Internet Explorer 5.0 and later. There is no download needed to display VML encoded vector graphics. It also has built-in support for style sheet and scripting. This makes it possible to modify the display properties and positions of the vector graphics using the JavaScript on the client-side browser. Using this functionality, we can dynamically update the display of devices and events. 5.1.2.2 Scalable Vector Graphics (SVG) Scalable Vector Graphics is another XML-based W3C standard format for vector graphics. Compared with VML, it requires Java or ActiveX based plug-in to be displayed. Also, based on review of the plug-ins (SVG Viewer by Adobe), there is not as much support for scripting as for VML. 5.1.3 ArcIMS Java Viewer ArcIMS includes a Java Viewer, which provides a Java Applet that can be customized to a certain extent to display vector encoded GIS data on the client side. It requires a download to the client. The Java Viewer reads vector data from ArcIMS feature server encoded using an ESRI proprietary compression format, which makes it difficult to implement special features such as WSMS offsetted road networks because they need to be offset dynamically based on map scale. 5.1.4 MapObjects Java MapObjects Java from ESRI provides a set of Java-based objects for GIS functionalities. It has an extensive set of functionality that can satisfy the requirements. But, it requires a license fee of $100/seat, or comparable server-based licensing. It also requires a download to client machine to run it. 5.1.5 Summary Based on the research above, the project team recommends the following design: Use raster map for background map display (background data with SHA grid map are often large amount of data, suitable for server side processing) Use XML data format to transport the device and event data from server to browser client. Use JavaScript to create and update the VML vector data elements to display the dynamic layers including all the CHART/EORS devices and events. The diagram above illustrates the map display mechanism: 1. Map server reads the spatial data from background database and sends the published map image to the client browser to be displayed as background. 2. Device and event information is broadcasted from the CHART II system in the form of CORBA events. 3. CORBA event listener receives the event broadcast and saves the data into CHART spatial database. 4. CHART/EORS device and event data are published in XML format to the client. Client browser parses the XML into a XML Document Object Model (DOM) using the XML parser. 5. The client browser then iterate through the DOM tree structure and create corresponding VML elements based on the XML device and event data. The VML elements are displayed on the top of the background raster map image. 6. At a pre-configured interval, the browser client retrieves update of device and event data from the IIS server in XML format and update the VML display  based on the updated information. 5.2 Automated Refresh of Device and Event Data CHART/EORS device and event information needs to be updated at a pre-configured interval. They should be updated separate from the background map to reduce the load on the map server. The technical approach to achieve this will be to use a hidden frame to send the request to retrieve updated device and event data and receive the response. The response will package the data in XML file to be parsed into a document object model (DOM) and display the data on map. The request can be to retrieve all data or only retrieve data newer than last retrieval. When the new device/event is received and it requires changing the display of the device/events, the style assignment for the elements can be changed to update the device and event display.   The VML elements will be sent using real-world coordinates (Maryland State Plane 1983). After the data has been retrieved to the client side, the VML map layers can be dynamically projected using the â€Å"local coordinate space†. When user zooms or pan the map, the VML will be projected using the updated coordinates to fit the new map extent without going back to the server to retrieve new data set. 5.3 Inter-Frame Client Script Synchronization The map page has a few frames and the browser loads them asynchronously. Scripts in one frame may call scripts in another frame that may not have been loaded. The approach to resolve this is to add client-side exception handling and verification routine to ensure that the script is called always after the frame is loaded. 5.4 Assigning and Editing Event Location The dynamic nature of VML elements in the browser allows adding and modifying VML elements by scripting. When the user clicks or drags the mouse on the map, client-side script manages the transformation of screen coordinates and real-world map coordinates. The coordinates are sent back to the server’s secured URL where the information is extracted and saved to the database. 5.5 Scalability The CHART mapping application serves not only the Intranet users, but also Internet browser clients. During emergency situations, the load on both the Internet and Intranet servers could get extremely high. The system must be able to scale up to serve large amount of users. The technical approach to solve this issue involves two main facets. As described in the network configuration section, the system will employ network load balancing and allows adding additional hardware in the future. The system should also be able to utilize the caching feature of IIS and ASP.Net to scale up without significantly increase hardware investment. ASP.Net allows caching configuration for individual page modules, such as whether the page is cached and how long it is cached. After the application is deployed, these caching settings can be configured on the web pages. For example, if it is determined that the Internet mapping can be up to 3 seconds late, by setting caching time to 3 seconds, all requests from the Internet will receive a cached response without creating additional load on the map and database server. 5.6 Exception Management and Recovery CHART II keeps its clients updated via a push model using the CORBA Event Service. The Event Service does not guarantee delivery; therefore it is possible for event data to be lost/dropped (although in practice, this is rare). To account for this possibility, the CHART Web Event Listener will refresh its information about the status of devices and traffic events from CHART II at a configurable interval. Also, each time the Event Listener is started, it will retrieve all relevant data from CHART II. Thus, the update model becomes a push model with an occasional pull to be safe. This process will be used to recover from the following situations: 1. The Event Listener was down and did not receive new data from CHART II. 2. CHART II CORBA event(s) occasionally dropped while the Event Listener is up and running. Another likely scenario is that the CHART II server or service(s) restart. After a typical restart, the CORBA Event Service CORBA objects will be  recreated with the same characteristics allowing the Event Listener to continue to automatically receive CHART II CORBA events. As the CHART II services will not be processing events during this time, no events are likely to be missed. Therefore, the Event Listener does not need to do anything special to handle a CHART II server or service(s) restart. Sometimes CHART II maintenance will require that new (and different) Event Service CORBA objects be created. This might happen during a CHART II upgrade, for example. In this case, the Event Listener will need to be restarted so that it can pick up the new objects. Since this type of maintenance does not occur often and the Event Listener restarting is fast, the restart can be handled as part of the CHART II upgrade procedures. 5.7 Integration with ASP Code in EORS and CHART Web Application The CHART Intranet Mapping, replacing the existing EORS mapping application, will still be launched as a separate window by a URL string with a few parameters identifying the district, view type, etc. The impact on EORS web application should be limited to modifying the URL links. The current CHART Internet Mapping site uses â€Å"include† statement to include site navigation pages from upper level CHART web site’s pages. When upgrading Internet Mapping to ASP.Net, â€Å"include† statement is no longer used. Instead, a ServerXMLHTTP request can be formulated to request the text from the included ASP page and merge them into the mapping ASP.Net pages. The limitation of this implementation would be that the ASP.Net application couldn’t share the session and application variables from the ASP application. Currently, there are only a couple of them, such as database connection string. The ASP.Net mapping application will maintain a separate set of application variables. 6. User Interface Design 6.1 Intranet Map Site User Interface Design Here following is a high-level frame structure for the Intranet mapping site: 1. AppFrame is the highest-level frame that includes all the child frames. On the top of the page, there will be the title frame, which will host the  CHART icon. Also inside the title frame will be a group of tabs, such as Traffic, Roadway Weather, Message Sign, etc. 2. ToolsFrame hosts the map navigation and other map related tools. The ToolsFrame will also host menu system that allows the user to bring up data and other detailed information. 3. HiddenFrame will be used to submit and receive information from the server. 4. ContentFrame is further divided to a map frame on the left and a data frame on the right. The user shall be able rearrange the frame boundary to give more space to the map or data area. Data frame will display data as well as legend, layer control and other items when needed. 5. PromptFrame will display the current tool selected and instructions for user activities. Here is a screen shot of the preliminary user interface design: 6.2 Internet Map Site User Interface The overall CHART Internet mapping web site design will stay the same as current web site. The site will stay as part of the overall CHART web site by including the CHART navigation menus into the site. The site will not be using frames; instead, all elements will be laid out as HTML tables. 7. References 1. CHART/EORS Intranet Mapping System Requirement Specification 2. CHART Internet Mapping System Requirement Specification 3. Security and ArcIMS – ESRI White Paper 4. ArcSDE Configuration and Tuning Guide for Microsoft SQL Server – ESRI White Paper 5. ArcIMS 4.0 High-Availability Configuration Testing Using Network Load Balancing –ESRI White Paper 6. Vector Markup Language (VML) Specification – W3C 8. Terms and Glossary ArcXML – ESRI’s map request/response specification in XML format CORBA – Common Object Request Broker Architecture CSS – Cascading Style Sheets DOM – Document Object Model ESRI – Environment System Research Institute GIS – Geographic Information System GML – Geography Markup Language NLB – Network Load Balancing SSL – Secure Socket Layer SVG – Scalable Vector Graphics VML – Vector Markup Language XML – Extensible Markup Language

Effect of Alzheimer’s on the Family

Effect of Alzheimer’s on the Family Alzheimer’s: the effect on the family Introduction Alzheimer is a medical problem that can also be termed as a type of dementia. A patient who suffers from Alzheimer experiences problems in regard to his memory, thinking process, and behavior. This disease can be defined as a medical problem that is irreversible, and damages the brain gradually. It starts destroying the memory of a person and then eventually the patient starts experiencing problems in carrying out the activities related to his or her daily life. This is a problem that is caused especially in older people, the ones, who have crossed the age of 60. As mentioned above, this is one of the most common types of dementia that is caused in older people. Researchers have been working on the Alzheimer since 1906, when a doctor first examined the case of a woman who was thought to be dead due to some sort of mental illness. The common symptoms that were witnessed by the doctor in that lady included the problems related to memory loss, psychological and mental behavioral problems, problem in speaking and understanding what other people are saying, etc. after the death of this female patient, the doctors examined her brain and found that there were a lot of abnormal amyloidal clumps in her brain. Apart from this, a lot of entangled fibers were also found in the brain of this lady during examination. (Casado, 2012) These two findings, i.e. the plaque as well as the tangles are considered to be the two main features that help in providing the description of the Alzheimer’s disease. Apart from this, the third factor that proved to be responsible for causing Alzheimer in the patient was the loss of contact between the neurons with each other in some or all the parts of the brain. It has been seen that with the help of proper medication, the doctors have been successful in treating and controlling the symptoms of the Alzheimer. But till date there has been no cure that is discovered for treating the Alzheimer disease in a perfect manner. The working of the brain under the influence of Alzheimer disease Not many researches have proved to be successful in determining the exact details about the Alzheimer disease. The questions like how and when the process or Alzheimer begins in the brain is not known. It is generally believed that the symptoms are visible in the patients much later when the disease starts damaging the brain. The patients do not exibit the symptoms in this stage but there are a lot of toxic changes related to this disease that start taking place in the brain. The brain starts depositing a lot of protein in the brain and this protein eventually starts forming clots and tangles of fibers in the brain. When this quantity increases, it starts affecting the working of the neurons. This is exactly the situation when the neurons start dying and the signs of Alzheimer are visible in the patients. (Feldman, 2013) The first place or part of the brain that gets affected by this entire process is known as hippocampus. This is that part of the brain that plays vital role in forming the memories in the brain. This region of the brain starts shrinking as soon as the neurons start dying. It is very difficult to identify Alzheimer in the initial stages. And eventually, when the patient goes and consults a doctor regarding his problems, it often gets too late. (Lim, 2011) Statistics related to the Alzheimer Talking in context to the United States, there are more than 5 million people who are known are the patients suffering from Alzheimer. Most of these people are in the age group of 65 and above. Since there is no exact and effective treatment for this disease, it is difficult to put a brake on the rising number of the patients. There are three stages that occur in Alzheimer, namely a preclinical stage, a mild cognitive stage and the final stage. This is not those types of disease which may cause death to the patients. But because it is caused in people with older age, Alzheimer mixes with other diseases and then may cause death in some years. Living with the Alzheimer- the effect on the family Since this medical problem and the number of patients suffering from it are constantly increasing, you may also witness that some person in your family supports from this problem. It is important to understand here that you are not the only one whose dear one is suffering from this problem. A lot of old people these days suffer from this medical problem. A lot of care and precautions need to be taken in order to help the patient live a proper life when he or she suffers from Alzheimer. Along with the patient, it is the patients family as well that has to deal with a lot of stress on a daily basis. It is not only the patient itself who lives with the Alzheimer disease, but it is his or her family members as well. (Elliott, 2010) The family of the patients suffering from Alzheimer disease needs to be very supportive towards the patient. Most of the people, who suffer from this disease, are not able to handle or manage the tasks that need to be done on a regular basis. they need to mandatorily seek help from others in walking, sitting, standing, etc. since you are the care givers for the patient, it is important that you take care of all the unique needs of the patient. Some of the general tips that may prove to be helpful for you in the case you have to take care of patient suffering from Alzheimer disease are mentioned below- Set up a routine for the patient and make sure it is seriously followed Make sure that you help him do his works. Don’t just treat him as a person who cannot do anything on his own. Since the patient stays confused and feels weak all the time, taking care of his or her dietary habits is very important (Thies, 2013) Give healthy meals and drinks to the Alzheimer patients Serve food that the patient can eat by himself easily Keep in mind that the patient is an adult and not a child. He or she may have mood swings and therefore do not force him or her for anything that is against their wish The patients lose control over their brain and the thinking process. so it is important that someone is always around the patient in order to keep the patient safe Encourage the patient for regular exercising If the situation worsens, you can take him or her for counseling sessions It is important for the caregivers that they take care of themselves as well. The family members of the patients suffer from the mental as well as physical trauma. It is important here that the caregivers are provided with constant support. Many people may think that it is unfair on their part to take care of someone who isn’t treating them right. It is important that the family members of the Alzheimer patient keep themselves patient and calm. Conclusion There has been a lot of advancement in the research related to the Alzheimer disease in the last few years. It should be remembered that the Alzheimer disease is one of the most serious problems that has been faced by the country presently. It is important that the scientists keep on working in this field and quickly find out a way in which they can treat the patients of the Alzheimer disease in order to make them perfectly healthy. Apart from this a lot of work in respect to the prevention of this medical problem also needs to be done in order to control the rise in the number of patients suffering from Alzheimer. (Theofilou, 2012) Taking from the point of view of the caregivers and the family member’s o the Alzheimer patients, it is important that they handle the patient with utmost care and affection. In cases when the family is not capable of handling the patient, they can take the help of care homes as well that are made in order to serve these patients. References Works Cited Casado, B. . (2012). Correlates of caregiver burden among family caregivers of older Korean Americans. Retrieved 5 6, 2014, from Casado, B., Sacco, P. (2012). Correlates of caregiver burden among family caregivers of older Korean Americans. The Journals of Gerontology Series B: Psychological Sciences and Social Sciences, 67(3), 331-336. Elliott, A. F. (2010). Enhancing caregiver health: findings from the resources for enhancing Alzheimers caregiver health II intervention. . Retrieved 5 6, 2014, from Elliott, A. F., Burgio, L. D., DeCoster, J. (2010). Enhancing caregiver health: findings from the resources for enhancing Alzheimers caregiver health II intervention. Journal of the American Geriatrics Society, 58(1), 30-37. Feldman, A. L. (2013). Familial Coaggregation of Alzheimers Disease and Parkinsons Disease: Systematic Review and Meta-Analysis. . Retrieved 5 6, 2014, from Feldman, A. L., Johansson, A. L., Lambert, P. C., Sieurin, J., Yang, F., Pedersen, N. L., Wirdefeldt, K. (2013). Familial Coaggregation of Alzheimers Disease and Parkinsons Disease: Systematic Review and Meta-Analysis. Neuroepidemiology, 42(2), 69-80. Lim, J. G. (2011). Coping strategies influence caregiver outcomes among Asian family caregivers of persons with dementia in Singapore. . Retrieved 5 6, 2014, from Lim, J., Griva, K., Goh, J., Chionh, H. L., Yap, P. (2011). Coping strategies influence caregiver outcomes among Asian family caregivers of persons with dementia in Singapore. Alzheimer Disease Associated Disorders, 25(1), 34-41. Theofilou, P. (2012). Evaluation of quality of life for caregivers of patients with Alzheimer’s Disease. . Retrieved 5 6, 2014, from Theofilou, P. (2012). Evaluation of quality of life for caregivers of patients with Alzheimer’s Disease. J Alzheimers Dis, 2(1). Thies, W. . (2013). 2013 Alzheimers disease facts and figures. . Retrieved 5 6, 2014, from Thies, W., Bleiler, L. (2013). 2013 Alzheimers disease facts and figures. Alzheimers dementia: the journal of the Alzheimers Association, 9(2), 208-245.

Wednesday, October 2, 2019

Lack of Forgiveness in Lucille Cliftons poem Forgiving My Father

The title of Lucille Clifton's poem, "forgiving my father", seems to be in sharp opposition with the poem itself. There seems to be no forgiveness, yet the title claims that it is there. The entire poem focuses on the debt of the author's father. "it is Friday." she says, "we have come to the paying of the bills." (1-2). But perhaps it doesn't necessarily mean that it is literally Friday, perhaps she just means it is the end, and maybe the debt isn't one of money, but of love. Clifton is using a monetary debt to symbolize a debt of love and affection. She uses this symbolism to show that by the end of the poem, she has forgiven her father, but it is not forgiveness as we would normally think of it. The poem begins by talking about how it is payday, but the father, as a ghost, is asking for more time to pay. How can a ghost pay anything? Even if he could get the extension, he would never be able to pay anything because he is dead. So why does she say it is payday? Perhaps the answer lies in lines 7 and 8 when she says, "my mother's hand opens in her early grave and I hold it out ...

Tuesday, October 1, 2019

Eminem :: essays research papers

For my research paper, I chose to write about Marshall Mathers. I chose to write about him because he is the best young rapper, and I like how he doesn’t care what happens, he just goes with it. He isn’t a very good role model, but he is funny, and couldn’t care less what anybody says about him. He had a rough childhood that reflects to now, and makes great records and songs that describe his life and what has happened during it. Marshall Bruce Mathers III was born on October 17, 1974 in Kansas City, Missouri. He created his own nickname, Eminem, which is pronounced M&M, from his initials, M.M. Marshall had a harsh and cruel childhood, where he constantly moved between Kansas City and Metro Detroit. When he was a child, he lived with his mother. His mother’s name is Debbie Mathers-Briggs. Eminem has never even seen a picture of his father in his life. Eminem and his mother continued moving and never stayed in one place longer than six months. His mothe r worked very hard and many jobs to provide for herself and Marshall. When Eminem was in school, he used to get beat up every day. There wasn’t one day when he didn’t get beat up by the same group of kids, just for being himself. One day those kids almost killed him, and Eminem went into a coma. The day after he got out of the hospital, they moved again. Eminem continued to move back and forth from his mothers to his grandmothers, until the age of 11, when he and his mother settled in Detroit for good. Marshall first started to get into rap when he was 14. Some of his musical influences growing up were the Beastie Boys, LL Cool J, and Run DMC. As Eminem persued his rapping career, he would often hustle radio stations into playing his self-made tapes, to get some publicity over the radio waves. Marshall felt that his rapping career was starting to take off. He was getting some big calls to rap in major places and he thought everyone has started to love him. Soon, he fou nd the love of his life, Kim. They had a baby girl together, named Hailie Jade, on December 25, 1995. Eminem decided to release his first full-length album in 1996 called Infinite. It was somewhat of an experimental thing, but the record did not sell any copies.

Policing in America Society Paper

Individual Paper (Policing in America Society Paper) Jesus K. Martes Santos CJA/214 February 27, 2013 Jon Holman Individual Paper (Policing in America Society Paper) In the following paper I will be discuss the Policing in America Society, This paper examines the changing relationships between police and other government agencies, in the context of recent experience between State, Federal and local government departments. The police in the United States forms part of the law enforcing agencies according the Federal law. Apart from the national police force, there are a number of policing organizations.There are two levels of police in the United States namely the Federal police and the State police. The policing organizations that serve at the Federal level include Federal Bureau of Investigation (FBI), the Immigrations and Customs Department (ICE), the Drug Enforcement Administration (DEA) and many other Federal Law enforcement agencies. (Betchtel, 1995)   Criminal Justice is the system of practices and institutions of governments directed at upholding social control, deterring and mitigating crime, or sanctioning those who violate laws with criminal penalties and rehabilitation efforts.Those accused of crime have protections against abuse of investigatory and prosecution powers. The Federal Law enforcement agencies hold their power from the constitution of the United States in Article 1 section 8. Their operations extend beyond the State borders, for instance, the FBI have the authority to apprehend an offender who has gone beyond the boundaries of the State and the country. The State level policing organizations are divided into three basic categories: State Troopers, who are sometimes referred to as the State police, county sheriffs and the city police.State police, under the laws that govern the State have the policing authority across the whole of the State (Wadman, 2009). However, their jurisdiction is only limited to patrol areas and facilities that a re under the State level authorities. Such areas include government buildings within the State and highways. County sheriffs are limited to operating within unincorporated areas, but are they have no policing authority within the city.City police have the power to serve within the cities and they are restricted to only serving in the cities (Marks, 2009). The relationship between the police and government is determined by the level of the police organization. Federal policing organizations are subject to being controlled by the congress and have the responsibility of going after tax-related laws and criminals who operate between the States. State policing organizations are under the control of the State government. They are subject to the limitations of the State law.This implies that the State policing organizations are under the Federal police organizations (Marks, 2009). The sovereignty of the State and the sovereignty of the Federal government play a significant role in determin ing the relationship between the policing organizations in the US and the government. Despite limitations in the constitution in terms of State sovereignty, there have been scenarios whereby the different policing levels have clashed due to a different State and Federal interests (Walker, 2010).Grouping policing organizations basing on Federal and State levels questions the unity between the State government and the Federal government. The restrictions in terms areas of operation by the policing organization does not enhance efficiency in policing. This poses the risk of increase of criminal activities, being attributed to the inefficiency of the policing organizations. State priorities can be different from the Federal priorities in one way or another. Such differences can be extended to the policing organizations.Such conflicts are not health in law enforcement practices (Kelling, 2002). Usually, the division that exists between the State law and the Federal law is confusing, the gravity of the crime is usually downplayed on grounds of interstate crime, an instance is a murder crime which occurs within the state can be considered as state crime, on a similar account, petty crimes involving the crossing of the state boundaries can be termed as state crime. The divisions are also making the government to focus more on interstate crime than local crime.The government is concentrating more on the Federal Law enforcement agencies at the expense of local police who play a pivotal role in combating crime at the grass root (Betchtel, 1995). That means the relationship between local and federal authorities combating the crime bring only division and focus only in budgets and no the real problem. References http://www. bechtel. com/BAC-Chapter-7. html www. justice. gov/archive/†¦ /principlesofgoodpolicingfinal092003. pdf en. wikipedia. org/wiki/Posse_Comitatus_Act