<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://ps.wdka.nl/wiki/index.php?action=history&amp;feed=atom&amp;title=Publisher%3ABibliography</id>
	<title>Publisher:Bibliography - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ps.wdka.nl/wiki/index.php?action=history&amp;feed=atom&amp;title=Publisher%3ABibliography"/>
	<link rel="alternate" type="text/html" href="https://ps.wdka.nl/wiki/index.php?title=Publisher:Bibliography&amp;action=history"/>
	<updated>2026-05-27T09:56:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://ps.wdka.nl/wiki/index.php?title=Publisher:Bibliography&amp;diff=1208&amp;oldid=prev</id>
		<title>Andre: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://ps.wdka.nl/wiki/index.php?title=Publisher:Bibliography&amp;diff=1208&amp;oldid=prev"/>
		<updated>2015-06-05T10:33:55Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:33, 5 June 2015&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Andre</name></author>
	</entry>
	<entry>
		<id>https://ps.wdka.nl/wiki/index.php?title=Publisher:Bibliography&amp;diff=1207&amp;oldid=prev</id>
		<title>Andre at 07:35, 15 April 2015</title>
		<link rel="alternate" type="text/html" href="https://ps.wdka.nl/wiki/index.php?title=Publisher:Bibliography&amp;diff=1207&amp;oldid=prev"/>
		<updated>2015-04-15T07:35:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[User:Andre|Andre]] ([[User talk:Andre|talk]]) 20:47, 14 April 2015 (CEST) is working on this&lt;br /&gt;
&lt;br /&gt;
= Aims =&lt;br /&gt;
&lt;br /&gt;
* facilitate the formating of bibliographies&lt;br /&gt;
* managing large bibliographies&lt;br /&gt;
* include them in docx, markdown and Mediawiki&lt;br /&gt;
* use zotero (common tool)&lt;br /&gt;
* use bibtext&lt;br /&gt;
&lt;br /&gt;
= Technologies =&lt;br /&gt;
&lt;br /&gt;
== Zotero ==&lt;br /&gt;
&lt;br /&gt;
[https://www.zotero.org/ Zotero] is a tool for collect, organize, cite, and share your research sources. It can either exist as browser plugin or stand-alone program. One of its killer features is the possibility to add web resources, by clicking on the icon that appears on the browser url box.&lt;br /&gt;
&lt;br /&gt;
Zotero stored items can be exported into different formats BibTex, Wikipedia Citation Templates, Evernote Export, etc; Or made into a Bibligraphy or citations into different styles (Chicago, Harvard).&lt;br /&gt;
&lt;br /&gt;
== BibTex/BibLaTex ==&lt;br /&gt;
&lt;br /&gt;
Is a reference management software for formatting lists of references and it its use if often related to the use of LaTex (document preparation tool), but it is not exclusive to it.&lt;br /&gt;
&lt;br /&gt;
BibTeX uses a plain-text file format (.bib) for lists of bibliography items. A .bib consists of a list of reference entries, each with several possible field the user might ever hope to use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bibtex&amp;quot;&amp;gt;&lt;br /&gt;
@book{mcguire_book:_2012, &lt;br /&gt;
title = {Book: {A} {Futurist}&amp;#039;s {Manifesto}}, &lt;br /&gt;
volume = {1}, &lt;br /&gt;
isbn = {978-14-4930-559-8}, &lt;br /&gt;
publisher = {O&amp;#039;Reilly Media}, &lt;br /&gt;
editor = {McGuire, Hugh and O&amp;#039;Leary, Brian}, &lt;br /&gt;
month = nov, &lt;br /&gt;
year = {2012},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the purpose to use BibTex?&amp;#039;&amp;#039;&amp;#039; BibTex can be include in Pandoc conversions to form a Bibliograhy and references.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;How?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Bibliography and Reference in Pandoc + Markdown ==&lt;br /&gt;
&lt;br /&gt;
In a Markdown file a (.bib, .mods, EndNote XML, or JSON citeproc) bibliography file can be associated with a Markdown file, by indicating it in the conversion command. Only the bibliography references which are reference in the text will be turned into references at the end of the converted text.&lt;br /&gt;
&lt;br /&gt;
To cite a reference place the id of that reference in .bib file inside &amp;lt;code&amp;gt;[@referenceID]&amp;lt;/code&amp;gt;, such as &amp;lt;code&amp;gt;[@garrish_epub_2013]&amp;lt;/code&amp;gt;. If you want to cite&lt;br /&gt;
&lt;br /&gt;
A &amp;amp;quot;-&amp;amp;quot; before the &amp;amp;quot;@&amp;amp;quot; will suppress mention of the author in the citation. This can be useful when the author is already mentioned in the text:&lt;br /&gt;
&lt;br /&gt;
To include reference entries which are not cited , you can define a dummy nocite metadata field and put the citations there.&lt;br /&gt;
&lt;br /&gt;
Markdown source:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
---&lt;br /&gt;
nocite: |&lt;br /&gt;
    @felix_kapul_pictorial_2009&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
# Test essay&lt;br /&gt;
BibTeX [@garrish_epub_2013] formats bibliographic items according to a style file, typically by generating TeX or LaTeX formatting commands[-@garrish_epub_2013]. However, style files for generating HTML output also exist. BibTeX style files, for which the suffix .bst is common, are written in a simple, stack-based programming language (dubbed &amp;quot;BibTeX Anonymous Forth-Like Language&amp;quot;, or &amp;quot;BAFLL&amp;quot;, by Drew McDermott) that describes how bibliography items should be formatted. There are some packages which can generate[@mcguire_book:_2012; @collective_print_2014] .bst files automatically (like custom-bib or Bib-it). [@mcguire_book:_2012, pp. 33-35]&lt;br /&gt;
&lt;br /&gt;
# References&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Pandoc command: pandoc -f markdown -t html5 test_essay.md --bibliography bibliography.bib -s -o test_essay.html&lt;br /&gt;
&lt;br /&gt;
Output: &amp;lt;source lang=&amp;quot;html4strict&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;references&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1 id=&amp;quot;references&amp;quot; class=&amp;quot;unnumbered&amp;quot;&amp;gt;&lt;br /&gt;
References&lt;br /&gt;
&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Collective, D. P. T., Marc de Bruijn, Liz Castro, Florian Cramer, Joost Kircz, Silvio Lorusso, Michael Murtaugh, Pia Pol, Miriam Rasch, and Margreet Riphagen. 2014. &amp;lt;em&amp;gt;From Print to Ebooks: A Hybrid Publishing Toolkit for the Arts&amp;lt;/em&amp;gt;. Vol. 1. Institute of Network Cultures.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Garrish, Matt, and Markus Gylling. 2013. &amp;lt;em&amp;gt;EPUB 3 Best Practices&amp;lt;/em&amp;gt;. Vol. 1. O’Reilly Media, Inc.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
McGuire, Hugh, and Brian O’Leary, eds. 2012. &amp;lt;em&amp;gt;Book: A Futurist’s Manifesto&amp;lt;/em&amp;gt;. Vol. 1. O’Reilly Media.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
“Pictorial Webster’s Inspiration to Completion-by John Carrera.” 2009. &amp;lt;a href=&amp;quot;https://www.youtube.com/watch?v=vj4zL4UN0Gc&amp;amp;amp;feature=youtube_gdata_player&amp;quot; class=&amp;quot;uri&amp;quot;&amp;gt;https://www.youtube.com/watch?v=vj4zL4UN0Gc&amp;amp;amp;feature=youtube_gdata_player&amp;lt;/a&amp;gt;.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
== Citation and Reference Style ==&lt;br /&gt;
&lt;br /&gt;
By default, Pandoc will use a Chicago author-date format for citations and references. To use another style, you will need to specify a CSL 1.0 style file with Pandoc argument &amp;lt;code&amp;gt;--csl=sytlefile.csl&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
A repository of CSL styles can be found at https://github.com/citation-style-language/styles.&lt;br /&gt;
&lt;br /&gt;
What style will be used in the Publication Station&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
= Text Processors and Bibliographies =&lt;br /&gt;
&lt;br /&gt;
== Libre Office ==&lt;br /&gt;
(All this might be deprecated with Zotero integration for LibreOffice )&lt;br /&gt;
&lt;br /&gt;
https://wiki.documentfoundation.org/Referencing_Systems_in_LibreOffice&lt;br /&gt;
&lt;br /&gt;
* create a bibliography - https://help.libreoffice.org/Writer/Creating_a_Bibliography&lt;br /&gt;
* insert a reference - https://help.libreoffice.org/Writer/Insert_Bibliography_Entry&lt;br /&gt;
* insert a bibliography - Insert &amp;amp;gt; Indexes and Tables &amp;amp;gt; Indexes and Tables - Type: Bibliography; To get numbers instead of ID keys check Numbered Entries. The Bibliography can be updated, with the entries by Mouse Right Clicking over the Bibliography: Update Index/Table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Zotero integration for LibreOffice ==&lt;br /&gt;
Need to use &amp;#039;&amp;#039;&amp;#039;LibreOffice integration&amp;#039;&amp;#039;&amp;#039; https://download.zotero.org/integration/Zotero-LibreOffice-Plugin-3.5.9.xpi to achieve desired result&lt;br /&gt;
&lt;br /&gt;
Export a bibliography from Libre Office to Zotero or Bibtex ???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
....&lt;br /&gt;
The BIG issue seems to be that references and bibliography in LibreOffice/MS Word are this monolytical animals, that exist only in their words. A conversion from a .docx to markdown will translate the reference literaly, rather than symbolically.&lt;br /&gt;
&lt;br /&gt;
Is there anyway of symbolically translating the references to Markdown? Maybe, if the .docx reference key is something like [@refkey]&lt;/div&gt;</summary>
		<author><name>Andre</name></author>
	</entry>
</feed>