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/ILCE-9_FE2470GM_front_top_image_WH-Large.jpg?width=500&height=500&fit=bounds

Special Edition: Patrick Murphy Racey On The Sony α9

As Sony unveils one of the most highly-anticipated cameras of all time, AlphaUniverse.com editor Christopher Robinson sat down with photojournalist Patrick Murphy-Racey who had the opportunity to use the a9 out in the wild. Patrick explains his favorite features why the camera is poised to leapfrog pro DSLRs.


&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) });