From 9b3a80ada06d50feb5cd158dcb807d6942a7b9e4 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 9 Dec 2019 11:46:53 +0100 Subject: isea docs: Rewrite intro and reference to reflect actual projection Previous version was describing oea by mistake. It is also a projection by Snyder and the isea docs was based on the paper on the oea projection. This commit fixes that. --- docs/source/references.bib | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/source/references.bib') diff --git a/docs/source/references.bib b/docs/source/references.bib index 0668e10d..15df52d7 100644 --- a/docs/source/references.bib +++ b/docs/source/references.bib @@ -317,6 +317,19 @@ Url = {https://www.researchgate.net/publication/290447301_The_Natural_Earth_II_world_map_projection} } +@Article{Snyder1992, + Title = {An Equal-Area Map Projection For Polyhedral Globes}, + Author = {John P. Snyder}, + Journal = {Cartographica}, + Year = {1992}, + Number = {1}, + Pages = {10--21}, + Volume = {29}, + + Doi = {DOI: 10.3138/27H7-8K88-4882-1752}, + Uri = {https://doi.org/10.3138/27H7-8K88-4882-1752} +} + @Book{Snyder1993, Title = {Flattening the Earth}, Author = {John P. Snyder}, -- cgit v1.2.3 From 29474bd7fdac013841a4795e93f714bba7791c56 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Tue, 10 Dec 2019 09:52:12 +1300 Subject: DOC: correction to doi field; remove uri, which is identical to doi for Snyder1992 --- docs/source/references.bib | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/source/references.bib') diff --git a/docs/source/references.bib b/docs/source/references.bib index 15df52d7..529c20e1 100644 --- a/docs/source/references.bib +++ b/docs/source/references.bib @@ -1,4 +1,3 @@ -% This file was created with JabRef 2.10. % Encoding: UTF-8 @@ -326,8 +325,7 @@ Pages = {10--21}, Volume = {29}, - Doi = {DOI: 10.3138/27H7-8K88-4882-1752}, - Uri = {https://doi.org/10.3138/27H7-8K88-4882-1752} + Doi = {10.3138/27H7-8K88-4882-1752} } @Book{Snyder1993, -- cgit v1.2.3