%Templates for BibTex entries. % %Dont worry about leaving empty fields these are ignored %Similarly lines begining with a % are treated as comments and %discarded by remove_comments.awk % @article( x, author = {}, title = {}, journal = {}, year = 1900, %optional volume = {}, number = {}, pages = {}, month = {}, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, ISBN = {}, url = {}, doi = {doi:}, size = {}, abstract = {}, notes = {} ) @book(x, author = {}, %or editor = {}, title = {}, publisher = {}, year = 1900, %optional volume = {}, %or number = {}, series = {}, address = {}, edition = {}, month = {}, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, ISBN = {}, url = {}, abstract = {}, notes = {}, size = {pages} ) %Entry for a work that is printed and bound but without a the name of a publisher or sponsoring organisation @booklet (x, title = {}, %optional author = {}, howpublished = {}, address = {}, month = {}, year = {}, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, ISBN = {}, size = {}, url = {}, abstract = {}, notes = {} ) @inbook(x, author = {}, %or editor = {}, title = {}, chapter = {}, %and/or pages = {}, publisher = {}, year = 1900, %optional volume = {}, %or number = {}, series = {}, type = {}, address = {}, edition = {}, month = {}, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, ISBN = {}, url = {}, abstract = {}, notes = {}, size = {pages} ) %Entry for part of a book that has its own title @incollection(x, author = {}, title = {}, booktitle = {}, publisher = {}, year = 1900, %optional editor = {}, volume = {}, %or number = {}, series = {}, type = {}, chapter = {}, pages = {}, address = {}, edition = {}, month = {}, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, ISBN = {}, url = {}, abstract = {}, notes = {}, size = {pages} ) @inproceedings (x, author = {}, title = {}, booktitle = {}, year = 1900, %optional editor = {}, volume = {}, %or number = {}, series = {}, pages = {}, address = {}, publisher_address = {}, month = {}, organisation = {}, publisher = {}, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, ISBN = {}, url = {}, size = {}, abstract = {}, notes = {} ) %Entry for technical documentation @manual(x, title = {}, %optional author = {}, year = 1900, address = {}, edition = {}, month = {}, organisation = {}, publisher = {}, note = {}, %ignored by BibTex % email = {}, keywords = {genetic algorithms, genetic programming}, url = {}, size = {}, abstract = {}, notes = {} ) @mastersthesis(x, author = {}, title = {}, school = {University College, London}, year = 1900, %optional type = {}, address = {}, month = nov, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, url = {}, size = { pages}, abstract = {}, notes = {} ) %Entry for a work that does not fit under any of the others @misc(x, %no required fields %optional author = {}, title = {}, howpublished = {}, year = 1900, month = nov, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, ISBN = {}, url = {}, size = { pages}, abstract = {}, notes = {} ) @phdthesis(x, author = {}, title = {}, school = {University College, London}, year = 1900, %optional type = {}, address = {}, month = nov, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, url = {}, size = { pages}, abstract = {}, notes = {} ) @proceedings(x, title = {}, year = 1900, %optional editor = {}, volume = {}, %or number = {}, series = {}, address = {}, publisher_address = {}, month = {}, organisation = {}, publisher = {}, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, ISBN = {}, url = {}, size = { pages}, abstract = {}, notes = {} ) @techreport(x, author = {}, title = {}, institution = {}, year = 1900, %optional type = {}, number = {}, address = {}, month = {}, note = {}, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, url = {}, abstract = {}, notes = {}, size = {pages} ) @unpublished(x, author = {}, title = {}, note = {}, %optional month = {}, year = 1900, %ignored by BibTex but available for automatic searching % email = {}, keywords = {genetic algorithms, genetic programming}, url = {}, abstract = {}, notes = {Draft research note}, size = {pages} ) %%end Templates