From b3617e6970ea60a7400fadb3e760dffef5283a99 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 1 Apr 2018 19:50:34 +0200 Subject: [PATCH] Add a CITATION file (fixes #309) --- CITATION | 14 ++++++++++++++ HOWTO-RELEASE | 2 ++ Makefile.am | 2 +- README.md | 4 ++++ 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CITATION diff --git a/CITATION b/CITATION new file mode 100644 index 0000000000..82643d8480 --- /dev/null +++ b/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/}, + } diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE index 3053523b25..5d7034a9f7 100644 --- a/HOWTO-RELEASE +++ b/HOWTO-RELEASE @@ -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 diff --git a/Makefile.am b/Makefile.am index f4a82f9cf4..39a1201b69 100644 --- a/Makefile.am +++ b/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 diff --git a/README.md b/README.md index 32e3df6621..981be967e3 100644 --- a/README.md +++ b/README.md @@ -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)