From c2e85829345ae7991d41681688b687762e3be933 Mon Sep 17 00:00:00 2001 From: egrace479 Date: Tue, 7 Jul 2026 18:21:02 -0400 Subject: [PATCH 1/2] Add basic repo description with HDR Ecosystem site acknowledgement and license --- HDR-LICENSE.md | 21 +++++++++++++++++++++ README.md | 17 ++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 HDR-LICENSE.md diff --git a/HDR-LICENSE.md b/HDR-LICENSE.md new file mode 100644 index 0000000..553277c --- /dev/null +++ b/HDR-LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 HDR-Ecosystem + +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. diff --git a/README.md b/README.md index fb2081c..c19ce24 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # imageomics.github.io -Repository to host the Imageomics Institute's website. + +Repository to host the Imageomics Institute's website. The Imageomics Institute is funded by the US National Science Foundation's [Harnessing the Data Revolution (HDR) program](https://www.nsf.gov/cise/harnessingdata/) under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). It was established October 1, 2021, to create machine learning tools using publicly funded collections of digital image data from national centers, field stations, museums and individual laboratories that will enable scientists to study how function follows form in all areas of biology and expand public understanding of the rules of Life on Earth and how it evolves. + +## Local Hosting + +To host the website locally, navigate to the root of the repository and run: + +```bash +python -m http.server 8080 +``` + +Then open in your browser of choice. + +## Acknowledgments + +The header, footer, and search code for this website were initialized from the [HDR Ecosystem website](https://github.com/HDR-Ecosystem/hdr-website), which has been shared under an [MIT license](HDR-LICENSE.md). From 95460936bccee7aee90799082cd6e12d2db2f7a6 Mon Sep 17 00:00:00 2001 From: egrace479 Date: Wed, 8 Jul 2026 15:52:00 -0400 Subject: [PATCH 2/2] Remove HDR site license. Reference and link in README suffices --- HDR-LICENSE.md | 21 --------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 HDR-LICENSE.md diff --git a/HDR-LICENSE.md b/HDR-LICENSE.md deleted file mode 100644 index 553277c..0000000 --- a/HDR-LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2025 HDR-Ecosystem - -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. diff --git a/README.md b/README.md index c19ce24..e9e24a6 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ Then open in your browser of choice. ## Acknowledgments -The header, footer, and search code for this website were initialized from the [HDR Ecosystem website](https://github.com/HDR-Ecosystem/hdr-website), which has been shared under an [MIT license](HDR-LICENSE.md). +The header, footer, and search code for this website were initialized from the [HDR Ecosystem website](https://github.com/HDR-Ecosystem/hdr-website), which has been shared under an [MIT license](https://github.com/HDR-Ecosystem/hdr-website/blob/main/LICENSE).