Skip to content

Commit

Permalink
Add a CITATION file (fixes #309)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 7, 2018
1 parent 1f2532a commit b3617e6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CITATION
@@ -0,0 +1,14 @@
To cite PROJ in publications use:

PROJ contributors (2018). PROJ coordinate transformation software
library. Open Source Geospatial Foundation. URL http://proj4.org/.

A BibTeX entry for LaTeX users is

@Manual{,
title = {{PROJ} coordinate transformation software library},
author = {{PROJ contributors}},
organization = {Open Source Geospatial Foundation},
year = {2018},
url = {http://proj4.org/},
}
2 changes: 2 additions & 0 deletions HOWTO-RELEASE
Expand Up @@ -46,6 +46,8 @@

7) Update NEWS file with summary of release changes.

Update the year in CITATION

8) Update the proj.spec file for the new version:
- PACKAGE_VERSION
- Source0
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = src man nad jniwrap cmake test

EXTRA_DIST = makefile.vc nmake.opt CMakeLists.txt
EXTRA_DIST = makefile.vc nmake.opt CMakeLists.txt CITATION

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = proj.pc
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -144,3 +144,7 @@ where PROJ will find them after installation. The default location of
`PROJ_LIB` on UNIX-based systems is `/usr/local/share/proj` but it may
be changed to a different directory. On Windows you have to define
`PROJ_LIB` yourself.

### Citing PROJ in publications

See [CITATION](CITATION)

0 comments on commit b3617e6

Please sign in to comment.