-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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>' | ||
) | ||
}) |