Explore the
Universe
Step 1 of 2

Create your profile to get all your Alpha Program notifications in one convenient location.

The Basics

Must contain at least 8 characters, an uppercase character, a lowercase character, a number and a symbol.
By joining the Alpha Universe community, you agree to the Terms and the Sony Electronics Inc. Privacy Policy and certify that you are a U.S. resident. (CA Privacy Notice).
Next
Personalize Your Profile
Step 2 of 2

Create your profile to get all your Alpha Program notifications in one convenient location.

Your Specialty *

(Select All That Apply)


I am a... *

(Select All That Apply)


(Optional)


What kind of camera(s) do you shoot with? *

(Select All That Apply)

00:00
00:00
https://alphauniverseglobal.media.zestyio.com/1729_BURKARD_021047.jpg?width=500&height=500&fit=bounds

Special Edition: Chris Burkard On The α7R III

Chris Burkard had a chance to use the Sony α7R III prior to its introduction. Taking advantage of this special opportunity, Burkard along with fellow Sony Artisan Of Imagery Renan Ozturk took the camera on a whirlwind project through the desert southwest. In this special episode of the Alpha Universe podcast, we spoke with Burkard on the eve of the camera’s global launch to find out why it’s going to be his new workhorse camera.

See more about Chris Burkard here. You can follow him on Instagram @chrisburkard

 


&text=%22' + tweetText + '%22&via=SonyAlpha'; var tweetLink = 'Tweet This' $(this).addClass('px-2 px-sm-5'); $(this).append(tweetLink); $(this).on('click', '.blockquote-tweet', function (event) { event.preventDefault(); window.open(tweetUrl, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=585,height=261'); }); }); editorContent.imagesLoaded( function() { // images have loaded editorContent.find('img').each( function(){ //Determine aspect ratio and set classes for portrait and landscape modes var w = $(this)[0].naturalWidth, h = $(this)[0].naturalHeight; var figureClass = 'au-expandable au-article__content__figure'; if($(this).hasClass('small')) { figureClass += ' au-article__content__figure--small'; } if( h/w > .8) { figureClass += ' au-article__content__figure--portrait'; } // Fix Image Alt/title if necessary if(this.alt == this.src.split("/").pop()) { this.alt = "Article Image"; } if(this.title == this.src.split("/").pop()) { this.title = "Article Image"; } //Parse through sibling elements to find image captions and apply styles var $imgWrap = $(this).parent(); var next = $imgWrap.next('[style*="center"]'); var nextSpan = $imgWrap.next().find('span[style*="center"]'); var secondNext = $imgWrap.nextAll().eq(1); var secondSibling = secondNext.css('text-align'); var secondSiblingSpan = secondNext.find('span[style*="center"]'); var prevSibling; var $figureCaption; if(!next.children(":first").is('img')) { if(next.length) { next.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); $figureCaption = $('
' + next.html() + '
'); next.remove(); } else if(nextSpan.length) { var newCaptionContainer = nextSpan.parent(); newCaptionContainer.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); $figureCaption = $('
' + nextSpan.html() + '
'); newCaptionContainer.remove(); } else if(secondSibling == 'center') { $(secondNext).css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); prevSibling = secondNext.prev(); if(!prevSibling.text().trim().length) { prevSibling.css('margin', 0); } $figureCaption = $('
' + $(secondNext).html() + '
'); $(secondNext).remove(); } else if(secondSiblingSpan.length) { var newSiblingCaptionContainer = secondSiblingSpan.parent(); var prevSpanSibling = newSiblingCaptionContainer.prev(); newSiblingCaptionContainer.css({'text-align': 'left', 'margin-left': 0}).addClass('t-micro text-muted au-article__caption'); if(!prevSpanSibling.text().trim().length) { prevSpanSibling.css('margin', 0); } $figureCaption = $('
' + secondSiblingSpan.html() + '
'); newSiblingCaptionContainer.remove(); } } if($figureCaption) { $imgWrap.append($figureCaption); } $imgWrap.contents().unwrap().wrapAll('
'); }) }); //Align embedded elements center $('.au-article__content iframe').parent('p').addClass("d-flex justify-content-center"); }); $('#playPodcast').click(function(){ $(this).css('visibility', 'hidden'); setTimeout(function(){ $('.play').click(); },500) });