From 10ceab358e892c9f21f15ac18303f4b95ecae632 Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 7 Dec 2015 17:46:01 -0600 Subject: [PATCH 1/3] #115 added DOI --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5248b5b..cd32065 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,15 @@ Camera information can be accessed programmatically: 2 ``` +### How to Cite nd2reader + +You can cite nd2reader in your research if you want: + +``` +Rybarski, Jim (2015): nd2reader. figshare. +http://dx.doi.org/10.6084/m9.figshare.1619960 +``` + ### Bug Reports and Features If this fails to work exactly as expected, please open a Github issue. If you get an unhandled exception, please From 95dc4f56057aa9e356a6f62474faacaa31203f23 Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 7 Dec 2015 17:46:34 -0600 Subject: [PATCH 2/3] #115 changed title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd32065..3043a6a 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Camera information can be accessed programmatically: 2 ``` -### How to Cite nd2reader +### Citation You can cite nd2reader in your research if you want: From f1569a429249199d3f30564a6bf52df26ed93f7e Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 7 Dec 2015 17:48:27 -0600 Subject: [PATCH 3/3] #115 updated issue text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3043a6a..ceba142 100644 --- a/README.md +++ b/README.md @@ -152,8 +152,8 @@ http://dx.doi.org/10.6084/m9.figshare.1619960 ### Bug Reports and Features -If this fails to work exactly as expected, please open a Github issue. If you get an unhandled exception, please -paste the entire stack trace into the issue as well. +If this fails to work exactly as expected, please open an [issue](https://github.com/jimrybarski/nd2reader/issues). +If you get an unhandled exception, please paste the entire stack trace into the issue as well. ### Contributing