Welcome to zenpou.net
|
How to Use a Sample Written Proposal
(sample written proposal)
Writing a proposal is not an easy feat. For many, it is one of the most difficult things they will ever do in their entire lives. However, there is help for those who are confused about the proposal writing process. A sample written proposal can be used as a guide for the confused writer, and can help them with the process of writing their own proposal. Proposals usually have seven components, which include the Table of Contents, Mission Statement, Abstract, Statement of Need, Project Rationale Incorporating Literature Review, Project Narrative, and Attachments. All of these features can be found in sample proposals, which provide writers with an example of how these sections should be organized. A table of contents is used to provide a comprehensive guide to the proposal, so that readers are able to find what they need and find areas of importance within the proposal.
A sample written proposal is an excellent guide to writing a mission statement. A mission statement should be 50 words or less, and states the mission of the project. The statement is used to clarify and state the project’s primary goal, and allows the reader to instantly understand what the writer is proposing without reading the entire proposal. The second section of a proposal is the abstract. It is vital to a proposal that an abstract is well-written, and initial proposal reviews or “first cuts” are often based on the abstract.
The abstract of a proposal should be written after the mission statement, and should be changed over time, as the proposal develops further. Most proposal drafters will see that abstracts should be clear and understandable to all readers, including lay readers, and should be suitable for publication. Proposal abstracts should be written in third person, and should include objectives, methods to be employed, and the possible impact of the proposed project. Statement of need is the next part of a proposal. Many writers could benefit from a sample proposal when writing this section, because some drafters tend to write about more than one problem, or present their problem incorrectly.
The Statement of need is the section where the drafter presents the problem that must be solved. In this section, drafters should avoid circular logic in the development of their statement of need, as it decrees that the lack of a solution is the problem. It is important to use logical progression in the statement of need, and the proposer must prove that they have an understanding of the problem. The statement should be closed with a discussion of what else is being done to solve the problem, and lead into the narrative with a description of how your idea is different and essentially better than all others.
The Project Rationale Incorporating Literature Review is the next section of a proposal. All samples written proposals will have this section, as proposals must incorporate a theoretical basis with a discussion of literature. The rationale for the project should come from evidence found in the relevant literature. A sample written proposal will show drafters how to develop this section and show them how all proposals should incorporate current research into their projects. The project narrative is the sixth section of the proposal, which has six main sections. Some organizations require different proposal narratives, so in this aspect, it may be better to obtain sample proposals from several different organizations.
The six sections of the project narrative section of a proposal include goals and objectives, proposed activities, facilities, resources, and project management, evaluation, outreach and dissemination, and sustainability. The final section of a proposal is the attachments’ section. Generally, attachments include the bibliography, letters of support/endorsement, and letters of publication. Drafters can also benefit from a sample written proposal when creating this section, as it will provide an example of how the section should be organized and incorporated in the overall proposal. Writing a proposal is an extensive project, and sample proposals can be used to reduce pressure while providing the proper form needed for an excellent proposal.
Copyright Law Plagiarism Plagiarism Is Simply Unethical Anyone who is a writer is concerned with plagiarism. Copyright Plagiarism Laws protects copyright holders from having their works plagiarized. Many people think it is ironic that the word plagiarism derives from “kidnapper” in Latin. However, it is true. If a person uses another person’s words without permission, they have indeed stolen or kidnapped something that was owned by another and is in violation of copyright law. Plagiarism is a very bad word in the writing world. Crediting the author of the work will not keep someone immune from being in violation of copyright law. Plagiarism is plagiarism, even if the author is cited if the author did not give permission for the work to be used. One of the most common areas that copyright law plagiarism is violated is in the academic world. Many students will copy and paste the information they need for their research papers and essays straight off the Internet and turn it in to their professors. However, this type of cheating is easily detected now with special programs that professors can use. Plagiarism is unethical, not only in the writing world, but in the academic world, as well. Did you know that you could plagiarism a work but not be in violation of the copyright? Likewise, you can be in violation of a copyright and not have been plagiarizing. It is really not that hard to understand. Let’s say you are using Abraham Lincoln’s exact words in a paper and you did not cite him as the source or give him credit. Well, Lincoln’s words aren’t copyrighted because they are in the public domain. But, you did plagiarize because you tried to pass off his words as your own. Alternatively, if you use a picture in a book and you did not gain permission to use the book, you have violated copyright law because you did not source the artist and you did not get permission from the artist to use the picture. If you are in school, the best way you can get around committing plagiarism is to simply list your sources. If you use someone’s word, list it in an endnote or in a footnote. List the resource you found it in the bibliography. Another way around copyright law plagiarism violations is to take notes when you are reading. Take notes in your own words and put the resource away. Write your paper from your own words. No one wants to be singled out for plagiarism, especially a student who is concerned about their reputation at school and writers who need to keep their credibility in good standing. With today’s technological advances, it is not too hard to pinpoint plagiarized work. Even webmasters who run websites are on to the plagiarism crowd. They can run their entire sites through a special program to see if their content has been stolen and duplicated elsewhere on the Internet. If you are dealing in the written word, either academically or as a profession, it is a good idea that you only use your own words. It was probably easier to get away with plagiarism 100 years ago, but it is not that easy today. The changes are very high that if you are caught violating copyright law plagiarism laws you will be caught. Not only is it embarrassing, but it can cost you a bundle in a lawsuit. Web Hosting - FTP and Other File Transfer Tools Anything related to the Internet or computers is bound to introduce technical issues pretty soon. One of the earliest that novice web site owners encounter is FTP, which is an acronym for File Transfer Protocol. Seeing it spelled out, it's easy to see why those in the know quickly move to speaking in short hand. The reason web site owners soon will (or need to) become familiar with FTP is obvious to anyone who has built a site on a remote server. You have to have some way of getting the files to the remote computer and FTP is one of the most common tools. It's also one of the simplest and most efficient. FTP is composed of two parts: the client software and the server software. It's similar, in a way, to talking to someone on the phone who writes down everything you say. You (the client) make a request ('transfer this file to the server') and the listener (the server) takes the request and acts on it. That request to copy a file from a local computer to the remote one is carried out (often 'under the covers') by a PUT command, as in PUT this there. You create the web page (in the form of a file) and then PUT the file on the server. To move a file in the opposite direction, from the remote server to your local computer, your client software issues a GET command. Many FTP clients have graphical interfaces, similar to Windows Explorer, that allow you to drag-and-drop or otherwise copy the file without ever seeing the actual commands that carry it out. But it's helpful sometimes to know what goes on underneath. In tricky cases it can be an advantage to use a command line interface (in Windows, the 'DOS box', with a similar interface familiar to most Linux users). Knowing the commands and being able to use them in the command line form can sometimes help you diagnose what is going on when the graphical tools misbehave. But FTP is not the only way to get a file from here to there. In fact, your browser moves files around from a remote computer to your local one all the time. In most cases, when you type in or click on a URL, what happens under the covers is in essence a file transfer process. The web page is transferred from the web server to your local computer then displayed by the browser. Alternatively, you can sometimes even email a web page/file from your local computer to the remote server, then use an email client on the server itself to get the file and put it in a folder. That requires that you have some form of access to the remote computer. But there are many ways of doing that, such as in-built utilities in the operating system or using commercial remote control programs. Those alternatives can be helpful to know in cases where the FTP file transfer process is misbehaving. Having more than one way to accomplish the task helps you diagnose what might be going wrong. It also helps you get the job done when the usual tools aren't cooperating. The more you learn about these sometimes puzzling acronyms, the easier you can accomplish your own goals. |