Rhode Island
Shifting Sands in Rhode Island – Rhode Island Monthly
A rising tide of beach garbage plagues local wildlife. Fortunately, there’s something you can do about it.
A wide array of beach trash found on Napatree Point, from balloons and ribbons to Styrofoam, cellophane, nylon rope, bottle caps and a hypodermic needle. Waves break plastic into tiny particles that mix into beach sand and are ingested by marine life. Photography courtesy of Robert L. Mitchell
It’s easy to overlook the detritus along Rhode Island’s shoreline, but as the amount of beach litter has increased over the last few years, its effect on seabirds, seals, fish and other wildlife has risen dramatically.
Between 2011 and 2023, the Mystic Aquarium animal rescue program admitted fifty-eight seals into rehabilitation due to entanglements.
“Between 2024 and 2025, we have already passed that number, with fifty-nine entangled animals reported in just a year and a half,” says MaryEllen Mateleska, the aquarium’s senior director of education and conservation.
During an early summer walk at Watch Hill’s Napatree Point, much of the litter wasn’t noticeable at first because it had been ground down into little pieces along the high-tide mark. So it came as a surprise when my wife and I, after picking up everything we could find on a milelong stretch of sand, came away with a grocery bag full of trash. Most of it wasn’t whole bottles or cans, but micro trash — bits of things that had been pulverized by the surf.
Our haul included fifty-seven pieces of cellophane, twenty-five balloons (many with ribbons attached), twenty-four bottle caps, twenty-four pieces of nylon rope and netting fragments, twenty-four hard plastic fragments and ten cigarette butts (the plastic-based filters are not biodegradable). We also picked up fishing line, rubber lobster claw bands, tin foil, a shoe heel, one plastic bottle, one toothpaste tube and a syringe — all in the off-season.
“We are seeing more smaller plastic particles make their way to the beach,” says Mateleska.
“);
$spagination = flexSlider.find(“.spagination”);
SPagination.Init($spagination.get( 0 ), {
size: slide_obj.count, // pages size
page: 1, // selected page
step: 3, // pages before and after current
cb: function(p){
flexSlider.flexAnimate(p-1, true);
}
});
}
}
}
function gtx_gallery_slide_before(slide_obj){
var slide=slide_obj.animatingTo;
$active_slide=$all_slides.eq(slide) ;
slideshow_ad_loaded = false;
var current_html = $active_slide.children(“.gtx-ad-container”).html();
if (current_html) {$active_slide.children(“.gtx-ad-container”).html(current_html.trim())}
gtx_track_slide( slide_obj );
changeURL(parseInt($active_slide.attr(“data-attachment_id”)));
//THUMBS SYNC – PAGINATED THUMBNAIL NAVIGATION
if($thumbs!==”” && navigation == “paginated_thumbs”){
var right_item=$slider.find(“.slides li[data-i=”+(slide +1 )+”]”).attr(“data-i-only-pics”)
if( right_item!= “”){
$thumbs.find(“li.gtx-thumb-img”).removeClass(“flex-active-slide”);
$thumbs.find(“li.gtx-thumb-img[data-i=”+(slide +1 )+”]”).addClass(“flex-active-slide”);
$page=$thumbs.find(“.slides>li”).has(“li[data-i=”+(slide +1 )+”]”);
$thumbs.flexAnimate($page.index(), true);
}
}
}
function gtx_gallery_slide_after(slide_obj){
var slide=slide_obj.animatingTo;
$active_slide=$all_slides.eq(slide) ;
if($active_slide.hasClass(“gtx-ad-slide”)==1){
if ($active_slide.find(‘iframe’).length === 1) {
$active_slide.find(‘iframe’)[0].remove();
}
$slider.delay(100).queue(function(){
$(this).addClass(“gtx-gallery-loading”).dequeue();
});
$ad_container=$active_slide.children(“.gtx-ad-container”).first();
if ($($ad_container).html().length li[data-i=”+(slide +1 )+”]”).attr(“data-i-only-pics”)
if( right_item!= “”){
$thumbs.find(“li.gtx-thumb-img”).removeClass(“flex-active-slide”);
$thumbs.find(“li.gtx-thumb-img”).eq(right_item -1 ).addClass(“flex-active-slide”);
$thumbs.flexAnimate(right_item-1, true);
}
}
if(typeof(googletag) != “undefined” && googletag !== null && googletag.pubads){
// Refresh ads within view
var tmp_now=new Date().getTime();
var last_refresh_diff= tmp_now – last_ad_refresh;
if(last_refresh_diff > 1000){
reset_ads_and_refresh();
last_ad_refresh=tmp_now;
}
}
//LAZY LOAD
range=5;
var $slides_to_hanle=$all_slides.slice(slide, slide + range +1);
if(slide – range >= 0){
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(slide – range, slide ));
}else{
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(0, range ));
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(range * -1 ));
}
if(slide + range >= $all_slides.size()){
//handle first slides
$slides_to_hanle= $.merge($slides_to_hanle, $all_slides.slice(0,range));
}
$slides_to_hanle.find(“.gtx-image-container[data-background]”).each(function () {
var src = $(this).attr(“data-background”);
$(this).css(“background-image”, “url(“+src+”)”).removeAttr(“data-background”);
});
adjustNavHeight();
if( typeof SPagination !== “undefined” && flexSlider.find(“.spagination”).length>0 ){
if(SPagination.page != slide+1){
SPagination.page = slide + 1;
SPagination.Start();
}
}
}
function reset_ads_and_refresh(){
if(!advanced_ad_refresh){
// if option is not enabled, refresh all ads, minus out of page ads
if(ads_to_refresh.length > 0){
googletag.pubads().refresh(ads_to_refresh);
}
return;
}
if(ads_to_refresh.length == 0){
return;
}
var newAds = [];
var fullAdsToRefresh = [];
for(var i = 0; i wTop && slot.tn_positionY 8){
gtx_gallery_thumbs_set_backwards()
}
}
function gtx_gallery_thumbs_after(slide_obj){
if(slide_obj.count > 8){
gtx_gallery_thumbs_set_backwards()
}
}
function gtx_gallery_paginated_thumbs_start(slide_obj){
gtx_gallery_paginated_thumbs_lazy();
if(false && slide_obj.count > 8){
$thumbs.find(“.flex-control-nav.flex-control-paging”).removeClass(“flex-control-paging”).addClass(“g-pagination”);
}
if(slide_obj.count > 8){
$thumbs.find(“.flex-control-nav.flex-control-paging”).hide().after(“”);
$pagination = $thumbs.find(“.spagination”);
SPagination.Init($pagination.get( 0 ), {
size: slide_obj.count, // pages size
page: 1, // selected page
step: 3, // pages before and after current
cb: function(p){
$thumbs.flexAnimate(p-1, true);
}
});
}
}
function gtx_gallery_paginated_thumbs_before(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
gtx_gallery_paginated_thumbs_lazy(slide_obj);
}
function gtx_gallery_paginated_thumbs_after(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
//THUMBS SYNC – Go to first slide of this batch
if($thumbs!==”” && navigation == “paginated_thumbs”){
var $active_slide=$slider.find(“.slides>li.flex-active-slide”);
var $active_thumb_page=$thumbs.find(“.slides>li.flex-active-slide”);
//Check if the current slide is within this thumb batch
if(!$active_thumb_page.find(“li[data-i=”+$active_slide.attr(“data-i”)+”]”).size()){
first_thumb=$active_thumb_page.find(“li”).first().attr(“data-i”);
flexSlider.flexAnimate(first_thumb – 1, true);
}
}
if( typeof SPagination !== “undefined” && $thumbs.find(“.spagination”).length>0 ){
if(SPagination.page != slide+1){
SPagination.page = slide + 1;
SPagination.Start();
}
}
}
function gtx_gallery_paginated_thumbs_lazy(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
//LAZY LOAD THUMBS
if($all_thumbs!==”” && navigation == “paginated_thumbs”){
range=1;
var $slides_to_hanle=$all_thumbs.slice(slide, slide + range + 1);
if(slide – range >= 0){
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(slide – range, slide ));
}else{
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(0, range ));
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(range * -1 ));
}
if(slide + range >= $all_thumbs.size()){
//handle first slides
$slides_to_hanle= $.merge($slides_to_hanle, $all_thumbs.slice(0,range));
}
$slides_to_hanle.each(function () {
$(this).find(“img[lazy-src]”).each(function () {
var src = $(this).attr(“lazy-src”);
if(!src) return;
$(this).attr(“src”,src).removeAttr(“lazy-src”);
$thumbs.find(“img[lazy-src=””+src+””]”).attr(“src”,src).removeAttr(“lazy-src”);
});
});
}
}
function adjustNavHeight(){
imageHeight = flexSlider.find(“.gtx-slide-img.flex-active-slide .gtx-image-container”).outerHeight();
if(imageHeight > 0){
flexSlider.find(“.flex-prev,.flex-next”).css(“top”,Math.round(imageHeight/2));
}
}
var nextSlotId = 1;
function generateNextSlotName() {
var id = nextSlotId++;
return “adslot_” + id+”_”+Math.floor( Date.now() / 1000 );
}
function addAdInto(selector,options) {
try{
gtx_gallery_enable_dfp();
}catch(err) {
}
var slide=options.slide || -1;
var slotName = generateNextSlotName();
var ad_index = 0;
// Create a div for the slot
var slotDiv = document.createElement(‘div’);
slotDiv.id = slotName; // Id must be the same as slotName
$( selector ).append( slotDiv );
try{
ad_index=$( selector ).closest(“.gtx-ad-slide”).attr(“data-i-only-ads”);
}catch(err) {
}
// Define the slot itself, call display() to
// register the div and refresh() to fetch ad.
googletag.cmd.push(function() {
slideshow_ad_loaded = true;
adslots[slotName] = googletag.defineSlot(‘/64846486/culture’, [300, 250], slotName)
.addService(googletag.pubads())
.setTargeting(“placement”, “gallery”)
.setTargeting(“slide”, slide)
.setTargeting(“post”, ‘310554’)
.setTargeting(“category”, ‘[“editors-picks”,”environment”,”magazine”,”things-to-do”]’)
.setTargeting(“galleryAdIndex”, ad_index);
googletag.display(slotName);
googletag.sizeMapping().addSize( [0,0], [[300,250]])
googletag.pubads().refresh([adslots[slotName]]);
});
}
gtx_gallery_syncHash = function(path){
pic = “”;
re = /pic/?([0-9]+)/?$/i;
if(!path && window.location.hash && window.location.hash.match(re)) path = window.location.hash;
if(!path && window.location.pathname && window.location.pathname.match(re)) path = window.location.pathname;
if(path){
matchslide = path.match(re);
if(matchslide && matchslide[1]>0){
pic = parseInt(matchslide[1]);
}
if(!isNaN(pic) && pic > 0){
slide=get_slide_by_attachment_id(pic);
if(slide>0){
avoid_next_pageview = true;
flexSlider.flexAnimate(slide – 1, true);
}
}
}else{
gtx_track_slide( )
}
}
function debounce(func, wait, immediate) {
var timeout;
return function() {
var context = this, args = arguments;
var later = function() {
timeout = null;
if (!immediate) func.apply(context, args);
};
var callNow = immediate && !timeout;
clearTimeout(timeout);
timeout = setTimeout(later, wait);
if (callNow) func.apply(context, args);
};
};
// delay the url state replacement to avoid overload
// RAYOS-271
var efficientlyReplaceState = debounce(function(title, path){
window.history.replaceState({}, title, path);
}, 1250)
function changeURL(pic){
basepath = window.location.pathname.replace(//pic/?([0-9]+)/?$/i,”/”);
if(isNaN(pic)) return;
path = basepath + “pic/”+pic+”/”;
title = “Pic “+pic;
if (typeof(window.history.replaceState) == “function”) {
efficientlyReplaceState(title, path)
} else {
window.location.hash = path;
}
}
function get_slide_by_attachment_id(id){
var slide=$slider.find(“.slides li[data-attachment_id=”+id+”]”).attr(“data-i”);
return parseInt(slide, 10);
}
function gtx_track_slide( slide_obj ){
if(slide_obj){
var slide = slide_obj.animatingTo;
}else{
var slide = 0;
}
$active_slide=$all_slides.eq(slide) ;
if(!avoid_next_pageview){
try{
var loc = location.pathname + “#slide” + (parseInt(slide) + 1);
if (rayos_gtm_gallery_pageviews) {
// Add gallery navigation info to dataLayer
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
‘event’: ‘rayos_virtual_pageview’,
‘location’ : loc
});
}
// Legacy support for GA tracking
ga(“send”, “pageview”, loc);
if (ga.getByName(“gtxcelTracker”)) {
ga(“gtxcelTracker.send”, “pageview”, loc);
}
}catch(err){
}
}
avoid_next_pageview = false;
}
//Add a callback on ad render
googletag.cmd.push(function() {
googletag.pubads().addEventListener(‘slotRenderEnded’, function(event) {
var slotName=event.slot.getSlotElementId();
if(typeof adslots[slotName] !==”undefined” && !event.isEmpty){
$slider.clearQueue();
$slider.removeClass(“gtx-gallery-loading”);
}
});
});
jQuery(“#gtx-gallery-slider-310554”).flexslider({
animation: “slide”,
pauseOnHover: true,
prevText: “”,
nextText: “”,
slideshow: false,
controlNav: false,
init: gtx_gallery_slide_init,
start: gtx_gallery_slide_start,
before: gtx_gallery_slide_before,
after: gtx_gallery_slide_after
});
if(mobile_mode){
$slider.find(“.flex-direction-nav”).hide();
}
});
The litter accumulates from trash left on the shoreline, refuse that blows in from cars, bins and local roadways, and garbage that travels to the ocean by way of rivers. Waves then break down the plastics into smaller pieces of micro- and nanoplastics.
“Plastic pollution is incredibly dangerous to aquatic species,” she says. Fish and other animals ingest the microplastics and can become entangled in ribbons, nets and fishing lines. Other items that entangle wildlife include six-pack ring holders, hair ties, fishing line, netting or pieces of netting, fishing lures, hooks and plastic bags.
Sea birds are especially vulnerable because they use those bits of fishing line, rope, string and other materials to build their nests. Balloons, in particular, are deadly to seabirds, which often mistake them for jellyfish or other prey.
“Plastics are now in every ecosystem, almost every seabird, and almost every human body,” Mateleska says, with the long-term health impacts unknown.
They also take an extremely long time to break down, which is harmful to the state’s delicate coastal ecosystem.
“[Plastic] material that is in the environment may present itself on a shoreline very far away many years or decades later,” says Dave McLaughlin, sustainability coordinator at the Rhode Island Department of Environmental Management.
___________________________
What You Can Do
Beach walkers can help by picking up garbage wherever they go to enjoy the outdoors. But you don’t have to go to the beach to help. Better management of beach trash starts at home, Mataleska says.
“Refuse single-use plastics and look for sustainable alternatives, pick up trash wherever and whenever you see it, and support legislation that stops plastic at the source,” she advises.
Volunteer for coastal cleanups, use reusable materials, carry in and carry out your trash, recycle, and don’t litter. And consider joining a nonprofit group such as those sponsored by Coastodians (coastodians.org) or Save the Bay (savebay.org) that organize beach cleanups. When it comes to beach trash, even small groups can make a big difference.
Rhode Island
Ethics Commission denies Shekarchi’s motion to dismiss high court bid ethics complaint
PROVIDENCE, R.I. (WJAR) — Former Rhode Island House Speaker Joseph Shekarchi loses an attempt to stop an ethics complaint against his bid for a seat on the state Supreme Court.
The state Ethics Commission voted Tuesday to deny Shekarchi’s motion to dismiss the complaint filed in May.
The Ethics Commission voted June 2 to further investigate the complaint.
The question is whether Shekarchi’s attempt for a lifetime spot on the bench violates Rhode Island’s anti-corruption revolving door law.
The law prevents sitting lawmakers from taking most other state jobs for at least a year after leaving office.
Shekarchi resigned as House Speaker on May 8 to seek nomination to the Supreme Court.
He kept his House seat.
That same day, Roger Williams University law professor Michael Yelnosky filed an ethics complaint.
Shekarchi argues a Supreme Court seat is an exemption from the revolving door law, like other constitutional offices including governor.
JOIN THE CONVERSATION (4)
The Ethics Commission’s prosecutor argues the high court seat is not exempt.
Rhode Island
RI Lottery Powerball, Numbers Midday winning numbers for June 22, 2026
The Rhode Island Lottery offers multiple draw games for those aiming to win big.
Here’s a look at June 22, 2026, results for each game:
Winning Powerball numbers from June 22 drawing
17-19-21-45-48, Powerball: 13, Power Play: 2
Check Powerball payouts and previous drawings here.
Winning Numbers numbers from June 22 drawing
Midday: 7-0-8-0
Evening: 0-0-6-8
Check Numbers payouts and previous drawings here.
Winning Wild Money numbers from June 22 drawing
03-19-29-33-38, Extra: 18
Check Wild Money payouts and previous drawings here.
Winning Millionaire for Life numbers from June 22 drawing
07-08-20-24-42, Bonus: 05
Check Millionaire for Life payouts and previous drawings here.
Feeling lucky? Explore the latest lottery news & results
Are you a winner? Here’s how to claim your prize
- Prizes less than $600 can be claimed at any Rhode Island Lottery Retailer. Prizes of $600 and above must be claimed at Lottery Headquarters, 1425 Pontiac Ave., Cranston, Rhode Island 02920.
- Mega Millions and Powerball jackpot winners can decide on cash or annuity payment within 60 days after becoming entitled to the prize. The annuitized prize shall be paid in 30 graduated annual installments.
- Winners of the Millionaire for Life top prize of $1,000,000 a year for life and second prize of $100,000 a year for life can decide to collect the prize for a minimum of 20 years or take a lump sum cash payment.
When are the Rhode Island Lottery drawings held?
- Powerball: 10:59 p.m. ET on Monday, Wednesday, and Saturday.
- Mega Millions: 11:00 p.m. ET on Tuesday and Friday.
- Lucky for Life: 10:30 p.m. ET daily.
- Millionaire for Life: 11:15 p.m. ET daily.
- Numbers (Midday): 1:30 p.m. ET daily.
- Numbers (Evening): 7:29 p.m. ET daily.
- Wild Money: 7:29 p.m. ET on Tuesday, Thursday and Saturday.
This results page was generated automatically using information from TinBu and a template written and reviewed by a Rhode Island editor. You can send feedback using this form.
Rhode Island
Pawtucket set to build hundreds of housing units as the next phase of the Tidewater Landing development begins – The Boston Globe
“Many people said it wouldn’t be done or couldn’t be done, and today we are here not only to say it’s getting done, but the funding is secure, and the construction of this infrastructure will begin within the next two months,” Grebien said.
Grebien anticipates the eastern side of the development will be fully built within three to four years, he said.
The work marks a step forward for the project, which had been burdened by persistent inflation in recent years. Rising costs led to a higher price tag than initially anticipated for the complex’s soccer and live entertainment stadium, the project’s first phase. The project relied on public bonds that are set to cost taxpayers more than $130 million over the next three decades.
State officials had originally said its financial support would pay for the stadium and other work around it, but with the difficult economic climate, the state later shifted nearly all of its financial backing to the stadium itself. Still, developer Fortuitous Partners has long said it will see through the rest of the public-private partnership, including hundreds of units of new housing.
“We’ve worked very hard over the last couple years to smooth over obstacles big and small to get us here,” Pawtucket City Council President Terrence Mercer said.
The next phase of the development will focus on a more than 10-acre swath of land along the eastern shore of the Seekonk River, across the water from the stadium, Grebien said. There, development firm Pennrose plans to construct more than 70 units of affordable housing, while Wood Partners plans to build 325 market-rate units, he said.
“The financial stack is there,” Grebien said. “They’re ready to move …. They needed to see the stadium first to make sure it was that successful.”
The stadium has welcomed nearly 250,000 people since it opened in spring 2025, according to Dan Kroeber, managing partner at Fortuitous Partners.
“The evolution of this city, the evolution of Tidewater Landing is really just beginning,” Kroeber said.
For now, the city will build out stormwater infrastructure for that area, as well as “new sections of the public riverwalk, landscaping, lighting, and expanded public recreation spaces,” officials said. Pawtucket will also build a pedestrian bridge to link the development across the river.
“You’ve got the Seekonk River being activated, public and private investment, bringing new pedestrian connections, open space, and critical infrastructure down here — all the ingredients that we need to create a great neighborhood in this area,” said Quinlan Locke, vice president of development at Wood Partners.
According to Grebien, additional housing on the western side of the river, in what is now an unpaved parking lot just north of the stadium, will be built in a future phase. He said about 300 additional units are anticipated on that side of the river.
“Over the next four to five years, you’ll start seeing development on this side, if not sooner, because I think the market will push it,” he said.
Christopher Gavin can be reached at christopher.gavin@globe.com.
-
Pittsburg, PA5 minutes agoWill Howard, Drew Allar Huge Winners of Steelers QB News
-
Augusta, GA12 minutes agoRichmond County school board member Walter H. Eubanks dies
-
Washington, D.C15 minutes agoFirst Nebraska civics bee champion crowned, will head to Washington, D.C. for national competition
-
Cleveland, OH20 minutes agoMax McEnelly Lands High-Profile Matchup With Bo Nickal at RAF
-
Austin, TX27 minutes agoNational Hockey League seeking expansion in Houston and Austin as potential targets
-
Alabama29 minutes agoAlabama hits home with plans for Tuscaloosa 2027 Edge on official visit
-
Alaska35 minutes agoAir Force’s Fightertown Alaska Plan Takes Shape
-
Arizona42 minutes agoArizona man convicted for role in bringing cocaine to Cincinnati, other US locations for over 5 years