From bc55f5c20bd3cf619e796d99df028b52c59f1db6 Mon Sep 17 00:00:00 2001 From: samanthacsik Date: Wed, 20 Dec 2023 15:03:23 -0800 Subject: [PATCH] added banner slide directing visitors to new course website --- index.html | 43 +++++++++++++++++++-------------------- index.qmd | 17 ++++++++++++++-- sections/5-deploy-app.qmd | 6 +++--- 3 files changed, 39 insertions(+), 27 deletions(-) diff --git a/index.html b/index.html index 58a0dbf..38d842e 100644 --- a/index.html +++ b/index.html @@ -399,14 +399,19 @@
-

+

EDS 430 - Intro to The word 'Shiny' in cursive lettering, which is the logo used by Posit for the shiny package.

Building reactive apps & dashboards

Published: Oct 10, 2022

-

Last updated: Oct 17, 2023

+

Last updated: Dec 20, 2023


@@ -1939,7 +1944,7 @@
-
+
@@ -3008,7 +3013,7 @@
-
+
@@ -3294,7 +3299,7 @@
-
+
@@ -3874,18 +3879,12 @@

Other ways to host your Shiny apps


-

-shinyapps.io is not the only Shiny app hosting service (though it’s the easiest to get started with and the only one we’ll be covering in detail in this workshop). -

+

shinyapps.io is not the only Shiny app hosting service (though it’s the easiest to get started with and the only one we’ll be covering in detail in this workshop).

Posit also offers the following:

-

- Shiny server is an open source server which you can deploy for free on your own hardware. It requires more setup and configuration, but can be used without a fee. The Bren and NCEAS servers are configured with Shiny Server for hosting for some in-house apps. -

-

- Posit connect is a paid product that provides an advanced suite of services for hosting Shiny apps, Quarto and R Markdown reports, APIs, and more. -

+

Shiny server is an open source server which you can deploy for free on your own hardware. It requires more setup and configuration, but can be used without a fee. The Bren and NCEAS servers are configured with Shiny Server for hosting for some in-house apps.

+

Posit connect is a paid product that provides an advanced suite of services for hosting Shiny apps, Quarto and R Markdown reports, APIs, and more.

So how should I host my app?


@@ -4264,12 +4263,12 @@ Break

-Next, we’ll finish up v1 of our app by adding some intro text to the landing page +Next, we’ll start building out a shiny dashboard!

-
+
@@ -4608,8 +4607,8 @@
-
- +
+
@@ -4663,8 +4662,8 @@
-
- +
+
@@ -5441,7 +5440,7 @@
-
+
@@ -10151,7 +10150,7 @@ This is a Quarto Presentation. To learn more, visit https://quarto.org.
-If you see mistakes or want to suggest changes, please create an issue on the source repository. +If you see mistakes or want to suggest changes, please create an issue on the source repository.
diff --git a/index.qmd b/index.qmd index 5280716..5a6bc38 100644 --- a/index.qmd +++ b/index.qmd @@ -9,6 +9,19 @@ format: - meds_styles.scss --- +## {#banner data-menu-title="~~~ BANNER ~~~" background="#053660"} + +
+
+ +[These EDS 430 (Intro to Shiny) materials are no longer maintained!]{.custom-title} + +[Please visit the new [course website](https://ucsb-meds.github.io/EDS-430-Intro-to-Shiny/) if you're looking for the most up-to-date versions of these slides]{.custom-subtitle2} + +[Thank you {{< fa face-smile title="smiling face" >}}]{.custom-subtitle3} + +--- + ## {#title-slide data-menu-title="~~~ Title Slide ~~~" background="#053660"} [EDS 430 - Intro to The word 'Shiny' in cursive lettering, which is the logo used by Posit for the shiny package.]{.custom-title} @@ -246,7 +259,7 @@ countdown::countdown(

`r fontawesome::fa("mug-hot", fill = "#d2e3f3", a11y = "sem")` Break

-

*Next, we'll finish up v1 of our app by adding some intro text to the landing page*

+

*Next, we'll start building out a shiny dashboard!*

```{r} @@ -416,5 +429,5 @@ knitr::include_graphics("images/sparkle.gif") ::: aside
This is a Quarto Presentation. To learn more, visit .
-
*If you see mistakes or want to suggest changes, please create an [issue](https://github.com/UCSB-MEDS/customizing-quarto-websites/issues) on the source repository.*
+
*If you see mistakes or want to suggest changes, please create an [issue](https://github.com/UCSB-MEDS/EDS430-Shiny/issues) on the source repository.*
::: diff --git a/sections/5-deploy-app.qmd b/sections/5-deploy-app.qmd index b90c873..ea00dca 100644 --- a/sections/5-deploy-app.qmd +++ b/sections/5-deploy-app.qmd @@ -78,13 +78,13 @@ knitr::include_graphics("images/shinapps_dashboard.png")
-

[shinyapps.io](https://www.shinyapps.io/) is not the only Shiny app hosting service (though it's the easiest to get started with and the only one we'll be covering in detail in this workshop).

+[shinyapps.io](https://www.shinyapps.io/) is not the only Shiny app hosting service (though it's the easiest to get started with and the only one we'll be covering in detail in this workshop).

**Posit also offers the following:**

-

[{{< fa angle-right title="a bullet point" >}}]{.teal-text} [Shiny server](https://posit.co/products/open-source/shinyserver/) is an open source server which you can deploy for free on your own hardware. It requires more setup and configuration, but can be used without a fee. The Bren and NCEAS servers are configured with Shiny Server for hosting for some in-house apps.

+[{{< fa angle-right title="a bullet point" >}}]{.teal-text} [Shiny server](https://posit.co/products/open-source/shinyserver/) is an open source server which you can deploy for free on your own hardware. It requires more setup and configuration, but can be used without a fee. The Bren and NCEAS servers are configured with Shiny Server for hosting for some in-house apps. -

[{{< fa angle-right title="a bullet point" >}}]{.teal-text} [Posit connect](https://posit.co/products/enterprise/connect/) is a paid product that provides an advanced suite of services for hosting Shiny apps, Quarto and R Markdown reports, APIs, and more.

+[{{< fa angle-right title="a bullet point" >}}]{.teal-text} [Posit connect](https://posit.co/products/enterprise/connect/) is a paid product that provides an advanced suite of services for hosting Shiny apps, Quarto and R Markdown reports, APIs, and more. ---