From 9616c02b7a1ea93b84799308fd8a76f060aa9d19 Mon Sep 17 00:00:00 2001 From: Chris Navarro Date: Thu, 2 Nov 2023 14:01:38 -0500 Subject: [PATCH] Fixes #289 - added Slack channel information to getting started and contact page (#290) * Fixes #289 - added Slack channel information to getting started and contact page * Fix space in URL from line return --- CHANGELOG.md | 2 ++ manual_jb/content/contact.md | 5 ++++- manual_jb/content/getting_started.md | 5 ++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b08ccf0..9d464232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added +- Slack channel information to getting started and contact page [#289](https://github.com/IN-CORE/incore-docs/issues/289) ### Changed - Update damage analysis documentations with hazard object input [#282](https://github.com/IN-CORE/incore-docs/issues/282) diff --git a/manual_jb/content/contact.md b/manual_jb/content/contact.md index 7a20e09f..20cf8cb5 100644 --- a/manual_jb/content/contact.md +++ b/manual_jb/content/contact.md @@ -1,5 +1,8 @@ # Contact Information -* Contact [NCSA](http://www.ncsa.illinois.edu/) team via regarding use of IN-CORE. The team will try to respond within 24 hours during business days. +* You can contact the [NCSA](http://www.ncsa.illinois.edu/) team via regarding + the use of IN-CORE. The team will try to respond within 24 hours during business days. +* You can also reach out through our Slack channel. To get started, go to + [https://in-core.slack.com/](https://in-core.slack.com/). Or, you can grab an invitation here: [https://join.slack.com/t/in-core/shared_invite/zt-25zffgnae-h0v8uGjpSli1YYp0Ypr68Q](https://join.slack.com/t/in-core/shared_invite/zt-25zffgnae-h0v8uGjpSli1YYp0Ypr68Q) * Please review [FAQ section](faq) before contacting the team. diff --git a/manual_jb/content/getting_started.md b/manual_jb/content/getting_started.md index d7ddace1..5389a7cb 100644 --- a/manual_jb/content/getting_started.md +++ b/manual_jb/content/getting_started.md @@ -227,4 +227,7 @@ If you have problems running Notebooks, check our [WIKI questions](https://opens * IN-CORE's Frequently Asked Questions ([FAQ](faq)) and [WIKI Questions](https://opensource.ncsa.illinois.edu/confluence/display/INCORE1/questions/all) for detail information. -* The Building analysis Jupyter Notebook is also available at [IN-CORE project](https://github.com/IN-CORE/incore-docs/blob/main/notebooks/bridge_dmg.ipynb) on GitHub. \ No newline at end of file +* The Building analysis Jupyter Notebook is also available at [IN-CORE project](https://github.com/IN-CORE/incore-docs/blob/main/notebooks/bridge_dmg.ipynb) on GitHub. +* Our Slack channel is now open to the community. To get started, go to + [https://in-core.slack.com/](https://in-core.slack.com/). Or, you can grab an invitation here: +[https://join.slack.com/t/in-core/shared_invite/zt-25zffgnae-h0v8uGjpSli1YYp0Ypr68Q](https://join.slack.com/t/in-core/shared_invite/zt-25zffgnae-h0v8uGjpSli1YYp0Ypr68Q) \ No newline at end of file