Hilfe:Bibliography: Unterschied zwischen den Versionen

Aus Salzwiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=== Arbeiten mit "Bibliography" === Mit der Erweiterung "Bibliography" können Literaturstellen erfasst, diese in Artikeln zitiert und am Ende eines Artikels in …“)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
=== 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 "Bibliography" extension, literature can be collected, cited in articles and summarized at the end of the article in reference lists.


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 literature should be cited, the command <pre><bibimport/> </pre> is needed.
Im Text selbst kann eine Literurangabe auf zwei Arten angegeben werden:
In the text itself, literature can be cited in two ways:
  <pre><bib id=Autor:2004 /></pre>
  <pre><bib id=Author:2004 /></pre>
  <pre><bib id=Autor:2004>Alternate text</bib></pre>
  <pre><bib id=Author:2004>Alternate text</bib></pre>


Dabei steht bei einem Autor nur der Nachname des Autor, wie z.B. "Arnold"<br>
Having only one author's name, his surname is used, like "Arnold",<br>
bei mehreren Autoren der Nachname des ersten Autors und die Erweiterung .etal wie z.B "Arnold.etal"
having more authors, the extension etal is added after the first author's surname, like "Arnold.etal",


es folgt dann ein ":"
followed by ":"


dann folgt das Erscheinungsjahr des Artikels, wie z.B. 2001.
and the year of publication of the article, such as 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"
If an author wrote more than one article/book in one year, this is indicatd by continuous small letters, such 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 thus be "Arnold:2001" oder "Arnold:2001c" (having three articles in 2002), or "Arnold.etal:2001".


Die ID darf keine Umlaute oder Sonderzeichen wie z.B. "_" enthalten!
Die ID may not include mutated vowels or special characters like "_" !


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 Bibliography extension checks, wether this citation already exists or not. If it's already part of the bibliography, the correct reference is quoted in abbreviated form, such as


  <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 reference is missing, you get a notice and a link to the edit page, such as


  <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.
When you insert a reference into a text, the link will not appear in the preview. Only after storing the entry, the reference is compared with the lists in the bibliography.


Folgt man dem Link, so erreicht man die Eingabe Seite, auf der die Angaben im bibtex-Format vorzunehmen sind. z.B.
When you follow the link, you reach the entry page where the information must be filled in in the bibtex format, e.g.
</noinclude>
</noinclude>


Zeile 36: Zeile 36:
<bibentry>
<bibentry>
@book{Autor:2004,          //für die id dürfen keine Umlaute benutzt werden, z.B. 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},
Zeile 48: Zeile 48:
</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 you have the full text for the reference, then the link to it is added in the BibTex format with the line underneath "abtract = {}," , like


   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.
The literature list is fitted in by setting <pre> <bibprint/></pre> at the needed location.  




'''Weitere Ausgabemöglichkeiten''' sind:
'''Other output options''' are:
*<nowiki><bibprint></bibprint></nowiki> Druckt die komplette Bibliography
*<nowiki><bibprint></bibprint></nowiki> Prints the complete bibliography
*<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 bibliography entries of the authors Author1 or 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 bibliography entries of Author1 or those published 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 bibliography entries published in 2006 of Author1
*<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 bibliography entries published in 2006 of Author1 without  highlighting.


Die auswahlgesteuerte Ausgabe funktioniert bisher nur, wenn sich keine BibTeX-Zitate darüber im Text befinden.
The selection controlled output works so far only when there are no BibTex quotes in the text above.


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

Version vom 20. Mai 2011, 14:18 Uhr

Working with "Bibliography"

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

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

<bibimport/> 

is needed.

In the text itself, literature can be cited 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 indicatd by continuous small letters, such as "2001a".

The complete "id" would thus be "Arnold:2001" oder "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, wether 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 edit 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 storing the entry, the reference is compared with the lists in the bibliography.

When you follow the link, you reach the entry page 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 = {},
	}
</bibentry>


If you have the full text for the reference, then the link to it is added in the BibTex format with the line underneath "abtract = {}," , like

 fulltext     = {Datei:Alveolar_Copenhagen_2008.pdf},

The literature list is fitted in by setting

 <bibprint/>

at the needed 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  • Deutsch