Skip to content

Commit

Permalink
change subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderstel committed Aug 26, 2023
1 parent 9e78ae0 commit 2882624
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<h1>Pop20c Corpus</h1>
<p>A corpus of the top Billboard songs from 19001999</p>
<p>A corpus of the most popular American songs from 1900 to 1999</p>
</div>

The *Pop20c Corpus* includes 100 songs of American popular music: the most popular song from each year of the 20th century. The songs from 1900 through 1954 were selected based on the charts from Joel Whitburn's book *A Century of Pop Music*; these charts in turn were based on other charts reflecting record sales as well as other media such as sheet music sales, radio play, and jukebox play. Songs from 1955 through 1999 were selected from the *Billboard Hot 100* chart.
Expand All @@ -9,7 +9,7 @@ The *Pop20c Corpus* was developed by <a href="https://www.josephvanderstel.com/"

Songs are encoded as complete vocal melodies using a modified version of a format used in the <a href="http://rockcorpus.midside.com/index.html">*Rolling Stone Corpus*</a>. Encodings are based on transcriptions from recordings rather than sheet music.

There are three files associated with each song. Below is a summary of each file, using the opening measures of John McCormack's “It's A Long Way To Tipperary” (1915) as an example:
There are three files associated with each song. Below is a description of each file type, using the opening measures of John McCormack's “It's A Long Way To Tipperary” (1915) as an example:

![John McCormack, "It's A Long Way To Tipperary" (1915)](https://github.com/vanderstel/pop-corpus/blob/master/static/imgs/tipperary.png?raw=true)

Expand Down Expand Up @@ -66,7 +66,7 @@ A "note list" file is generated from the transcription and lyric files using a c
Each line contains six values:
- The first value is the time point of the note’s onset relative to the beginning of
the song. The measure is the basic unit, with decimals representing divisions of the measure. For example, `5.2500` means the second quarter-note beat of the fifth measure.
- The second value is the duration of the note. Again, the measure is the unit, with decimals representing fractions of the measure.
- The second value is the offset of the note. Again, the measure is the unit, with decimals representing fractions of the measure.
- The third value is the MIDI number of the note (following the usual convention of
middle C = 60).
- The fourth value is the note's chromatic scale degree integer (tonic=0; leading tone=11).
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<body>
<div style="text-align: center">
<h1>Pop20c Corpus</h1>
<p>A corpus of the top Billboard songs from 1900-1999</p>
<p>A corpus of the most popular American songs from 1900 to 1999</p>
</div>

<p>The <i>Pop20c Corpus</i> includes 100 songs of American popular music: the most popular song from each year of the 20th century. The songs from 1900 through 1954 were selected based on the charts from Joel Whitburn&apos;s book <i>A Century of Pop Music</i>; these charts in turn were based on other charts reflecting record sales as well as other media such as sheet music sales, radio play, and jukebox play. Songs from 1955 through 1999 were selected from the <i>Billboard Hot 100</i> chart.</p>
<p>The <i>Pop20c Corpus</i> was developed by <a href="https://www.josephvanderstel.com/" target="_blank">Joseph VanderStel</a> (<a href="mailto:[email protected]">[email protected]</a>) and <a href="http://davidtemperley.com/" target="_blank">David Temperley</a> (<a href="mailto:[email protected]">[email protected]</a>). For more about our methodology, see our article &ldquo;The Evolution of Syncopation in Twentieth-Century American Popular Music&rdquo; in <i>Journal of New Music Research</i> (2022). (<a href="https://www.josephvanderstel.com/pdfs/vanderstel_temperley_2022.pdf" target="_blank">PDF</a>) We originally developed the corpus in connection with that study, but it may also be useful for other music researchers and enthusiasts who wish to study the rich tradition of American popular music.</p>
<p>Songs are encoded as complete vocal melodies using a modified version of a format used in the <a href="http://rockcorpus.midside.com/index.html" target="_blank"><i>Rolling Stone Corpus</i></a>. Encodings are based on transcriptions from recordings rather than sheet music.</p>
<p>There are three files associated with each song. Below is a summary of each file, using the opening measures of John McCormack&apos;s &ldquo;It&apos;s A Long Way To Tipperary&rdquo; (1915) as an example:</p>
<p>There are three files associated with each song. Below is a description of each file type, using the opening measures of John McCormack&apos;s &ldquo;It&apos;s A Long Way To Tipperary&rdquo; (1915) as an example:</p>
<p>
<img
style="max-width: 100%; width: 700px;"
Expand Down Expand Up @@ -62,7 +62,7 @@ <h2>3. The &ldquo;note list&rdquo; file</h2>
<ul>
<li>The first value is the time point of the note's onset relative to the beginning of
the song. The measure is the basic unit, with decimals representing divisions of the measure. For example, <code>5.2500</code> means the second quarter-note beat of the fifth measure.</li>
<li>The second value is the duration of the note. Again, the measure is the unit, with decimals representing fractions of the measure.</li>
<li>The second value is the offset of the note. Again, the measure is the unit, with decimals representing fractions of the measure.</li>
<li>The third value is the MIDI number of the note (following the usual convention of
middle C = 60).</li>
<li>The fourth value is the note's chromatic scale degree integer (tonic=0; leading tone=11).</li>
Expand Down

0 comments on commit 2882624

Please sign in to comment.