Media Search:



Renton to host Black Lives Matter Artwalk this… – Renton Reporter

This Saturday, May 29th, Renton will host a Black Lives Matter Artwalk at 625 S 4th St from 12pm to 5pm, featuring a collection of local artists of both visual and performance mediums.

Event organizer, Franchesca Vargas said she has worked with and been supported by the Renton Municipal Arts Commission to put on this event.

This years event, she says, is tied around the theme of Embodying Black Excellence.

Vargas hopes that those who attend this weekends BLM Artwalk approach the experience with an open-mind and that they listen, to what the collection of performance and visual artists have to say through their art.

She said she believes art allows people to connect with experiences they may have otherwise been unfamiliar with and that people who listen, with empathy they will leave feeling touched and moved.

Artist, Charles The Original Spur, Conner, said he has been an artist of varying mediums for as long as he could remember.

After a stint serving in the military, Conner said he felt like he had lost the edge on some of his artistic skills and felt out of the loop.

After spending a lot of time drawing and sharpening his skills, he has now developed his own styles and flavors through digital art, abstract art and paint pours.

Conners paint pours utilize beautiful color scheme spectrums that organically stretch and bend across the canvas often creating a cosmos-like nebula of both complementary and contrasting colors.

He said his art often uses bright color themes to contrast the deep thought inducing emotions that his art is intended to convey.

Conner said he is excited for this weekends BLM Artwalk because with so many Black creatives in the same space, people will get to learn more about who they are and he believes this will bring the community closer together.

We all have something to say as artists, Conner said We all express it differently.

Painter and collage artist Trenise Tree, Williams, said she is proud of Renton for being open-minded and giving this collection of artists a chance to be seen and heard.

Williams uses acrylic paint and collage techniques to make her art. She said often she does not know what her art will look like when she begins and instead lets her vision for the piece develop through her process.

Williams said she often uses poems and sketches from other artists and friends in her collage work.

At this weekends BLM Artwalk, she said she plans to work on several canvases at once as she allows people to watch her process.

Williams said she hopes the event allows attendees to gain some perspective and understanding about the artists experience and leave with some clarity as to who they are.

We are connected as Black people, Williams said But we are all so different.

For more information on some of the other artists at the event visit their socials here:

@jonarra

@the.supreme.creator

@mirrors.of.melanin

@d.t.i.creativestudiosix

@_kingspen

@mahoganypurpose

@joshua.quarles

@ms_charde_brown

Read more:
Renton to host Black Lives Matter Artwalk this... - Renton Reporter

Black Lives Matter – The Nation

Skip to content');}});/* * Scroll IF # id exist in URL */if(url_id!=''){var s = url_id;var n = s.indexOf('/');if(n!=''&& typeof n!= 'undefined'){var id_var = s.substring(0, n != -1 ? n : s.length);$('html, body').animate({scrollTop: $('#'+id_var).offset().top},2000);return false;}}/* * Check for audio *//* * script to handle Back Button Event */if(window.attachEvent){window.attachEvent('onpopstate', datHash);}function datHash(event){var str = $('#goback').val();if(str==''){window.history.go(-Math.abs(pageChange));}else{window.history.go(-Math.abs(pageChange));}return false;}/* * */$('.post-edit-link').attr('href', function( _, action){return action.replace('https', 'http');}); /* * @function for load article in infinite scroll */ $('a.inifiniteLoader').hide(); function loadArticle(pageNumber){$('a.inifiniteLoader').show('fast');$.ajax({url : "https://www.thenation.com/wp-admin/admin-ajax.php",type : 'POST',cache : false,dataType : 'json',data : {action:'infinite_scroll',page_no: pageNumber,loop_file: 'articleload',slug:'activism,cities,class,criminal-justice,culture,economics,education,inequality,labor,law,media,media-analysis,police-and-law-enforcement,political-figures,political-ideologies,politics,poverty,race-and-ethnicity,racism-and-discrimination,society,states',curr_post_id:'386559'},success : function(receivedHTML){if ( typeof receivedHTML == 'object' && receivedHTML!=null ){if(typeof receivedHTML.html!=='undefined' && receivedHTML.html!=''){html = receivedHTML.html;}}else{$('a.inifiniteLoader').hide();$("#single_article_footer").show();}$('a.inifiniteLoader').hide('1000');if ( typeof receivedHTML == 'object' && receivedHTML!=null ){$("#wrap").append(html); // This will be the div where our content will be loadedvar postID = $($.parseHTML(html)).filter(".scrolltrace").attr('article-post-id');$('.abody-'+postID+' .article-body-inner').children('p:first-of-type').html(function (i, html) {if ( $('.abody-'+postID).children('img').length == "0" ){var text = $('.abody-'+postID+' .article-body-inner').children('p:first-of-type').html();$('.abody-'+postID+' .article-body-inner').children('p:first-of-type').html(text.replace(/^()?([A-Za-z0-9])/g,'$1$2'));}}); if( !$('.abody-' + postID +'').parent().parent().hasClass('textContainer_Truncate') ){$('').insertAfter('.abody-' + postID);}/* * Article Divider Count */article_divider = article_divider+1; $('.abody-'+postID+'').attr("article-number",article_divider);/*for hiding meterpaywall popups when pixel ads call starts here*/var hidePixelBool = false;var meetkatstep1 = jQuery('#paywall .step.one');var meetkatstep2 = jQuery('#paywall .step.two');var meetkatstep3 = jQuery('#paywall .step.three');var meetkatstep4 = jQuery('#paywall .step.four');if( typeof meetkatstep1!='undefined' && meetkatstep1.is(':visible') ){hidePixelBool = true;}if ( typeof meetkatstep2!='undefined' && meetkatstep2.is(':visible') ){hidePixelBool = true;}if( typeof meetkatstep3!='undefined' && meetkatstep3.is(':visible') ){hidePixelBool = true;}if( typeof meetkatstep4!='undefined' && meetkatstep4.is(':visible') ){hidePixelBool = true;}if( hidePixelBool===false ){ /*for hiding meterpaywall popups when pixel ads call ends here*//****Alternate Popup code start*********/var enable_alterpopup_check;enable_alterpopup_check ='';if( typeof(enable_alterpopup_check) != "undefined" && enable_alterpopup_check == 1 ){ var alternate_article_no;alternate_article_no = '';if( pageCounterPaywall % alternate_article_no == 0 && pageCounterPaywall!=0 ){show_lightbox('','');}}/******Alternate Popup code End********/}pageCounterPaywall++;ajaxCarousel(postID);ajaxGallery(postID);articleNLogo(postID);/** Slider Content **/flag = false;$('section.article-body:last img').each(function(){if($(this).parent("a").parent("figure").hasClass('bx-item')){ flag = true;}else{$(this).parent("a").addClass("gallery");}});if(flag){var k = $('section.article-body:last').find('.gallery-2').bxSlider({adaptiveHeight: true,adaptiveHeightSpeed: 500,infiniteLoop: false,hideControlOnEnd: false,pager: false});k.reloadSlider();}/* Slider Content End */ var usera = navigator.userAgent.toLowerCase(); if ( $('.article-page').length ) { var slickWidth = $('.article-list.slick-slide').width(); if ($('.ie9').length){ slickWidth = $('.recirc-carousel.slick-initialized.slick-slider').width(); } $('.slick-list.draggable').css({'width' : slickWidth}); if( !/android|webos|iphone|ipad|ipod|blackberry/i.test(usera) ){ $('.article-list.slick-slide').children('li').css({'width' : slickWidth}); $('.slick-list').css({'width' : slickWidth}); } } var $newArticles = $(html);var imagesLoading = [];$newArticles.find('img').each(function() {// For each image, create a new deferred object that resolves when the// image has loaded and add that to an array of deferred objects.var loadingImage = $.Deferred();imagesLoading.push(loadingImage);// "this" is the image element here and should have a complete property.// See http://stackoverflow.com/a/24201249if (this.complete){loadingImage.resolve();}else{var adTimeout = window.setTimeout(function() {loadingImage.resolve();}, 3000);this.addEventListener('load', function() {loadingImage.resolve();window.clearTimeout(adTimeout);});this.addEventListener('error', function() {// We really don't care if the image never loads, but we still need// to resolve the promise so that we can reset the waypoints.loadingImage.resolve();window.clearTimeout(adTimeout);});// Clean up event listenersthis.removeEventListener('load', function() {loadingImage.resolve();window.clearTimeout(adTimeout);});this.removeEventListener('error', function() {loadingImage.resolve();window.clearTimeout(adTimeout);});}});$.when.apply(this, imagesLoading).then(function() { fixedAds($('.postid-' + postID).children('article'));}, function() {console.log(arguments);});}}});return false;}/* * Load second article on scroll */$(window).bind('scroll', function(){$('.scrolltrace').each(function(){var post = $(this);var topp = post.position().top;var bott = post.position().top + post.height();var pos = $(window).scrollTop(); if ( pos>=topp && pos 0){ }else{window.history.pushState({}, "", $('.currentScr').attr('articlelistlinks'));articlePostId = $('.currentScr').attr("article-post-id");/*New non subscriber For Infinite Scroll*/if (null != is_user_logged_in) {var tn_sfg_local = localStorage.getItem("tn_sfg_local");if (null != tn_sfg_local && undefined != tn_sfg_local && '' != tn_sfg_local) {tn_sfg_local = JSON.parse(tn_sfg_local);if (tn_sfg_local.includes(parseInt(articlePostId))) {$('.currentScr').find('.tn-sfg-add-to-list').addClass('selected');$('.currentScr').find('.tn-sfg-add-to-list').removeClass('hide');}else {$('.currentScr').find('.tn-sfg-add-to-list').removeClass('hide');}} else {$('.currentScr').find('.tn-sfg-add-to-list').removeClass('hide');}}/*New non subscriber For Infinite Scroll*/var allSubject = $('.postid-'+articlePostId+'.currentScr input[name="tpTags"]').val();var allAuthor = $('.postid-'+articlePostId+'.currentScr input[name="tpContentAuthor"]').val();var username = getCookie('SESSname');if(username != null){_cbq.push(['_acct', 'paid']); }else{_cbq.push(['_acct', 'anon']); }console.log("Chartbeat");pSUPERFLY.virtualPage({sections: allSubject,authors: allAuthor,path: window.location.pathname,title: $('.currentScr').attr('articlelisttitle')});}/* Taxonomy and Author Trigger in GA Event Start */var allSubject = allSubject.split(',');$.each( allSubject, function( i, allsubval ) {gaTaxonomyAuthor( allsubval, $('.currentScr').attr('articlelisttitle'), $('.currentScr').attr('articlelistlinks') ); });var allAuthor = allAuthor.split(',');$.each( allAuthor, function( i, allautval ) {gaTaxonomyAuthor( allautval, $('.currentScr').attr('articlelisttitle'), $('.currentScr').attr('articlelistlinks') );});/* Taxonomy and Author Trigger in GA Event End *//* * Call Email Signup for infinite scroll */if( !$('.postid-'+articlePostId+' .article-body img').parent("a").parent("figure").hasClass('bx-item') ){if( !$(".abody-"+articlePostId+"").hasClass("email-signup-visited") ){email_signup_module( articlePostId );}} /* Content Page View Event */dataLayer.push({'event': 'gaPageViewEvent','gaEventCategory': 'article','gaEventAction': $('.currentScr').attr('articlelisttitle'),'gaEventLabel': articlePostId,});/* Content Page View Event *//* * Article Divider Scrolled Over Total Count */dataLayer.push({'event': 'gaRecirculationEvent','gaEventCategory': 'recirculation','gaEventAction': 'article-divider-scrolled-over','gaEventLabel': $('.currentScr').attr('articlelistlinks'),});/* * Article Divider Scrolled Over Individual Count */article_number = $('.abody-'+articlePostId+'').attr("article-number");if (typeof article_number !== typeof undefined && article_number !== false) {dataLayer.push({'event': 'gaRecirculationEvent','gaEventCategory': 'recirculation','gaEventAction': 'article-divider-scrolled-over-'+article_number+'','gaEventLabel': $('.currentScr').attr('articlelistlinks'),});}// Google Analytics for Infinite Scroll /*ga('send', 'pageview', {'page': $('.currentScr').attr('articlelistlinks'),'title': $('.currentScr').attr('articlelisttitle')});*/console.log("Google");ga('set', 'dimension1', $('.currentScr').find('.tn_publish_date').text());ga('send', 'pageview', {'page': window.location.pathname,'title': $('.currentScr').attr('articlelisttitle')});dataLayer.push({'event':'InfiniteScrollPageView','virtualPageURL': window.location.pathname,'virtualPageTitle' : $('.currentScr').attr('articlelisttitle')});$("nav.primary ul li.article-meta h2").html($('.currentScr').attr('articlelisttitle').substring(0,100));$("title").html($('.currentScr').attr('articlelisttitle')); var linktext = $('.currentScr').find(".anchor_subject").html();if ( linktext!='' ){var linkredirectval =$('.currentScr').find(".anchor_subject").attr('subjectlink');if(typeof linkredirectval!='undefined'){var subject_head_link = ""+linktext+"";$('.tophead_subject').html(subject_head_link);}else{var subject_head_link = "";$('.tophead_subject').html(subject_head_link);}} pageChange = parseInt(pageChange) + 1;} }else{ $(this).removeClass('currentScr');} });$current_article = $('.scrolltrace.currentScr');// Load next leaderboard ad on reach to bottom action tout if($current_article.hasClass('currentScr')){articlePostId = $('.currentScr').attr("article-post-id");var windowTop = $(window).scrollTop();if( $current_article.find('.expand-reduce').length != 0 ){if( !$('#expand-reduce-'+articlePostId+'').hasClass('expand-close') && !$('#expand-reduce-'+articlePostId+'').hasClass('tn-first-expand')){if( $('.abody-'+articlePostId+'').hasClass('keep-reading') ){/* Overflow Hidden Parent Div */$('.abody-'+articlePostId+'').parent().addClass("keep-reading-parent");/* Hide Article Footer */$('#article-footer-'+articlePostId+'').hide();/* Hide Rev Content Block */$('#tabola-block-'+articlePostId+'').hide();/* Hide aside wrap modules */$('.scrolltrace.currentScr .aside-wrap .ad-wrap').not(':eq(0)').hide();/* Show expand Reduce */$('#expand-reduce-'+articlePostId+'').show();}else{// Execute when the page loadedeval("pushDataPianoOnInfinite_"+articlePostId+"()");tp.experience.execute();}}}}var loadPoint = $('.article-body:last').offset().top - 68;if (loadPoint!=false && $(window).scrollTop() >= loadPoint){ if( $('.scrolltrace').length==count ){ loagAgn = true;if(loagAgn){count++;if(count eval("pushDataPianoOnInfinite_"+$article_id+"()");// Execute when the page loadedtp.experience.execute();$('.abody-'+$article_id+'').removeClass('keep-reading');$('.abody-'+$article_id+'').removeClass('no-reading');/* Overflow Visible Parent */$('.abody-'+$article_id+'').parent().removeClass("keep-reading-parent");/* Show Article Footer */$('#article-footer-'+$article_id+'').show();/* Show Rev Content Block */$('#tabola-block-'+$article_id+'').show();/* Show aside wrap modules */$('.postid-'+$article_id+' .aside-wrap .ad-wrap').not(':eq(0)').show();/* Hide expand Reduce */$('#expand-reduce-'+$article_id+'').hide();/* * Related Single Article Track */relatedSingleArticle( $article_id );/* * Related Multiple Article Track */relatedMultiArticle( $article_id );/* * Current Issue Module Track */currentIssueModule( $article_id ); /* * Inline CTA One Track */inlineCtaOne( $article_id ); /* * Inline CTA Two Track */inlineCtaTwo( $article_id ); /* * Inline CTA Two Track */inlineCtaSignup( $article_id ); /* * Author Highlight Track */authorHighlight( $article_id ); /* * Series Module Track */seriesModule( $article_id );/* * Comment Module Track */commentModule( $article_id );/* * Books Salad Track */booksSalad( $article_id );/* * Action Tout Module Track */actionToutModule( $article_id );/* * Sidebar Community Module Track */sidebarCommunityModule( $article_id );tp.push(["setCustomVariable", "book_and_arts_article", "true"]);console.log("pushed variable book_and_arts_article true");}); $('body').on('click','.click_comment',function(event){event.preventDefault();/* Basic Data */var article_id = $(this).attr("article-post-id");var comment_container = $(this).closest('.article-footer').find('.commentContainer');var post_comment_list = comment_container.find('.post_comment_list');var _loader= comment_container.find('.post_comment_list_loader');var _count= $(this).find('.title');/* Check if user logged_in */$is_user_logged_in = false;$username = getCookie('SESSname');if( $username != null ){$is_user_logged_in = true;$username = Base64.decode($username);comment_container.find('.logged-in-as').find('.login_user').html($username);}if( $is_user_logged_in ){comment_container.find('form').show();}else{comment_container.find('.must-log-in').show();}/* Check if user logged_in *//* Open commnet section */comment_container.slideToggle('slow');/* Add close class */$(this).find('.open').toggleClass('close');/* Check for ajax call */if( post_comment_list.html().length == 0){/* Change Focus */try{comment_container.find('textarea').focus();}catch(e){}/* post_comment_list_loader */_loader.show();$.ajax({url :ajax_object.ajax_url,data:{'action' : 'article_comment_list','article_id' : article_id},type:'POST',success:function( response ){if( typeof response == 'string' ){response = JSON.parse( response );if( response.status == 'success' ){_loader.hide();post_comment_list.before(response.sorting);post_comment_list.append(response.comment_list);_count.html('Comments ('+response.count+')');}else if( response.status == 'fail' ){_loader.hide();}}}});}});jQuery( ".action_tout_remove_gallery a" ).removeClass( "gallery imgHover" ).delay( 1000 );$(document).on('click','.nation_convsersation',function(event){event.preventDefault();/* Basic Data */var article_id = $(this).attr("article-id");var _click_comment = $('.postid-'+article_id+' .click_comment');var comment_container = _click_comment.closest('.article-footer').find('.commentContainer');var post_comment_list = comment_container.find('.post_comment_list');var _loader= comment_container.find('.post_comment_list_loader');var _count= _click_comment.find('.title');/* Check if user logged_in */$is_user_logged_in = false;$username = getCookie('SESSname');if( $username != null ){$is_user_logged_in = true;$username = Base64.decode($username);comment_container.find('.logged-in-as').find('.login_user').html($username);}if( $is_user_logged_in ){comment_container.find('form').show();}else{comment_container.find('.must-log-in').show();}/* Check if user logged_in *//* Open commnet section */comment_container.slideToggle('slow');/* Add close class */$('html, body').animate({scrollTop: _click_comment.offset().top},2000);_click_comment.find('.open').toggleClass('close');/* Check for ajax call */if( post_comment_list.html().length == 0){/* Change Focus */try{comment_container.find('textarea').focus();}catch(e){}/* post_comment_list_loader */_loader.show();$.ajax({url :ajax_object.ajax_url,data:{'action' : 'article_comment_list','article_id' : article_id},type:'POST',success:function( response ){if( typeof response == 'string' ){response = JSON.parse( response );if( response.status == 'success' ){_loader.hide();post_comment_list.before(response.sorting);post_comment_list.append(response.comment_list);_count.html('Comments ('+response.count+')');}else if( response.status == 'fail' ){_loader.hide();}}}});}});$(".social-share-icon").click(function(){$(".nav-toggle, .logo").toggleClass("hidden");$(".share-icons").toggleClass("slide-share");$(".header-bar a.social-sharing").toggleClass("share-icons-close"); });/* * Click Event Tracking for Related Single Article */ $(document).on('click', '.related-oneup-click',function(){/* * Click Event */ dataLayer.push({'event': 'gaRelatedSingleArticleEvent','gaEventCategory': 'related-single-article','gaEventAction': 'related-single-article-click','gaEventLabel': $(this).attr('href'),});}); /* * Click Event Tracking for Related Multi Article */ $(document).on('click', '.related-multi-click',function(){/* * Click Event */ dataLayer.push({'event': 'gaRelatedMultiArticleEvent','gaEventCategory': 'related-multi-article','gaEventAction': 'related-multi-article-click','gaEventLabel': $(this).attr('href'),});}); /* * Click Event Tracking for Current Issue */ $(document).on('click', '.magazine_button a',function(){/* * Click Event */ dataLayer.push({'event': 'gaCurrentIssueModuleEvent','gaEventCategory': 'current-issue-module','gaEventAction': 'current-issue-module-click','gaEventLabel': $(this).find('input').val(),});}); /* * Click Event Tracking for In-line CTA 1 */ $(document).on('click', '.inline-cta-1 .cta a',function(){/* * Click Event */ dataLayer.push({'event': 'gaInlineCtaOneEvent','gaEventCategory': 'inline-cta-1','gaEventAction': 'inline-cta-1-click','gaEventLabel': $(this).find('input').val(),});}); /* * Click Event Tracking for In-line CTA 2 */ $(document).on('click', '.inline-cta-2 .cta a',function(){/* * Click Event */ dataLayer.push({'event': 'gaInlineCtaTwoEvent','gaEventCategory': 'inline-cta-2','gaEventAction': 'inline-cta-2-click','gaEventLabel': $(this).find('input').val(),});});/* * Click Event Tracking for In-line CTA Signup */ $(document).on('click', '.inline-cta_form .cta a',function(){/* * Click Event */ dataLayer.push({'event': 'gaInlineCtaSignupEvent','gaEventCategory': 'inline-cta-signup','gaEventAction': 'inline-cta-signup-click','gaEventLabel': $(this).find('input').val(),});});/* * Click Event Tracking for Footer Last Latest From NAtion */ $(document).on('click', '#article-footer-last .latest-from h3 a',function(){/* * Click Event */ dataLayer.push({'event': 'gaInfiniteScrollfooterEvent','gaEventCategory': 'infinite-scroll-footer-latest-articles','gaEventAction': 'infinite-scroll-footer-latest-articles-click','gaEventLabel': $(this).attr('href'),});});/* * Click Event Tracking for Footer Last Editor Picks */ $(document).on('click', '#article-footer-last .editors-picks h3 a, #article-footer-last .editors-picks .story a',function(){/* * Click Event */ dataLayer.push({'event': 'gaInfiniteScrollfooterEvent','gaEventCategory': 'infinite-scroll-footer-editor-picks','gaEventAction': 'infinite-scroll-footer-editor-picks-click','gaEventLabel': $(this).attr('href'),});});/* * Click Event Tracking for Author Highlight */ $(document).on('click', '.author-modules .newrelated-blocks > a',function(){/* * Click Event */ dataLayer.push({'event': 'gaAuthorHighlight','gaEventCategory': 'author-Highlight','gaEventAction': 'author-Highlight-click','gaEventLabel': $(this).attr('href'),});});/* * Click Event Tracking for Series Module */ $(document).on('click', '.series-modules .series-modules-blocks .series-blocks > a',function(){/* * Click Event */ dataLayer.push({'event': 'gaSeriesModule','gaEventCategory': 'series-module','gaEventAction': 'series-module-click','gaEventLabel': $(this).attr('href'),});});/* * Click Event Tracking for Comment Module */ $(document).on('click', '.comment-module .comment-blocks .cta input',function(){/* * Click Event */ dataLayer.push({'event': 'gaCommentsModule','gaEventCategory': 'comments-module','gaEventAction': 'comments-module-click','gaEventLabel': $(this).val(),});});/* * Click Event Tracking for Books Salad */ $(document).on('click', '.book-module .newrelated-blocks a',function(){/* * Click Event */ dataLayer.push({'event': 'gaBooksSalad','gaEventCategory': 'books-salad','gaEventAction': 'books-salad-click','gaEventLabel': $(this).parent().parent().find('h5').text(),});});/* * Click Event Tracking for Action Tout Module */ $(document).on('click', 'aside.takeaction .cta input',function(){/* * Click Event */ dataLayer.push({'event': 'gaActionToutModule','gaEventCategory': 'action-tout-module','gaEventAction': 'action-tout-module-click','gaEventLabel': document.URL,});});/* * Click Event Tracking for Keep Reading 2/3/4/5 */ $(document).on('click', '.expand-reduce a',function(){var article_number = $(this).parents('.scrolltrace').find('.article-body').attr('article-number');if (typeof article_number !== typeof undefined && article_number !== false) {/* * Click Event */dataLayer.push({'event': 'gaKeepReading','gaEventCategory': 'keep-reading','gaEventAction': 'keep-reading-'+article_number+'-click','gaEventLabel': document.URL,});}});/* * Article Email Sign Up */$(document).on('click','.para_one_button_email',function(){/* * Track Click On Sign Up Button GTM */var current_email_signup = $(this).parents(".email-signup-module"); var current_step = current_email_signup.attr("data-section");var article_id = $(this).parents("#url-title").parent().attr("article-post-id");paragraphOneClickEvent(article_id, current_step);var email = current_email_signup.find("#para-one-email-input-"+current_step+"").val();var sailthru_list = current_email_signup.find("#para-one-sailthru-list-"+current_step+"").val();var current_parent = $(this).parent();if( email!='' && typeof email!==typeof undefined){jQuery.ajax({url :ajax_object.ajax_url,type :"POST",data :"sailthru_email_take_action="+email+"&take_action_sailthru_list_final="+sailthru_list+"&action=action_tout_sailthru",success : function(data){if( data.indexOf('errormsg') > 0 ){current_parent.find('.footer_email_error').html(data);}else{/* * Track Successful Sign Up GTM */if( typeof article_id !== typeof undefined && typeof current_step !== typeof undefined && (typeof paragraph_module !== typeof undefined) && (paragraph_module[article_id][current_step].event_name!="") ){dataLayer.push({'event': 'gaParagraphOneEvent','gaEventCategory': ''+ paragraph_module[article_id][current_step].event_name +'','gaEventAction': ''+ paragraph_module[article_id][current_step].event_name +'-list','gaEventLabel': email,});}var nextTNstep = parseInt(current_step)+1;nextTNstep = ( nextTNstep > 5 )? 0 : nextTNstep;var step = getParaOneNextStep(article_id, nextTNstep);var cookieDateTNstep = new Date();cookieDateTNstep.setTime(cookieDateTNstep.getTime() + (30*24*60*60*1000));document.cookie = "TNstep="+step+";expires="+cookieDateTNstep.toUTCString()+";path=/";var cookieDateTNlifetime = new Date();cookieDateTNlifetime.setTime(cookieDateTNlifetime.getTime() + (10*365*24*60*60*1000));document.cookie = "TNlifetime="+step+";expires="+cookieDateTNlifetime.toUTCString()+";path=/";$(".abody-"+article_id+" .email-signup-module").hide();current_email_signup.next("#para-one-thankyou-"+article_id+"").show();}}});}else{current_parent.find('.footer_email_error').html('Please Enter Email');}});/* * Paragraph one other module */$(document).on('click','.para_one_button',function(){/* * Track Click On Sign Up Button GTM */var current_step = $(this).parents(".email-signup-module").attr("data-section");var article_id = $(this).parents("#url-title").parent().attr("article-post-id");var nextTNstep = parseInt(current_step)+1;nextTNstep = ( nextTNstep > 5 )? 0 : nextTNstep;var step = getParaOneNextStep(article_id, nextTNstep);var cookieDateTNstep = new Date();cookieDateTNstep.setTime(cookieDateTNstep.getTime() + (30*24*60*60*1000));document.cookie = "TNstep="+step+";expires="+cookieDateTNstep.toUTCString()+";path=/";var cookieDateTNlifetime = new Date();cookieDateTNlifetime.setTime(cookieDateTNlifetime.getTime() + (10*365*24*60*60*1000));document.cookie = "TNlifetime="+step+";expires="+cookieDateTNlifetime.toUTCString()+";path=/";paragraphOneClickEvent(article_id, current_step);});$(document).on('click','.inline_cta_signup',function(){var current_email_signup = $(this).parents(".inline-cta-form-module"); var article_id = $(this).parents("#url-title").parent().attr("article-post-id");$(".inline_cta__form_error_"+article_id).html("");$(".inline_cta__form_toperror_"+article_id).html("");var email = $("#inline_cta__email_"+article_id).val();var sailthru_list = $("#inline_cta__sail_list_"+article_id).val();var current_parent = $(this).parent();if( email!='' && typeof email!==typeof undefined){if(!isValidEmailAddress(email)){$(".inline_cta__form_error_"+article_id).html('');}else{jQuery.ajax({url :ajax_object.ajax_url,type :"POST",data :"article_id="+article_id+"&email="+email+"&list="+sailthru_list+"&action=inlinecta-signup",success : function(data){if( data.indexOf('errormsg') > 0 ){$(".inline_cta__form_error_"+article_id).html(data);}else{$(".inline_cta__signup_module_"+article_id).hide();if (data.indexOf('verify_email') > 0) {$("#inline_cta__form_thanks"+article_id).html(data);}$("#inline_cta__form_thanks"+article_id).show();}}});}}else{$(".inline_cta__form_error_"+article_id).html('');}});});

Originally posted here:
Black Lives Matter - The Nation

Artist showcases photos of nationwide Black Lives Matter protests one year later – WCNC.com

The photography exhibition called Choose Your Weapon will open at the Harvey B. Gantt Center in June.

CHARLOTTE, N.C. One year after the nationwide protests that followed the death of George Floyd, the images of those moments in history still live on. But through those photos, one photographer is hoping itll continue to spark action for even more social justice.

Rewind back to this same time last year and E. Mackey recalls being filled with emotion and a desire to do something about it.

Just devastated overwhelmed, Mackey said. How could I make a difference -- and I realized I had my camera and I just went out and documented.

His initial plan to go to Minneapolis and photograph the Black Lives Matter protests for just a few days quickly grew into something much more. The work of his photo activism soon caught the attention of strangers willing to donate thousands of dollars to the cause. It's an opportunity that allowed Mackey to spend the next three months traveling all across the country documenting the BLM movement in 11 different cities.

I thought Ill just stay on the road until I run out of money, but I never ran out of money because people kept donating, Mackey said.

He adds his inspiration came from Gordon Parks, who once said his camera was his weapon. Its this same idea that Mackey hopes will inspire others to find their weapon as well.

Every day, people can choose whatever they have at their disposal as a weapon against injustice," he said.

The Choose Your Weapon exhibition will open at the Harvey B. Gantt Center for African-American Arts + Culture on Friday, June 4, and remain on display until the beginning of October.

Contact Briana Harper at bharper@wcnc.com and follow her on Facebook, Twitter and Instagram.

Visit link:
Artist showcases photos of nationwide Black Lives Matter protests one year later - WCNC.com

The Netherlands Eurovision entry featured a Black Lives Matter moment. – The New York Times

Jeangu Macrooy, the Netherlands entry, takes the stage to sing Birth of a New Age, a song penned in response to the police killing of George Floyd and the subsequent resurgence of the Black Lives Matter movement worldwide.

Skin as rich as the starlit night / Your rhythm is rebellion, the gospel-influenced song begins, saluting the protesters who demanded justice for Floyd last year.

In the chorus, Macrooy switches from English to Sranan Tongo, the language of his native Suriname, a South American country that was once a colony of the Netherlands. Yu no man broko mi, he sings, over and over: You cant break me.

Eurovision is well known for songs that take stands on social or political issues. In 1971, Germanys Katja Ebstein sang Diese Welt (This World), a pro-environment track that was radical for its time. More recently, acts have pushed for gay, lesbian and transgender rights in Europe.

So its great to see Macrooy continuing that trend although, sadly, he has almost no chance of winning. Few countries ever win Eurovision twice in a row. Ireland did three times in the 1990s, but by the third time they were desperate not to win again. The winner hosts the next years show, and it was starting to get expensive.

Read more from the original source:
The Netherlands Eurovision entry featured a Black Lives Matter moment. - The New York Times

Malcolm Gladwell and Jordan Peterson are back – and the reviews are meh – TimesLIVE

Jordan Peterson and Malcolm Gladwell both have new books out, called, respectively, Beyond Order: 12 More Rules of Life, and The Bomber Mafia: A Story Set in War. Both of the Canadian authors' new books have been getting meh reviews. A few years ago everyone had an opinion of their previous books.

Gladwell's Talking to Strangers was savaged by some critics, beloved by others. His bestsellers are polarising. They either pronounce he is a master of looking at things differently and delivering this truth in an easy and accessible way. Or they think he peddles soft pop pseudoscience in an easy and accessible way, making it seem as if it is new and reliable. A New York Times reviewer pulled this apart and concluded that his success lies in sceptics becoming believers: "It's exactly what Mr Gladwell's towering success - his five bestselling books, his six-figure speaking fees, his top-rated podcast - rests on: the moment when the sceptic starts to think that maybe we're wrong about everything and maybe, just maybe, this Mr Gladwell guy is onto something." But Gladwell's The Bomber Mafia is different to his other books. There's hardly any tipping point. It began as one of his "Revisionist History" podcasts in which he examines s a moment from the past, seeking the overlooked and the misunderstood. In The Bomber Mafia he explores morality and war when it comes to precision bombing in World War 2. Gladwell, as per usual, is a riveting storyteller, but this is not an explosive or controversial work.

Peterson, on the other hand, has done nothing new. It's a follow-up to his 12 Rules of Life, so maybe he was stretching it to come up with another absolute 12 rules. He is still spewing his same trite traditionalist ideology that moms and their sons gobbled up as the new way forward for men, but this time it's watered down. Maybe because he had somewhat of a breakdown after the success of his first book. As the Guardian wrote, "Peterson seemed to relish the conflict, going on tour, producing a podcast, a YouTube channel and appearing on combative TV interviews, inspiring his supporters and provoking his enemies. But then stories emerged of his withdrawal from the frontline of the culture wars. In the 'Overture' of Beyond Order, the follow-up to 12 Rules for Life, he details an extraordinary story of physical and psychological collapse, as an autoimmune response to something he ate led to a drastic change in diet and a dependence on the sedative benzodiazepine. He also suffered extreme anxiety, severe depression, insomnia, double pneumonia, his wife underwent surgery for cancer, and at one point he was put into an induced coma in a Moscow hospital in an unsuccessful attempt to free him from drugs. It's hard to resist the conclusion that 12 Rules for Life was a self-help book that left its author in exactly the kind of hopeless state to which it promised to be an antidote."

Go here to see the original:
Malcolm Gladwell and Jordan Peterson are back - and the reviews are meh - TimesLIVE