Artists & creators experiential

Artwork featured by Dolby celebrates our passion for advancing the science of sight and sound through creativity, innovation, and invention.

{{ headingBlockSlot.videoLinkButton.text }} {{ headingBlockSlot.videoLinkButton.text }}

Artist Spotlight: Mike Perry

Guests enjoyed Conversations from far-off places in Dolby SoHo’s fully immersive Experience Room followed by Perry’s presentation in the cellar where he talked about his art and design practice.

{{ relatedContentBlockSlot.currentIndex }}

/

{{ relatedContentBlockSlot.pagesCountIndex }}

Asteria

In a collaborative commission with Dolby and NASA JPL, and designed for the Dolby Gallery’s 64-foot LED wraparound wall at its headquarters in San Francisco, visual artist GMUNK created a site-specific augmented reality experience for iOS devices. Inspired by Nasa's Jet Propulsion Laboratory and cosmic mythology, Asteria consists of a 3-act, immersive space exploration synchronized with a 12-minute film that plays on loop.

Asteria

In a collaborative commission with Dolby and NASA JPL, and designed for the Dolby Gallery’s 64-foot LED wraparound wall at its headquarters in San Francisco, visual artist GMUNK created a site-specific augmented reality experience for iOS devices. Inspired by Nasa's Jet Propulsion Laboratory and cosmic mythology, Asteria consists of a 3-act, immersive space exploration synchronized with a 12-minute film that plays on loop.

The Droids of Star Wars

From R2-D2 to BB-8 and beyond, we hosted a special panel event with passionate Droid builders. They created their own amazing replica robots from the Star Wars universe and brought them for a visit to Dolby SoHo. Check out our Droid panel video to learn what got them involved with the Droid-building community and what it takes to build a Droid.

{{ relatedContentBlockSlot.currentIndex }}

/

{{ relatedContentBlockSlot.pagesCountIndex }}

// This view acts as a rendering template to render InitScript(and server-side Form's descriptor) in FormContainerBlock's client-side for Form[f985beee-f414-4276-b08b-441a22cceb97]. // TECHNOTE: all serverside (paths, dynamic values) of EPiServerForms will be transfered to client side here in this section. (function initializeOnRenderingFormDescriptor() { // each workingFormInfo is store inside epi.EPiServer.Forms, lookup by its FormGuid var workingFormInfo=epi.EPiServer.Forms["f985beee-f414-4276-b08b-441a22cceb97"] ={ Id: "f985beee-f414-4276-b08b-441a22cceb97" , Name: "EN - Consumer Experiential Newsletter Sign-Up Form" , // whether this Form can be submitted which relates to the visitor's data (cookie, identity) and Form's settings (AllowAnonymous, AllowXXX) SubmittableStatus : {"submittable":true,"message":""}, ConfirmMessage: "Thanks for signing up!", ResetConfirmMessage : "", ShowNavigationBar : true, ShowSummarizedData : false, // serialize the dependency configuration of this form to clientside DependenciesInfo : JSON.parse("[]"), // keep all fieldName which are not satisfied the field dependency conditions DependencyInactiveElements: [], // Validation info, for executing validating on client side ValidationInfo : JSON.parse("[{\"targetElementName\":\"__field_75525\",\"targetElementId\":\"9a909eeb-2cfa-4e1d-b5d9-1bcb46b42fdd\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"This field is required.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}}]},{\"targetElementName\":\"__field_75527\",\"targetElementId\":\"45f98b77-3fb7-44ba-8e1a-655aad8cac65\",\"validators\":[{\"type\":\"EPiServer.Forms.Implementation.Validation.RequiredValidator\",\"description\":null,\"model\":{\"message\":\"This field is required.\",\"validationCssClass\":\"ValidationRequired\",\"additionalAttributes\":{\"required\":\"\",\"aria-required\":\"true\"}}}]}]"), // Steps information for driving multiple-step Forms. StepsInfo : { Steps: [{"index":0,"attachedUrl":"","dependField":null,"dependCondition":null,"isActive":true,"attachedContentLink":"","dependValue":"","elementName":"__field_","guid":"00000000-0000-0000-0000-000000000000"}] }, FieldsExcludedInSubmissionSummary: [], ElementsInfo: JSON.parse("{\"__field_75525\":{\"type\":\"Dolby.Web.Core.Implementation.Models.Form.Braze.Elements.BrazeTextElementBlock\",\"friendlyName\":\"LastName\",\"customBinding\":false},\"__field_75527\":{\"type\":\"Dolby.Web.Core.Implementation.Models.Form.Braze.Elements.BrazeSelectionElementBlock\",\"friendlyName\":\"Country\",\"customBinding\":false},\"__field_75843\":{\"type\":\"Dolby.Web.Core.Implementation.Models.Form.Braze.Elements.BrazeChoiceElementBlock\",\"friendlyName\":\"ConsumerInterests\",\"customBinding\":false},\"__field_75529\":{\"type\":\"EPiServer.Forms.Implementation.Elements.SubmitButtonElementBlock\",\"friendlyName\":\"Submit\",\"customBinding\":false}}"), DataSubmitController: "/EPiServer.Forms/DataSubmit" }; /// TECHNOTE: Calculation at FormInfo level, and these values will be static input for later processing. workingFormInfo.StepsInfo.FormHasNoStep_VirtualStepCreated=true; // this FLAG will be true, if Editor does not put any FormStep. Engine will create a virtual step, with empty GUID workingFormInfo.StepsInfo.FormHasNothing=false; // this FLAG will be true if FormContainer has no element at all workingFormInfo.StepsInfo.AllStepsAreNotLinked=true; // this FLAG will be true, if all steps all have contentLink= ="" (emptyString) epi.EPiServer.SystemSettings = { RequestVerification: { FormFieldName: "__RequestVerificationToken", HeaderName: "RequestVerificationToken" } }; })();

Stay up to date

What events would you like to hear about?
function reloadEpiFormJs(url) { const dataEl = document.querySelectorAll('[data-id="fsasync"]'); if (!dataEl.length) { let theScript = document.createElement('script'); theScript.src = url; theScript.setAttribute('data-id', 'fsasync'); document.head.appendChild(theScript); } } window.setTimeout(function () { reloadEpiFormJs('/Util/EPiServer.Forms/EPiServerForms.min.js'); }, 3000);