Skip to content

Commit a8a7495

Browse files
committed
added playlists and link to publisher book page
1 parent 8913ff1 commit a8a7495

File tree

10 files changed

+799
-1573
lines changed

10 files changed

+799
-1573
lines changed

Citation.qmd

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,28 @@
44
## Book bibliographic details in APA format:
55

66
::: {.callout-note}
7-
Eerola, T. (in press). _Music and Science – Guide to Empirical Music Research_. SEMPRE Studies in the Psychology of Music. London, UK: Routledge.
7+
Eerola, T. (2024). _Music and Science – A Guide to Empirical Music Research_. SEMPRE Studies in the Psychology of Music. London, UK: Routledge.
88
:::
99

1010
## Book bibliographic details in `bibtex` format:
1111

1212
```{python}
1313
#| eval: false
1414
@book{eerola2024,
15-
address = {London, UK},
15+
year = {2024},
1616
author = {Eerola, T.},
17+
title = {Music and Science -- A Guide to Empirical Music Research},
18+
address = {London, UK},
1719
publisher = {Routledge},
1820
series = {SEMPRE Studies in the Psychology of Music},
19-
title = {Music and Science -- Guide to Empirical Music Research},
20-
year = {2024}
21+
doi = {https://doi.org/10.4324/9781003293804}
2122
}
2223
```
2324

2425
## Website bibliographic details in APA format:
2526

2627
::: {.callout-note}
27-
Eerola, T. (2024). _Music and Science – Guide to Empirical Music Research_. [https://tuomaseerola.github.io/emr/](https://tuomaseerola.github.io/emr/)
28+
Eerola, T. (2024). _Music and Science – A Guide to Empirical Music Research_. [https://tuomaseerola.github.io/emr/](https://tuomaseerola.github.io/emr/)
2829
:::
2930

3031
## Website bibliographic details in `bibtex` format:
@@ -33,7 +34,7 @@ Eerola, T. (2024). _Music and Science – Guide to Empirical Music Research_. [h
3334
#| eval: false
3435
@misc{eerola2024online,
3536
author = {Eerola, T.},
36-
title = {Music and Science -- Guide to Empirical Music Research},
37+
title = {Music and Science -- A Guide to Empirical Music Research},
3738
year = {2024},
3839
url = {https://tuomaseerola.github.io/emr/},
3940
urldate = {2024-1-1}

Playlists.qmd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# Spotify Playlists
3+
4+
Here are tracks related to book as Spotify playlists.
5+
6+
### Music examples mentioned
7+
8+
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/4kNkfGbvPgHyaczEtGvCGt?utm_source=generator" width="100%" height="480" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
9+
10+
### Chill-inducing tracks
11+
12+
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/5PsFsyNtnJXffvDLeSqNgP?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
13+
14+
### Emotion inducing tracks
15+
16+
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/40r7eo92AXKx16bdQ9U4kh?utm_source=generator&theme=0" width="100%" height="652" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
17+

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ repository contains the electronic materials for *Routledge* book titled
77
Research](https://tuomaseerola.github.io/emr/)** by [Tuomas
88
Eerola](https://www.durham.ac.uk/staff/tuomas-eerola/), at [Durham
99
University](https://www.durham.ac.uk) and [Music and Science
10-
Lab](https://musicscience.net). The book is scheduled to be published in
11-
2024.
10+
Lab](https://musicscience.net). The book was published in November 2024
11+
(see [publisher
12+
page](https://www.routledge.com/Music-and-Science-A-Guide-to-Empirical-Music-Research/Eerola/p/book/9781032277066)).
1213

1314
The materials are Jupyter notebooks with code examples in
1415
[R](https://www.r-project.org/) or [Python](https://www.python.org/)).
@@ -68,5 +69,6 @@ bibliographic details of the book.
6869
|   [Citation](Citation.qmd) | | | Markdown |
6970
|   [Technical](Technical.qmd) | | | Markdown |
7071
|   [Links](Links.qmd) | | | Markdown |
72+
|   [Playlists](Playlists.qmd) | | | Markdown |
7173
|   [Version (R)](Version_R.qmd) | [Version_R.ipynb](https://github.com/tuomaseerola/emr/blob/main/nb/Version_R.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/tuomaseerola/emr/blob/main/nb/Version_R.ipynb) | R |
7274
|   [Version (Python)](Version_Python.qmd) | [Version_Python.ipynb](https://github.com/tuomaseerola/emr/blob/main/nb/Version_Python.ipynb) | [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/tuomaseerola/emr/blob/main/nb/Version_Python.ipynb) | Python |

README.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter: python3
55
---
66

77
<img src="images/music_and_science_cover_sm.png" align="right" />
8-
This repository contains the electronic materials for _Routledge_ book titled **[Music and Science: Guide to Empirical Research](https://tuomaseerola.github.io/emr/)** by [Tuomas Eerola](https://www.durham.ac.uk/staff/tuomas-eerola/), at [Durham University](https://www.durham.ac.uk) and [Music and Science Lab](https://musicscience.net). The book is scheduled to be published in 2024.
8+
This repository contains the electronic materials for _Routledge_ book titled **[Music and Science: Guide to Empirical Research](https://tuomaseerola.github.io/emr/)** by [Tuomas Eerola](https://www.durham.ac.uk/staff/tuomas-eerola/), at [Durham University](https://www.durham.ac.uk) and [Music and Science Lab](https://musicscience.net). The book was published in November 2024 (see [publisher page](https://www.routledge.com/Music-and-Science-A-Guide-to-Empirical-Music-Research/Eerola/p/book/9781032277066)).
99

1010
The materials are Jupyter notebooks with code examples in [R](https://www.r-project.org/) or [Python](https://www.python.org/)). The notebooks are designed to be run in [Google Colab](https://colab.research.google.com/) within a browser. Colab service is free and does not require any installations or software. It is also possible to run the notebooks within a [Jupyter server in your own computer](https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/index.html) or to use the code directly in R or in Python. See [technical notes](Technical.qmd) about the notebooks and package versions in Colab.
1111

@@ -54,6 +54,7 @@ The public-facing version of this repository is at [https://tuomaseerola.github.
5454
| &nbsp;&nbsp;[Citation](Citation.qmd) ||| Markdown |
5555
| &nbsp;&nbsp;[Technical](Technical.qmd) ||| Markdown |
5656
| &nbsp;&nbsp;[Links](Links.qmd) ||| Markdown |
57+
| &nbsp;&nbsp;[Playlists](Playlists.qmd) ||| Markdown |
5758
| &nbsp;&nbsp;[Version (R)](Version_R.qmd) |[Version_R.ipynb](https://github.com/tuomaseerola/emr/blob/main/nb/Version_R.ipynb)|[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/tuomaseerola/emr/blob/main/nb/Version_R.ipynb)|R |
5859
| &nbsp;&nbsp;[Version (Python)](Version_Python.qmd) |[Version_Python.ipynb](https://github.com/tuomaseerola/emr/blob/main/nb/Version_Python.ipynb)|[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/tuomaseerola/emr/blob/main/nb/Version_Python.ipynb)| Python |
5960

0 commit comments

Comments
 (0)