Difference between revisions of "Wales Group Conventions when using LaTex"

From CUC3
Jump to navigation Jump to search
import>Csw34
import>Dw34
Line 1: Line 1:
 
Canonical BibTeX naming scheme:
 
Canonical BibTeX naming scheme:
   
This scheme follows the automated generation of entries for .bib files generated by the zetoc2bib script. By setting up a zetoc account the contents of chosen journals can be sent automatically. Editing these and placing a * in front of entries that you want to add to bib files enables the zetoc2bib script to produce a suitable .bib entry. The naming scheme is the surname of the first author followed by the first letter of the surnames of the coauthors (in order), followed by the last two digits of the year.
+
This scheme follows the automated generation of entries for .bib files generated by the zetoc2bib script. By setting up a zetoc account the contents of chosen journals can be obtained automatically. Editing these and placing a * in front of entries that you want to add to bib files enables the zetoc2bib script to produce a suitable .bib entry. The naming scheme is the surname of the first author followed by the first letter of the surnames of the coauthors (in order), followed by the last two digits of the year.
   
For example, the entry in my saved file emailed from zetco alerts becomes
+
For example, the entry in my saved file emailed from zetoc alerts becomes
 
<put star here> pp. 3706-3707
 
   
 
* pp. 3706-3707
 
Protein Folding Kinetics Under Force from Molecular Simulation.
 
Protein Folding Kinetics Under Force from Molecular Simulation.
 
Best, R.B.; Hummer, G.
 
Best, R.B.; Hummer, G.
Line 23: Line 22:
   
 
David's collection of .bib files can be found in ~wales/tex/bib/ on clust. All the entries generated with zetoc2bib follow the canonical naming scheme. To use zetoc2bib you will need zetoc.to.isi.pl, isi2bib and zetoc2bib itself, which are all in ~wales/bin/
 
David's collection of .bib files can be found in ~wales/tex/bib/ on clust. All the entries generated with zetoc2bib follow the canonical naming scheme. To use zetoc2bib you will need zetoc.to.isi.pl, isi2bib and zetoc2bib itself, which are all in ~wales/bin/
  +
  +
Using the canonical articles names will help to avoid duplication when writing papers.
   
 
DJW 29/4/08
 
DJW 29/4/08

Revision as of 13:42, 29 April 2008

Canonical BibTeX naming scheme:

This scheme follows the automated generation of entries for .bib files generated by the zetoc2bib script. By setting up a zetoc account the contents of chosen journals can be obtained automatically. Editing these and placing a * in front of entries that you want to add to bib files enables the zetoc2bib script to produce a suitable .bib entry. The naming scheme is the surname of the first author followed by the first letter of the surnames of the coauthors (in order), followed by the last two digits of the year.

For example, the entry in my saved file emailed from zetoc alerts becomes

* pp. 3706-3707

Protein Folding Kinetics Under Force from Molecular Simulation. Best, R.B.; Hummer, G.

and zetoc2bib turns this into:

@ARTICLE{BestH08,
  author    = {Best, R. B. and Hummer, G.},
  title     = {Protein Folding Kinetics Under Force from Molecular
              Simulation.},
  journal   = {J. Amer. Chem. Soc.},
  year      = {2008},
  volume    = {130},
  pages     = {3706-3707}
}

David's collection of .bib files can be found in ~wales/tex/bib/ on clust. All the entries generated with zetoc2bib follow the canonical naming scheme. To use zetoc2bib you will need zetoc.to.isi.pl, isi2bib and zetoc2bib itself, which are all in ~wales/bin/

Using the canonical articles names will help to avoid duplication when writing papers.

DJW 29/4/08