From 8566316a123d9f710cd1dd2a7ea5c001010f16fd Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Thu, 1 Oct 2015 09:41:42 -0700 Subject: [PATCH 1/5] add citation --- CITATION.rst | 21 +++++++++++++++++++++ README.rst | 3 ++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CITATION.rst diff --git a/CITATION.rst b/CITATION.rst new file mode 100644 index 00000000..e889b33b --- /dev/null +++ b/CITATION.rst @@ -0,0 +1,21 @@ +Citing SimPEG +============= + +There is a paper about SimPEG! + + + Cockett, R., Kang, S., Heagy, L. J., Pidlisecky, A., & Oldenburg, D. W. (2015). SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications. Computers & Geosciences. + + +BibTex: +------- + +``` +@article{cockett2015simpeg, + title={SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications}, + author={Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W}, + journal={Computers \& Geosciences}, + year={2015}, + publisher={Elsevier} +} +``` \ No newline at end of file diff --git a/README.rst b/README.rst index 6d41a597..dfd9826e 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,7 @@ The vision is to create a package for finite volume simulation with applications * supports 1D, 2D and 3D problems * designed for large-scale inversions +.. include:: CITATION.rst Website: http://simpeg.xyz @@ -57,4 +58,4 @@ https://github.com/simpeg/simpeg/issues Code Snippets & Tutorials: -http://www.row1.ca/simpeg +http://simpeg.xyz/Journal From 502e76c33a193720b3cb3869d3af8e0e1cf47f5d Mon Sep 17 00:00:00 2001 From: Lindsey Date: Thu, 1 Oct 2015 09:42:38 -0700 Subject: [PATCH 2/5] Update CITATION.rst --- CITATION.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CITATION.rst b/CITATION.rst index e889b33b..3166fc0e 100644 --- a/CITATION.rst +++ b/CITATION.rst @@ -11,11 +11,11 @@ BibTex: ------- ``` -@article{cockett2015simpeg, - title={SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications}, - author={Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W}, - journal={Computers \& Geosciences}, - year={2015}, - publisher={Elsevier} -} -``` \ No newline at end of file + @article{cockett2015simpeg, + title={SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications}, + author={Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W}, + journal={Computers \& Geosciences}, + year={2015}, + publisher={Elsevier} + } +``` From ff2ce3f1c8d82a739c5129537d0d294087b0812f Mon Sep 17 00:00:00 2001 From: Lindsey Date: Thu, 1 Oct 2015 09:43:06 -0700 Subject: [PATCH 3/5] Update CITATION.rst --- CITATION.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.rst b/CITATION.rst index 3166fc0e..4a982b1c 100644 --- a/CITATION.rst +++ b/CITATION.rst @@ -10,7 +10,7 @@ There is a paper about SimPEG! BibTex: ------- -``` +.. code:: @article{cockett2015simpeg, title={SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications}, author={Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W}, @@ -18,4 +18,4 @@ BibTex: year={2015}, publisher={Elsevier} } -``` + From c29f2792ff0f39805a065c913cc4225069c14a61 Mon Sep 17 00:00:00 2001 From: Lindsey Date: Thu, 1 Oct 2015 09:46:11 -0700 Subject: [PATCH 4/5] Update CITATION.rst --- CITATION.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CITATION.rst b/CITATION.rst index 4a982b1c..a3a13d7e 100644 --- a/CITATION.rst +++ b/CITATION.rst @@ -11,6 +11,7 @@ BibTex: ------- .. code:: + @article{cockett2015simpeg, title={SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications}, author={Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W}, From ed6d0917058d12bbf449f94c19a35f8c22503b1c Mon Sep 17 00:00:00 2001 From: Lindsey Date: Thu, 1 Oct 2015 10:04:44 -0700 Subject: [PATCH 5/5] Update README.rst added citation (not sure why .. include doesn't work) --- README.rst | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index dfd9826e..71d5af88 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,28 @@ The vision is to create a package for finite volume simulation with applications * supports 1D, 2D and 3D problems * designed for large-scale inversions -.. include:: CITATION.rst + +Citing SimPEG: +-------------- + +There is a paper about SimPEG! + + + Cockett, R., Kang, S., Heagy, L. J., Pidlisecky, A., & Oldenburg, D. W. (2015). SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications. Computers & Geosciences. + + +**BibTex:** + +.. code:: + + @article{cockett2015simpeg, + title={SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications}, + author={Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W}, + journal={Computers \& Geosciences}, + year={2015}, + publisher={Elsevier} + } + Website: http://simpeg.xyz