From bf6192bd9c432eef2dfc08a92e74477b74077a7f Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Tue, 20 Dec 2022 09:02:19 -0500 Subject: [PATCH 1/4] Link to Philip Chases' ORCID --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 0bd67cd..f1bb97c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -12,7 +12,7 @@ theme: jekyll-theme-minimal logo: /assets/img/logo.png show_downloads: true authors: - - Philip Chase + - Philip Chase - Taryn Stoffs - Kyle Chesney - Christopher P Barnes From 90c7ff865db58309373b8cd8b0e87c503f175a1a Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Tue, 20 Dec 2022 09:03:33 -0500 Subject: [PATCH 2/4] Add UF CTSI's NIH award in Acknowledgments --- ACKNOWLEDGEMENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md index 57d54a5..b4c8bdb 100644 --- a/ACKNOWLEDGEMENTS.md +++ b/ACKNOWLEDGEMENTS.md @@ -1,3 +1,5 @@ # Acknowledgements +This publication was supported by the University of Florida Clinical and Translational Science Institute, which is supported in part by the NIH National Center for Advancing Translational Sciences under award number UL1TR001427. + Some portions of the README.md have been adapted from the source documents for the Gainesville Pickleball website, [https://github.com/gnvpb/gnvpb/](https://github.com/gnvpb/gnvpb/), created by Philip B Chase and released under the [CC BY 4.0 license](https://creativecommons.org/licenses/by/4.0/) From b8ce664ad2cf8a06fc49e84c5c025e348887e461 Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Tue, 20 Dec 2022 09:04:15 -0500 Subject: [PATCH 3/4] Switch license to CC BY-NC 4.0 --- LICENSE | 12 ++---------- README.md | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 90313a6..2742663 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,5 @@ Copyright 2020 University of Florida -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +All of the content for this web site is available under the Creative Commons Attribution-NonCommercial 4.0 International License. See [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) for more details. - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +See [acknowledgments](./ACKNOWLEDGEMENTS.md) for licensing of reused components. diff --git a/README.md b/README.md index 85e04dc..7199d85 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Managing a Jekyll web site requires skills common amongst software developers. I ## Sharing -All of the content for this web site is available under the Apache 2.0 License. See [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) for more details. +All of the content for this web site is available under the Creative Commons Attribution-NonCommercial 4.0 International License. See [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) for more details. ## Site Development From 0922433ffcbfc86c960cfc0a81fb67873a5c0909 Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Tue, 20 Dec 2022 09:08:52 -0500 Subject: [PATCH 4/4] Bump VERSION, _config.yaml, and update CHANGELOG.md for release 1.3.2 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- docs/_config.yml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af6af40..b790199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to the REDCap External Module Development Guide project will This project adheres to [Semantic Versioning](http://semver.org/). +## [1.3.2] - 2022-12-20 +### Changed +- Switch license to CC BY-NC 4.0 (Philip Chase) +- Link to Philip Chases' ORCID (Philip Chase) + +### Added +- Add UF CTSI's NIH award in Acknowledgments (Philip Chase) + + ## [1.3.1] - 2020-09-22 ### Changed - Switch emd101 screenshots to markdown (Philip Chase, Kyle Chesney) diff --git a/VERSION b/VERSION index 3a3cd8c..1892b92 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 +1.3.2 diff --git a/docs/_config.yml b/docs/_config.yml index f1bb97c..3586739 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,7 @@ title: REDCap External Module Development Guide description: REDCap External Module Development Guide repository: ctsit/redcap_external_module_development_guide -release: 1.3.1 +release: 1.3.2 repo_root: https://github.com/ctsit/redcap_external_module_development_guide/tree/master/