Giter Club home page Giter Club logo

carreno's Introduction

Teresa Carreño Performance Data

This is a dataset of repertoire performed by Teresa Carreño in concerts during the years 1863 through 1917. It is not comprehensive, but represents data that has been culled during my research from concert programs and in a few cases, indexes, held at various institutions and archives around the world.

All data associated with each composition is structured as a row so that the fields can be searched in relation to other fields, such as decade, date, venue, etc. The data is presented in CSV and XML formats in order to enable re-use and further research.

The following column headings are used in the CSV spreadsheet:

| Decade | Date | Venue | City | State | Country | Coverage |

| Composer Name | Variant Title | Work Title | Concert Info | Works Info | Conductor/Performer |

| Holdings 1 | RISM Sigla 1 | Holdings 2 | RISM Sigla 2 | Resource URL | Record URL |

The XML is structured this way:

<performances>
    <performance>
            <Location>
                <city/>
                <state/>
                <country/>
                <coverage/>
            </Location>
            <Venue/>
            <Decade/>
            <Date/>
            <Notes/> <!-- in data this is equivalent to Concert Info -->
        <worksInfo>
            <work>
                <composerName/>
                <workTitle>
                    <variantTitle/>
                </workTitle>/>
                <artistName/>  <!-- in data this is equal to Conductor/Performer, included only if there are listed performers or conductors -->
                <ensemble/>
                <Notes/> <!-- in data this is equal to Works Info -->
            </work>
        </worksInfo>
        <programInfo>
            <holdingsInfo>
                <Holdings1/>
                <RISM1/>
                <Holdings2/>
                <RISM2/>
            </holdingsInfo>
            <idno>
                <resource>
                <record/>
            </idno>
        </programInfo>
    </performance>
</performances>

This dataset is shared under a CC0 1.0 Universal license. If you use this dataset in your work, please acknowledge and attribute appropriately.

carreno's People

Contributors

annakijas1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.