-
Notifications
You must be signed in to change notification settings - Fork 7
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
5 changed files
with
46 additions
and
10 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
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
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
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 |
---|---|---|
@@ -1,13 +1,20 @@ | ||
# Melodic Discrimination Test (MDT) | ||
|
||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1300950.svg)](https://doi.org/10.5281/zenodo.1300950) | ||
[![R-CMD-check](https://github.com/pmcharrison/mdt/workflows/R-CMD-check/badge.svg)](https://github.com/pmcharrison/mdt/actions) | ||
|
||
The MDT is an adaptive test of the ability to discriminate melodies. | ||
|
||
We invite you to try the test [here](http://shiny.pmcharrison.com/mdt-demo) and | ||
We invite you to try the test [here](https://shiny.gold-msi.org/longgold_demo/) and | ||
to read the paper [here](https://doi.org/10.1038/s41598-017-03586-z). | ||
|
||
Want to use this test in your own online study, but don't want to go to the trouble of setting up your own | ||
web server? You are invited to host your study on the DOTS testing server of the | ||
[German Society for Music Psychology (DGM)](https://en.musikpsychologie.de/index.html). | ||
This service is free of charge, but requires a current membership of the GDM, which currently | ||
costs 45 euros per year (22 euros for students and the unemployed). | ||
For more information please contact Klaus Frieler ([email protected]). | ||
|
||
|
||
## Citation | ||
|
||
When using the MDT in your own research, you can cite the original MDT research paper: | ||
|
@@ -60,6 +67,23 @@ into new languages: | |
|
||
`devtools::install_github('pmcharrison/mdt')` | ||
|
||
5. Tell Shiny to use your computer's default browser, instead of the RStudio browser, | ||
which doensn't play well with this test. | ||
First, open your .Rprofile file: | ||
|
||
```r | ||
install.packages("usethis") | ||
usethis::edit_r_profile() | ||
``` | ||
|
||
Add the following lines: | ||
|
||
```r | ||
options(shiny.launch.browser = .rs.invokeShinyWindowExternal) | ||
``` | ||
|
||
Save the file, then restart your R session (in the RStudio toolbar, click Session then Restart R). | ||
|
||
## Usage | ||
|
||
### Quick demo | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.