Free Essay

Thesis

In:

Submitted By patricia19
Words 3698
Pages 15
ISSN: 2319-8753
International Journal of Innovative Research in Science, Engineering and Technology
Vol. 2, Issue 3, March 2013

Mobile Tracking Application
Radhika Kinage1, Jyotshna Kumari2, Purva Zalke3, Meenal Kulkarni4
Student, Department of Computer Technology, Yeshwantrao Chavan College of Engineering, Nagpur, Maharashtra,
India1,2,3,4
Abstract: Personal Tracking Systems are the tracking devices specially built up for personal information. The person takes it with him and the information of where he is presently is provided. The same system has been implemented in this mobile tracking application i.eTrackMeApp but various extended features that the existing system does not have.
This system is GPS enabled android mobile phone whose location is tracked. Our application provides the functionality of defining the geo-fence areas as safe, risky and highly risky.
Keywords: GPS, TrackMeApp, geo-fence, A-GPS

I. INTRODUCTION
Various GPS-based tracking systems have been successfully deployed and utilized in various applications such as fleet and vehicle location identification, and in route guidance. Recently, systems that integrate GPS and GSM technologies with Google earth to provide real-time data have also been proposed. However, for indoors and closed environments
GPS systems fall short and it becomes difficult to acquire the necessary satellites for accurate position computation.
Some of the alternate techniques that are proposed for indoor location tracking include the integration of Bluetooth technology with 3G networks. The proposed solution suggests that Bluetooth terminals can exchange information with each other and then a Bluetooth access point provides the interface to a mobile network. In their solution they presumed that Bluetooth fixed infrastructures are expected to be installed in offices, homes and public areas which is not the case nowadays. The implementation of a mobile indoor application that delivers maps and linked database information to indoor wireless devices such as mobile phones and PDAs. Users would then interact with the web pages on their phones while viewing floor plans around their current location, searching for an office or a classroom.
In today’s world, child’s safety is a major concern. It becomes difficult for the parents to keep track of their children all the time they are away from home. Hence a need arises to provide a way to do so in order to ensure child’s safety. This application is of interest to the parents and police department to restrict the roaming of a mobile user to a predefined geographical boundary. If mobile user breaches this boundary, then a alert message containing mobile’s current location is sent to register mobile phone numbers and email ids.
II. OBJECTIVES
The application aims at providing a simple way-out for ensuring the child’s safety all the while he is by his own. The main objectives of this application are as follows:
 The application would provide the ability to divide interested geo-graphical area into different sub zones (e.g. safe, risky, highly risky etc.) and based on breaching of these zones a different alert message would be sent to registered users. 

The application would also provide the ability to automatically send a message to registered users with mobile’s current location after user configured time interval.



On geographical boundary breach, the application would warn user in the form of a message with beep so that mobile user would also be well informed about risk associated with his/her movement.
III. LITERATURE REVIEW

A. Global Positioning System
Global Positioning System (GPS) is a Global Navigation Satellite System (GNSS) developed by the United States
Department of Defence. It is the only fully functional GNSS in the world. It uses a constellation of between 24 and 32
Medium Earth Orbit satellites that transmit precise microwave signals, which enable GPS receivers to determine their current location, the time, and their velocity. Its official name is N V T R
A S A GPS. GPS is often used by civilians as a navigation system. A GPS receiver calculates its position by precisely timing the signals sent by the GPS satellites
Copyright to IJIRSET

www.ijirset.com

617

ISSN: 2319-8753
International Journal of Innovative Research in Science, Engineering and Technology
Vol. 2, Issue 3, March 2013

high above the Earth. Each satellite continually transmits messages containing the time the message was sent, precise orbital information, and the general system health and rough orbits of all GPS satellites.

Figure 1:GPS satellite constellation

In general, a GPS receiver uses information from the GPS satellites orbiting the earth to calculate its current location.
The GPS system contains 27 satellites that continually orbit the earth, transmitting information to would-be receivers.
Each satellite follows a defined path, ensuring that at least four satellites are “visible” from any point on earth at any given time. Being able to have a “line of sight” to at least four satellites is necessary to determine location using GPS.
Figure 1 shows a depiction of the GPS satellite constellation.
Each GPS satellite in the constellation continuously transmits its current position (ephemeris data) and almanac data.
The almanac data includes data about each satellite in the constellation, including orbiting data as well as information about the overall state of the system as a whole. To say it another way, ephemeris data is information about a single satellite, and almanac data is information about every satellite. Every satellite transmits both. Though both the ephemeris data and almanac data provide location data for a given satellite, the ephemeris data provides accuracy for location calculation.
To calculate its location, a GPS receiver must be able to determine its distance from multiple satellites. It does this using the ephemeris data. Included in the data that is transmitted from the satellite, along with the position data, is the time at which the transmission started. Each GPS satellite contains highly accurate timekeeping mechanism that allows the satellite to keep its time in sync with the rest of the satellites. To produce an accurate location calculation, the GPS satellites and GPS receivers must have their clocks highly synchronized. Even the slightest difference in time can cause large errors when computing location.
Using the transmission start time, the GPS receiver can calculate the time it took for the transmission to be received
(the receiver knows when the transmission ended). This calculation is made with the assumption that the radio waves that transmit the data travel at the speed of light in a vacuum (which is not always the case). Using the start time, end time, and a constant for the speed of light, a GPS receiver can calculate the distance of the satellite from the receiver.
Using the distance from multiple satellites, the GPS receiver can triangulate its current location. Essentially, the point at which all the spheres intersect is the location of the receiver. A minimum of three satellites is needed to determine a two-dimensional location (latitude and longitude).
Communications from additional satellites allow a GPS receiver to determine additional positional information such as altitude. A GPS receiver will not limit itself to only four satellites. In general as the number of satellites from which the receiver can receive data increases, so does the accuracy of the location (there is an upper limit, however).
GPS is useful for determining current location, but it does have some drawbacks (especially for mobile platforms), one of which is the time it can take to calculate the current position. Before the location can be calculated, multiple satellites must be found. Many satellites are orbiting the earth, but only a handful can be “seen” at any given time because most will be below the horizon and blocked by the earth (remember, a line of sight is needed). The almanac used by the GPS system can provide assistance in determining which satellites should be used for a given location at a given time. However, if the GPS does not have a relatively current almanac, it will need to have the almanac data transmitted by a GPS satellite. This can be a slow process.
GPS consists of three segments - the satellite constellation, ground control network, and user equipment.

Copyright to IJIRSET

www.ijirset.com

618

ISSN: 2319-8753
International Journal of Innovative Research in Science, Engineering and Technology
Vol. 2, Issue 3, March 2013

Space segment - The satellite constellations that provide the ranging signals and navigation data messages to the user equipment.
Control segment - ground control network which tracks and maintains the satellite constellation by monitoring satellite health and signal integrity and maintaining satellite orbital configuration.
User segment - user equipment.
B. Google Map API
To develop application Java ME platform will be used. Java ME is a development tool which enables to develop programs for different mobile phones. As a background map Google Maps will be used. Google Maps API for Java ME is available on the internet.
The coordinates of users will be taken from GPS and interpreted. After getting latitude and longitude values, location of users are represented on map by symbols. User will be able to zoom in and out of map. In addition he will be able to look around using directions which might be set differently for different mobile phones such as using fingers for smart phones and number for other phones.
Through the known geographic position, this application enables the user to track a mobile device and send alerts if it is out of the radius around an interest point, previously defined by the application administrator. The advantages of this technology is by using existing equipments and free services like Google maps and GPS, we can construct a very reliable location tracking system. The basis of this program is GPS.
IV. METHODOLOGY
We intend to develop an application which tracks the mobiles location and if the location is outside the security zone that is the zones are divided into three priority regions. The priority regions are safe, risky and highly risky. So if the mobile’s location co-ordinates are found breaching the priority zones, an alert message is sent to the number which is registered for receiving the alert message.
The overview of the application is described in figure 3 given below.

Figure 2: Block diagram of TrackMeApp

Step1. Install application.
Step2. Login
Step3. Enter phone number
Step4. Specify radius for each of the three zones
Step5. Select the centre location on the map

Copyright to IJIRSET

www.ijirset.com

619

ISSN: 2319-8753
International Journal of Innovative Research in Science, Engineering and Technology
Vol. 2, Issue 3, March 2013

Step6. Set the zones
Step7. The application checks for updates from the GPS at regular intervals
Step8. If the current location is outside the fence1 then send alert message1 go to step7
Step9. If the current location is outside the fence 2 then send alert message2 go to step7
Step10. If the current location is outside the fence3 then send alert message3 go to step7
A. Admin Console
In the Admin Console the information is stored into the database. The information is related to the parent and consists of their contact details and the geo-fence settings. The geo-fence is set by drawing circles of desired radius on the
Google map. The centre of the circle is then fed into the database and stored. The map displays the location labels so that it is easier for the parent to identify the location before setting up the geo-fence. Admin console also provides the facility to change the password and phone number. The basic requirement of this application is a GPS enabled mobile phone. Figure 3: App Screen

The Figure 3 shows the App Screen which consists of the Google Map. The map opens up at the current location of the user. The parent then has to enter the radius and click on the “Set Circle” button and point at any location on the screen which needs to be set as the centre of the three zones. Settings provide the facility to change username, password and phone number.

Figure 4: Configuring security zones

Copyright to IJIRSET

www.ijirset.com

620

ISSN: 2319-8753
International Journal of Innovative Research in Science, Engineering and Technology
Vol. 2, Issue 3, March 2013

Figure 4 shows the configuring of different security zones done by the parent. The parent provides the radii of all the zones and then clicks the button to set the zones and proceed with the next phase of application i.e. alert generation on breaching the safe boundary.
The safe zone is shown by the green colour region. Followed by it, is the second zone i.e. risky zone whose boundary is shown by blue colour and the highly risky zone is depicted by red colour boundary.
For example, here in the figure above, the user has provided the radii of different zones in meters. For the safe zone, the radius is provided as 1000 meters. And 2000 meters and 3000 meters for the risky and highly risky zones respectively.
The zones are drawn around a fixed point which is shown by the pin point as shown in figure above. The parent sets this fixed point by clicking on the button “set Cor” and then the fixed point is set a followed by which the different security zones are drawn around it. And finally the zones are set.
B. Location Tracing
Although standard GPS can provide accurate location data, the limitations it imposes make it difficult for mobile devices to use it. To help circumvent some the limitations of standard GPS, modern mobile devices make use of assisted GPS (A-GPS) and possibly simultaneous GPS (S-GPS).
A-GPS uses the mobile network to transmit the GPS almanac along with other pieces of information to a mobile device.
This use of the mobile network allows for faster transmission of the almanac, which may lead to faster determination of the device’s current location. This will also improve the time it takes to acquire a GPS location.
Devices that use standard GPS may use the same hardware to communicate with GPS satellites and make mobile phone calls. This means that only one of these actions can take place at a time. S-GPS addresses this issue by adding additional hardware that allows the GPS radio and the cellular network radio to be operational simultaneously. The ability to have two radios active can speedup GPS data transmission because it allows the data to be received while the cellular network radio is active.
In case the GPS does not work, we can also use the network provider to extract location. In Android, network-based location can use different methods for determining the location of a device. As of this writing, the network location provider can provide location information using cell towers, or based on wireless network information.

Figure 5: GPS locations

In Figure 5, the different positions of the child are shown on the map. The GPS tracks the location of the child and provides the corresponding latitude and longitude based on which the alert message is generated by comparing the distance of child from the pinpoint and the boundary of the zones.
C. Location Processing
This is the core part of implementation of this application. The application has to generate alert message and send them to the registered mobile number. This has to be done at some time interval. The message is sent to inform the parent

Copyright to IJIRSET

www.ijirset.com

621

ISSN: 2319-8753
International Journal of Innovative Research in Science, Engineering and Technology
Vol. 2, Issue 3, March 2013

about the location of the child i.e. whether the child is safe or he has breached the safe zone. All of this is done in location processing.
For this application to run in background, we are using services in android. In the background the application will utilize the current location of the child from the location tracing module which is obtained from the GPS and the fixed centre of the geo-fence from the database. So, the distance of the child from the fixed point say, school or tuition centre will be calculated and that distance will be compared with the radius of the zones. For calculating this distance we use the Great circle Algorithm.
The great-circle or orthodromic distance is the shortest distance between any two points on the surface of a sphere measured along a path on the surface of the sphere. Because spherical geometry is different from ordinary Euclidean geometry, the equations for distance take on a different form. The distance between two points in Euclidean space is the length of a straight line from one point to the other. On the sphere, however, there are no straight lines. In non-Euclidean geometry, straight lines are replaced with geodesics. Geodesics on the sphere are the great circles (circles on the sphere whose centers are coincident with the center of the sphere).

Figure 6: A great circle and one possible rhumb line connecting two distant locations.

A line on a sphere that cuts all meridians at the same angle; the path taken by a ship or plane that maintains a constant compass direction is called as rhumb line. The figure 6 shows the rhumb line and great distance line.
This method calculates the great circle distance, and is based on spherical trigonometry, and assumes that:
 1 minute of arc is 1 nautical mile
 1 nautical mile is 1.852 km.
D = 1.852 * 60 * ARCOS (SIN(L1) * SIN(L2) + COS(L1) * COS(L2) * COS(DG))
Where,
L1- latitude at the first point (degrees)
L2- latitude at the second point (degrees)
G1- longitude at the first point (degrees)
G2-longitude at the second point (degrees)
DG- longitude of the second point minus longitude of the first point (degrees) = G2-G1
D- Computed distance (km)
If the child is in the safe zone, the distance calculated should be always less than the radius of the safe zone. If the child breaches safe zone, the compared distance will increase and then the alert generation process will start. The message will be sent in some time intervals for instance, every 10 minutes or every 15 minutes. Likewise, for the risky and highly risky zones, the alert messages will be generated and the parent will be able to know the location of the child on breaching the fences.
V. CONCLUSION
A long way in a remarkably short time has been achieved in the history of android application development. A Mobile
Device has numerous applications but there are much powerful applications available in mobile devices that are sparingly used. Location tracking is one of the killer applications available on the mobile devices. There are many
Copyright to IJIRSET

www.ijirset.com

622

ISSN: 2319-8753
International Journal of Innovative Research in Science, Engineering and Technology
Vol. 2, Issue 3, March 2013

applications for child tracking now a days. In this paper, we have proposed an application which allows specifying different safety zones. The application is cost effective and does not require any additional device. The application runs on a single mobile and the alert messages can be sent to any mobile.
ACKNOWLEDGMENT
We would like to thank our project guide Dr. Manali Kshirsagar, project coordinator Mrs. Gauri Chaudhary for their valuable guidance. We would also like to thank our project mentor Mr. Ravish Laad Persistent Pvt Ltd. for directing and supporting us throughout this project.
REFERENCES
[1] XianhuaShu, “Research on Mobile Location Service Design Based on Android”, Wireless Communications, Networking and Mobile Computing,
2009. WiCom '09. 5th International Conference, 24-26 Sept. 2009
[2] Varandas, L.C.M., “Tracker: A Mobile Tracking Application for Pervasive Environment”, Advanced Information Networking and Applications
Workshops (WAINA), 2010 IEEE 24th International Conference, 20-23 April 2010
[3] Al-Suwaidi, G.B., “Locating friends and family using mobile phones with global positioning system (GPS)”, Computer Systems and Applications,
2009. AICCSA 2009. IEEE/ACS International Conference, 10-13 May 2009
[4] Yuan-Cheng Lai, “A GPS navigation system with QR code decoding and friend positioning in smart phones”, Education Technology and
Computer (ICETC), 2010 2nd International Conference, 22-24 June 2010
[5] Arpita Pandey, “Use of Mobile Devices for Location Tracking”,IJCSt Vol. 2, Issue 2, June 2011
[6] K. Michael, “The Emerging Ethics of HumancentricGPS Tracking and Monitoring”, University of Wollongong, Year 2006
[7] Satha K. Jawad, “A Multipurpose Child Tracking System Design and Implementation”,International Journal of Soft Computing Applications
Issue 4,Year 2009
[8] S.N. Roberts, “Tracking Your Children with GPS: Do You Have the Right?”, Wireless Business and Technology, http://wireless.syscon.com/read/41433. htm, 3(12), 2003.
[9] BBC, “Concerns over GPS Child Tracking”, BBC News Online, 20 April, 2006.
[10]http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6003963&tag=1
[11]http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=4641358&tag=1
[12]http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=4068791&tag=1
[13] http://www.travelbygps.com/articles/tracking.php
[14]http://www.firstdroid.com/2010/04/29/android-development-using-gps-to-get-current-location-2/
[15] http://www8.garmin.com/aboutGPS/

BIOGRAPHY
Radhika Kinage is a student of 8th semester in Department of Computer Technology, Yeshwantrao Chavan
College of Engineering, Nagpur. She is working on the project titled Mobile Tracking Application in association with Persistent Systems Pvt. Ltd.,Nagpur. This paper is the outcome of the application being developed. Jyotshna Kumari is a student of 8th semester in Department of Computer Technology, Yeshwantrao Chavan
College of Engineering, Nagpur. She is working on the project titled Mobile Tracking Application in association with Persistent Systems Pvt. Ltd.,Nagpur. This paper is the outcome of the application being developed. Purva Zalke is a student of 8th semester in Department of Computer Technology, Yeshwantrao Chavan
College of Engineering, Nagpur. She is working on the project titled Mobile Tracking Application in association with Persistent Systems Pvt. Ltd.,Nagpur. This paper is the outcome of the application being developed. Meenal Kulkarni is a student of 8th semester in Department of Computer Technology, Yeshwantrao Chavan
College of Engineering, Nagpur. She is working on the project titled Mobile Tracking Application in association with Persistent Systems Pvt. Ltd.,Nagpur. This paper is the outcome of the application being developed. Copyright to IJIRSET

www.ijirset.com

623

Similar Documents

Premium Essay

Thesis for College

...fi/bitstream/handle/.../Thesis%20Timo%20Aho.pdf?... by T Aho - ‎2012 - ‎Related articles The purpose of this thesis project was to find and create a better solution for handling ... for example, of names, preferred shoe sizes and address information. During this project, it was decided that a customer information system will to be cre-. Thesis Proposal For Management Information Systems Free ... www.termpaperwarehouse.com/.../thesis...management-information-syste... Free Essays on Thesis Proposal For Management Information Systems for students. Use our papers to help you with yours 1 - 20. [PDF]Web-based Information System for Land Management www.ucalgary.ca/engo_webdocs/MR/05.20223.LimanMao.pdf by L Mao - ‎2005 - ‎Cited by 1 - ‎Related articles Web-based Information System for Land Management .... 1.5 THESIS STRUCTURE. ..... Figure 4.7: Sample of Attribute Tables of Web-GIS Prototype System . [PDF]Developing effective hospital management information ... ro.ecu.edu.au/cgi/viewcontent.cgi?article=2411&context=theses by C Bain - ‎2014 - ‎Related articles Oct 5, 2014 - The central contention of this thesis is that the current ecosystem models in the information ... This research seeks to highlight an example of ... hospital management information system environment, using the technology. [PDF]Thesis Management System for Industrial Partner ... - IS MU is.muni.cz/th/374278/fi_b/thesis-text.pdf by V Dedík - ‎Related articles Keywords. Thesis, Thesis Management, Information...

Words: 525 - Pages: 3

Premium Essay

Thesis Writing

...------------------------------------------------- Thesis Writing: A Guide for Students By Jennifer Swenson The Sparrow’s introduction to thesis writing is a clear-cut and comprehensive tool for those who are about to embark on one of the more difficult projects in all of academia. Thesis writing is not an art; rather, it is the product of many months of research and painstaking hard work. Whether you are writing a master’s thesis, a PhD thesis, or any other form of this venerable genre, I hope this guide will serve you well. Thesis Writing Background What is a thesis? A thesis is essentially a research report. It addresses a very specific issue and describes what is known about that issue, what work the student has done to investigate or resolve it, and how that issue may play out in the future. It is the thesis writer’s responsibility to familiarize her with the history of the issue and the different points of view that exist. The thesis writer works with a mentor who is an expert in the field that the thesis concerns, but not necessarily an expert on that exact topic. Usually thesis topics are so specific that very few people in the world except the thesis writer herself could be considered an expert on them. Your thesis writing will make a contribution to the field about which you are writing, and in a larger sense, to all of human knowledge. A thesis is distinctively different from an undergraduate research report because it is so original. How Specific Should My Thesis Get? When writing a thesis, you should...

Words: 2925 - Pages: 12

Premium Essay

Thesis Writing

...------------------------------------------------- Thesis Writing: A Guide for Students By Jennifer Swenson The Sparrow’s introduction to thesis writing is a clear-cut and comprehensive tool for those who are about to embark on one of the more difficult projects in all of academia. Thesis writing is not an art; rather, it is the product of many months of research and painstaking hard work. Whether you are writing a master’s thesis, a PhD thesis, or any other form of this venerable genre, I hope this guide will serve you well. Thesis Writing Background What is a thesis? A thesis is essentially a research report. It addresses a very specific issue and describes what is known about that issue, what work the student has done to investigate or resolve it, and how that issue may play out in the future. It is the thesis writer’s responsibility to familiarize her with the history of the issue and the different points of view that exist. The thesis writer works with a mentor who is an expert in the field that the thesis concerns, but not necessarily an expert on that exact topic. Usually thesis topics are so specific that very few people in the world except the thesis writer herself could be considered an expert on them. Your thesis writing will make a contribution to the field about which you are writing, and in a larger sense, to all of human knowledge. A thesis is distinctively different from an undergraduate research report because it is so original. How Specific Should My Thesis Get? When writing a thesis, you should...

Words: 2925 - Pages: 12

Free Essay

Thesis Guide

...pr pr acti od ca uc l a ing sp a ects th es of is at un sw po th stg es rad is gu uate ide PRACTICAL ASPECTS OF PRODUSING A THESIS AT THE UNIVERSITY OF NEW SOUTH WALES P.GRADUATE A thesis submitted in fulfilment of the requirements for the degree of Doctor of Philosophy Postgraduate Board January 2002 University of New South Wales Please note: the web version does not contain two sections of the printed version. The differences are due to differing formats which makes it impossible to convert some pages into a PDF format. Missing are a mock up of a UNSW Thesis/Project Report Sheet and the information in Appendix IV. A copy of the printed guide can be sent to you if you email your address to campaigns@unsw.edu.au. This missing information was taken from the Thesis Submission Pack which is available from New South Q on the Kensington campus (download from or phone: (02) 9385 3093). ABSTRACT This booklet is designed to assist research students with the practical aspects of producing a postgraduate research thesis at the University of New South Wales. As well as providing advice in regard to the University’s requirements, formatting, layout, referencing and the use of information technology, this guide also describes what some students might regard as the more arcane and ritualistic aspects of producing a PhD thesis, in particular, those associated with accepted academic conventions. A section on posture and ergonomics has also been included to help you...

Words: 12383 - Pages: 50

Free Essay

Thesis Statement

...Thesis Statement and Outline Online Shopping vs. Brick and Mortar Shopping Both forms of shopping have one goal in mind. That goal is to get the item that you desire. Many of the stores that you visit on a daily basis can come to you online. I. You can shop in the comfort of your own home. A. You do not have to worry about getting ready to go shopping. 1. You can shop in your pajamas if you prefer. 2. You can shop when it is convenient for you. B. You do not have to fight crowds in the mall or store. 1. There is no traffic to worry about getting to the stores. 2. During the holiday season, you do not have to worry about many people crowding you. II. You can see what you are buying. A. Depending on what you buy, you can feel the item and actually see the item. 1. You can feel the texture or weight of an item. 2. You can see if the item is big or overweight. B. There is no wondering if you are getting the item that you ordered. 1. You can be positive that you are getting the correct item. 2. You can see the exact shade or style of what you are buying in person. III. Instant gratification A. There is no waiting to receive your item. 1. You are able to take your purchase home that same day. 2. Site to store is an option with many stores and it is possible to pick it up that day. B. Being able to choose...

Words: 339 - Pages: 2

Free Essay

General Thesis

...INFORMATION AND COMMUNICATION TECHNOLOGY THESIS TITLE A PROJECT Presented to the Department of Information and Communication Technology, Garden City University College in partial fulfilment of the requirements for the degree of Bachelor of Science In Computer Science By NAME1 NAME2 Month, Year DECLARATION I hereby declare that the entire thesis work entitled, “……………..” submitted to the department of Information and Communication Technology, Garden City University College, in fulfilment of the requirement for the award of the degree of BSc Computer Science, is a bonafide record of my own work carried out under the supervision of Mr/Mrs/Ms . ……….. I further declare that the thesis either in part or full, has not been submitted earlier by me or others for the award of any degree in any University. ACKNOWLEDGEMENTS This section contains expressions of gratitude to advisor(s) and anyone who helped you:  1. technically (including materials, supplies) 2. intellectually (assistance, advice) 3. financially (for example, departmental support, travel grants)  ABSTRACT The abstract is an important component of your thesis. Presented at the beginning of the thesis, it is likely the first substantive description of your work read by an external examiner. The abstract is the last section to write. An abstract is not merely an introduction in the sense of a preface, preamble, or advance organizer that prepares the reader for the thesis. In addition to that function, it must...

Words: 2039 - Pages: 9

Free Essay

Thesis Statement

...The thesis statement that I have come up with for my “big idea” topic is: I believe we can better our economy by changing the way the government assists the citizens financially with programs such as food stamps, otherwise known as EBT. The government shapes society and the government needs to help society help themselves by making a few changes to the way it disburses our tax money. I think this thesis is going to be effective because it shows my main focus of the essay I will be writing, which is to change the way government assists families of low income. I want to stress the option of giving more money as school grants rather than giving it for food. Another option would also be limiting the options of foods that are okay to purchase with EBT. Right now, there are no limitation other than alcohol or pre-prepared foods. You can even purchase energy drinks at the moment. If people weren’t given everything for doing nothing, they may be more likely to further their education and get a better job to provide such luxuries as fatty foods or sweets and energy drinks. I see a major problem supporting this thesis with fallacy, mainly because I have such strong personal opinions. I am going to have to force myself to rely on straight facts and pure research to get my point across. For my research, I am going to stray away from any sort of blogs or websites put up as a riot against the government. I will do my best to find websites that are “.org” or .gov”. I think a good...

Words: 727 - Pages: 3

Free Essay

Hot to Write Thesis

...How to write chapter 1 of a Thesis: Basic Guide How to writer chapter 1 of the thesis? This is the mainly question on every researcher. In every thesis writing, some of the people say that the first part will be the most difficult part. Because here you must think of a topic that you can proposed and in this chapter you must conceptualize your whole thesis or your whole research. The whole research will be reflected by the first chapter. Some of the school have different format than other school so please use this guide for your references. Be sure to check out the Attributes of a Good Thesis before you start and check out the basic parts of the thesis also. This can also serve as your guide for your case study, research paper, and term paper. This will help you to understand the chapter 1 of your school paper works. Chapter 1: Introduction also includes the following: * Introduction This must include introduction of your study. You must tackle the field of your study.  Your introduction must be consisting of 1-2 pages only. * Background of the Study This must include some of the past study that is currently connected to your topic or study. You can include some of the history but it must be 2-3 lines only. * Rationale This section must describe the problem situation considering different forces such as global, national and local forces.  Stating some the existence of the problem included in your topic. * Objectives of the study The objective of your study...

Words: 533 - Pages: 3

Free Essay

Human Trafficking Facts, Statistics, Truth, Research Papers, Reports, Essays, Articles, Thesis, Dissertation

... Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics, Truth, Research papers, reports, essays, articles, thesis, dissertationHuman Trafficking Facts, Statistics...

Words: 353 - Pages: 2

Free Essay

Mis Thesis Thesis Thesis

...thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis thesis...

Words: 595 - Pages: 3

Free Essay

Us History

...Worksheet Overall Thesis Statement (this will be the last sentence of your introduction and should contain the three main organizing points in your essay – for this essay it will likely be political, economic, social): I. Thesis of the first paragraph of the body (Political): 1. First piece of specific historical evidence that supports your thesis: a. Explanation of how this evidence supports your thesis: 2. Second piece of specific historical evidence that supports your thesis: a. Explanation of how this evidence supports your thesis: 3. Third piece of specific historical evidence that supports your thesis: a. Explanation of how this evidence supports your thesis: II. Thesis of the second paragraph of the body (Economic): 1. First piece of specific historical evidence that supports your thesis: a. Explanation of how this evidence supports your thesis: 2. Second piece of specific historical evidence that supports your thesis: a. Explanation of how this evidence supports your thesis: 3. Third piece of specific historical evidence that supports your thesis: a. Explanation of how this evidence supports your thesis: III. Thesis of the third paragraph of the body (Social): 1. First piece of specific historical evidence that supports your thesis: a. Explanation of how this evidence supports your thesis: 2. Second piece of specific historical evidence that supports your thesis: a. Explanation of how this evidence supports your thesis: 3. Third piece of...

Words: 270 - Pages: 2

Free Essay

Apple Paper

...highlighting tool in your word processing software. In addition, please have them identify and copy and paste your thesis statement and the topic sentences for each paragraph. |  |Exemplary |Proficient |Emerging |Not Yet Demonstrated | | |100% |86% |73% |60% | |INTRODUCTION / THESIS |Well-developed introduction |Introduction creates interest |Introduction adequately |Background details are a | | |engages the reader and creates |and contains background |explains the background of the|random collection of | |Background/History |interest. Contains detailed |information. Thesis clearly |problem, but may lack |information, are unclear, and | |Defining the Problem |background information and a |states a problem and the |clarity.  Thesis states a |may be loosely related to the | |Thesis Statement |clear explanation of the problem.|writer’s position is evident. |problem, but writer’s position|topic. Thesis/position is | | |Thesis clearly states a | |may not be evident. |vague or not stated. ...

Words: 1013 - Pages: 5

Free Essay

Just Like a River

...English speaking audiences. However, with this translation, the book can show any reader despite their beliefs can relate to the complexities of all relationships when people are unable to be open and share their feelings a learned behavior from society, family, or religious beliefs. See if it this meets the requirement thus far. Instructions Below: Your introduction must be no more than one paragraph in length. It should indicate the theme(s) and thesis/theses of the book, and you should include your thesis statement at the end of the introductory paragraph. The thesis statement is ABSOLUTELY essential to your paper. It tells me what your analyses will prove or argue. Your thesis statement should be an argument about the author’s purpose in writing the book or the author’s thesis in the book - and how successful (or not) was the author in achieving this purpose or proving this thesis. This may seem a bit confusing, but think of your thesis statement creation as a three step process. * First, identify what you think is the thesis or purpose of the book. *...

Words: 626 - Pages: 3

Free Essay

Robot

...Thesis and Capstone Project Comparison                               In some ways the thesis and capstone project are similar. Both should follow the same basic outline and should represent a scholarly effort of high quality. As noted in the Graduate School requirements, "Graduate programs leading to the Master of Arts, Master of Science, or Doctor of Philosophy degrees emphasize the development of the student's ability for independent scholarly work and the creation of new knowledge through research. Practice-oriented programs, which ordinarily lead to the degree of master or doctor in a particular professional field, emphasize preparation of the student for professional practice at the frontiers of existing knowledge." Both capstone projects and theses should have a clear statement of the problem or issue to be addressed; a literature review which covers the important work related to the problem, with content clearly relating to the statement of problem; analysis of results; and statement of conclusions. When there is a question as to whether the proposal is a thesis or a capstone project, the proposal shall be submitted to the EDP Program Director for a decision. This must be done prior to registering for thesis or capstone project credits. The thesis should answer a question which contributes to new knowledge and is generalizable beyond a single setting. The thesis should be analytic, should systematically analyze data, and should develop and make appropriate...

Words: 707 - Pages: 3

Premium Essay

I Dont Know

...FALE 1033 WRITING FOR SCIENCE Topics Covered Introduction to effective writing skills Writing thesis statement and topic sentences Definition , exemplification and classification Description Cause and effect Interpreting diagrammatic information Comparing and contrast Proofreading and editing Text Used 1. 2. Main Text: Oshima, A & Hogue. ( 1997). Introduction to Academic Writing. New York: AddisonWesley, Longman Zimmerman. (2003).English for Science. Singapore: Prentice Hall Additional Text Brannan, B. (2003). A Writer’s Workshop: Crafting Paragraphs, Building Essays. McGraw Hill Trible,C. (2003). Writing Oxford: Oxford University Press Method of Assessment 2 Assignments + 1 Test Assignment 1 -15% (Outlines) Assignment 2 – 15% (interpreting data) Test – 10% (Grammar/proofreading) Final Examination- 60% Section A- Essay Section B- Grammar Section C- Interpreting Graphic Data LECTURE 1 INTRODUCTION TO EFFECTIVE WRITING SKILLS What is Science Writing? Science writers are responsible for covering fields that are experiencing some of the most rapid advances in history, from the stunning advances in biotechnology to the exotic discoveries in astrophysics. A science writer may include coverage of new discoveries about viruses, the brain, evolution, artificial intelligence, planets around other suns, and the global environment, to name a few topics Aims and objectives for writing for science To provide students with the necessary knowledge of the...

Words: 1686 - Pages: 7