TassoInMusicProject / tasso-website

Source files for the Tasso in Music Project website
http://www.tassomusic.org
8 stars 1 forks source link

Normalize princeps publisher names #22

Open craigsapp opened 7 years ago

craigsapp commented 7 years ago

Here is a list of the princeps publishers (72 including duplicates). You can generate a list of normalized publisher names for use on the setting pages, such as:

http://www.tassomusic.org/settings/?rime=47

For example these are probably all the same publisher:

   9    Eredi di Scotto
  11    Herede di G. Scotto
   2    Herede di G.Scotto
   8    Herede di Scotto
  10    Heredi di Scotto
   1    herede di Scotto

Note the number on the left: that is the count of how many times the publisher entry is found in the rime settings index. That could be used to figure out what the normalized spelling should be.

   4    [empty publisher]
  71    Amadino
   1    Angelo Gardano
   1    B. Magni
  31    Baldini
   1    Bartholomeo Magni
   2    Bartoli
   1    Bonino
   4    Carlino
   2    Carlino & Pace
   1    Dalle Donne
   1    Eredi di Cancer
   9    Eredi di Scotto
   1    Figlioli di Gardano
   1    Figliuoli di A. Gardano
   1    Figliuoli di Gardano
   1    Francesco Carrara
   1    Gardane
 183    Gardano
   1    Gardano apresso B. Magni
   1    Gargano
   1    Gargano & Nucci
   1    Giovanni Giacomo Carlino
   1    Guadazzi
  11    Herede di G. Scotto
   2    Herede di G.Scotto
   1    Herede di Gardano
   8    Herede di Scotto
   2    Heredi di Rossi & Tottorino
  10    Heredi di Scotto
   1    Jacomo Carlino
   1    Kaufman
   4    Le Roy et Ballard
   1    Longo
   3    Magni
   1    Manelfi
   3    Maringo
   1    Pace
   5    Phalesio
   2    Phalesio et Bellero
   1    Pignoni
   6    Rafelengio
   1    Raphelingen
   4    Robletti
   2    Rossi
   6    Schoenigk
   3    Soldi
  11    Sottile
   1    Stampa del Gardano
   1    Stampa del Gardano, appresso B. Magni
   1    Stigliola
   1    Tradato
   1    Typis Elect. Saxoniae
   2    Vincenci & Amadino
  10    Vincenci e Amadino
   2    Vincenci et Amadino
  40    Vincenti
   4    Vincenti & Amadino
   1    Vincenti e Amadino
   5    Vincenti et Amadino
  22    Vincenzi
   2    Vincenzi e Amadino
   7    Vincenzi et Amadino
   1    Viotto
   7    Vitale
   1    Weidner
   2    Zanobi Pignoni
   4    appresso B. Magni
   2    appresso Magni
   5    apresso B. Magni
   1    apresso Magni
   1    herede di Scotto

Index file which will be changed (plus Gerusalemma settings index, etc which I should also generate the princeps publisher list as well):

https://github.com/TassoInMusicProject/tasso-website/blob/gh-pages/data/indexes/rime-settings.aton

Example entry:

@@BEGIN:    RIME_SETTING
@CATALOGNUM:    Trm0327a
@RIMETITLE: Come cristallo in monte
@SOLERTI:   327
@COMPOSER:  Acelli, Cesare
@COMDATES:  
@PRINCEPSTITLE: In fiori musicali, libro secondo
@PRINCEPSLOC:   Venetia
@PRINCEPSPUB:   Vincenzi
@PRINCEPSYEAR:  1588
@PRINCEPSRISM:  1588-20
@REPRINTS:  1598-10, 1604-13
@OCLEFS:    
@OTIME: 
@OKEYSIG:   
@NOTE:      
@@END:      RIME_SETTING

To such a record, a parameter such as:

@NORMPUB: Vincenzi

will be added (probably even when the @PRINCEPSPUB is the same). The @NORMPUB will be used in the Humdrum metadata records, as well as in the settings lists such as:

http://www.tassomusic.org/settings/?rime=47

You can provide a map from the princeps spelling of the publisher into what the normalized form should be, and then assign this issue to me so that I can add them to the index file(s) and Humdrum file metadata.

emilianoricciardi commented 7 years ago

Below is a list of normalized names of publishers. I have tried to stick to just last names. I was wondering, though, if in the lists of settings we can still report the actual, full name in a pop-up box, like we do for composer names.

Amadino Vincenti et Amadino (Vincenci & Amadino, Vincenci e Amadino, Vincenci et Amadino, Vincenti & Amadino, Vincenti e Amadino, Vincenti et Amadino, Vincenzi e Amadino, Vincenzi et Amadino) Vincenti (Vincenzi) Gardano (Angelo Gardano, Gardane, Herede di Gardano, Figlioli di Gardano, Figliuoli di A. Gardano, Figliuoli di Gardano, Stampa del Gardano) Magni (Bartholomeo Magni, B. Magni, appresso B. Magni, appresso Magni, apresso B. Magni, apresso Magni) Gardano-Magni (Gardano apresso B. Magni, Stampa del Gardano, appresso B. Magni) Bartoli Bonino Carlino (Jacomo Carlino, Giovanni Giacomo Carlino) Carlino & Pace Dalle Donne Cancer (Eredi di Cancer) Scotto (Eredi di Scotto, herede di Scotto, Herede di G.Scotto, Herede di Scotto, Heredi di Scotto) Carrara (Francesco Carrara) Gargano Gargano & Nucci Guadazzi Kaufman Le Roy et Ballard Longo Manelfi Maringo Pace Phalesio Phalesio et Bellero Pignoni (Zanobi Pignoni) Rafelengio Raphelingen Robletti Rossi Schoenigk Soldi Sottile Stigliola Tradato Typis Elect. Saxoniae Viotto Vitale Weidner

craigsapp commented 7 years ago

I was wondering, though, if in the lists of settings we can still report the actual, full name in a pop-up box, like we do for composer names.

OK. I will make a separate field for "short" normalized names and "long" normalized names.