Difference between revisions of "Academic citation"

From Lazarus wiki
Jump to navigationJump to search
(Update)
(→‎Citing Lazarus: Updating for current version)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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 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.
  
Citing software that was used for a scientific project is also necessary to make research reproducible. Therefore, correct citations contribute to both credibility and scientific utility of publications.
+
Citing software that was used for a scientific project is also necessary to make research reproducible.
 +
Therefore, correct citations contribute to both credibility and scientific utility of publications.
  
The following citation style is the result of a [http://forum.lazarus.freepascal.org/index.php/topic,31319.0.html discussion on the Lazarus forum], which took place over several months in 2016.
+
The following citation style is the result of a [http://forum.lazarus.freepascal.org/index.php/topic,31319.0.html discussion on the Lazarus forum], which took place over several months in 2016 and 2017.
  
 
== Citing Free Pascal ==
 
== Citing Free Pascal ==
 +
* Free Pascal Team (1993-2020). Free Pascal: A 32, 64 and 16 bit professional Pascal compiler. Version 3.2.0. URL https://www.freepascal.org. RRID:[https://scicrunch.org/browse/resources/SCR_014360 SCR_014360].
  
* Free Pascal Team (1993-2016). Free Pascal: A 32, 64 and 16 bit professional Pascal compiler. Version 3.0. URL http://www.freepascal.org. RRID:[http://scicrunch.org/browse/resources/SCR_014360 SCR_014360].
+
A BibTeX entry for <math>\LaTeX</math> users is
 
+
<syntaxhighlight lang="bibtex">
A BibTeX entry for LaTeX users is
+
@Manual{,
  @Manual{,
+
title   = {Free Pascal: A 32, 64 and 16 bit professional Pascal compiler},
    title = {Free Pascal: A 32, 64 and 16 bit professional Pascal compiler},
+
author = {{Free Pascal Team}},
    author = <nowiki>{{Free Pascal Team}}</nowiki>,
+
year   = {1993-2020},
    year = {1993-2016},
+
address = {Fairfax, VA},
    address = {Fairfax, VA},
+
note   = {{version} 3.2.0},
    note = {{version} 3.0},
+
note   = {{rrid} SCR_014360},
    note = {{rrid} SCR_014360},
+
url     = {https://www.freepascal.org/},
     url = {http://www.freepascal.org},
+
}
  }
+
</syntaxhighlight>
 
 
 
Of course, the version in the foregoing examples should be replaced by the version of the Free Pascal compiler that was used.
 
Of course, the version in the foregoing examples should be replaced by the version of the Free Pascal compiler that was used.
  
 
== Citing Lazarus ==
 
== Citing Lazarus ==
 +
* Lazarus Team (1993-2020). Lazarus: The professional Free Pascal RAD IDE. Version 2.0.10. URL http://www.lazarus-ide.org. RRID:[https://scicrunch.org/browse/resources/SCR_014362 SCR_014362].
  
* Lazarus Team (1993-2016). Lazarus: The professional Free Pascal RAD IDE. Version 1.6. URL http://www.lazarus-ide.org. RRID:[http://scicrunch.org/browse/resources/SCR_014362 SCR_014362].
+
A BibTeX entry for <math>\LaTeX</math> users is
 
+
<syntaxhighlight lang="bibtex">
A BibTeX entry for LaTeX users is
+
@Manual{,
 
+
title   = {Lazarus: The professional Free Pascal RAD IDE},
  @Manual{,
+
author = {{Lazarus Team}},
    title = {Lazarus: The professional Free Pascal RAD IDE},
+
year   = {1993-2020},
    author = <nowiki>{{Lazarus Team}}</nowiki>,
+
address = {Fairfax, VA},
    year = {1993-2016},
+
note   = {{version} 2.0.10},
    address = {Fairfax, VA},
+
note   = {{rrid} SCR_014362},
    note = {{version} 1.6},
+
url     = {https://www.lazarus-ide.org},
    note = {{rrid} SCR_014362},
+
}
     url = {http://www.lazarus-ide.org},
+
</syntaxhighlight>
  }
 
 
 
 
Please don't forget to replace the Lazarus version in the examples from above with the version that was used for your scientific project.
 
Please don't forget to replace the Lazarus version in the examples from above with the version that was used for your scientific project.
  
 
== Citing documentation ==
 
== Citing documentation ==
 
+
Additionally, you might want to cite official and unofficial handbooks and other documentation.
Additionally, you might want to cite official and unofficial handbooks and other documentation. See [[Pascal and Lazarus Books and Magazines]] for details.
+
See [[Pascal and Lazarus Books and Magazines]] for details.
  
 
== External links ==
 
== External links ==
* Software Sustainability Institute: [http://www.software.ac.uk/how-cite-and-describe-software How to cite and describe software]
+
* [https://www.freepascal.org/docs.html Free Pascal Documentation]
 +
* Software Sustainability Institute: [https://www.software.ac.uk/how-cite-and-describe-software How to cite and describe software]
  
 
== See also ==
 
== See also ==
 
* [[Pascal and Lazarus Books and Magazines]]
 
* [[Pascal and Lazarus Books and Magazines]]
 +
* [[Scientific publications]]
 
* [[Lazarus Documentation]]
 
* [[Lazarus Documentation]]
  
 
[[Category:SciTech]]
 
[[Category:SciTech]]

Revision as of 20:54, 20 December 2020

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.

Citing software that was used for a scientific project is also necessary to make research reproducible. Therefore, correct citations contribute to both credibility and scientific utility of publications.

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

Citing Free Pascal

A BibTeX entry for [math]\displaystyle{ \LaTeX }[/math] users is

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

Of course, the version in the foregoing examples should be replaced by the version of the Free Pascal compiler that was used.

Citing Lazarus

A BibTeX entry for [math]\displaystyle{ \LaTeX }[/math] users is

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

Please don't forget to replace the Lazarus version in the examples from above with the version that was used for your scientific project.

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