Skip to content

Commit

Permalink
Add links to about planel.
Browse files Browse the repository at this point in the history
  • Loading branch information
romanhaa committed Apr 29, 2019
1 parent 235997b commit 8bc1a9b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions inst/shiny/about/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@

output[["about"]] <- renderText({
paste0(
'<b>Version of Cerebro:</b><br>',
'1.0.0 (April 2019)<br>',
'<br>
<b>Version of cerebroApp:</b><br>',
'<b>Version of cerebroApp:</b><br>',
packageVersion("cerebroApp"), '<br>
<br>
<b>Author:</b><br>
Roman Hillje<br>
Department of Experimental Oncology<br>
IEO, European Institute of Oncology IRCCS, Milan<br>
<br>
<b>Links:</b><br>
<ul>
<li><a href=https://github.com/romanhaa/Cerebro title="Official Cerebro repository on GitHub" target="_blank"><b>Official Cerebro repository on GitHub</b></a></li>
<li><a href=https://github.com/romanhaa/Cerebro/releases title="Cerebro releases" target="_blank"><b>Cerebro releases</b></a></li>
<li><a href=https://github.com/romanhaa/Cerebro/tree/master/examples title="Cerebro example data sets" target="_blank"><b>Cerebro example data sets</b></a></li>
</ul>
<br>
<b>Contact:</b><br>
<a href="mailto:[email protected]?subject=Cerebro">[email protected]</a><br>
<br>
Expand All @@ -23,8 +27,8 @@ output[["about"]] <- renderText({
<br>
<b>Credit where credit is due:</b><br>
<ul>
<li>App icon made by <a href="https://www.flaticon.com/authors/kiranshastry" title="Kiranshastry" target="_blank">Kiranshastry</a> from <a href="https://www.flaticon.com/" title="Flaticon" target="_blank">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></li>
<li>Sample and cluster color palettes taken from <a href="https://flatuicolors.com/" title="Flat UI Colors 2" target="_blank">https://flatuicolors.com/</a></li>
<li>App icon made by <a href="https://www.flaticon.com/authors/kiranshastry" title="Kiranshastry" target="_blank">Kiranshastry</a> from <a href="https://www.flaticon.com/" title="Flaticon" target="_blank">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></li>
<li>Sample and cluster color palettes taken from <a href="https://flatuicolors.com/" title="Flat UI Colors 2" target="_blank">https://flatuicolors.com/</a></li>
</ul>'
)
})

0 comments on commit 8bc1a9b

Please sign in to comment.