Recent

Author Topic: Academic citation  (Read 14042 times)

cpicanco

  • Hero Member
  • *****
  • Posts: 618
  • Behavioral Scientist and Programmer
    • Portfolio
Academic citation
« on: January 31, 2016, 12:37:17 pm »
Hi, how should I cite the Lazarus IDE and the Free Pascal compiler in an academic work?
Be mindful and excellent with each other.
https://github.com/cpicanco/

JanRoza

  • Hero Member
  • *****
  • Posts: 672
    • http://www.silentwings.nl
Re: Academic citation
« Reply #1 on: January 31, 2016, 02:30:38 pm »
How about "Rapid Application Development Tool".
OS: Windows 10 (64 bit) / Linux Mint (64 bit)
       Lazarus 3.2 FPC 3.2.2
       CodeTyphon 8.40 FPC 3.3.1

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Academic citation
« Reply #2 on: January 31, 2016, 04:18:26 pm »
How about:

Free Pascal Lazarus Project, 2015. Free Pascal Rapid Application Development Integrated Development Environment Version 1.4.4. www.lazarus-ide.org.

Cheers,
VTwin
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

Bart

  • Hero Member
  • *****
  • Posts: 5288
    • Bart en Mariska's Webstek
Re: Academic citation
« Reply #3 on: January 31, 2016, 04:33:31 pm »
Cite all developers, seems to be my last chance of being cited in an academic paper  O:-)

Bart

Thaddy

  • Hero Member
  • *****
  • Posts: 14364
  • Sensorship about opinions does not belong here.
Re: Academic citation
« Reply #4 on: January 31, 2016, 04:57:31 pm »
All users - and that is a huge part - of this forum with an academic degree will tell you, you should already know. Because you are supposed to have learned that. Oh, anyway, just google on it.. >:D

« Last Edit: January 31, 2016, 04:59:58 pm by Thaddy »
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

vicot

  • Full Member
  • ***
  • Posts: 114
Re: Academic citation
« Reply #5 on: January 31, 2016, 05:31:19 pm »
Cite all developers, seems to be my last chance of being cited in an academic paper  O:-)

Bart

LOL

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Academic citation
« Reply #6 on: January 31, 2016, 06:37:42 pm »
It is not straight forward at all. I am an academic who writes scientific software, as well as papers on algorithms. Users of my software are required to cite it, or one of my papers.

This site raises a few of the questions:

http://www.software.ac.uk/how-cite-and-describe-software?mpw

I'll try to cite you in my next paper Bart! :)

Cheers,
VTwin
« Last Edit: January 31, 2016, 06:42:05 pm by VTwin »
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: Academic citation
« Reply #7 on: January 31, 2016, 06:50:53 pm »
Promoting Free Pascal / Lazarus by academic citation is an excellent way to promote visibility among the scientific and academic communities.

A standard citation agreed on by the developers could help.

Cheers,
VTwin 
« Last Edit: January 31, 2016, 06:54:03 pm by VTwin »
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: Academic citation
« Reply #8 on: February 03, 2016, 12:08:33 am »
R, a free implementation of the S language for statistical computing delivers the following output if you enter citation():

Quote
To cite R in publications use:

  R Development Core Team (2009). R: A language and environment for statistical
  computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN
  3-900051-07-0, URL http://www.R-project.org.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {R: A Language and Environment for Statistical Computing},
    author = {{R Development Core Team}},
    organization = {R Foundation for Statistical Computing},
    address = {Vienna, Austria},
    year = {2009},
    note = {{ISBN} 3-900051-07-0},
    url = {http://www.R-project.org},
  }

We have invested a lot of time and effort in creating R, please cite it when
using it for data analysis. See also ‘citation("pkgname")’ for citing R
packages.

This could be translated to Free Pascal and Lazarus as:

Quote
  Free Pascal Team (1993-2016). Free Pascal: A 32, 64 and 16 bit professional Pascal compiler. URL http://www.freepascal.org.

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-2013},
    url = {http://www.freepascal.org},
  }

Quote
  Lazarus Team (1993-2016). Lazarus: The professional Free Pascal RAD IDE. URL http://www.lazarus-ide.org.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {Lazarus: The professional Free Pascal RAD IDE},
    author = {{Lazarus Team}},
    year = {1993-2016},
    url = {http://www.lazarus-ide.org},
  }

As far as I know the Lazarus foundation is still in the phase of planning. Therefore, I have omitted the corresponding field.

In addition, it should be possible to cite the official Free Pascal manuals available form http://www.freepascal.org/docs.var and the publications from http://wiki.freepascal.org/Pascal_and_Lazarus_Books_and_Magazines.
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 2.2.6 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Academic citation
« Reply #9 on: February 03, 2016, 08:50:54 am »
As far as I know the Lazarus foundation is still in the phase of planning.
Any way please where I can subscribe for further info?
« Last Edit: February 03, 2016, 11:03:08 am by Leledumbo »

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: Academic citation
« Reply #10 on: February 03, 2016, 10:35:18 am »
As far as I know the Lazarus foundation is still in the phase of planning.
Any please where I can subscribe for further info?

It was once proposed by Michael van Canneyt, and the wiki contains a draft for a foundation charter.

Unfortunately, I am unable to deliver more information, since I am not a member of the core group. I think, however, that a Lazarus (and/or FPC) foundation would be a great achievement.
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 2.2.6 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

cpicanco

  • Hero Member
  • *****
  • Posts: 618
  • Behavioral Scientist and Programmer
    • Portfolio
Re: Academic citation
« Reply #11 on: February 03, 2016, 03:50:45 pm »
Hi all,

Please make me know if the following would be fine for the devs, I am using the APA (v6) style:

Quote
Klaempfl, F. (2015). Free Pascal Compiler (Version v3.0.0) [Cross-platform]. Retrieved from http://www.freepascal.org/

Braun, J., Gärtner, M., Heinig, S., Carvalho, F. M. de, & Van Canneyt, M. (2011). Lazarus: the complete guide. Nederland: Blaise Pascal Magazine.
Be mindful and excellent with each other.
https://github.com/cpicanco/

cpicanco

  • Hero Member
  • *****
  • Posts: 618
  • Behavioral Scientist and Programmer
    • Portfolio
Re: Academic citation
« Reply #12 on: February 03, 2016, 04:02:29 pm »
This option seems to be in discussion...

R, a free implementation of the S language for statistical computing delivers the following output if you enter citation():

Quote
To cite R in publications use:

  R Development Core Team (2009). R: A language and environment for statistical
  computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN
  3-900051-07-0, URL http://www.R-project.org.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {R: A Language and Environment for Statistical Computing},
    author = {{R Development Core Team}},
    organization = {R Foundation for Statistical Computing},
    address = {Vienna, Austria},
    year = {2009},
    note = {{ISBN} 3-900051-07-0},
    url = {http://www.R-project.org},
  }

We have invested a lot of time and effort in creating R, please cite it when
using it for data analysis. See also ‘citation("pkgname")’ for citing R
packages.

This could be translated to Free Pascal and Lazarus as:

Quote
  Free Pascal Team (1993-2016). Free Pascal: A 32, 64 and 16 bit professional Pascal compiler. URL http://www.freepascal.org.

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-2013},
    url = {http://www.freepascal.org},
  }

Quote
  Lazarus Team (1993-2016). Lazarus: The professional Free Pascal RAD IDE. URL http://www.lazarus-ide.org.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {Lazarus: The professional Free Pascal RAD IDE},
    author = {{Lazarus Team}},
    year = {1993-2016},
    url = {http://www.lazarus-ide.org},
  }

As far as I know the Lazarus foundation is still in the phase of planning. Therefore, I have omitted the corresponding field.

In addition, it should be possible to cite the official Free Pascal manuals available form http://www.freepascal.org/docs.var and the publications from http://wiki.freepascal.org/Pascal_and_Lazarus_Books_and_Magazines.
Be mindful and excellent with each other.
https://github.com/cpicanco/

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: Academic citation
« Reply #13 on: April 14, 2016, 12:57:39 am »
Today, I have submitted Lazarus and Free Pascal at SciCrunch.

SciCrunch is a "cooperative and collaborative data and resource discovery platform for scientific communities" and a key tool of the Resource Identification Initiative. If the submission gets accepted it will be sufficient to cite the respective RRID handles in manuscripts.

I will post updates here.
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 2.2.6 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: Academic citation
« Reply #14 on: April 19, 2016, 01:25:55 am »
Lazarus and Free Pascal have been curated by SciCrunch.

From now on, it is possible to cite them as

Lazarus IDE, RRID:SCR_014362 and Free Pascal Compiler, RRID:SCR_014360.

Where required, it is also possible to link to the RRID entries http://scicrunch.org/browse/resources/SCR_014362 and http://scicrunch.org/browse/resources/SCR_014360, respectively.

See the Wikpiedia article on SciCrunch for more details and background information.
« Last Edit: April 19, 2016, 01:28:04 am by jwdietrich »
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 2.2.6 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

 

TinyPortal © 2005-2018