User:Milton Beychok/Sandbox

From Citizendium
Jump to navigation Jump to search

CZ:Formatting of embedded inline references

This article is about formatting embedded inline references (also called notes or footnotes) in an article. Embedded inline references are references that are meant to corroborate a specific word, statement, paragraph or even sub-section of an article by providing the readers of the article with the details of a book, journal, newspaper report or online website page that substantiates and validates the word, statement, paragraph or sub-section. The location of the word, statement, paragraph or subsection being referenced is marked with a superscript, bracketed number (colored blue) like this for a single reference[1] or this[2][3] for multiple references.

In Citizendium and many other Wikis, the Wiki markup coding of embedded inline references on the edit page of an article always begins with the tag <ref> and ends with the tag </ref>. For that reason, the Wiki markup coding of embedded inline references is often referred to as the <ref> </ref> method.

By contrast, some authors use the word "references" to mean listing the details of sources (such as books or journals) that provided information, corroboration or substantiation of the article as whole rather than any specific parts of the article. Such lists are placed at the end of the article with no indication as to what specific part of the article each listed source applies. Within the context of Citizendium, in most cases, such non-specific references are best placed in the Bibliography subpage rather than at the end of the article. If such reference lists include hyperlinks to online website pages, then they are best included in the External Links subpage.

Some authors also use embedded inline hyperlinks like this [1] or this [2] as references. Such references should not be used. When used in an article that is also using the <ref> </ref> method, confusion will arise between the numbering of the embedded inline hyperlinks and the embedded inline references.\

Valid, reliable references

A reference must be accurate, reliable and it must corroborate the statement in the text. To validate or corroborate the statement that "Mike Brown climbed Mount Everest", referencing a publication about Mount Everest is no good if Mike Brown isn't mentioned. Similarly, referencing an article about Mike Brown is also no good if it doesn't mention that he climbed Mount Everest. The referenced source must corroborate that Mike's achievement is true.

We must use reliable, credible sources such as published books, professional journals, mainstream press report , and reliable web sites. Blogs, MySpace, YouTube, fan sites and extreme minority material are not usually acceptable, nor are your own unpublished essays or research. Wikipedia articles or other Citizendium articles are not reliable sources.

Inserting the embedded inline references

Multiple insertion of the same reference:

On the edit page of an article, this is placed at the first insertion point of the citation:

<ref name=Speight>{{cite book|author=J. G. Speight|title=The Chemistry and Technology of Petroleum|edition=4th Edition|publisher=CRC Press |year=2006|id=ISBN 0-8493-9067-2}}</ref>

This is placed at the second insertion point of the citation:

<ref name=Speight/>

And this is placed at the third insertion point of the citation:

<ref name=Speight/> ..... and so forth for further insertion points

Single insertion of a reference:

For the single insertion of a reference, the "name" parameter is not needed in the <ref> tag. On the article's edit page, this is placed at the insertion point of the citation:

<ref>{{cite book|author=John Walkenbach|title=Excel 97|edition=1st Edition|publisher=Hungry Minds|year=1997|id=ISBN 0-7645-3036-4}}</ref>

What is produced at the points of insertion:

These are what is produced and note that the reference numbers in blue are automatically generated. Clicking on any one of the reference numbers causes the screen display to scroll down to that reference number listed in the References section at the end of the article:

First[1] text word referenced to Speight's book
Second[1] text word referenced to Speight's book
Third[1] text word referenced to Speight's book
The only [2] text word referenced to the Excel 97 book.

Producing the reference or footnote list:

On the edit page of the article, place either of these at the bottom of an article to produce a references or footnotes section:

==References==         ==Footnotes==
{{reflist}}                     {{reflist}}

This is the list produced in the references or footnotes section and note that the list numbers are automatically generated:

  1. 1.0 1.1 1.2 J. G. Speight (2006). The Chemistry and Technology of Petroleum, 4th Edition. CRC Press. ISBN 0-8493-9067-2. 
  2. John Walkenbach (1997). Excel 97, 1st Edition. Hungry Minds. ISBN 0-7645-3036-4. 

Notes on using the reference or footnotes list

  • Clicking on the blue superscript 1.0 causes the screen display to scroll back up to the point where the first reference to Speight's book was inserted. Clicking on the blue superscript 1.1 causes the screen display to scroll back up to the point where the the second reference to Speight's book was inserted. Clicking on the blue superscript 1.2 causes the screen display to scroll back up to the point where the the third reference to Speight's was inserted ... and so forth.
  • Clicking on any up arrow () that has no associated superscripts causes the screen display to scroll back up to the point where that single-use references was inserted.

Using templates to insert reference text

A number of templates, such {{cite book}}, are available to format the text between the <ref> and </ref> tags in a more structured way.