Matthew Gray Gubler

http://www.matthewgraygubler.com/ Login to editKeyboard Shortcutssigning upherehereLoginSign Up












  • Apps

  • Forums

  • Leaderboard

  • Contribute

  • API

  • Support




  • Discover


  • Movies


  • TV Shows


  • People












  • Can't find a movie or TV show? Login to create it.








  • en



  • Login

  • Sign Up
















Matthew Gray Gubler



Expand






Matthew Gray Gubler







Biography






Matthew Gray Gubler (born March 9, 1980) is an American actor, director, fashion model and painter. He is best known for his role as criminal profiler Dr. Spencer Reid in the CBS television show Criminal Minds (2005–present), of which he has also directed ten episodes. Gubler has appeared in The Life Aquatic with Steve Zissou, (500) Days of Summer, Life After Beth, Suburban Gothic, and as the voice of Simon in Alvin and the Chipmunks and its three sequels.



Description above from the Wikipedia article Matthew Gray Gubler, licensed under CC-BY-SA,full list of contributors on Wikipedia.









Matthew Gray Gubler (born March 9, 1980) is an American actor, director, fashion model and painter. He is best known for his role as criminal profiler Dr. Spencer Reid in the CBS television show Criminal Minds (2005–present), of which he has also directed ten episodes. Gubler has appeared in The Life Aquatic with Steve Zissou, (500) Days of Summer, Life After Beth, Suburban Gothic, and as the voice of Simon in Alvin and the Chipmunks and its three sequels.



Description above from the Wikipedia article Matthew Gray Gubler, licensed under CC-BY-SA,full list of contributors on Wikipedia.







  • Discussions

  • Images

  • Changes

  • Report

  • Share















Personal Info


Known For Acting


Gender Male


Known Credits 30


Birthday 1980-03-09



Place of Birth Las Vegas, Nevada, USA



Official Site http://www.matthewgraygubler.com/



Also Known As


  • -



Login to edit







Keyboard Shortcuts
















Acting TV ShowsMovies



























Untitled Drake Doremus Project







2018
Zoe as Skinny Guy












2017
Newness as Paul

2017
68 Kill as Chip

















2016
Trash Fire as Caleb

2016
Hot Air as Lesley

2016
Band of Robbers as Joe Harper







2015
Alvin and the Chipmunks: The Road Chip as Simon (voice)
































2014
Beautiful Girl as Ziggy

2014
Desire as James

2014
Life After Beth as Kyle Orfman

2014
Batman: Assault on Arkham as The Riddler / Edward Nigma (voice)

2014
Suburban Gothic as Raymond

2014
The Learning Curve as David Sedaris












2012
Excision as Mr. Claybaugh

2012
The Beauty Inside (6 episodes) as Alex #26

(3 episodes)






















2011
Alvin and the Chipmunks: Chipwrecked as Simon (voice)

2011
Scooby-Doo! Legend of the Phantosaur as Winsor (voice)

2011
Magic Valley as Mok

2011
All Star Superman as Jimmy Olsen

















2009
Alvin and the Chipmunks: The Squeakquel as Simon (voice)

2009
Celebrity Ghost Stories (1 episode)

2009
(500) Days of Summer as Paul












2008
How to Be a Serial Killer as Bart

2008
The Great Buck Howard as Russell







2007
Alvin and the Chipmunks as Simon (voice)







2006
RV as Joe Joe












2005
Criminal Minds (324 episodes) as Dr. Spencer Reid

2005
Matthew Gray Gubler's Life Aquatic Intern Journal as Himself/Narrator







2004
The Life Aquatic with Steve Zissou as Nico

Production










2016
Band of RobbersExecutive Producer







2005
Matthew Gray Gubler's Life Aquatic Intern JournalProducer

Directing














2005
Criminal Minds (12 episodes)Director

2005
Matthew Gray Gubler's Life Aquatic Intern JournalDirector

Writing









2005
Matthew Gray Gubler's Life Aquatic Intern JournalWriter

Editing









2005
Matthew Gray Gubler's Life Aquatic Intern JournalEditor

Crew









2005
Matthew Gray Gubler's Life Aquatic Intern JournalCinematography








$(document).ready(function()
$.ajax(
url: '/person/5661-matthew-gray-gubler/remote/static_cache/known_for?version=2&language=en-US&department=Acting',
headers:
'Accept-Language': 'en-US',
'Content-Type': 'text/html;charset=utf-8'

).done(function(response)
$('#known_for').html(response);
);

var w = window.innerWidth;
var h = window.innerHeight;

var biography = $("div.biography div.content div.text").dotdotdot(
keep: 'div.read_more',
height: 160
).data("dotdotdot");

$('div.biography div.content div.text').on('click', 'a.read_more', function(e)

$("#biography_window").kendoWindow(
title: 'Biography',
modal: true,
draggable: false,
resizable: false,
width: 700,
maxHeight: (h - 160),
visible: false,
pinned: true,
animation:
open:
effects: "fade:in"
,
close:
effects: "fade:out"

,
open: function()
$('body').addClass('blur');
,
close: function()
$('body').removeClass('blur');

).data("kendoWindow").center().open();

);

$("div.credits_list").on('click', 'h3 a.button.media', function(e)
e.preventDefault();

$('div.credits_loader').addClass('ball-scale-multiple');

$.ajax(
url: '/person/5661-matthew-gray-gubler/remote/credits?language=en-US&translate=false&media_type=' + $(this).attr('media'),
).fail(function()
showError('There was a problem.');
).done(function(response)
if ($(this).hasClass('selected')) else
$("span.buttons").find('a.button').toggleClass('selected');


$('div.credits_list').html(response);
$('div.credits_loader').removeClass('ball-scale-multiple');
);
);




var media_tooltip_url_template = "0/static_cache/tooltip_popup?translate=false&language=en-US";

$("table.credits").kendoTooltip(
autoHide: false,
filter: "span.glyphicons-record",
content:
url: "/movie/1/static_cache/tooltip_popup",
cache: true,
headers:
'Accept-Language': 'en-US',
'Content-Type': 'text/html;charset=utf-8'

,
showOn: 'click',
width: 534,
height: 170,
position: "top",
requestStart: function(e)
e.options.url = kendo.format(media_tooltip_url_template, e.target.data("url"));
,
show: function(e)
$("div.k-tooltip-button").addClass('hide');
this.popup.element.addClass("tmdb_theme");
,
contentLoad: function(e)

$("div.media_tooltip_popup div.buttons").addClass('hide');


$("div.tooltip.overview").dotdotdot();

);


);








By signing up for an account on TMDb, you can post directly to Twitter and Facebook.




$(document).ready(function()

$('#service_select').on('change', function(e)
selected_item = $(this).val();
$('#' + selected_item + '_share').removeClass('hide');
$("#share_window").data("kendoWindow").center();

if (selected_item == 'twitter')
$('#facebook_share').addClass('hide');


if (selected_item == 'facebook')
$('#twitter_share').addClass('hide');

);

$('input.share.submit').on('click', function(e)
e.preventDefault();
var selected_submit_button = $(this);
selected_submit_button.prop('disabled', true);

if ($(this).hasClass('twitter'))
var selected_service = 'twitter';
else if ($(this).hasClass('facebook'))
var selected_service = 'facebook';


$.ajax(
url: '/share/' + selected_service,
type: 'POST',
data: $('#' + selected_service + '_form').serialize()
).fail(function()
showError('There was a problem.');
selected_submit_button.prop('disabled', false);
).done(function(response)
selected_submit_button.prop('disabled', false);

if (response.failure)
showError('There was a problem sharing your message.');


if (response.success)
showSuccess('Your message has successfully been shared.');
$('#share_window').data("kendoWindow").close();

);
);

);




You need to be logged in to continue. Click here to login or here to sign up.







$(document).ready(function()
var w = window.innerWidth;
var h = window.innerHeight;
attachVideoPlayer(w, h);
checkVideoHash(w, h, 'Matthew Gray Gubler');



$("body").on('click', 'a.report', function(e)
e.preventDefault();

$('#' + $(this).attr('window') + '_report_window').kendoWindow(
title: 'Report an Issue',
modal: true,
draggable: false,
resizable: false,
width: 600,
visible: false,
pinned: true,
animation:
open:
effects: "fade:in"
,
close:
effects: "fade:out"

,
open: function()
$('body').addClass('blur');
,
close: function()
$('body').removeClass('blur');

).data("kendoWindow").center().open();
);


$("ul.actions li.use_tooltip").kendoTooltip(
position: 'bottom',
showOn: "mouseenter",
show: function()
this.popup.element.addClass("custom_theme");
if (this.content.text() != this.target().data("title") )
this.refresh();


).data("kendoTooltip");

var rating_tooltip = $('ul.actions li.rating.tooltip_hover').data("kendoTooltip");
var list_tooltip = $('ul.actions li.list.tooltip_hover').data("kendoTooltip");


$("div.social_links a").kendoTooltip(
position: 'top',
show: function()
this.popup.element.addClass("tmdb_theme");

).data("kendoTooltip");

$("ul.releases").kendoTooltip(
filter: "li span",
position: "top",
width: 300,
showOn: "mouseenter",
content: function(e)
var target = e.target.attr('element');
return $('#' + target).html();
,
show: function()
this.popup.element.addClass("tmdb_theme");

).data("kendoTooltip");



$('#share').on('click', function(e)
e.preventDefault();

$("#share_window").kendoWindow(
title: 'Share Matthew Gray Gubler',
modal: true,
draggable: false,
resizable: false,
width: 500,
visible: false,
pinned: true,
animation:
open:
effects: "fade:in"
,
close:
effects: "fade:out"

,
open: function()
$('body').addClass('blur');
,
close: function()
$('body').removeClass('blur');

).data("kendoWindow").center().open();
);




var window_image_dimensions = getImageWindowDimensions(h, 0.667);


$('body').on('keyup', function(event)
switch(event.which)
case 27:
$('a#close').click();
break;

case 37:
$('#paging a.previous_id').click();
break;

case 39:
$('#paging a.next_id').click();
break;

default: break;

);

$('div.zoom a').on('click', function (e)
e.preventDefault();


var image_id = '5b2bf0f40e0a26084800986a';


$("#lightbox_window").kendoWindow(
title: false,
content: '/v4/image/' + image_id + '?translate=false&media_type=person&media_id=5661&image_type=poster&language=en&image_width=' + window_image_dimensions[1] + '&image_height=' + window_image_dimensions[2],
modal: true,
draggable: false,
resizable: false,
width: window_image_dimensions[0],
height: window_image_dimensions[2],
visible: false,
pinned: true,
animation:
open:
effects: "fade:in"
,
close:
effects: "fade:out"

,
activate: function()
,
close: function()
$('body').removeClass('blur');
,
open: function(e)
e.sender.wrapper.addClass("borderless_window");
$('body').addClass('blur');
,
refresh: function()

).data("kendoWindow").center().open();
);

);




footer

background-image: url('/assets/2/v4/footers_v2/2001ASpaceOdyssey-5454eabbf14918bbea5f90371e0ffd55922ba340e52eea46dd9178ed04f8c04f.jpg'), radial-gradient(at 30% top, rgba(7, 64, 52, 1) 0%, rgba(8, 28, 36, 1) 70%);




function appendStyle(styles)
var css = document.createElement('style');
css.type = 'text/css';

if (css.styleSheet)
css.styleSheet.cssText = styles;
else
css.appendChild(document.createTextNode(styles));


document.getElementsByTagName("head")[0].appendChild(css);




Login




Sign Up










Global



s focus the search bar


p open profile menu


esc close an open window


? open keyboard shortcut window


On media pages



b go back (or to parent when applicable)


e go to edit page


On TV season pages



(right arrow) go to next season


(left arrow) go to previous season


On TV episode pages



(right arrow) go to next episode


(left arrow) go to previous episode


On all image pages



a open add image window




On all edit pages



t open translation selector


ctrl+ s submit form


On discussion pages



n create new discussion


w toggle watching status


p toggle public/private


c toggle close/open


a open activity


r reply to discussion


l go to last reply


ctrl+ enter submit your message


(right arrow) next page


(left arrow) previous page












kendo.culture("en-US");

$('#cookie_notice a.accept').on('click', function(e)
e.preventDefault();
var set_cookie = Cookies.set('cookie_policy', 'true', domain: '.www.themoviedb.org', expires: 15551999 );
$('#cookie_notice').fadeOut('fast');
);

function convertEmoji()
$(".convert_emoji").each(function()
var original = $(this).html();
var converted = emojione.shortnameToImage(original);
$(this).html(converted);
);


emojione.imageType = 'svg';
emojione.imagePathSVG = '/emojis/static_cache/v2/';

$(document).ready(function()
jQuery.timeago.settings.allowFuture = true;
$("time.timeago").timeago();

convertEmoji();

$("section.inner_content ul.shortcut_bar li").each(function(index)
$(this).css( 'z-index': index + 2 );

if ( menu = $(this).attr('data-sub-menu') )
$('#' + menu).css( 'z-index': index + 2 );

);

function getMenuItem(object)
var currentItem = $(object);
var menu = $('#' + currentItem.attr('data-sub-menu'));
var position = currentItem.offset();

return currentItem: currentItem, menu: menu, position: position



var entered = false;

$('section.inner_content ul.shortcut_bar li.no_hover').on(
mouseenter: function(e)
$('section.inner_content ul.shortcut_bar li.no_hover').removeClass('open');
$('section.inner_content div.inner_sub_menu').removeClass('visible');

var menu_item = getMenuItem(this);
var nav_item = $(this);
var spacer = 0;
if ( $('#media_v4').hasClass('person_v4 header_medium') )
spacer = 553;


nav_item.toggleClass('open');
menu_item.menu.find('li.primary').height(menu_item.currentItem.parent().height())
menu_item.menu.toggleClass('visible').css( top: (menu_item.position.top - spacer), left: (menu_item.position.left - 10), 'min-width': (menu_item.currentItem.width() + 10) );

menu_item.menu.on('mouseleave', function()
nav_item.removeClass('open');
menu_item.menu.removeClass('visible');
);

);


var hover_tooltip = $('li.user a.no_click.tooltip_hover').kendoTooltip(
position: 'bottom',
show: function(e)
$("div.k-tooltip-button").addClass('hide');
this.popup.element.addClass("tmdb_theme_white");
this.element.removeClass('keyboard');

).data("kendoTooltip");

$('li.user a.no_click').kendoTooltip(
autoHide: false,
showOn: 'click',
width: 180,
position: 'bottom',
content: function()
return $("#settings_tooltip").html();
,
show: function(e)
hover_tooltip.hide();
$("div.k-tooltip-button").addClass('hide');
this.popup.element.addClass("tmdb_theme_white no_pad");

if (this.element.hasClass('keyboard'))
this.popup.element.find('p a')[0].focus();


);

$('li.translate').kendoTooltip(
autoHide: false,
content:
url: "/translation_popup?language=en-US&media_type=Person&media_id=4bc88e7c017a3c122d0072ef&referral=%2Fperson%2F5661-matthew-gray-gubler",
cache: true,
headers:
'Accept-Language': 'en-US',
'Content-Type': 'text/html;charset=utf-8'

,
showOn: 'click',
width: 300,
position: 'bottom',
show: function(e)
$("div.k-tooltip-button").addClass('hide');
this.popup.element.addClass("min_100px_height");
this.popup.element.addClass("tmdb_theme_light");

);

$('li.new').kendoTooltip(
autoHide: false,
showOn: 'click',
width: 240,
position: 'bottom',
content: function()
return $("div.new_buttons");
,
show: function(e)
this.popup.element.addClass("tmdb_theme_light");
$("div.k-tooltip-button").addClass('hide');
$("div.new_buttons").toggleClass('hide');
,
hide: function(e)
$("div.new_buttons").toggleClass('hide');

);



$("body *").on('click', 'a.no_click', function(e)
e.preventDefault();
);

$("ul > li").hover(function()
$(this).find("ul.sub_nav.hide").toggle();
);


$("header ul.primary li").hover(function(e)
if ($('header').hasClass('normal'))
$(this).find("ul.hide").toggle();

);



function init()
window.addEventListener('scroll', function(e) document.documentElement.scrollTop,
shrinkOn = 60,
header = document.querySelector("header");
if (distanceY > shrinkOn)
$('header').removeClass("normal").removeClass("regular").addClass("smaller");
else
if ($('header').hasClass("smaller"))
$('header').addClass("normal").addClass("regular").removeClass("smaller");


);

window.onload = init();


showSuccess = function(message, title)
if (title === undefined)
title = 'Success';


showNotification(
title: title,
message: message
, "success");
;

showError = function(message, title)
if (title === undefined)
title = 'Error';


showNotification(
title: title,
message: message
, "error");
;

var showNotification = (function()
var notification = $("span#notification").kendoNotification(
stacking: "down",

position:
top: 20,
left: null,
bottom: null,
right: 20
,

autoHideAfter: 5000,
show: function(e)
e.element.parent().css(
zIndex: 99999
);
,
templates: [
type: "error",
template: $("#errorTemplate").html()
,
type: "success",
template: $("#successTemplate").html()
]
).data("kendoNotification");

return function(msg, type)
notification.show(msg, type);
;
)();

var keyboard_shortcut_popup = $('#keyboard_shortcuts_popup div.content').kendoWindow(
title: 'Keyboard Shortcuts',
actions: [ "Close" ],
modal: true,
draggable: false,
resizable: false,
visible: false,
pinned: true,
animation:
open:
effects: "fade:in"
,
close:
effects: "fade:out"

,
open: function()
$('body').addClass('blur');
,
close: function()
$('body').removeClass('blur');

).data("kendoWindow").center();

$('#keyboard_shortcuts').on('click', function()
keyboard_shortcut_popup.open();
);

var seach_redirect_template = "/search0?query=1&language=en-US";
var selected_item = null;

function processSelectedItem(e)
if (selected_item)
return
else
if (e)
var dataItem = this.dataItem(e.item.index());
switch(dataItem.media_type)
case 'movie':
selected_item = kendo.format(seach_redirect_template, '/movie', encodeURIComponent(dataItem.title));
break;
case 'tv':
selected_item = kendo.format(seach_redirect_template, '/tv', encodeURIComponent(dataItem.name));
break;
case 'person':
selected_item = kendo.format(seach_redirect_template, '/person', encodeURIComponent(dataItem.name));
break;
default:
selected_item = kendo.format(seach_redirect_template, '', encodeURIComponent(dataItem));

else
selected_item = kendo.format(seach_redirect_template, '', encodeURIComponent($("#search_v4").data("kendoAutoComplete").value()));



window.location = selected_item;


$("#search_v4").kendoAutoComplete(
highlightFirst: false,
animation: false,
minLength: 1,
dataTextField: "title",
template: kendo.template($("#slim_multi_search_template").html()),
noDataTemplate: $("#search_no_data_template").html(),
ignoreCase: false,
dataSource:
type: "json",
serverFiltering: true,
transport:
read: '/search/multi?language=en-US',
parameterMap: function()
return query: $("#search_v4").data("kendoAutoComplete").value() ;

,
schema:
data: "results"

,
popup:
appendTo: $("header")
,
filtering: function(e)
var filter = e.filter;
if (filter.value == '')
if( ($('#search_v4-list #trending_search_header_template').length) == 0 )
$('#search_v4_listbox').empty();
$('#search_v4-list').prepend($("#search_v4_headerTemplate").html());

else
$("#trending_search_header_template").remove();

,
select: processSelectedItem
).data("kendoAutoComplete");

$('header #search_form').submit(function()
return false;
);

$('#search_v4').keydown(function(event)
if(event.keyCode == 13)
processSelectedItem();

);

var autocompleteInput = $('section.search .k-autocomplete input');
autocompleteInput.on('focus', function (e)
var value = autocompleteInput.val();
if (value == null );

$('header span.k-i-close[title="clear"]').on('click', function(e)
$('#search_v4').data("kendoAutoComplete").focus();
);



public_media_type_map = 'movie': 'Movie', 'tv': 'TV Show', 'person': 'Person' ;



$(document).on('keydown', null, 'b', function()
if ( $('a.keyboard_s.parent').length )
$('a.keyboard_s.parent')[0].click();

);

$(document).on('keyup', null, 's', function()
if ( $('#search_v4').length )
$("#search_v4").data("kendoAutoComplete").focus('').value('');

);

$(document).on('keyup', null, 'shift+/', function()
keyboard_shortcut_popup.open();
);

$(document).on('keydown', null, 'left', function()
if ( $('span.previous a.keyboard_s').length )
$('span.previous a.keyboard_s')[0].click();

);

$(document).on('keydown', null, 'right', function()
if ( $('span.next a.keyboard_s').length )
$('span.next a.keyboard_s')[0].click();

);

);



# if (data.profile_path) #
$data.name
# else #

# #



$data.name
# if (data.known_for) #

$data.known_for_department • $data.known_for
# else #

No known credits.
# #






# if (data.profile_path) #
$data.name
# else #

# #



$data.name
# if (data.known_for) #


# for (var i = 0; i < data.known_for.length; i++) #
#= data.known_for[i].title ? data.known_for[i].title : data.known_for[i].name #
# #

# else #

No known credits.
# #


#= public_media_type_map[data.media_type] #




# if (data.poster_path) #
$data.title
# else #

# #



$data.title


# if (data.original_title !== data.title) #
#= data.original_title #
# #
# if (data.release_date) #
#= data.release_date #
# #



#= public_media_type_map[data.media_type] #




# if (data.poster_path) #
$data.title
# else #

# #



$data.name


# if (data.original_name !== data.name) #
#= data.original_name #
# #
# if (data.first_air_date) #
#= data.first_air_date #
# #



#= public_media_type_map[data.media_type] #




# if (data.poster_path) #
$data.title
# else #

# #



$data.title


# if (data.original_title !== data.title) #
#= data.original_title #
# #
# if (data.release_date) #
#= data.release_date #
# #



#= public_media_type_map[data.media_type] #



# if (data.media_type == 'movie') #
#= kendo.render(kendo.template($("\#movie_result_template").html()), [data]) #
# else if (data.media_type == 'tv') #
#= kendo.render(kendo.template($("\#tv_show_result_template").html()), [data]) #
# else if (data.media_type == 'person') #
#= kendo.render(kendo.template($("\#person_result_template").html()), [data]) #
# #


Popular posts from this blog

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos