Skip to content

Commit

Permalink
Add video
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Mar 20, 2024
1 parent 2fb5856 commit a4ed18e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![docs](https://github.com/bc3LC/rfasstui/actions/workflows/docs.yml/badge.svg)](https://github.com/bc3LC/rfasstui/actions/workflows/docs.yml)


# rfasstUI

Expand Down
1 change: 1 addition & 0 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
tutorial: tutorial.html
last_built: 2024-03-19T14:25Z
last_built: 2024-03-20T12:22Z
urls:
reference: https://bc3lc.github.io/gcamreport/reference
article: https://bc3lc.github.io/gcamreport/articles
Expand Down
2 changes: 1 addition & 1 deletion inst/rfasstui/rsconnect/shinyapps.io/bc3lc/rfasstui.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ account: bc3lc
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 11517388
bundleId: 8390632
bundleId: 8394240
url: https://bc3lc.shinyapps.io/rfasstui/
version: 1
7 changes: 5 additions & 2 deletions inst/rfasstui/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ fluidPage(theme = shinythemes::shinytheme("readable"),
tags$a("View the Guide/Tutorial", href="https://bc3lc.github.io/rfasstui/articles/tutorial.html", target="blank")), # link to tutorial
tags$hr(class="hrNav"),
br(),
HTML('<iframe width="560" height="315" src="https://www.youtube.com/embed/fBHXS7pjZcI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>')
tags$video(src = "input/rfasstui_tutorial.mp4",
type = "video/mp4",
width = "560px", height = "315px",
controls = "controls")
),

# Project creation pannel
Expand Down Expand Up @@ -159,7 +162,7 @@ fluidPage(theme = shinythemes::shinytheme("readable"),
tags$li("Download ", tags$a(href = "https://github.com/JGCRI/gcam-core", "GCAM")),
tags$li("Run your GCAM scenario/s"),
tags$li("Create your ", tags$a(href = "https://github.com/JGCRI/rgcam", "rgcam"), " project with the example queries below."),
tags$li(class = "no-number", "Detailed step-by-step here") # TODO: add link
tags$li(class = "no-number", tags$a(href = "https://bc3lc.shinyapps.io/rfasstui/#:~:text=How%20to%20create%20an%20rgcam%20project%20suitable%20for%20rfasst", "Detailed step-by-step here"))
),
div(
downloadButton("downloadQueries", label = "Download queries file", icon = icon("download"))
Expand Down
Binary file added inst/rfasstui/www/input/rfasstui_tutorial.mp4
Binary file not shown.

0 comments on commit a4ed18e

Please sign in to comment.