]> git.donarmstrong.com Git - neurodebian.git/commitdiff
ENH(?): adding Dartmouth college logo
authorYaroslav Halchenko <debian@onerussian.com>
Thu, 17 Oct 2013 18:36:44 +0000 (14:36 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Thu, 17 Oct 2013 18:36:44 +0000 (14:36 -0400)
Makefile
artwork/Makefile
sphinx/_templates/layout.html

index e9205fd56fe468fa4b32812ef07a5a480e98450b..4c06e30b25aec82acc3460e3529d94d3ca4e40d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ pics:
 
 html: pics source
        rsync -rvlhpt sphinx/ build/src
-       cd artwork;     cp button_w200.png logo_tuned/fmri_w200.png uni-md-logo_h50.png ccn-logo_h50.png ../build/src/_static; cd ..
+       cd artwork;     cp button_w200.png logo_tuned/fmri_w200.png *-logo_h50.png ../build/src/_static; cd ..
        cp 3rd/jquery.livetwitter/jquery.livetwitter.min.js build/src/_static
        cp neurodebian.cfg build/src/_static
        cd build/src && $(MAKE) html BUILDDIR=$(CURDIR)/build 2>&1
index 4872ee8226571c9b351226ecfe5b8417796a836e..7bcab8581d0d28a8bd33ce9b7715ce2611fa96b5 100644 (file)
@@ -1,7 +1,7 @@
 all:: pics
 
 SVGIS=$(shell /bin/ls *.svgtune | sed -e 's/.svgtune/_tuned/g')
-ICONSIZED=ccn-logo_h50.png uni-md-logo_h50.png
+ICONSIZED=ccn-logo_h50.png uni-md-logo_h50.png dartmouth-logo_h50.png
 
 pics: $(SVGIS) $(ICONSIZED)
 
index 4cbb0046c032b437c7101c7847158272e5a0254b..989b92c9f342bde3574512e3996c3ddc658854ca 100644 (file)
@@ -31,6 +31,7 @@
   <ul>
   <li><a href="http://www.ipsy.ovgu.de/psychoinformatics.html" target="_blank"><img border="0" src="/_static/uni-md-logo_h50.png" title="Psychoinformatics lab, University of Magdeburg, Germany" height="50" /></a></li>
   <li><img border="0" src="/_static/ccn-logo_h50.png" title="Center for Cognitive Neuroscience, Dartmouth College, USA" height="50" /></li>
+  <li><a href="http://www.dartmouth.edu" target="_blank"><img border="0" src="/_static/dartmouth-logo_h50.png" title="Dartmouth College, USA" height="50" /></a></li>
   </ul>
   </div>
 {% endblock %}