Template:Bibtex

From EuroVR Knowledge Base

{{:Bibtex/{{{1}}} }}


Use

1. Create a page like Bibtex/Publication ID here (where Publication ID here is an ID of the publication you want to include).

2. Use <bibtext></bibtex> to include the Bibtex reference between the tags (you can use it empty and use "Show Preview" to get some help).

3. In the pages where you want to include your reference you use this template like this:

{{Bibtex|Publication ID here}}

Example and Result

{{Bibtext|turing1936a}}

<bibtex>@article{turing1936a, title = {On Computable Numbers, with an Application to the Entscheidungsproblem}, annote = {Turing's famous demonstration of the formal limits on computation based on a proof that the {\em halting problem} is undecidable.}, author = {Alan M. Turing}, journal = {Proceedings of the London Mathematical Society}, number = {42}, pages = {230--265}, url = {http://www.cs.helsinki.fi/u/gionis/cc05/OnComputableNumbers.pdf}, volume = {2}, year = {1936}, biburl = {http://www.bibsonomy.org/bibtex/2b51d7b5c67fb98e0117bc176ee5fd5cf/jaeschke}, keywords = {computable halting numbers problem turing } } </bibtex>


See Bibtex/turing1936a to look at the Bibtex code used.