| From: | Daniel Martini <dmartini(at)uni-hohenheim(dot)de> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Howto cite postgresql in scientific publications? |
| Date: | 2005-01-18 15:16:12 |
| Message-ID: | 1106061372.41ed283c0eaf5@webmail.uni-hohenheim.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi,
Is there an official way to cite PostgreSQL in scientific publications?
This might sound somewhat strange to some of you, but e.g. the R project
(http://www.r-project.org, open source environment for statistical
computing as a side note) has a FAQ entry like this:
2.8 Citing R
To cite R in publications, use
@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 = 2004,
note = {3-900051-07-0},
url = {http://www.R-project.org}
}
Citation strings (or BibTeX entries) for R and R packages can also be obtained
by citation().
Is there something similar "official" for PostgreSQL?
Regards,
Daniel
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martijn van Oosterhout | 2005-01-18 15:34:25 | Re: What is xmin ? |
| Previous Message | David Klugmann | 2005-01-18 15:05:34 | Problem getting sql statement logging to work |