Help:Bibliography

From Saltwiki
Jump to navigation Jump to search

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.

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

 <bibimport/> 

has to be used.

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

<bib  id=Autor:2004 />
<bib id=Autor:2004>Alternate text</bib>
  • If there is one author, just the surname has to be used like "Arnold"
  • with several authors the surname of the first and the extension ".etal" as e.g. "Arnold.etal"
  • it follows a colon ":"
  • then the year of the article as "2001" or as "2001a"

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

The ID must not have an umlaut or special characters such as "_"in it!

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

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

If the quote is missing, you get a notice with a link to the editing page as e.g.

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

In the preview a given reference is not shown properly. On saving it, it appears correct. The link leads you to the extension bibliography, where you can edit the BibteX input form:

==Autor:2004==
	
<bibentry>
	@book{Autor:2004,           //for the "ID" may not be used umlauts, e.g. Mueller
	 author = {Someone},
	 title  = {Virtual Reality basics},
 	 year   = {2004},
 	 url    = {},
 	 publisher = {Publisher},
	 abstract = {},
	}
 ''"to translate"'' 
</bibentry>


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

 fulltext     = {Datei:Alveolar_Copenhagen_2008.pdf},

Given a

 <bibprint/>

the reference list will be printed.


Other output options are:

  • <bibprint></bibprint> prints the complete reference list
  • <bibprint>Author1 Author2</bibprint> prints the references belonging to the authors Author1 and Author2
  • <bibprint>Author1 2006</bibprint> prints the references belonging to the author1 Author1 or piblished in 2006
  • <bibprint year='2006'>Author1</bibprint> prints the references which Author1 has published in 2006
  • <bibprint year='2006' highlight='no'>Author1</bibprint> prints the references which Author1 has published in 2006 without highlighting.

These options will work only if there are no BibTeX citations in the text above.

Language: English