Difference between revisions of "Publications"

From Applied Optics Wiki
Jump to: navigation, search
Line 11: Line 11:
 
<code><nowiki> <bibtex>  "bibtex code" </bibtex> </nowiki></code>
 
<code><nowiki> <bibtex>  "bibtex code" </bibtex> </nowiki></code>
  
* REQUIRED - All '''internal''' names in the author tag need to be full (in order to be linked), in normal order (i.e. first name first) and separated by 'and'. No commas should be present!  
+
* REQUIRED - All '''internal''' names in the author tag need to be full (in order to be linked), in normal order (i.e. first name first) and separated by 'and'. No commas should be present inside the tag!  
  
 
* OPTIONAL - Main '''external''' author names are to be put in ' ''preauth = {}'' ' tag. Again separated by 'and' but do not need to be full. This should be placed '''before''' the ' ''author = {}'' ' tag.  
 
* OPTIONAL - Main '''external''' author names are to be put in ' ''preauth = {}'' ' tag. Again separated by 'and' but do not need to be full. This should be placed '''before''' the ' ''author = {}'' ' tag.  

Revision as of 18:14, 16 March 2011

Applied Optics: Publications

The old list of publications can be found here

After much fiddling and rewriting of code, I've managed to make the BibTex extension work on this wiki. Firstly, there are some simple changes to a BibTex code that need to be made in order to make it both work on here and if/when someone downloads the code.

  • The authors need to be separated. This is done so that external people can be main/co-authors of papers and not be linked in this wiki. I've created two new tags that only work on this wiki, and will disappear when downloaded. To add a publication, use

<bibtex> "bibtex code" </bibtex>

  • REQUIRED - All internal names in the author tag need to be full (in order to be linked), in normal order (i.e. first name first) and separated by 'and'. No commas should be present inside the tag!
  • OPTIONAL - Main external author names are to be put in ' preauth = {} ' tag. Again separated by 'and' but do not need to be full. This should be placed before the ' author = {} ' tag.
  • OPTIONAL - Co-author external names are to be put in ' postauth = {} ' tag. Again separated by 'and' but do not need to be full. This should be placed after the ' author = {} ' tag.

Check out the example below. Personal page links will work once they are made.

Matt Clark, Ian Stockford, Samuel Achamfuo-Yeboah - Modulated light camera for space applications and assessment via a test bench system
Acta Astronautica 66(9-10):1399 - 1403, Langford Lane, Kidlington, Oxford, OX5 1GB, United Kingdom,2010
http://dx.doi.org/10.1016/j.actaastro.2009.10.030
Bibtex
Author : Matt Clark, Ian Stockford, Samuel Achamfuo-Yeboah
Title : Modulated light camera for space applications and assessment via a test bench system
In : Acta Astronautica -
Address : Langford Lane, Kidlington, Oxford, OX5 1GB, United Kingdom
Date : 2010

Its a bit of a pain now, but it needs to be done in order for it work with links on here AND (when bibtex link is clicked) come out with a bibtex that can be used straight away. At some point, redirects for first name initials and name reversing should be implemented by for now, this, as long as tags are put in correctly, should work properly.