inst/shinyApp/tabs/tab_about/ui_about.R

tab_about <- tabItem(
  tabName = "about",
  align = "center",
  
  h1("MetaboRiSc"),
  #Description of our papers
  uiOutput("about_text"),
  HTML('<hr style="border-color: #0088cc;">'),
  
  #Description of us
  h3("Version: 1.0"),
  h2("Developed by the LCBC team (LUMC)"),
  h3("Daniele Bizzarri", tags$br(),
     "Erik van den Akker", tags$br(),
     "Marcel Reinders", tags$br(),
     "Eline Slagboom", tags$br()),
  br(),
  HTML('<hr style="border-color: #0088cc;">'),
  
  #Session info
  h2("Session info"),
  verbatimTextOutput("currentSession")
  
)

Try the MiMIR package in your browser

Any scripts or data that you put into this service are public.

MiMIR documentation built on May 29, 2024, 5:38 a.m.