Difference between revisions of "Academic citation"

From Lazarus wiki
Jump to navigationJump to search
Line 30: Line 30:
 
     address = {Fairfax, VA},
 
     address = {Fairfax, VA},
 
     note = {{version} 1.6},
 
     note = {{version} 1.6},
 +
    note = {{rrid} SCR_014362},
 
     url = {http://www.lazarus-ide.org},
 
     url = {http://www.lazarus-ide.org},
 
   }
 
   }

Revision as of 21:54, 15 May 2016

The Lazarus and Free Pascal teams as well as external contributors have invested a lot of time and effort in creating and maintaining the software. Please cite the tools when using them for scientific purposes.

The following citing style is the result of a discussion on the Lazarus forum, which took place over several months in the beginning of 2016.

Citing Free Pascal

A BibTeX entry for LaTeX users is

 @Manual{,
   title = {Free Pascal: A 32, 64 and 16 bit professional Pascal compiler},
   author = {{Free Pascal Team}},
   year = {1993-2016},
   address = {Fairfax, VA},
   note = {{version} 3.0},
   note = {{rrid} SCR_014360},
   url = {http://www.freepascal.org},
 }

Citing Lazarus

A BibTeX entry for LaTeX users is

 @Manual{,
   title = {Lazarus: The professional Free Pascal RAD IDE},
   author = {{Lazarus Team}},
   year = {1993-2016},
   address = {Fairfax, VA},
   note = {{version} 1.6},
   note = {{rrid} SCR_014362},
   url = {http://www.lazarus-ide.org},
 }

Citing documentation

Additionally, you might want to cite official and unofficial handbooks and other documentation. See Pascal and Lazarus Books and Magazines for details.

External links

See also