From 80b6d5c70478afea6fc8e68275a126ed3bc6589b Mon Sep 17 00:00:00 2001 From: James Munroe Date: Mon, 29 May 2023 13:34:56 -0400 Subject: [PATCH 1/6] include researchdelight hub in compass docs --- index.md | 1 + reference/researchdelight.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 reference/researchdelight.md diff --git a/index.md b/index.md index 24abf8f5..69b0adee 100644 --- a/index.md +++ b/index.md @@ -95,6 +95,7 @@ Reference and archival information for our teams. reference/calendar.md reference/team.md reference/documentation/overview.md +reference/researchdelight.md reference/terminology.md reference/inspiration.md ``` diff --git a/reference/researchdelight.md b/reference/researchdelight.md new file mode 100644 index 00000000..74be765f --- /dev/null +++ b/reference/researchdelight.md @@ -0,0 +1,27 @@ + +# Research delight hub + +## Purpose + +The hub https://researchdelight.2i2c.cloud is available for use by 2i2c Team Members to explore and use for their day-to-day work. + +It serves as a showcase research hub for demonstrating workflows to other communities as well as a resource for collaboration within 2i2c. + +Research Delight takes its name from the 2i2c Mission Statement: + +> Our mission is to make research and education more +> **impactful**, **accessible**, and **delightful** +> by developing, operating, and supporting infrastructure for interactive computing. + +The hub is hosted on AWS in us-west-2 and supports multiple profiles and machine types. + +## Images and environment + +See https://github.com/2i2c-org/researchdelight-image for additional information. + +## Data retention + +Research Delight is intended for day-to-day work but is not backed up and will generally track the bleeding edge of our infrastucture. It is important that all data, notebooks, and active work products are backed up in GitHub or another third-party service. + + + From 0b1015a7a9ea737907053493d7dd5a177926aeda Mon Sep 17 00:00:00 2001 From: James Munroe Date: Tue, 30 May 2023 09:43:36 -0400 Subject: [PATCH 2/6] move research delight to managed-hubs section --- index.md | 1 - projects/managed-hubs/researchdelight.md | 27 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 projects/managed-hubs/researchdelight.md diff --git a/index.md b/index.md index 69b0adee..24abf8f5 100644 --- a/index.md +++ b/index.md @@ -95,7 +95,6 @@ Reference and archival information for our teams. reference/calendar.md reference/team.md reference/documentation/overview.md -reference/researchdelight.md reference/terminology.md reference/inspiration.md ``` diff --git a/projects/managed-hubs/researchdelight.md b/projects/managed-hubs/researchdelight.md new file mode 100644 index 00000000..74be765f --- /dev/null +++ b/projects/managed-hubs/researchdelight.md @@ -0,0 +1,27 @@ + +# Research delight hub + +## Purpose + +The hub https://researchdelight.2i2c.cloud is available for use by 2i2c Team Members to explore and use for their day-to-day work. + +It serves as a showcase research hub for demonstrating workflows to other communities as well as a resource for collaboration within 2i2c. + +Research Delight takes its name from the 2i2c Mission Statement: + +> Our mission is to make research and education more +> **impactful**, **accessible**, and **delightful** +> by developing, operating, and supporting infrastructure for interactive computing. + +The hub is hosted on AWS in us-west-2 and supports multiple profiles and machine types. + +## Images and environment + +See https://github.com/2i2c-org/researchdelight-image for additional information. + +## Data retention + +Research Delight is intended for day-to-day work but is not backed up and will generally track the bleeding edge of our infrastucture. It is important that all data, notebooks, and active work products are backed up in GitHub or another third-party service. + + + From 704891d7698ae271615c3a1286bc6f074df458a3 Mon Sep 17 00:00:00 2001 From: James Munroe Date: Tue, 30 May 2023 09:45:09 -0400 Subject: [PATCH 3/6] remove research delight from references section --- reference/researchdelight.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 reference/researchdelight.md diff --git a/reference/researchdelight.md b/reference/researchdelight.md deleted file mode 100644 index 74be765f..00000000 --- a/reference/researchdelight.md +++ /dev/null @@ -1,27 +0,0 @@ - -# Research delight hub - -## Purpose - -The hub https://researchdelight.2i2c.cloud is available for use by 2i2c Team Members to explore and use for their day-to-day work. - -It serves as a showcase research hub for demonstrating workflows to other communities as well as a resource for collaboration within 2i2c. - -Research Delight takes its name from the 2i2c Mission Statement: - -> Our mission is to make research and education more -> **impactful**, **accessible**, and **delightful** -> by developing, operating, and supporting infrastructure for interactive computing. - -The hub is hosted on AWS in us-west-2 and supports multiple profiles and machine types. - -## Images and environment - -See https://github.com/2i2c-org/researchdelight-image for additional information. - -## Data retention - -Research Delight is intended for day-to-day work but is not backed up and will generally track the bleeding edge of our infrastucture. It is important that all data, notebooks, and active work products are backed up in GitHub or another third-party service. - - - From 8dd50d9bbaefbecad2e283e9f81bdb3e947fa733 Mon Sep 17 00:00:00 2001 From: Georgiana Date: Wed, 31 May 2023 16:22:35 +0300 Subject: [PATCH 4/6] Fix small typo --- projects/managed-hubs/researchdelight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/managed-hubs/researchdelight.md b/projects/managed-hubs/researchdelight.md index 74be765f..1ee22f3e 100644 --- a/projects/managed-hubs/researchdelight.md +++ b/projects/managed-hubs/researchdelight.md @@ -21,7 +21,7 @@ See https://github.com/2i2c-org/researchdelight-image for additional information ## Data retention -Research Delight is intended for day-to-day work but is not backed up and will generally track the bleeding edge of our infrastucture. It is important that all data, notebooks, and active work products are backed up in GitHub or another third-party service. +Research Delight is intended for day-to-day work but is not backed up and will generally track the bleeding edge of our infrastructure. It is important that all data, notebooks, and active work products are backed up in GitHub or another third-party service. From a51a46759e0e2d3af137b3e8a082ad63b1867862 Mon Sep 17 00:00:00 2001 From: James Munroe Date: Wed, 31 May 2023 11:16:07 -0400 Subject: [PATCH 5/6] Update projects/managed-hubs/researchdelight.md Co-authored-by: Georgiana --- projects/managed-hubs/researchdelight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/managed-hubs/researchdelight.md b/projects/managed-hubs/researchdelight.md index 1ee22f3e..1a482819 100644 --- a/projects/managed-hubs/researchdelight.md +++ b/projects/managed-hubs/researchdelight.md @@ -3,7 +3,7 @@ ## Purpose -The hub https://researchdelight.2i2c.cloud is available for use by 2i2c Team Members to explore and use for their day-to-day work. +The hub at https://researchdelight.2i2c.cloud is available for 2i2c Team Members to explore and use for their day-to-day work. It serves as a showcase research hub for demonstrating workflows to other communities as well as a resource for collaboration within 2i2c. From 2bf3c5a233762ee8de5dc762514514dc0b40edf3 Mon Sep 17 00:00:00 2001 From: James Munroe Date: Wed, 31 May 2023 11:16:19 -0400 Subject: [PATCH 6/6] Update projects/managed-hubs/researchdelight.md Co-authored-by: Georgiana --- projects/managed-hubs/researchdelight.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/managed-hubs/researchdelight.md b/projects/managed-hubs/researchdelight.md index 1a482819..7d5e0c7d 100644 --- a/projects/managed-hubs/researchdelight.md +++ b/projects/managed-hubs/researchdelight.md @@ -23,5 +23,3 @@ See https://github.com/2i2c-org/researchdelight-image for additional information Research Delight is intended for day-to-day work but is not backed up and will generally track the bleeding edge of our infrastructure. It is important that all data, notebooks, and active work products are backed up in GitHub or another third-party service. - -