Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

Rehan wixf Innovation




Posted Questions



Wait...

Posted Answers



Answer


Do you need to cite a website or other online material in Chicago or Turabian style? Look no further than this page! In this guide, you’ll find information on how to cite websites (website article), blogs, social media, and more according to Chicago notes-bibliography style (17th ed.).

Here you’ll find examples for the following types of citations:

With general website content, you are likely to encounter missing information. For example, there may be no author listed. In that case, use the title of the page as the first element in your footnotes and use the name of the site owner or sponsor as the author in the bibliography. This guide on citing a website with no author has templates and examples for creating this type of citation in Chicago style.

Quite often you will not find a date. If this happens, you will use an access date. Some websites will not have a specific title and may be identified with just the owner or sponsor name (CMOS 8.191). For author-date style, if there is only an access date possible, include “n.d.” in place of the year for in-text citation.

Online news or magazine articles are usually cited exactly as articles in print newspapers or magazines, except that the URL is added to the end of the citation. This formatting is slightly different from citations for journal articles in Chicago, though, so be sure to double check which citation style is right for your source.

Citing a blog post in Chicago is very similar to citing an online newspaper or magazine article. You italicize the title of the blog and follow the title with “blog” in parentheses. If the blog is part of a larger publication, include the name of that publication after the title of the blog.

To cite a comment on a blog post, you do this in text. If you cite a comment, you must cite the article on which the comment is posted in the reference list or bibliography according to the above guidelines. In the footnote, list the commenter’s name, the date the comment was posted, and then a shortened form of the citation for the primary blog post.

For example, the note for a comment on the above blog post would be formatted as follows:

WayneF1, January 17, 2014, comment on Limer, “Heck Yes! The First Free Wireless Plan is Finally Here.”

A URL can be included in the footnote citation for a blog comment, but it is not always necessary. See CMOS 14.208 or 15.51 for more guidelines on citing comments.

Social media is generally only cited in the text, but it can also have a formal citation. If you don’t have a title, use up to the first 160 characters of the post in quotation marks. If there is no author, use the user name.

Online forums and mailing lists can be cited in the same way as social media. Include the name of the author, the title of the thread or subject of the email, the title of the list or forum, the title of the host site, the date it was posted, and the URL. For further guidance and examples, see CMOS 14.210 and Turabian 17.5.4 and 19.5.4.

The CMOS recommends that any type of personal communication be cited in text and notes, and indicates that it is rare to cite these in a bibliography (CMOS 14.214 and 15.53). Examples of personal, electronic communication include:

Citing personal interviews in Chicago would also fall under this umbrella.

If an author is not clear, you can use the site owner or publisher in the author field instead. However, if no author, owner, or publisher can be readily identified, your source may be unreliable and you might want to reconsider using it and finding something more authoritative.

Titles for online material can be tricky, as there may not always be a clear title. If you can’t find a title, you can identify it by the website owner or sponsor. Titles of websites are generally set in roman without quotation marks and capitalized in title case. In a small departure from the 16th edition, the CMOS 17th edition specifies that if the website has a print counterpart (such as the websites for newspapers and other publications), then it should be in italics. If it does not, then it should be treated normally. See the examples below:

The website of the Washington Post = Washington Post

Wikipedia’s entry on the American Revolution = Wikipedia

Titles of sections of web pages or pages within a larger website should be placed in quotation marks (CMOS 8.191).

Dates are very important in online material because this type of material changes constantly. You must include a date of publication if you can find one. If there is a revision or modification date in place of the publication date, use that. Revision dates may also be helpful when citing material that is regularly updated like Wikipedia (CMOS 14.13).

While Chicago style does not require the use of an access date in most cases, if you cannot find a publication date or revision date, you should include an access date. If you are writing a scientific or medical research piece, access dates might be required in addition to publication or revision dates, so you might want to check with your instructor (CMOS 14.12).

When recording the URL, if a permalink or shorter link is available, use it instead. Otherwise, use the full URL regardless of length and include the “https://” when writing the URL (CMOS 14.9; Turabian 15.4.1.3).

If a URL links to a database that requires a subscription, it is better to name the database (e.g., ProQuest) because not everyone may have access (CMOS 14.9).

Chicago style does not always require website material to be cited in a bibliography. Sometimes it is enough to describe the content in the text (like when citing a YouTube video in Chicago or a blog post).

For example, writing “EasyBib’s latest blog post, posted on January 21, 2020, gave excellent tips on how to write a research paper,” would likely give the reader enough information to find and identify the blog post. You can include a formal citation if needed, and our examples above will help you out.

Keep in mind, however, that this only applies to general web content, social media, and personal communications like email or Facebook messages. For most other online material, you should always include a formal citation. When in doubt, it is always better to provide a formal citation.

Citing web pages usually requires the following information:

Because online material can disappear any moment, make sure that you record all the information about the website when you use it. You might even want to consider taking a screenshot if you think you might need more information later.

The Chicago Manual of Style, 17th ed. Chicago: University of Chicago Press, 2017. https://doi.org/10.7208/cmos17.

Turabian, Kate L. A Manual for Writers of Research Papers, Theses, and Dissertations, 9th ed. Chicago: University of Chicago Press, 2018.

Written by Janice Hansen. Janice has a doctorate in literature and a master’s degree in library science. She spends a lot of time with rare books and citations.


Answer is posted for the following question.

how to footnote a website?

Answer


builds endurance, muscle strength and cardiovascular fitness helps you maintain a healthy weight, healthy heart and lungs tones muscles and builds strength provides an all-over body workout, as nearly all of your muscles are used during swimming


Answer is posted for the following question.

What is advantages in swimming?

Answer


The aggregate limit (on-shore + off-shore) may be termed Net Overnight open Position (NOOP) and will be subjected to capital charge.


Answer is posted for the following question.

What is noop in banking?

Answer


  • Log on and select the account associated with the card you are adding.
  • Select the Account Summary of the card you want to add.
  • Select "Add to Apple Wallet."

Answer is posted for the following question.

How to add usaa insurance card to apple wallet?

Answer


1
import java.util.Arrays;
2
public class StringToIntegerArray {
3
   public static void main(String args[]) {
4
      String [] str = {123, 345, 437, 894};
5
      int size = str.length;
6
      int [] arr = new int [size];
7
      for(int i=0; i<size; i++) {
8
         arr[i] = Integer.parseInt(str[i]);
9
      }
10
      System.out.println(Arrays.toString(arr));
11
   }
12
}

Answer is posted for the following question.

How to java convert string to int array (Java Programming Language)


Wait...