diff --git a/.gitignore b/.gitignore index e031132..5735156 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,2 @@ tables/ -*.png -*.pdf -*.jpeg -*.jpg -*.svg +www/ diff --git a/DiffBrainNet_logo.png b/DiffBrainNet_logo.png new file mode 100644 index 0000000..607caed Binary files /dev/null and b/DiffBrainNet_logo.png differ diff --git a/README.md b/README.md index f04c5ba..40fb6b1 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# DiffBrainNet_ShinyApp \ No newline at end of file +# DiffBrainNet_ShinyApp + +![](./DiffBrainNet_logo.png) + +This repository contains the source code of the resource [DiffBrainNet](http://diffbrainnet.psych.mpg.de) which is implemented with R Shiny.