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 inside the tag!  
+
* REQUIRED - All '''internal''' names in the author tag need to be in normal order (i.e. first name first), preferably full (in order to be linked without redirects), 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.
  
* 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.
+
* OPTIONAL - Co-author '''external''' names are to be put in ' ''postauth = {}'' ' tag. Again separated by 'and' but do not need to be full.
 +
 
 +
The squiggly brackets could be quotation marks in some peoples BibTex but this doesn't matter (tested by Matt).
  
 
Check out the example below. Personal page links will work once they are made.
 
Check out the example below. Personal page links will work once they are made.
Line 34: Line 36:
 
         number="2",
 
         number="2",
 
         pages="78-80",
 
         pages="78-80",
         year="2005"
+
         year="2005",       
 +
        pdf="
 +
http://optics.eee.nottingham.ac.uk/optics/papers/Laser_Ultrasound/papers/2005_insight_aberration_correction.pdf
 +
"   
 
         }
 
         }
 
</bibtex>
 
</bibtex>

Revision as of 16:47, 17 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 in normal order (i.e. first name first), preferably full (in order to be linked without redirects), 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.
  • OPTIONAL - Co-author external names are to be put in ' postauth = {} ' tag. Again separated by 'and' but do not need to be full.

The squiggly brackets could be quotation marks in some peoples BibTex but this doesn't matter (tested by Matt).

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

S D Sharples, M Clark, I J Collison, M G Somekh - Adaptive acoustic imaging using aberration correction in difficult materials
Insight 47(2):78-80,2005
Bibtex
Author : S D Sharples, M Clark, I J Collison, M G Somekh
Title : Adaptive acoustic imaging using aberration correction in difficult materials
In : Insight -
Address :
Date : 2005

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.