LogoAccessKit
Reference/Work

Work

Reference for AccessKit Work entities.

What is a Work?

A Work is a piece of media (possibly with multiple video channels) that is displayed in an Exhibition.
It can be a video piece, audio piece, or even a 3D object which has audio associated with it!

Works typically have a single caption track (though possibly with multiple languages) and possibly an audio track or Audio Description track.

Guests can access synchronized versions of the captions and audio tracks from the gallery via the Guest View for that Work, which they typically access via a QR code or direct link.

If no synchronization mediaplayer is connected to the Work, then guests will see any uploaded captions in a static transcript format rather than as synchronized captions.

Finding a Work

A Work can be found in the Admin Dashboard in the list of Exhibitions underneath the Exhibition it is assigned to.

Click the [edit] button next to the Work you would like to edit to access its management page, or click on its name to access the Work's public-facing guest view.

A Work will always have two relevant permalinks:

NameURL RuleDescription
Guest View Permalinkhttps://<your-subdomain>.accesskit.cc/work/<id>The permalink for the work on the public-facing guest web application.
Admin Dashboard Edit Pagehttps://<your-subdomain>.accesskit.cc/admin/work/<id>The permalink for the Work's edit page on the admin dashboard.

Form fields

The following fields are available when creating a new Work or editing an existing Work.

FieldTypeOptionalEditableDescription
Titlestring, rich textNoYesThe title of the work. Displays on the public-facing guest view and can be styled with italics, bold, and underline, e.g. Bruce Nauman: Dancing or Exercise on the Perimeter of a Square (1968).
Exhibitionenum/dropdownYesYesThe Exhibition that the work is assigned to.
Add additional captionsbuttonYesYesClick this button to add a new SRT caption file to the work.
SRT Caption Filebutton/file/stringYesYesThe .srt file for the work which will provided captions for synchronized content on an AccessKit mediaplayer. See the guide on adding captions for more help.
SRT Language Display CodestringNoYesThe language code for the caption file (e.g. EN-US). This will be displayed in the language selector menu on the work's Guest View if multiple languages are available.
SRT Language Descriptor (Long)stringNoYesThe full language name for the caption file (e.g. English).
Automatic Translation Languagesenum/dropdownYesYesThe languages to automatically translate captions to. Multiple languages can be selected using ctrl-/cmd- or shift-clicking. The first caption track in the list of uploaded captions will be used as the source. See the multilingual content guide for more information.
Audio Trackbutton/fileYesYesThe .mp3 file for the work which will provided audio for synchronized content on an AccessKit mediaplayer. This can be the direct audio, a dub, or Audio Description.
Audio Track Typeenum [Audio Track, Audio Description]NoYesThe type of audio track. This will determine what icon appears in the audio player on the work's Guest View.
Durationnumber, ms [0.0+]YesYesThe duration of the work in milliseconds. This will be automatically set when a mediaplayer is assigned to this work and begins synchronizing, and generally can be left blank until then.
Looping WorkbooleanYesYesFor works that will be presented at a specific time, uncheck this box to prevent the captions and audio from looping in the guests' web application.
Published?booleanNoYesWhether the work is published. When false, the work is not visible to the public in the public-facing guest web application.

Remember to click Update Exhibition to commit your changes.

The following advanced fields are also available. Genereally, you should not need to alter any of these settings, and should do so only after first consulting with the AccessKit team.

FieldTypeOptionalEditableDescription
Nudgenumber, msYesYesSome mediaplayers need a default latency adjustment based off of their sync method. Use this field to move the captions/audio forward or backward if needed.
Dilationnumber, ratioYesYesSome mediaplayers, like 16mm projectors or audio cassettes, may not run at a constant speed, or may run faster/slower than advertised. Use this field to scale the captions playback accordingly.
Backlink URLstring [url]YesYesA link to a page on your institutional website that will be opened when the Back button is clicked on the work's Guest View.
Alternative Audio URLstring [url]YesYesThis field represents a template link for the pre-chunked audio files corresponding to your Work. You should never need to populate this field. It will be populated automatically from your audio file upload.

Records

The following records are available for Works.

RecordDescription
Guest View PermalinkThe permalink for the work on the public-facing guest web application.
QR CodeA QR code for the work. This can be used to link to the work on a mobile device.

On this page