We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd560df commit fd84acbCopy full SHA for fd84acb
1 file changed
docs/CONTRIBUTING.md
@@ -1,5 +1,12 @@
1
# Contributing
2
-
+<div align="center">
3
+ <picture>
4
+ <source srcset="images/psyphy_logo.png" media="(prefers-color-scheme: light)"/>
5
+ <source srcset="images/psyphy_logo.png" media="(prefers-color-scheme: dark)"/>
6
+ <img alt="psyphy logo" src="docs/images/psyphy_logo.png" width="200">
7
+ </picture>
8
+ <h3>Active-learning-driven adaptive experimentation in psychophysics</h3>
9
+</div>
10
11
12
## Dev setup
0 commit comments