Help:Bibliography: Difference between revisions

From Saltwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''''to translate'''''


=== Arbeiten mit "Bibliography" ===
=== Working with "Bibliography" ===


Mit der Erweiterung "Bibliography" können Literaturstellen erfasst, diese in Artikeln zitiert und am Ende eines Artikels in einem Literaturnachweis zusammengefasst werden.
With the extension "Bibliography" references can be detected, they can be cited in articles and summarized at the end of an article in the References list.


Zu Beginn des Artikels, in dem eine Literaturstelle zitiert werden soll, muss der Befehl <pre><bibimport/> </pre> stehen.
At the beginning of the article, in which a reference should be cited, the command <pre> <bibimport/> </ pre> has to be used.
Im Text selbst kann eine Literurangabe auf zwei Arten angegeben werden:
In the text a quote  can be given in two ways:
  <pre><bib id=Autor:2004 /></pre>
  <pre><bib id=Autor:2004 /></pre>
  <pre><bib id=Autor:2004>Alternate text</bib></pre>
  <pre><bib id=Autor:2004>Alternate text</bib></pre>


Dabei steht bei einem Autor nur der Nachname des Autor, wie z.B. "Arnold"<br>
If there is one author, just the surname has to be used like "Arnold"<br>
bei mehreren Autoren der Nachname des ersten Autors und die Erweiterung .etal wie z.B "Arnold.etal"
with severeal authors the surname of the first and the extension ".etal" as e.g. "Arnold.etal"


es folgt dann ein ":"
It follows then ":"


dann folgt das Erscheinungsjahr des Artikels, wie z.B. 2001.
then follows the year of the article, like 2001.
Hat ein Autor mehr als einen Artikel/Buch in einem Jahr verfasst, so wird dies durch kleine fortlaufende Buchstaben gekennzeichnet wie z.B. "2001a"
as "2001a"


Die vollständige "id" wäre somit also "Arnold:2002" oder "Arnold:2002c" (bei drei Artikeln im Jahre 2003) oder auch "Arnold.etal:2001".
The complete "id" would therefore be "Arnold:2002" or "Arnold:2002c" (with thre articles in 2002) or "Arnold.etal:2001".


Die ID darf keine Umlaute oder Sonderzeichen wie z.B. "_" enthalten!
The ID must not have an umlaut or special characters such as "_"in it!


Die Erweiterung Bibliography schaut nun nach, ob diese Literaturangabe schon existiert oder noch nicht. Gibt es sie schon, so wird in der Literaturliste das korrekte Zitat in Kurzform wiedergegeben, wie z.B.
The extension Bibliography considers whether that citation already exists or not. If this is already there, 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>[Steiger.etal:2007]:(2007). Special issue on salt decay. Environmental Geology Volume: 52,  Number: 2, Pages: 186</pre>


Fehlt das Zitat, so bekommt man einen Hinweis darauf und einen Link zu der Eingabeseite wie z.B.  
If the quote is missing, you get a notice with a link to the edit 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>


  Beim Einfügen eines Bibliography-Links wird dieser in der Vorschau trotz Vorlage in der Bibliographie nicht angezeigt. Erst nach dem Speichen findet die Überprüfung auf Fehlen des Zitates in der Bibliographie statt.
  In the preview a given reference is not show properly. Only when you save it, it appears correct.


Folgt man dem Link, so erreicht man die Eingabe Seite, auf der die Angaben im bibtex-Format vorzunehmen sind. z.B.
The link leads you to the extension biblioh graphy, where you can edit the BibteX input form, e.g.
</noinclude>


<pre>==Autor:2004==
<pre>==Autor:2004==
<bibentry>
<bibentry>
@book{Autor:2004,          //für die id dürfen keine Umlaute benutzt werden, z.B. Mueller
@book{Autor:2004,          //for the id may not be used umlauts, e.g. Mueller
author = {Someone},
author = {Someone},
title  = {Virtual Reality basics},
title  = {Virtual Reality basics},
Line 51: Line 49:
</noinclude>  
</noinclude>  


Liegt eine Literaturstelle auch als Volltext vor. so wird der Link dorthin im BibTex -Format unter die Zeile "abtract = {}," eingefügt , wie z.B.
If a reference exist as a pdf full text file, the filename has to be edited.


   fulltext    = {Datei:Alveolar_Copenhagen_2008.pdf},
   fulltext    = {Datei:Alveolar_Copenhagen_2008.pdf},


Die Literaturliste wird durch die Angabe <pre> <bibprint/></pre> an der Stelle des Befehls gedruckt.
Given a <pre> <bibprint/></pre>, the refenernce list will be printed.




'''Weitere Ausgabemöglichkeiten''' sind:
'''Other output options''' are:
*<nowiki><bibprint></bibprint></nowiki> Druckt die komplette Bibliography
*<nowiki><bibprint></bibprint></nowiki> prints the complete reference list
*<nowiki><bibprint>Author1 Author2</bibprint></nowiki> Druckt die Bibliographie-Einträge mit den Autoren Author1 oder Author2
*<nowiki><bibprint>Author1 Author2</bibprint></nowiki> prints the references beloging to the authors Author1 and Author2
*<nowiki><bibprint>Author1 2006</bibprint></nowiki> Druckt die Bibliographie-Einträge mit dem Autor Author1 oder erschienen in 2006   
*<nowiki><bibprint>Author1 2006</bibprint></nowiki> prints the references beloging to the author1 Author1 or piblished in 2006   
*<nowiki><bibprint year='2006'>Author1</bibprint></nowiki> Druckt die Bibliographie-Einträge mit aus dem Jahr 2006 und dem Autor Author1
*<nowiki><bibprint year='2006'>Author1</bibprint></nowiki> prints the references which Author1 has published in 2006  
*<nowiki><bibprint year='2006' highlight='no'>Author1</bibprint></nowiki>  Druckt die Bibliographie-Einträge mit aus dem Jahr 2006 und dem Autor Author1 ohne Highlighting.
*<nowiki><bibprint year='2006' highlight='no'>Author1</bibprint></nowiki>  prints the references which Author1 has published in 2006 without highlighting.


Die auswahlgesteuerte Ausgabe funktioniert bisher nur, wenn sich keine BibTeX-Zitate darüber im Text befinden.
This works only if there are no BibTeX citations in the text above.


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

Revision as of 12:54, 27 April 2011

Working with "Bibliography"

With the extension "Bibliography" references can be detected, they can be cited in articles and summarized 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/> </ pre> has to be used.
In the text a quote  can be given in two ways:
 <pre><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 severeal authors the surname of the first and the extension ".etal" as e.g. "Arnold.etal"

It follows then ":"

then follows the year of the article, like 2001. as "2001a"

The complete "id" would therefore be "Arnold:2002" or "Arnold:2002c" (with thre 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 this is already there, 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 edit 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 show properly. Only when you save it, it appears correct.
The link leads you to the extension biblioh graphy, where you can edit the BibteX input form, e.g.
==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 filename has to be edited.

 fulltext     = {Datei:Alveolar_Copenhagen_2008.pdf},

Given a

 <bibprint/>

, the refenernce list will be printed.


Other output options are:

  • <bibprint></bibprint> prints the complete reference list
  • <bibprint>Author1 Author2</bibprint> prints the references beloging to the authors Author1 and Author2
  • <bibprint>Author1 2006</bibprint> prints the references beloging 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.

This works only if there are no BibTeX citations in the text above.

Language: English