Help:References
(→Implementation) |
(→Implementation) |
||
Line 10: | Line 10: | ||
To implement citations we use the wiki-extension [http://www.mediawiki.org/wiki/Extension:Cite/Cite.php Cite] that enshures a clean and organised style of references. | To implement citations we use the wiki-extension [http://www.mediawiki.org/wiki/Extension:Cite/Cite.php Cite] that enshures a clean and organised style of references. | ||
− | References are placed inbetween a <nowiki><ref> </ref></nowiki> - tag in the text (right at the position of the citation). This sentence is an example for a citation (Author1 et al. 2008 <ref> Author1, | + | References are placed inbetween a <nowiki><ref> </ref></nowiki> - tag in the text (right at the position of the citation). This sentence is an example for a citation (Author1 et al. 2008 <ref> Author1, H.K., Author2, J.G., Author3, k. 2008. The Idea of Building up a Forest Science Knowledge Base with Mediawiki. Journal of IT in Science, 12(3), 121-134. </ref>), you can see the small indicator linking to the footnote at the end of this section. |
The basic concept of the <ref> tag is that it inserts the text enclosed by the ref tags as a footnote in a designated section, which you indicate with the placeholder tag <references /> like this: | The basic concept of the <ref> tag is that it inserts the text enclosed by the ref tags as a footnote in a designated section, which you indicate with the placeholder tag <references /> like this: | ||
Revision as of 12:26, 2 December 2008
We raise the claim to be a scientific knowledge base what makes correct citing and referncing for the provided content one of the most urgent issues in AWF-Wiki.
Contents |
General citation style
- As general style for citations we prefer you to follow the below example
- Barrett, D.J. 2008. Mediawiki. Wikipedia and Beyond. O'Reilly Media, Sebastopol. 358 p.
- In case of Journal articles please follow this example
- Author1, H.K., Author2, J.G., Author3, k. 2008. Building up a Forest Science Knowledge Base with Mediawiki. Journal of IT in Science, 12(3), 121-134.
Implementation
To implement citations we use the wiki-extension Cite that enshures a clean and organised style of references.
References are placed inbetween a <ref> </ref> - tag in the text (right at the position of the citation). This sentence is an example for a citation (Author1 et al. 2008 [1]), you can see the small indicator linking to the footnote at the end of this section. The basic concept of the <ref> tag is that it inserts the text enclosed by the ref tags as a footnote in a designated section, which you indicate with the placeholder tag <references /> like this:
==References==
<references/>
If you forget to include <references /> at the end of the article, none of the footnotes will appear.
- Info
- The wiki-syntax for the above citation is: (Author1 et al. 2008 <ref> Author1, L., Author2, B.H., Author3, J. 2008. personal communications.</ref>). You put the <nowiki><ref><nowiki>-tag in the brackets.
If you like to cite one source multiple times in your article, you have to name the <ref> </ref> - tags. All tags with the same name will refer to the same footnote. A named <ref></ref>-tag looks like this:
<ref name=your name>Your reference here</ref>.
Missing references
References
- ↑ Author1, H.K., Author2, J.G., Author3, k. 2008. The Idea of Building up a Forest Science Knowledge Base with Mediawiki. Journal of IT in Science, 12(3), 121-134.