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
CSIRO-INRA
landsepi
Commits
c2abc61b
Commit
c2abc61b
authored
Jul 26, 2021
by
Jean-Francois Rey
☕
Browse files
shiny add logo
parent
86131d7c
Pipeline
#3895
passed with stages
in 62 minutes and 36 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
inst/shiny-landsepi/server.R
View file @
c2abc61b
...
...
@@ -148,7 +148,7 @@ server <- function(input, output, session) {
easyClose
=
TRUE
,
size
=
"l"
,
footer
=
NULL
,
div
(
HTML
(
"<h1>Landsepi: Landscape Epidemiology and Evolution</h1>
div
(
HTML
(
"<h1>Landsepi: Landscape Epidemiology and Evolution</h1>
<img src='landsepi-logo.png' align='right' alt='' width='120'/>
<h3> A stochastic, spatially-explicit, demo-genetic model
simulating the spread and evolution of a plant pathogen in a heterogeneous landscape
to assess resistance deployment strategies. It is based on a spatial geometry for describing
...
...
inst/shiny-landsepi/ui.R
View file @
c2abc61b
...
...
@@ -306,10 +306,10 @@ ui <- {
evolutionary and economic outcomes."
),
tags
$
meta
(
name
=
"title"
,
content
=
"Landsepi: Landscape Epidemiology and Evolution"
),
tags
$
meta
(
name
=
"author"
,
content
=
"Jean-François Rey"
),
tags
$
meta
(
name
=
"keywords"
,
content
=
"R, Shiny, INRA, landscape, epidemiology, strategies, deployment, hosts, pathogens, stochastic, spatio-temporal, demonstration"
)
tags
$
meta
(
name
=
"keywords"
,
content
=
"R, Shiny, INRA
E
, landscape, epidemiology, strategies, deployment, hosts, pathogens, stochastic, spatio-temporal, demonstration"
)
),
fluidRow
(
titlePanel
(
"Landsepi : Landscape Epidemiology and Evolution"
),
titlePanel
(
div
(
img
(
src
=
"landsepi-logo.png"
,
width
=
"60"
),
"Landsepi : Landscape Epidemiology and Evolution"
)
)
,
actionButton
(
"About"
,
"About"
),
actionButton
(
"Mode"
,
"Advanced Mode On/Off"
,
icon
=
icon
(
"exchange-alt"
)),
shinyBS
::
bsTooltip
(
"Mode"
,
title
=
"Edit all input parameters"
,
placement
=
"top"
,
trigger
=
"hover"
),
...
...
inst/shiny-landsepi/www/landsepi-logo.png
0 → 100644
View file @
c2abc61b
401 KB
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