Skip to content

Commit

Permalink
update post
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Nov 7, 2023
1 parent 646706c commit d224040
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/blog/2019-analyzing-bach/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ merged_data <- data |>
)
```

{{< sidenote br="7em" >}}
Click on "Show code" to show the code. I hid it by default because it's quite a long chunk
{{< /sidenote >}}

I noticed that some entries in the `year` column exceeded the year of Bach's death. Bach died in 1750. I assumed that these years indicated the year of first performance or publication. In this scenario, it would be possible that certain pieces were lost and rediscovered at a later date and only then published. I thought to make a barplot of the number of compositions Bach over the course of his life, trying to see if there was any period where he was particularly productive. I also added some annotations to give the plot some context.

<details>
Expand Down
4 changes: 4 additions & 0 deletions content/blog/2019-analyzing-bach/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@ merged_data <- data |>
)
```

{{{< sidenote br="7em" >}}}
Click on "Show code" to show the code. I hid it by default because it's quite a long chunk
{{{< /sidenote >}}}

I noticed that some entries in the `year` column exceeded the year of Bach's death. Bach died in 1750. I assumed that these years indicated the year of first performance or publication. In this scenario, it would be possible that certain pieces were lost and rediscovered at a later date and only then published. I thought to make a barplot of the number of compositions Bach over the course of his life, trying to see if there was any period where he was particularly productive. I also added some annotations to give the plot some context.

```{r}
Expand Down

0 comments on commit d224040

Please sign in to comment.