Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ShinyApps
briskaRShinyApp
Commits
7375e412
Commit
7375e412
authored
Jun 17, 2020
by
Virgile Baudrot
Browse files
add Dispersal video
parent
aa10be6e
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
R/mod_tabItemDispersal.R
View file @
7375e412
...
...
@@ -28,11 +28,21 @@ mod_tabItemDispersal_ui <- function(id){
collapsible
=
TRUE
,
closable
=
FALSE
,
footer_padding
=
FALSE
,
p
(
"In this part, you have to compute dispersal probability."
),
# img(src = 'www/modelScheme_item_2.jpg', title = "item1", width = "800px"),
hr
(),
h4
(
"Check list of previous items:"
),
verbatimTextOutput
(
ns
(
"CheckDispersal"
))
verbatimTextOutput
(
ns
(
"CheckDispersal"
)),
hr
(),
h4
(
"Once all elements in Check list is OK, this part allow to compute dispersal probability."
),
# column(width = 6,
# align="center",
h4
(
"Tutorial on running dispersal kernel."
),
tags
$
video
(
id
=
ns
(
"videoDispersal"
),
type
=
"video/mp4"
,
src
=
"www/dispersal_capture2.mp4"
,
controls
=
"controls"
,
height
=
"300px"
)
# ),
)
),
fluidRow
(
# width of fluidrow is 12
...
...
R/mod_tabItemLandscape.R
View file @
7375e412
...
...
@@ -37,7 +37,7 @@ mod_tabItemLandscape_ui <- function(id){
column
(
width
=
6
,
align
=
"center"
,
h4
(
"Tutorial on building KML landscape files."
),
tags
$
video
(
id
=
ns
(
"videoLandscape"
),
tags
$
video
(
id
=
ns
(
"videoLandscape
_makeKML
"
),
type
=
"video/mp4"
,
src
=
"www/maizeFieldMap_VIDEO_medium2.mp4"
,
controls
=
"controls"
,
...
...
@@ -46,7 +46,7 @@ mod_tabItemLandscape_ui <- function(id){
column
(
width
=
6
,
align
=
"center"
,
h4
(
"Tutorial on Uploading landscape elements."
),
tags
$
video
(
id
=
ns
(
"videoLandscape"
),
tags
$
video
(
id
=
ns
(
"videoLandscape
_load
"
),
type
=
"video/mp4"
,
src
=
"www/load_landscape_medium3.mp4"
,
controls
=
"controls"
,
...
...
inst/app/www/dispersal_capture2.mp4
0 → 100644
View file @
7375e412
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment