'); if(!WVM.IS_STREAMING){ $videoEl.append('' + '' + ''); } setTimeout(function(){ $('.mute-overlay').on('touchstart click', function(e){ if(e.handled === false) return; e.stopPropagation(); e.preventDefault(); e.handled = true; player.muted(false); //console.log("volumee " + WVM.activePlayer.volume()); $(this).hide(); $(this).css('display', 'none'); var currentTime = player.currentTime(); if(currentTime 0){ if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); //console.log("container height: " + WVM.CONTAINER_HEIGHT); $(window).on( "resize", function() { if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); console.log("container height: " + WVM.CONTAINER_HEIGHT); }); //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); $(window).on( "scroll", function() { if(!WVM.IS_FLOATING){ if(deviceName == 'desktop'){ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); }else{ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId + " .hlsvideo-wrapper").height() + $('#media-container-' + videoId + " .now-playing-container").height(); } } //var top = $('#media-container-' + videoId).offset().top; var offset = WVM.VIDEO_TOP + (WVM.VIDEO_HEIGHT / 2); var offsetBack = WVM.VIDEO_TOP; var changed = false; //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); //console.log("scrolltop " + $(window).scrollTop()); //only float if playing var isPlaying = WVM['player_state' + videoId]['IS_PLAYING'] || WVM['player_state' + videoId]['AD_IS_PLAYING']; if(isPlaying){ $('.vjs-loading-spinner').hide(); } if($(window).scrollTop() > offset && isPlaying && !WVM['player_state' + videoId]['CANCEL_FLOATING']){ $('#media-placeholder-' + videoId).height(WVM.CONTAINER_HEIGHT); $('#media-placeholder-' + videoId).css('display', 'block'); if(!WVM.IS_FLOATING){ changed = true; } WVM.IS_FLOATING = true; $('#media-container-' + videoId).addClass('floating-video'); //set right var sWidth = window.innerWidth || document.documentElement.clientWidth; var sHeight = window.innerHeight || document.documentElement.clientHeight; if(deviceName == 'desktop' || sWidth > 900){ var leftPos2 = $('aside').get(0).getBoundingClientRect().left; var leftPos = $('aside').offset().left ; $('#media-container-' + videoId).css('left', leftPos + "px"); var newWidth = Math.floor(sWidth / 3.5); $('#media-container-' + videoId).css('width', newWidth + "px"); } else{ $('#media-container-' + videoId).css('width', "100% !important"); $('#media-container-' + videoId + ' .now-playing-container').css('display', 'block'); $('#media-container-' + videoId + ' .next-dropdown-accordion').css('display', 'block'); } //floating-video $('#media-container-' + videoId + " " + '.page-carousel-wrapper').hide(); setTimeout(function(){ var hWrapper = $('.floating-video .hlsvideo-wrapper').height(); var npWidth = $('.floating-video .now-playing-container').height(); var ndWidth = $('.floating-video .next-dropdown-header').height() + 20; var scrollerHeight = sHeight - (hWrapper + npWidth + ndWidth); scrollerHeight = 180; //scrollerHeight = parseInt(scrollerHeight * 0.5); if(WVM.device_name == 'desktop'){ $('#media-container-' + videoId + " " + " .mobile-list-videos").height(scrollerHeight); } }, 100); }else if($(window).scrollTop() 0){ var container = document.querySelector('#page-carousel-' + fullVideoId); imagesLoaded( container, function() { var screenWidth = window.innerWidth || document.documentElement.clientWidth; if(screenWidth > 850){ WVM.IS_DESKTOP = true; $('#page-carousel-' + fullVideoId + ' .page-carousel-lg-slides').css('display', 'block'); WVM['player_settings' + fullVideoId].slider = $('#page-carousel-' + fullVideoId).bxSlider({ maxSlides: 4, minSlides: 4, slideWidth: 305, infiniteLoop: false, hideControlOnEnd: true, useCSS: true, pager: false, slideMargin: 15, moveSlides: 1, nextText: '', prevText: '' }); }else{ WVM.IS_DESKTOP = false; $('.page-carousel-wrapper').css('display', 'block'); } }); } }; WVM.setupToggleButton = function(fullVideoId, player){ if($('.nextplay-switch-' + fullVideoId).length > 0){ new DG.OnOffSwitchAuto({ cls:'.nextplay-switch-' + fullVideoId, height: 24, trackColorOn:'#F9F9F9', trackColorOff:'#222', textColorOn: '#222', textColorOff: '#222', textOn:'On', textOff:'Off', listener:function(name, checked){ var theVal = 1; if(!checked){ theVal = 0; } $.ajax({ url: '/ajax/update_autoplay_video/', data: { autoplay_on: theVal }, type: 'POST', dataType: 'json', success: function(data) { WVM['player_settings' + fullVideoId]['autoplay'] = checked; }, error : function(){ console.log("Error loading video"); } }); } }); } }; WVM.setupAccordionButton = function(fullVideoId){ var deviceName = 'desktop'; $('#next-dropdown-accordion-button-' + fullVideoId).on('click', function(){ if($(this).find('i').hasClass('fa-chevron-up')){ //hide $(this).find('i').removeClass('fa-chevron-up'); $(this).find('i').addClass('fa-chevron-down'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); } var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); //playerId, mediaId, fieldName var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //alert("Getting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }else{ //expand $(this).find('i').addClass('fa-chevron-up'); $(this).find('i').removeClass('fa-chevron-down'); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').css('display', 'block'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').css('display', 'block'); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); if(!WVM.player_state104261['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); if(!$('#media-container-' + fullVideoId).hasClass('floating-video')){ if(!WVM.player_state104261['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } } } $('#video-slider-nexttitle' + fullVideoId).css('display', 'none'); } }); var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; //console.log("current Video " + currVideoId); var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //console.log("setting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }; WVM.sendbeacon = function(action, nonInteraction, value, eventLabel) { var eventCategory = 'Video'; if (window.ga) { //console.log("sending action: " + action + " val: " + value + " label " + eventLabel); ga('send', 'event', { 'eventCategory': eventCategory, 'eventAction': action, 'eventLabel': eventLabel, 'eventValue': value, 'nonInteraction': nonInteraction }); } }; WVM.getNextPlaylistIndex = function(mediaId, returnArrayIndex){ var currId = null; if(mediaId == null){ return null; } for(var x =0; x 20){ if(fullDuration > 1 && ((fullDuration - fullCurrent) > 1) && !$('.vjs-loading-spinner').hasClass('badspinner')){ console.log("hiding spinner"); $('.vjs-loading-spinner').addClass('badspinner'); } } var duration_time = Math.floor(this.duration()); //this is a hack because the end video event is not firing... var current_time = Math.floor(this.currentTime()); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 10) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ if('desktop' == "iphone" && playerState.AD_ERROR){ console.log("skipped timeupdate end"); }else{ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } } if(!playerState.START_SENT){ WVM.sendbeacon('start', true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); playerState.START_SENT = true; } var currentTime, duration, percent, percentPlayed, _i; currentTime = Math.round(this.currentTime()); duration = Math.round(this.duration()); percentPlayed = Math.round(currentTime / duration * 100); for (percent = _i = 0; _i = percent && __indexOf.call(playerState['PERCENTS_TRACKED'], percent) 0) { playerState['PERCENTS_TRACKED'].push(percent); } } } }); //player.off('ended'); player.on('ended', function(){ console.log("ended"); playerState.IS_PLAYING = false; WVM.sendbeacon("complete", true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); }else{ console.log("Playlist complete (no more videos)"); } }); //player.off('adserror'); player.on('adserror', function(e){ //$('#ima-ad-container').remove(); WVM.lastAdRequest = new Date().getTime() / 1000; console.log(e); console.log("ads error"); var errMessage = e['data']['AdError']['l']; playerState.AD_IS_PLAYING = false; playerState.IS_PLAYING = false; // && errMessage == 'The VAST response document is empty.' if(!playerState.AD_ERROR){ var dTime = new Date().getTime(); WVM.firstPrerollTagUrl = WVM.getFirstPrerollUrl(); console.log("calling backup ad tag url: " + WVM.firstPrerollTagUrl); WVM.activePlayer.ima.changeAdTag(WVM.firstPrerollTagUrl + "?" + dTime); WVM.activePlayer.ima.requestAds(); //WVM.activePlayer.src({ // src: masterSrc, // type: 'video/mp4' //}); //WVM.firstPrerollTagUrl = ""; } playerState.AD_ERROR = true; }); //player.off('error'); player.on('error', function(event) { if (player.error().code === 4) { player.error(null); // clear out the old error player.options().sources.shift(); // drop the highest precedence source console.log("now doing src"); console.log(player.options().sources[0]); player.src(player.options().sources[0]); // retry return; } }); //player.off('volumechange'); player.on('volumechange', function(event) { console.log(event); var theHeight = $('#media-container-' + playerState.ORIGINAL_ID + ' .vjs-volume-level').css('height'); var cssVolume = 0; if(theHeight){ cssVolume = parseInt(theHeight.replace('%', '')); } var theVolume = player.volume(); if(theVolume > 0.0 || cssVolume > 0){ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'none'); }else{ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'block'); } }); WVM.reinitRawEvents(playerState.ORIGINAL_ID); setInterval(function(){ WVM.reinitRawEvents(playerState.ORIGINAL_ID); }, 2000); } if(!WVM.rawCompleteEvent){ WVM.rawCompleteEvent = function(e){ var playerState = WVM['player_state104261']; console.log("firing raw event due to all other events failing"); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } }; } if(!WVM.rawTimeupdateEvent){ WVM.rawTimeupdateEvent = function(e){ var playerState = WVM['player_state104261']; var rawVideoElem = document.getElementById('html5-video-' + playerState['ORIGINAL_ID'] + '_html5_api'); var fullCurrent = rawVideoElem.currentTime * 1000; var fullDuration = rawVideoElem.duration * 1000; var current_time = Math.floor(rawVideoElem.currentTime); console.log("raw timeupdate: " + fullCurrent + " out of " + fullDuration); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 50) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); if(newMediaId){ console.log("loading new video from rawtimeupdate"); WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } if(!$('.vjs-loading-spinner').hasClass('badspinner')){ $('.vjs-loading-spinner').addClass('badspinner') } }; } WVM.reinitRawEvents = function(playerId){ var playerState = WVM['player_state' + playerId]; var rawVideoElem = document.getElementById('html5-video-' + WVM['player_state' + playerId]['ORIGINAL_ID'] + '_html5_api'); //COMPLETE EENT if( WVM['player_state' + playerId].COMPLETE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawCompleteEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawCompleteEvent, false); //TIME UPDATE EVENT if( WVM['player_state' + playerId].TIMEUPDATE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawTimeupdateEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawTimeupdateEvent, false); WVM['player_state' + playerId].COMPLETE_EVENT = true; WVM['player_state' + playerId].TIMEUPDATE_EVENT = true; };
GOSHEN, Ind. -- Third grade teacher Ellen Longcer wastes no time as the school day starts at Model Elementary.
You need to think of one positive message you want to write, said Longcer.
Chalk bucket in hand, Longcer and her students walk to the black top ready to scribble messages of encouragement to their classmates.
Ok go ahead and line up, said Longcer.
Theyre kicking off another day of the schools 21 Days to Be Kind campaign.
Its just about being very intentional about teaching kindness, said Longcer. It doesnt necessarily have to be a big gesture. It can just be please and thank you.
It started September 1.
Singer Lady Gagas Born This Way foundation started the challenge in 2018.
The challenge encourages communities across the country to practice random acts of kindness for 21 days in a row.
The idea is that it takes 21 days to build a habit and so, 21 days of kindness in hopes that it continues on, said Model Elementary Principal Tami Hicks.
Students at Model learn a different way to be kind each day before the morning announcements then work on it the rest of the day.
For example, students have practiced saying their please and thank yous, picking up their toys without being asked, and telling people theyre loved and appreciated.
One of Lady Gagas quotes is, In a world where you can do anything, choose kindness it doesnt cost a thing. said Hicks Sometimes just doing one extra little thing thats kind can promote that person to go and do something kind for someone else.
Hicks says its the schools second year participating in the initiative.
Its really neat to watch kids intentionally think, Ok, Im going to do something kind and Im going to hold the door open for people, said Hicks.
A study from the foundation says acts of kindness boosts a persons levels of happiness, self-worth, and calmness.
Include someone, said third grader Isabela Barahona. Kindness is really important and it can make someones day.
Barahona calls the challenge empowering.
When I feel like someone is not feeling I ask, Hey whats up you ok? said Barahona.
Logan Yoder Rupe thinks its changing students.
Ive seen a real difference in the whole school, said Yoder Rupe. Ive been seeing tons more kindness than before.
Both agree it creates an impression that lasts longer than a chalk session or three week challenge.
I would encourage them to do kindness because then, well they would have more friends, said Yoder Rupe.
It makes me feel like I want to go to school, I want to go to different places, I want to meet new people, said Barahona. It just I feel like then it could make a really big impact in this world.
As part of the campaign, Model is sharing their acts of kindness on social media.
People can follow the hashtags #BeKind21, #ModelIsKind, and #ModelTheWay on Twitter, Facebook, and Instagram.
Principal Hicks says even if you dont belong to the Model community, they would love for you to share your kindness stories with them.
Read this article:
Cool Schools: Kindness campaign underway at Model Elementary - ABC 57 News
- Twin Oaks Intentional Community - Twin Oaks Intentional ... [Last Updated On: December 8th, 2016] [Originally Added On: December 8th, 2016]
- The Camphill Assocation of North America Communities [Last Updated On: December 9th, 2016] [Originally Added On: December 9th, 2016]
- Cohousing - Wikipedia [Last Updated On: December 11th, 2016] [Originally Added On: December 11th, 2016]
- Communes: the pros & cons of intentional community ... [Last Updated On: December 21st, 2016] [Originally Added On: December 21st, 2016]
- Jewish Intentional Communities Conference - Hazon [Last Updated On: December 25th, 2016] [Originally Added On: December 25th, 2016]
- Common Fire Beacon-Newburgh | Creating diverse ... [Last Updated On: January 2nd, 2017] [Originally Added On: January 2nd, 2017]
- Intentional Housing Communities | www.hampshire.edu [Last Updated On: February 5th, 2017] [Originally Added On: February 5th, 2017]
- A First Gen Lawyer-Turned-Entrepreneur Pioneers New Standards for College Freshmen - Huffington Post [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Disparities in minority unemployment targeted by Iowa officials - DesMoinesRegister.com [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- ACE program benefits low-income communities - Observer Online [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Want a happy old age? Get your friends to be your neighbours - Independent Online [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Coalition Calls Itself The 'Eyes, Ears & Voice' Of Pittsburgh's Black Community - 90.5 WESA [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- 'A community remembers' coming to Hesston - Butler County Times Gazette [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Krista Tippett February 01, 2017 - America Magazine [Last Updated On: February 7th, 2017] [Originally Added On: February 7th, 2017]
- Serving the most diverse urban area on the planet - New York Nonprofit Media [Last Updated On: February 8th, 2017] [Originally Added On: February 8th, 2017]
- To truly serve the public, community stations must apply standards for what's said on-air - Current [Last Updated On: February 8th, 2017] [Originally Added On: February 8th, 2017]
- Here's what went down at the NYC launch of Ashley Biden's charitable clothing line - Technical.ly [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Appalachian's Alternative Service Experience among nation's top 10 higher education institutions for number of programs - Appalachian State University [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Pastor: We must build bridges between police and local black communities - Fort Worth Star Telegram (blog) [Last Updated On: February 9th, 2017] [Originally Added On: February 9th, 2017]
- Chris Wood: Now more than ever localize! - vtdigger.org [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- A Business Plan for Healthy Communities - Hospitals & Health Networks [Last Updated On: February 10th, 2017] [Originally Added On: February 10th, 2017]
- The Death of the Ski Bum and Intentional Tourism - The Catalyst [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Heroin hits home: Highways provide "easy access" for drug trafficking in Franklin County - Herald-Mail Media [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- How Anarchists and Intentional Communities Are Reacting to ... [Last Updated On: February 11th, 2017] [Originally Added On: February 11th, 2017]
- Ohio Continues with Next Phase of InsideOut Initiative to Combat Win-at-All Costs Sports Mentality - Norwalk Reflector [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Microsoft Executives to Keynote Summit EMEA 2017 Conference - Yahoo Finance [Last Updated On: February 13th, 2017] [Originally Added On: February 13th, 2017]
- Marnita's Table set for Wednesday - Daily Globe [Last Updated On: February 14th, 2017] [Originally Added On: February 14th, 2017]
- David Littlewood, guest columnist: Time to repeal Dodd-Frank Act and free up our community banks - Waco Tribune-Herald [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- Ithaca organization encourages people to participate in National Random Acts of Kindness Week - The Ithaca Voice [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- Portland groups form coalition to eradicate hate - KOIN.com [Last Updated On: February 15th, 2017] [Originally Added On: February 15th, 2017]
- Nash says 'there's more to do' on diversity at State of the County address - Gwinnettdailypost.com [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- Anson County community meeting to fight poverty planned for Feb. 18 - Ansonrecord [Last Updated On: February 16th, 2017] [Originally Added On: February 16th, 2017]
- Spreading the Faith: Moving Coins and Moving Communities - Patheos (blog) [Last Updated On: February 17th, 2017] [Originally Added On: February 17th, 2017]
- If It Walks Like a Duck - ChicagoNow (blog) [Last Updated On: February 18th, 2017] [Originally Added On: February 18th, 2017]
- Immigrant Round-ups Stir Fears - Consortium News [Last Updated On: February 18th, 2017] [Originally Added On: February 18th, 2017]
- Pace: What Should I Give Up This Year? - Covington News [Last Updated On: February 20th, 2017] [Originally Added On: February 20th, 2017]
- J Mase III of #BlackTransMagick seeks to redistribute resources - Daily Illini [Last Updated On: February 20th, 2017] [Originally Added On: February 20th, 2017]
- South Side getting trauma center, but it'll be far more than just an emergency room - Fox 32 Chicago [Last Updated On: February 21st, 2017] [Originally Added On: February 21st, 2017]
- St. Louis Park cohousing community welcomes home all ages - Minneapolis Star Tribune [Last Updated On: February 22nd, 2017] [Originally Added On: February 22nd, 2017]
- The Benedict Option and Rod Dreher's LGBT Challenge - The Atlantic - The Atlantic [Last Updated On: February 23rd, 2017] [Originally Added On: February 23rd, 2017]
- Mark Sundeen looks for a better way to live - Missoula Independent [Last Updated On: February 23rd, 2017] [Originally Added On: February 23rd, 2017]
- Cohousing communities gain popularity, including here in Nashville - WKRN.com [Last Updated On: February 24th, 2017] [Originally Added On: February 24th, 2017]
- The Christian Retreat From Public Life - The Atlantic [Last Updated On: February 24th, 2017] [Originally Added On: February 24th, 2017]
- New senior living community eyeing Waxahachie - Waxahachie Daily Light [Last Updated On: February 24th, 2017] [Originally Added On: February 24th, 2017]
- Better health needs a diverse workforce - Greenville Daily Reflector [Last Updated On: February 25th, 2017] [Originally Added On: February 25th, 2017]
- Businesses: State needs more immigrants - Mankato Free Press [Last Updated On: February 25th, 2017] [Originally Added On: February 25th, 2017]
- Cohousing communities gain popularity - WDTN [Last Updated On: February 25th, 2017] [Originally Added On: February 25th, 2017]
- Letters: Dismiss Schimel, others for maps - The Sheboygan Press [Last Updated On: February 28th, 2017] [Originally Added On: February 28th, 2017]
- Drums, Voices, and Circles - Memphis Democrat [Last Updated On: March 1st, 2017] [Originally Added On: March 1st, 2017]
- Food: Four Short Talks brings community to the table - Dailyuw [Last Updated On: March 2nd, 2017] [Originally Added On: March 2nd, 2017]
- Family School rebuts report on lack of diversity - Coastal View News [Last Updated On: March 2nd, 2017] [Originally Added On: March 2nd, 2017]
- The Wall Street Journal explores trends in Christian community life sort of - GetReligion (blog) [Last Updated On: March 2nd, 2017] [Originally Added On: March 2nd, 2017]
- Renting land to highest bidder stumbling block for young people looking to start in agriculture - INFORUM [Last Updated On: March 3rd, 2017] [Originally Added On: March 3rd, 2017]
- Transportation/Traveling While Living Off Grid - Mother Earth News [Last Updated On: March 4th, 2017] [Originally Added On: March 4th, 2017]
- New School Board President Believes Schools Belong to Communities - The Exponent Telegram (press release) (registration) [Last Updated On: March 6th, 2017] [Originally Added On: March 6th, 2017]
- Worcester's retiree health costs 'unsustainable' - telegram.com - Worcester Telegram [Last Updated On: March 7th, 2017] [Originally Added On: March 7th, 2017]
- 12 on Tuesday: Leslie Orrantia - WISC - Channel 3000 - Channel3000.com - WISC-TV3 [Last Updated On: March 8th, 2017] [Originally Added On: March 8th, 2017]
- By walking the beat, Kalamazoo officers nurture genuine ... - Michigan Radio [Last Updated On: March 8th, 2017] [Originally Added On: March 8th, 2017]
- Sometimes the Grass Really is Greener - Memphis Democrat [Last Updated On: March 8th, 2017] [Originally Added On: March 8th, 2017]
- Is Clallam opening the door to tiny houses? | Sequim Gazette - Sequim Gazette [Last Updated On: March 8th, 2017] [Originally Added On: March 8th, 2017]
- New St. Paul police program aims to mentor recruits - Minneapolis Star Tribune [Last Updated On: March 9th, 2017] [Originally Added On: March 9th, 2017]
- A New Kind of Homeless Village is Coming to Kenton. It's a Big Deal. - The Portland Mercury (blog) [Last Updated On: March 10th, 2017] [Originally Added On: March 10th, 2017]
- Why We Need the Benedict Option and How It Doesn't Have to ... - Patheos (blog) [Last Updated On: March 10th, 2017] [Originally Added On: March 10th, 2017]
- National Expert Shares Thoughts on Environmental Justice - WUWM [Last Updated On: March 11th, 2017] [Originally Added On: March 11th, 2017]
- The Promise of Paradise features area - 100 Mile House Free Press [Last Updated On: March 12th, 2017] [Originally Added On: March 12th, 2017]
- Speak out about your experiences - Hibbing Daily Tribune [Last Updated On: March 12th, 2017] [Originally Added On: March 12th, 2017]
- Trust comes in several varieties - Muncie Star Press [Last Updated On: April 8th, 2017] [Originally Added On: April 8th, 2017]
- Intentional neighborhoods take root across country - LancasterOnline [Last Updated On: April 8th, 2017] [Originally Added On: April 8th, 2017]
- my family did the benedict option before it was cool and here's why it doesn't work - Patheos (blog) [Last Updated On: April 8th, 2017] [Originally Added On: April 8th, 2017]
- Saint Benedict's Mandate - Patheos (blog) [Last Updated On: April 8th, 2017] [Originally Added On: April 8th, 2017]
- Cohousing Part I: Creating community and reducing social isolation - Michigan State University Extension [Last Updated On: April 8th, 2017] [Originally Added On: April 8th, 2017]
- Searching for a greater interfaith understanding - Seattle Globalist [Last Updated On: June 6th, 2017] [Originally Added On: June 6th, 2017]
- The fight for affordable housing in Jefferson Park continues - Chicago Tribune [Last Updated On: June 6th, 2017] [Originally Added On: June 6th, 2017]
- A 'Justin Option'? Justin Martyr and the Ben-Op - National Catholic Register (blog) [Last Updated On: June 6th, 2017] [Originally Added On: June 6th, 2017]
- The Groves of Academe: On Keep the Damned Women Out - lareviewofbooks [Last Updated On: June 6th, 2017] [Originally Added On: June 6th, 2017]
- Curating Community through Intentional Placemaking - Urban Land [Last Updated On: June 6th, 2017] [Originally Added On: June 6th, 2017]
- Local ties: New tailgate market locations highlight business and community connections - Mountain Xpress [Last Updated On: June 7th, 2017] [Originally Added On: June 7th, 2017]
- How Power Street Theatre Company is taking on representation in the arts - Generocity [Last Updated On: June 7th, 2017] [Originally Added On: June 7th, 2017]
- Open house will celebrate Folk Art Guild's 50 years - News - The ... - Penn Yan Chronicle-Express (blog) [Last Updated On: June 7th, 2017] [Originally Added On: June 7th, 2017]
- Archbishop: In 'post-Christian world' fidelity, charity, truth stand out - CatholicPhilly.com [Last Updated On: June 7th, 2017] [Originally Added On: June 7th, 2017]