Help:Bibliography: Difference between revisions

From Saltwiki
Jump to navigation Jump to search
No edit summary
m (Protected "Help:Bibliography" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
=== Working with "Bibliography" ===
=== Working with "Bibliography" ===


With the extension "Bibliography" references can be edited, they can be cited in articles and added in the same format at the end of an article in the References list.
With the extension "Bibliography", references can be collected, cited in articles and summarized at the end of the article in a reference list.


At the beginning of the article, in which a reference should be cited, the command  
At the beginning of the article, in which references should be cited, the command  
<pre> <bibimport/> </pre>  
<pre><bibimport/> </pre> is needed.
has to be used.
In the text itself a quote can be given  in two ways:
<pre><bib id=Author:2004 /></pre>
<pre><bib id=Author:2004>Alternate text</bib></pre>


In the text a quote can be given in two ways:
Having only one author's name, his surname is used, like "Arnold",<br>
<pre><bib  id=Autor:2004 /></pre>
having more authors, the extension .etal is added after the first author's surname, like "Arnold.etal",
<pre><bib id=Autor:2004>Alternate text</bib></pre>


*If there is one author, just the surname has to be used like "Arnold"<br>
followed by ":"
*with several authors the surname of the first and the extension ".etal" as e.g. "Arnold.etal"


*it follows a colon ":"
and the year of publication of the article, such as "2001".
If an author wrote more than one article/book in one year, this is indicated by continuous small letters, such as "2001a".


*then the year of the article as "2001" or as  "2001a"
The complete "id" would thus be "Arnold:2001" or "Arnold:2001c" (having three articles in 2002), or "Arnold.etal:2001".


The complete "id" would be "Arnold:2002" or "Arnold:2002c" (with three articles in 2002) or "Arnold.etal:2001".
Die ID may not include mutated vowels or special characters like "_" !


The ID must not have an umlaut or special characters such as "_"in it!
The Bibliography extension checks, whether this citation already exists or not. If it's already part of the bibliography, the correct reference is quoted in abbreviated form, such as


The extension Bibliography considers whether that citation already exists or not. If it is, then the correct quote is presented in abbreviated form in the reference list , like
<pre>[Steiger.etal:2007]:(2007). Special issue on salt decay. Environmental Geology Volume: 52, Number: 2, Pages: 186</pre>


<pre>[Stark.etal:1996]: Jochen Stark, Sylvia Stürmer (1996): Bauschädliche Salze. Bauhaus-Univ. Weimar, (Weimar), pp. 196.</pre>
If the reference is missing, you get a notice and a link to the editing page, such as


If the quote is missing, you get a notice with a link to the editing page as e.g.
<pre>[Steiger:2001]: Reference is missing. Please add it to the Bibliography as book, article, misc,</pre>


<pre>[Steiger:2001]: Reference is missing. Please add it to the Bibliography as book, article, misc,</pre>
When you insert a reference into a text, the link will not appear in the preview. Only after saving the entry, the reference is compared with the lists in the bibliography.


In the preview a given reference is not shown properly. On saving it, it appears correct.
When you follow the link, you reach the entry page of the extension Bibliography where the information must be filled in in the bibtex format, e.g.
The link leads you to the extension bibliography, where you can edit the BibTeX input form:
</noinclude>


<pre>==Autor:2004==
<pre>==Autor:2004==
<bibentry>
<bibentry>
@book{Autor:2004,          //for the "ID" may not be used umlauts, e.g. Mueller
@book{Autor:2004,          //special characters must be avoided , eg Mueller instead of Müller
author = {Someone},
author = {Someone},
title  = {Virtual Reality basics},
title  = {Virtual Reality basics},
Line 43: Line 44:
  publisher = {Publisher},
  publisher = {Publisher},
abstract = {},
abstract = {},
        fulltext = {},
}
}
''"to translate"''
</bibentry>
</bibentry>
</pre>  
</pre>  
</noinclude>  
</noinclude>  


If a reference exist as a pdf full text file, the file name has to be edited.
If a reference exist as a pdf full text file, the file name has to be edited like
 
  fulltext    = {file:Alveolar_Copenhagen_2008.pdf},


  fulltext    = {Datei:Alveolar_Copenhagen_2008.pdf},


Given a <pre> <bibprint/></pre>the reference list will be printed.
Given a <pre> <bibprint/></pre> the reference list is printed at that location.  




'''Other output options''' are:
'''Other output options''' are:
*<nowiki><bibprint></bibprint></nowiki> prints the complete reference list
*<nowiki><bibprint></bibprint></nowiki> Prints the complete bibliography
*<nowiki><bibprint>Author1 Author2</bibprint></nowiki> prints the references belonging to the authors Author1 and Author2
*<nowiki><bibprint>Author1 Author2</bibprint></nowiki> Prints the bibliography entries of the authors Author1 or Author2
*<nowiki><bibprint>Author1 2006</bibprint></nowiki> prints the references belonging to the author1 Author1 or piblished in 2006   
*<nowiki><bibprint>Author1 2006</bibprint></nowiki> Prints the bibliography entries of Author1 or those published in 2006   
*<nowiki><bibprint year='2006'>Author1</bibprint></nowiki> prints the references which Author1 has published in 2006  
*<nowiki><bibprint year='2006'>Author1</bibprint></nowiki> Prints the bibliography entries published in 2006 of Author1
*<nowiki><bibprint year='2006' highlight='no'>Author1</bibprint></nowiki>  prints the references which Author1 has published in 2006 without highlighting.
*<nowiki><bibprint year='2006' highlight='no'>Author1</bibprint></nowiki>  Prints the bibliography entries published in 2006 of Author1 without highlighting.


These options will work only if there are no BibTeX citations in the text above.
The selection controlled output works so far only when there are no BibTex quotes in the text above.


{{languages|help:bibliography}}
{{languages|help:bibliography}}

Latest revision as of 17:11, 20 December 2011

Working with "Bibliography"

With the extension "Bibliography", references can be collected, cited in articles and summarized at the end of the article in a reference list.

At the beginning of the article, in which references should be cited, the command

<bibimport/> 

is needed.

In the text itself a quote can be given in two ways:

<bib id=Author:2004 />
<bib id=Author:2004>Alternate text</bib>

Having only one author's name, his surname is used, like "Arnold",
having more authors, the extension .etal is added after the first author's surname, like "Arnold.etal",

followed by ":"

and the year of publication of the article, such as "2001". If an author wrote more than one article/book in one year, this is indicated by continuous small letters, such as "2001a".

The complete "id" would thus be "Arnold:2001" or "Arnold:2001c" (having three articles in 2002), or "Arnold.etal:2001".

Die ID may not include mutated vowels or special characters like "_" !

The Bibliography extension checks, whether this citation already exists or not. If it's already part of the bibliography, the correct reference is quoted in abbreviated form, such as

[Steiger.etal:2007]:(2007). Special issue on salt decay. Environmental Geology Volume: 52,  Number: 2, Pages: 186

If the reference is missing, you get a notice and a link to the editing page, such as

[Steiger:2001]: Reference is missing. Please add it to the Bibliography as book, article, misc,

When you insert a reference into a text, the link will not appear in the preview. Only after saving the entry, the reference is compared with the lists in the bibliography.

When you follow the link, you reach the entry page of the extension Bibliography where the information must be filled in in the bibtex format, e.g.


==Autor:2004==
	
<bibentry>
	@book{Autor:2004,           //special characters must be avoided , eg Mueller instead of Müller
	 author = {Someone},
	 title  = {Virtual Reality basics},
 	 year   = {2004},
 	 url    = {},
 	 publisher = {Publisher},
	 abstract = {},
         fulltext = {},
	}
</bibentry>


If a reference exist as a pdf full text file, the file name has to be edited like

 fulltext     = {file:Alveolar_Copenhagen_2008.pdf},


Given a

 <bibprint/>

the reference list is printed at that location.


Other output options are:

  • <bibprint></bibprint> Prints the complete bibliography
  • <bibprint>Author1 Author2</bibprint> Prints the bibliography entries of the authors Author1 or Author2
  • <bibprint>Author1 2006</bibprint> Prints the bibliography entries of Author1 or those published in 2006
  • <bibprint year='2006'>Author1</bibprint> Prints the bibliography entries published in 2006 of Author1
  • <bibprint year='2006' highlight='no'>Author1</bibprint> Prints the bibliography entries published in 2006 of Author1 without highlighting.

The selection controlled output works so far only when there are no BibTex quotes in the text above.

Language: English