As you know, for ENG 112, the citation style you’ll be using is the MLA (Modern Language Association) style. Your textbook has a lot of good information about using MLA citations, but there have been some updates on the use of MLA since the textbook was printed. My recommendation would be to break down and buy the official MLA handbook, if you haven’t already. At the very least, you’ll need it for this course, as well as ENG 113. Depending on how far you’re planning to go with your college education, you may need it in even more future courses. No single website I’ve found has addressed each prospective citation issue you will encounter, so having the official handbook really does come in handy, especially in a course like this one where citations play such a big role in your ultimate grade.
Okay, now that I’ve gotten that out of the way, here is a quick run-down of some of the most common citations you’ll use. For the sake of this entry, I am creating two fictional authors: Allen and Seaver. I’ll use their name in the citations so that you can see how different things are formatted!
The biggest change has been in the way you format titles in citations. In the textbook, it says that you underline book, publication, and/or database title. In the new revision, though, these items are now italicized.
If you want to cite the same information from more than one source, the in-text citation would look like this: (Allen 98; Seaver 62). Allen and Seaver are the two individual sources; the following numbers are the page numbers the information is located on. If the source doesn’t have page--for instance, if it’s a webpage--you wouldn’t include page numbers. I personally found that many sources offered the same recommendations. However, if you cite too many sources in one place, it can be distracting, so probably attribute information to no more than two or three sources. You need at least 6 separate sources for your paper, so if two articles contain the same information, but the first article has a lot of good information and the second only has one or two good points, cite the second article. Cite the first article (with more information) to back up a different point.
If an author of an article is quoting someone else, and you want to use the quote, you would use this: (qtd. by Seaver 2). Seaver is the author of the article that you read; you may want to include the name of the original source within your essay ("Allen said…").
The last thing I’ll include here is how to cite media formats. Okay, so this isn't quite as commonly used, but it could be helpful. Sometimes it's enjoyable to include a little variety in your paper. It can demonstrate the relevance of your topic, and it may help your audience (and you, for that matter) relate to it a little more. So here are two different common media formats that you may find helpful. (For these, I'm going to use real titles, just to make it easy.)
If you’d like to cite a movie, you would use this format: Movie Title. Director. Lead Performers. Distributor, year of release. Media format.
It should look something like this:
Twilight. Dir. Catherine Hardwicke. Perf. Robert Pattison and Kristin Stewart. Summit, 2008. Film.
For a CD, you would use the format: Artist or group. Title. Additional performers. Manufacturer, year of release. Type of media.
So your finished entry should look like this:
Timberlake, Justin. Justified. Jive, 2002. CD.
If there are additional performers on the CD in addition to the "headlining" artist or group, you would add them as "Perf." after the CD title.
For parenthetical citations for either of these formats, I usually use whatever the first word of the citation is. (For example, Twilight.) That way, when looking at the alphabetical "Works Cited" list, my reader can immediately find that entry. However, please ask your professor. I was unable to find any conclusive information for parenthetical citations of media, so the way I do it may not be correct!
Keep in mind that you’ll want to cite anything that you refer to in your paper. So even if you fleetingly reference Slumdog Millionaire (as I did once), it needs to be cited. I haven't referenced movies very frequently, but movies can be used to demonstrate cultural stereotypes or pop culture status, as can music.
Wednesday, March 24, 2010
Thursday, March 4, 2010
Working with ANGEL / HTML tips
In this post, I'm going to address a frustration that I've experienced frequently when taking online classes: working with ANGEL. In this particular post, I'm going to address issues I've had with posting material, and I'm going to give you some tips on how to bypass these issues. There are three sections to this post: previewing your post, writing HTML, and posting as HTML. (To view the larger version of any pictures in this entry, just click on the picture.)
When I write any sort of material, I first write it into a word processor; then I copy and paste it into the discussion post. This is especially important in some ENG 112 discussions, such as posting your research outline. While you are able to attach documents to your post, sometimes it is easier for your classmates if you post the content directly into the post. Much of the time, though, it seems like the ANGEL elves take what I write, skew it in random ways, and post it. Once, one of my posts appeared completely in bold; another time, it took my two leading paragraphs and placed them at the end of my post! The ways in which ANGEL (mal)functions seem to have no rhyme or reason.
If this has happened to you (or if it happens to you in the future), you do have options for preventing or fixing these issues.
First things first: once you've copied and pasted your post into the forum, before you send, preview the document to see how it will appear. At the end of the toolbar (on the right), there is a small triangle.

Once you click the triangle, you'll see a drop-down list. The last option on this list is "Preview."

It will open a new window to show you what your post will look like. Read over it carefully; if everything is in place, then go ahead and post it.
However, if something is not right about it, you can edit the HTML. I know this sounds intimidating, but I'm going to try to help you with this part! HTML, as you may know, is one of the languages of the Internet. Every webpage you see was written in HTML to make it look the way it does. Using certain codes, you can get the results you want.
Before we start: if you find that you're not comfortable using these codes -- if they seem too weird -- you don't need to. Professors understand that ANGEL can be a pain, so if you post something and it doesn't look right, your professor will probably work with you. Also, you can attach any important documents to your post so that people can see correct formatting. I'd recommend attaching a .doc file; usually everyone is able to open that type, regardless of what program they may be using.
I recommend that you work with the HTML codes in a document first. I'll show you in a bit how to paste them into your post in a way that, hopefully, they will not get messed up!
Another quick note: once I show you where and how to use the codes, you can copy and paste them from this page into your document; just replace the text I've used with whatever text you want to use. (Because it'd look weird to submit a discussion post that just says "new paragraph" over and over. :-))
First, here are the codes you will be working with:
To create a new paragraph: <p> </p>
To create a line break: <br>
To make text show in bold: <b> </b>
To make text show in italics: <i> </i>
To make text show as underlined: <u> </u>
In order for you to be able to see the code and placement, I'm making the code visible to you. In an average post, anything in code (that is, between the brackets) will not show.
To create a paragraph, surround the paragraph with this: <p> </p>. This is what your paragraph will look like in your document:
<p>[new paragraph]</p>
<p>[new paragraph]</p>
The first <p> begins a new paragraph; the ending </p> says that the paragraph is over. If you place this code around each of your paragraphs, it will automatically put a space between your paragraphs. It is not necessary to put spaces in between the brackets and the beginning of your text. (I don't know why this is; I just know it works!) When you publish your post, the code won't show; your post will look like this:
[new paragraph]
[new paragraph]
The next code is a line break. This is for if you want to begin a new line, but not a new paragraph. The code is this: <br>. Just put it at the end of any line, and when your post shows, the following text will "jump" to the next line. For example, this...
Break<br>
dance!
...will look like this...
Break
dance!
Next up, how to make some text bold. I'm not sure if you'll need this for any particular reason, but just in case you do, here it is. The code for bold is similar to the one for paragraphs in that it has a beginning and ending code. It is <b> </b>. Instead of putting it around the paragraph, though, you only put it around the text you want emboldened. Again, an example:
Bada bing, bada <b>bold</b>!
will become:
Bada bing, bada bold!
For italics, the code is similar to the above; you'll sandwich any text you want italicized between <i> </i>. For example:
You are <i>awesome</i>!
will automagically become:
You are awesome!
Next up, underlining. Similar to the above, the underlining tags going around the text you wish to underline. The tags are: <u> </u>. And of course, though I'm sure you probably know by know, here's an example:
Zip a dee <u>do dah</u>...
will show as...
Zip a dee do dah...
Using these codes around different areas of your text, you can format a basic post.
"But how do I post it?" you ask. This part is relatively simple. Go to the discussion forum and click "New Post" as you normally would. In the Angel toolbar, right next to the little triangle we were working witrh earlier, there's an icon that has a small sheet of paper.

Click that, it will take you to the HTML source. Copy the coded document you've written, and paste it into the box. Then click the source icon again (the little sheet of paper); this will take you back to regular formatting and toolbar. Follow the procedure for previewing your post. Hopefully, it will look okay. If it still doesn't look right, post it as best you can, and then e-mail your professor about what to do. (Posting the material will show that you have done the work; your professor can decide whether to leave it or delete it.)
When I write any sort of material, I first write it into a word processor; then I copy and paste it into the discussion post. This is especially important in some ENG 112 discussions, such as posting your research outline. While you are able to attach documents to your post, sometimes it is easier for your classmates if you post the content directly into the post. Much of the time, though, it seems like the ANGEL elves take what I write, skew it in random ways, and post it. Once, one of my posts appeared completely in bold; another time, it took my two leading paragraphs and placed them at the end of my post! The ways in which ANGEL (mal)functions seem to have no rhyme or reason.
If this has happened to you (or if it happens to you in the future), you do have options for preventing or fixing these issues.
First things first: once you've copied and pasted your post into the forum, before you send, preview the document to see how it will appear. At the end of the toolbar (on the right), there is a small triangle.

Once you click the triangle, you'll see a drop-down list. The last option on this list is "Preview."

It will open a new window to show you what your post will look like. Read over it carefully; if everything is in place, then go ahead and post it.
However, if something is not right about it, you can edit the HTML. I know this sounds intimidating, but I'm going to try to help you with this part! HTML, as you may know, is one of the languages of the Internet. Every webpage you see was written in HTML to make it look the way it does. Using certain codes, you can get the results you want.
Before we start: if you find that you're not comfortable using these codes -- if they seem too weird -- you don't need to. Professors understand that ANGEL can be a pain, so if you post something and it doesn't look right, your professor will probably work with you. Also, you can attach any important documents to your post so that people can see correct formatting. I'd recommend attaching a .doc file; usually everyone is able to open that type, regardless of what program they may be using.
I recommend that you work with the HTML codes in a document first. I'll show you in a bit how to paste them into your post in a way that, hopefully, they will not get messed up!
Another quick note: once I show you where and how to use the codes, you can copy and paste them from this page into your document; just replace the text I've used with whatever text you want to use. (Because it'd look weird to submit a discussion post that just says "new paragraph" over and over. :-))
First, here are the codes you will be working with:
To create a new paragraph: <p> </p>
To create a line break: <br>
To make text show in bold: <b> </b>
To make text show in italics: <i> </i>
To make text show as underlined: <u> </u>
In order for you to be able to see the code and placement, I'm making the code visible to you. In an average post, anything in code (that is, between the brackets) will not show.
To create a paragraph, surround the paragraph with this: <p> </p>. This is what your paragraph will look like in your document:
<p>[new paragraph]</p>
<p>[new paragraph]</p>
The first <p> begins a new paragraph; the ending </p> says that the paragraph is over. If you place this code around each of your paragraphs, it will automatically put a space between your paragraphs. It is not necessary to put spaces in between the brackets and the beginning of your text. (I don't know why this is; I just know it works!) When you publish your post, the code won't show; your post will look like this:
[new paragraph]
[new paragraph]
The next code is a line break. This is for if you want to begin a new line, but not a new paragraph. The code is this: <br>. Just put it at the end of any line, and when your post shows, the following text will "jump" to the next line. For example, this...
Break<br>
dance!
...will look like this...
Break
dance!
Next up, how to make some text bold. I'm not sure if you'll need this for any particular reason, but just in case you do, here it is. The code for bold is similar to the one for paragraphs in that it has a beginning and ending code. It is <b> </b>. Instead of putting it around the paragraph, though, you only put it around the text you want emboldened. Again, an example:
Bada bing, bada <b>bold</b>!
will become:
Bada bing, bada bold!
For italics, the code is similar to the above; you'll sandwich any text you want italicized between <i> </i>. For example:
You are <i>awesome</i>!
will automagically become:
You are awesome!
Next up, underlining. Similar to the above, the underlining tags going around the text you wish to underline. The tags are: <u> </u>. And of course, though I'm sure you probably know by know, here's an example:
Zip a dee <u>do dah</u>...
will show as...
Zip a dee do dah...
Using these codes around different areas of your text, you can format a basic post.
"But how do I post it?" you ask. This part is relatively simple. Go to the discussion forum and click "New Post" as you normally would. In the Angel toolbar, right next to the little triangle we were working witrh earlier, there's an icon that has a small sheet of paper.

Click that, it will take you to the HTML source. Copy the coded document you've written, and paste it into the box. Then click the source icon again (the little sheet of paper); this will take you back to regular formatting and toolbar. Follow the procedure for previewing your post. Hopefully, it will look okay. If it still doesn't look right, post it as best you can, and then e-mail your professor about what to do. (Posting the material will show that you have done the work; your professor can decide whether to leave it or delete it.)
Wednesday, March 3, 2010
Choosing a Topic For Your Research Paper
One important aspect of your ENG 112 experience is composing your research paper. This will be an argumentative paper on a topic of your choosing (with your instructor's approval). The lesson modules provide you with guidelines for choosing a topic, including subjects that will not be approved. I'm going to offer some additional suggestions for choosing a topic, based on my own experiences.
First, here is a quick rundown: as you know, the topic you choose needs to have at least two points of view, one for and one against the subject. As per course instructions, the following topics are not acceptable for your research paper: abortion, evolution, intelligent design, conspiracy theories, and religion.
A topic needs to be something that you can be passionate/enthusiastic about, but you might not want to choose something you're too passionate about. Your goal in this essay is to accurately represent both sides of the debate, and then use convincing arguments to show your audience which side you fall on and why. When I was looking for topics, I found a couple that I couldn't write an effective argument about, because I felt too strongly about one side of the issue; I didn't feel that I could keep my emotions out of it long enough to present the opposing point of view. So I chose a topic that I was interested in, but opposing views wouldn't hurt my feelings. (Basically, it appealed to me on a mental level, but not an emotional one.)
I did find, though, that this strategy made my topic a little bit more difficult to write about. I didn't feel as strongly about it as I could have. I was still able to write capably (at least, I think I wrote capably :-)), so I felt okay about it. The decision is yours to make about how much you want to invest in your topic, but being aware of potential pros and cons may help you make the decision.
Another thing to keep in mind is that all of your assignments (from module 4 through completion of your research paper in module 10) on this topic. You will be doing some intensive researching, note-taking, critical thinking, and writing on it, so it may be helpful to choose a topic that you know you won't get sick of easily. Everyone goes through frustrations at certain points during the process, but if you have a topic that you feel connected with in some way, it's easier to work through those frustrations to reach the final goal.
There is a list of possible topics in module 04, but here are some things to think about if you'd like to choose a topic not on the list:
1) What were some of your childhood interests? Did you like a certain type of music; did you enjoy playing with a certain toy? If so, perhaps you could use this assignment as a trip down memory lane. For example, if you played with Barbie as a young girl, you could do a paper on the effect of Barbie on a young girl's body image. Does Barbie send the wrong message to girls? This is obviously not an example for everyone, but it was the first thing that came to mind. :-) However, anyone can think back to things they used to enjoy and look deeper into the issue. (My personal favorite is the argument of whether or not "action figures" count as dolls, but somehow I don't think that will fly as a college research paper!)
2) What are some topics that you've discussed or debated with friends? Sometimes conversation can serve as inspiration. From the reach and efficiency of zoning laws, work policies, the Olympics, and school, there are all kinds of potential topics. You may not be able to frame topics in terms of your own experiences, since the paper is written in the third person. However, a bit of familiarity with your subject can help push you in the right direction as far as researching.
3) What is your major? This may be a great opportunity to think critically about things you've been learning about. (Psychology is a hotbed of debate. Just saying.) You could also take a look at social implications within your major. For example, there is a common stereotype that women are not as successful at math or science as men. If you're a woman majoring in one of these areas, this may be an interesting topic. What could be some driving forces behind the stereotype, and what is the reality? Or if you're a man studying nursing, how are male nurses perceived by society/doctors/patients? Is there some sort of social stigma that prevents more men from taking jobs such as nursing?
4) Are there any popular topics you can view from a new perspective? For instance, there is a lot of information about unrealistic expectations and scrutiny of young women. Does society/the media put unfair expectations on boys and young men? This is just one example; there are many subject within the social sphere that you could debate.
5) What topics are in the news? As silly as this may seem, websites such as Yahoo! may be great sources of inspiration for finding a topic.
These are just a few of the possibilities. Brainstorming can be one of the most entertaining parts of writing a paper; it's the only part of the process where anything goes!
Here's one more quick suggestion for you before you settle on a topic: do some preliminary research on three or four frontrunners. Find out how much information is available about them, and how much each view is represented. It can be difficult if you choose a topic, only to find out that you can't find sufficient information!
Happy writing!
First, here is a quick rundown: as you know, the topic you choose needs to have at least two points of view, one for and one against the subject. As per course instructions, the following topics are not acceptable for your research paper: abortion, evolution, intelligent design, conspiracy theories, and religion.
A topic needs to be something that you can be passionate/enthusiastic about, but you might not want to choose something you're too passionate about. Your goal in this essay is to accurately represent both sides of the debate, and then use convincing arguments to show your audience which side you fall on and why. When I was looking for topics, I found a couple that I couldn't write an effective argument about, because I felt too strongly about one side of the issue; I didn't feel that I could keep my emotions out of it long enough to present the opposing point of view. So I chose a topic that I was interested in, but opposing views wouldn't hurt my feelings. (Basically, it appealed to me on a mental level, but not an emotional one.)
I did find, though, that this strategy made my topic a little bit more difficult to write about. I didn't feel as strongly about it as I could have. I was still able to write capably (at least, I think I wrote capably :-)), so I felt okay about it. The decision is yours to make about how much you want to invest in your topic, but being aware of potential pros and cons may help you make the decision.
Another thing to keep in mind is that all of your assignments (from module 4 through completion of your research paper in module 10) on this topic. You will be doing some intensive researching, note-taking, critical thinking, and writing on it, so it may be helpful to choose a topic that you know you won't get sick of easily. Everyone goes through frustrations at certain points during the process, but if you have a topic that you feel connected with in some way, it's easier to work through those frustrations to reach the final goal.
There is a list of possible topics in module 04, but here are some things to think about if you'd like to choose a topic not on the list:
1) What were some of your childhood interests? Did you like a certain type of music; did you enjoy playing with a certain toy? If so, perhaps you could use this assignment as a trip down memory lane. For example, if you played with Barbie as a young girl, you could do a paper on the effect of Barbie on a young girl's body image. Does Barbie send the wrong message to girls? This is obviously not an example for everyone, but it was the first thing that came to mind. :-) However, anyone can think back to things they used to enjoy and look deeper into the issue. (My personal favorite is the argument of whether or not "action figures" count as dolls, but somehow I don't think that will fly as a college research paper!)
2) What are some topics that you've discussed or debated with friends? Sometimes conversation can serve as inspiration. From the reach and efficiency of zoning laws, work policies, the Olympics, and school, there are all kinds of potential topics. You may not be able to frame topics in terms of your own experiences, since the paper is written in the third person. However, a bit of familiarity with your subject can help push you in the right direction as far as researching.
3) What is your major? This may be a great opportunity to think critically about things you've been learning about. (Psychology is a hotbed of debate. Just saying.) You could also take a look at social implications within your major. For example, there is a common stereotype that women are not as successful at math or science as men. If you're a woman majoring in one of these areas, this may be an interesting topic. What could be some driving forces behind the stereotype, and what is the reality? Or if you're a man studying nursing, how are male nurses perceived by society/doctors/patients? Is there some sort of social stigma that prevents more men from taking jobs such as nursing?
4) Are there any popular topics you can view from a new perspective? For instance, there is a lot of information about unrealistic expectations and scrutiny of young women. Does society/the media put unfair expectations on boys and young men? This is just one example; there are many subject within the social sphere that you could debate.
5) What topics are in the news? As silly as this may seem, websites such as Yahoo! may be great sources of inspiration for finding a topic.
These are just a few of the possibilities. Brainstorming can be one of the most entertaining parts of writing a paper; it's the only part of the process where anything goes!
Here's one more quick suggestion for you before you settle on a topic: do some preliminary research on three or four frontrunners. Find out how much information is available about them, and how much each view is represented. It can be difficult if you choose a topic, only to find out that you can't find sufficient information!
Happy writing!
Subscribe to:
Posts (Atom)