Submit your research to the International Journal "Notes on Intuitionistic Fuzzy Sets". Contact us at nifs.journal@gmail.com

Call for Papers for the 27th International Conference on Intuitionistic Fuzzy Sets is now open!
Conference: 5–6 July 2024, Burgas, Bulgaria • EXTENDED DEADLINE for submissions: 15 APRIL 2024.

Help:References: Difference between revisions

From Ifigenia, the wiki for intuitionistic fuzzy sets and generalized nets
Jump to navigation Jump to search
No edit summary
m (improve)
 
Line 1: Line 1:
{{help-pages/2}}
{{help-pages/2}}


The wiki references are a way that provided information is equipped with endnote references and citations. The mechanism of referencing works in the following way:
The wiki references are a way that provided information is equipped with endnote references and citations. The mechanism of referencing works with several XML tags in the following way.


Source code in edit mode:
Source code in edit mode:
Line 21: Line 21:
</blockquote>
</blockquote>


So, the texts of the citations or endnotes go between the pairs of tags <tt>&lt;ref></tt> and <tt>&lt;/ref></tt> along with the rest of the text in the article. But they appear gathered in the same place on the page by using the tag &lt;references/>
So, the texts of the citations or endnotes go between the pairs of tags <tt>&lt;ref></tt> and <tt>&lt;/ref></tt> along with the rest of the text in the article. But they appear gathered in the same place on the page by using the tag &lt;references/> Automatic numeration is applied, meaning that the insertion of new references in the beginning or the middle of a document will pre-numerate the subsequent references, accordingly.


* Using the tags <tt>&lt;ref name=""></tt> and <tt>&lt;ref name=""/></tt> you can apply one and the same endnote to multiple places in the text.
The three tags mentioned are most often used. However, there are certain cases when other tags prove to be useful too.
* Using the tags <tt>&lt;ref group=""></tt> and <tt>&lt;ref group=""/></tt> you can group certain references in order to render them in two or more sections after the text.
* Using the tags <tt>&lt;ref name=""></tt> and <tt>&lt;ref name=""/></tt> it is possible to apply one and the same endnote to multiple places in the text.
* Using the tags <tt>&lt;ref group=""></tt> and <tt>&lt;ref group=""/></tt> it is possible to group certain references in order to distribute them in two or more places after the text.


== See also ==
== See also ==

Latest revision as of 15:00, 5 November 2008

First steps Page editing Page management Namespaces Tools and settings
Starting a new page • Edit mode • Text formatting • Formulas • Tables • Images • Categories • Templates • References • Subpages

The wiki references are a way that provided information is equipped with endnote references and citations. The mechanism of referencing works with several XML tags in the following way.

Source code in edit mode:

According to scientists, the Sun is pretty big.<ref>E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.</ref> The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.</ref>

== Notes ==
<references/>

is rendered in read mode in this way:

According to scientists, the Sun is pretty big.[1] The Moon, however, is not so big.[2]

Notes

  1. E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.
  2. R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.

So, the texts of the citations or endnotes go between the pairs of tags <ref> and </ref> along with the rest of the text in the article. But they appear gathered in the same place on the page by using the tag <references/> Automatic numeration is applied, meaning that the insertion of new references in the beginning or the middle of a document will pre-numerate the subsequent references, accordingly.

The three tags mentioned are most often used. However, there are certain cases when other tags prove to be useful too.

  • Using the tags <ref name=""> and <ref name=""/> it is possible to apply one and the same endnote to multiple places in the text.
  • Using the tags <ref group=""> and <ref group=""/> it is possible to group certain references in order to distribute them in two or more places after the text.

See also