From 93e98c7a4085122d5be57019adb8601abea2b86f Mon Sep 17 00:00:00 2001 From: Jakob Russel Date: Tue, 28 Feb 2017 13:41:09 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf972c..8ff912e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ RCon3D: Analyzing confocal images of microbial biofilms ------------------------------------------------------- -Note: An internal function, tiffToArray, is partly borrowed from github/rmnppt/iMage. +#### Acknowledgment note: +An internal function, tiffToArray, is partly borrowed from https://github/rmnppt/iMage. Furthermore, some of the algorithmic framework for the CrossCor and CrossRatio analysis is also borrowed from this repository. +### Loading packages + First install the package library(devtools) From 24059ffe81fa52ab8477ce9c37701f5041443bf7 Mon Sep 17 00:00:00 2001 From: Jakob Russel Date: Tue, 28 Feb 2017 13:41:46 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff912e..3d2e1d3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ RCon3D: Analyzing confocal images of microbial biofilms ------------------------------------------------------- #### Acknowledgment note: -An internal function, tiffToArray, is partly borrowed from https://github/rmnppt/iMage. +An internal function, tiffToArray, is partly borrowed from . Furthermore, some of the algorithmic framework for the CrossCor and CrossRatio analysis is also borrowed from this repository. ### Loading packages From 8624bdb0688a284bfeb6e587fbade0ba43ba6204 Mon Sep 17 00:00:00 2001 From: Jakob Russel Date: Tue, 28 Feb 2017 13:42:32 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d2e1d3..1ee7d12 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ RCon3D: Analyzing confocal images of microbial biofilms ------------------------------------------------------- #### Acknowledgment note: -An internal function, tiffToArray, is partly borrowed from . +An internal function, tiffToArray, is partly borrowed from . Furthermore, some of the algorithmic framework for the CrossCor and CrossRatio analysis is also borrowed from this repository. ### Loading packages From 84951c11a0dbafcc123de0d2cb38f4a44142a852 Mon Sep 17 00:00:00 2001 From: Jakob Russel Date: Thu, 2 Mar 2017 13:31:09 +0100 Subject: [PATCH 4/4] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9f17207 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Jakob Russel + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.