1: Update batch configuration Work in Progress!
Role Admin
- The user following these guides should be an NYU DSS staff member with who collaborates with the batch contributor to understand the shape and goals of the batch data.
- They will need to use valid YAML Syntax.
Steps
-
Open the file
config.yml. It should look something like this:label: 'Rijksmuseum Demo' description: 'Demo collection for aperitiiif service' attribution: 'Provided by Rijksmuseum via Wikimedia Commons' presentation_api_url: 'https://nyu-dss-serverless-iiif-presentation-test.s3.us-east-1.amazonaws.com' image_api_url: 'https://twt4gwyokx4jxgo2tcptgtn4v40qajbb.lambda-url.us-east-1.on.aws/iiif/2' records: file: 'src/records.csv' defaults: logo: 'https://upload.wikimedia.org/wikipedia/commons/6/67/Rijks_museum_logo.png' source: 'https://commons.wikimedia.org/wiki/Category:Prints_by_Katsukawa_Shunsh%C5%8D_in_the_Rijksmuseum_Amsterdam' - Update the
label,description, andattributionfields with the new batch’s information. Note: this is for the batch as a whole! - Keep
presentation_api_urlandimage_api_urlas is. - Keep
recordsfileas is. -
Update
recordsdefaultsto for your batch’s needs. This is where you can specify metadata that is the same for every item without cluttering your spreadsheet. A good example might be a rights statement or link to a stable finding aid. (You can delete this section in the config if it doesn’t apply.)In the above example, the
defaultsare treated the same as adding alogocolumn to your spreadsheet where every item’s value ishttps://upload.wikimedia.org/wikipedia/commons...and a column calledsourcewhere every item’s value ishttps://commons.wikimedia.org/wiki/Category...More information on what to name these columns/keys is in
3: Create the batch metadata .