Rhode Island
Providence man arrested in connection to narcotics and firearms investigation | ABC6
“);
$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(‘/132916964,22666483375/abc6.com/news’, [300, 250], slotName)
.addService(googletag.pubads())
.setTargeting(“placement”, “gallery”)
.setTargeting(“slide”, slide)
.setTargeting(“post”, ‘5103141’)
.setTargeting(“category”, ‘[“news”,”providence”,”rhode-island”]’)
.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-5103141”).flexslider({
animation: “slide”,
pauseOnHover: true,
prevText: “”,
nextText: “”,
slideshow: false,
controlNav: true,
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();
}
});
PROVIDENCE, R.I. (WLNE) — Rhode Island State Police said a Providence man was arrested after police allegedly discovered multiple narcotics and a gun inside two residences on Sept. 23.
47-year-old Joel Garcia was charged with possession with the intent to deliver over 1 kilogram of fentanyl, possession with the intent to deliver over 1 kilogram of cocaine, possession with the intent to deliver one ounce to one kilogram of methamphetamine, possession with the intent to deliver fentanyl, possession with the intent to deliver cocaine, possession with the intent to deliver methamphetamine, possession of a firearm while committing a controlled substance violation, unlawful possession of a firearm by a prohibited person, and distribution of a controlled substance in a school zone.
According to RISP, police received court-authorized search warrants for two residences in Providence in connection to a narcotics and firearms investigation.
Inside an apartment on Dresser Street, police allegedly seized 1.7 kilograms of fentanyl, 2.3 kilograms of cocaine, and 147 grams of methamphetamine.
Police also searched Garcia’s residence on Portland Street and allegedly seized one fully loaded pistol.
According to police, Garcia had allegedly used the apartment on Dresser Street to “store, package, and distribute large amounts of fentanyl, cocaine and methamphetamine.”
Garcia was arrested and charged.
RISP, Providence police, Cranston police, North Providence police, Johnston police, the Drug Enforcement Administration, and the Rhode Island National Guard Counterdrug Program assisted in the investigation.
Rhode Island
Dominican national sentenced for role in California to Rhode Island drug trafficking conspiracy after 8 kilos of cocaine, 2.2 kilos of fentanyl seized
PROVIDENCE – A Dominican national and Rhode Island resident has been sentenced in federal court in Rhode Island for his role in a drug trafficking conspiracy that involved shipping 10 parcels of cocaine and fentanyl to Rhode Island through two different private commercial mail carriers, announced United States Attorney Charles Calenda.
Nelson Reyes Luciano, 41, was sentenced by U.S. District Court Judge Mary McElroy to 78 months of imprisonment to be followed by 5 years of supervised release and a $300 special assessment.
“Trafficking fentanyl and cocaine is a dangerous and deliberate act that claims lives within Rhode Island and communities throughout our country,” said United States Attorney Calenda. “This sentence should send a clear message to those who chose to engage in this type of criminal conduct that we will investigate, prosecute, and hold them accountable. I commend the dedicated prosecutors in our office, along with our law enforcement partners, for their relentless efforts in this case and their continued work in removing dangerous criminals from our streets and bringing them to justice.”
According to court documents, over a six-week period beginning in February 2022, Reyes Luciano shipped multiple packages containing cocaine and fentanyl from California to the Providence, Rhode Island home of co-conspirator Rosangeles Bueno. Bueno was charged and convicted in a separate case in the District of Rhode Island, No. 22-cr-00090-WES-PAS.
The defendant and co-conspirator Bueno regularly communicated about the shipments of the drugs sent to her home and her receipt and storage of the drugs. During execution of a court-authorized search warrant at Bueno’s home, law enforcement found cocaine and fentanyl as well as scales, baggies, presses, molds, and respirators that are used for packaging drugs for distribution. Reyes Luciano is responsible for the receipt of approximately eight kilograms of cocaine and 2.2 kilograms of fentanyl.
Reyes Luciano pleaded guilty on December 9, 2025 to conspiracy to distribute and possess with intent to distribute fentanyl and cocaine, and possession with intent to distribute fentanyl and cocaine.
“This sentence puts Reyes Luciano’s drug trafficking aspirations to an end. Reyes Luciano and his co-conspirator attempted to use commercial mail carriers to bring dangerous drugs into Rhode Island, but through the vigilance of these companies, their scheme was exposed. HSI is partnering with local, federal, and private sector partners to take on the challenge of drug trafficking on all fronts,” said Homeland Security Investigations New England Acting Special Agent in Charge Jeffrey Grimming.
The case was prosecuted by Assistant U.S. Attorneys Denise Barton and Stacey Erickson.
The matter was investigated by Homeland Security Investigations, with the assistance of the DEA, and Warwick, Newport, Central Falls, and Providence Police Departments.
Rhode Island
7 Prettiest Downtown Strips In Rhode Island
Rhode Island is small enough that almost every town seems to sit on water, whether it’s Narragansett Bay, the Atlantic, the Sakonnet River, or one of their inlets. That geography shapes every downtown on this list. In Jamestown, it’s a one-minute walk from the coffee shop to the ferry dock. In New Shoreham, the Empire Theatre has been running on Block Island since 1882. Here are seven of the prettiest downtown strips in the state.
Jamestown
A distinctive feature of Jamestown is that it sits entirely on Conanicut Island. The benefit is that downtown is just steps from the water. A walk along Narragansett Avenue will take you past Out of the Box Studio & Gallery on adjoining Clinton Avenue. This community arts spot showcases the work of both professional and up-and-coming artists, with rotating exhibits that keep the gallery lively.
Locals appreciate the café for its pub fare (crispy fish sandwiches and Philly cheesesteaks) and for almost-nightly events, from trivia to cover rock shows. Then walk up Conanicus Avenue to East Ferry Beach, a small cove where you can cast from the pier or relax on the sand.
Wickford
Wickford, a village within North Kingstown on the west side of Narragansett Bay, has one of the most intact colonial downtowns in New England. The grid of 18th-century houses along Brown Street and Main Street runs straight down to Wickford Harbor, where the village’s small marina fills with sailboats in summer. The Old Narragansett Church, built in 1707, is one of the oldest Episcopal churches still standing on its original site in the United States, and Smith’s Castle, a 1678 plantation house just north of town, is a landmark of early Rhode Island history.
The village’s commercial streets pack a lot of shopping and dining into a small footprint. Wilson’s of Wickford carries New England preppy and nautical goods in an old general-store space. Tavern by the Sea has a waterfront patio overlooking the harbor. The Wickford Art Association runs a gallery on Main Street and puts on the Wickford Art Festival each July, which has drawn juried artists to the village since 1962. Ryan Park, a few minutes inland, covers roughly 270 acres of trails and wetlands.
Bristol
Bristol rewards a day on foot. A trip down Hope Street makes for a solid mix of culture, shopping, and dining. The Bristol Art Museum is a good first stop for rotating exhibits and occasional painting and photographic-process workshops. Nearby is a stretch of restaurants that border Bristol Harbor. The Thames Waterside Bar & Grill lives up to its name with seafood and cocktails close to the shore. Boats sail by during the daytime before the skyline lights up as the sun descends, making the view of the harbor hard to beat.
Moving south down the street, a few minutes will bring you to Rockwell Park, a small but popular public space where you can get a close view of the boats tied up in the harbor. Moving back into town along John Street will bring you to Hope Street, where you can do some shopping. A stop at Jesse James Antiques near the junction of Hope and State Street will reveal fine French and European antiques that could add the perfect touch to your home.
Narragansett
Narragansett puts dining steps from the coast. A few shops sit just off Beach Street, like Shell Boutique, a seashell specialty store and a popular gift stop. Close to Shell Boutique is Queen of Cups, a local favorite for coffee, tea, and sweets. For dinner, head south to Kingstown Road and the seafood restaurant Celeste, known for calamari, charred octopus, and flounder.
Moving east from here to Ocean Road, you will find Memorial Square and nearby The Towers. This intersection is a fantastic photo spot that features a fish-themed town fountain. Finally, you can head north for just a few minutes to Narragansett Town Beach, a sandy seaside spot popular with surfers but open to anyone who wants to hit the water or relax on the shore.
Watch Hill
The best part about living in Watch Hill is how close shopping, dining, and the nearby coastal shores are to each other. Those traveling along Bay Street will find a streak of stores for every need. Island Outfitters is particularly appropriate for those in town, as they sell coastal gear for both men and women, ranging from stylish sweaters to denim pants and summer shorts. As you continue on to Bluff Avenue, you can find oceanside dining at The Bistro, which provides views of the Atlantic while you enjoy classic seafood like crab cake and seared salmon.
Just steps away, you will find sandy shores looking out onto Block Island Sound. The beach runs to Watch Hill Lighthouse, a local landmark that today operates as a museum showcasing the lighthouse’s history in the area. This combination of oceanside relaxation with convenient shopping and dining destinations makes for a beautiful afternoon in town.
Tiverton
Tiverton is an oceanside destination where shopping and dining happen alongside the water, creating a relaxing downtown vibe. On the west side of Tiverton, you can enjoy upscale dining over lamb stroganoff and hard-shell lobster at Boathouse Waterfront Dining. The restaurant offers waterside dining with views of Mt. Hope Bay. As you move onto Main Road, you can find other places to spend your day. Coastal Roasters serves matcha lattes and cocoa for casual days along the water.
Those hoping to get closer to the water can head to Ginnell’s Beach just a few minutes south of Coastal Roasters. The beach was renovated in 2019 with a new bathhouse and a promenade that runs to the Sakonnet River. You can also head east on Lawton Avenue until you reach Ft Barton Woods on Highland Rd to see the Revolutionary War-era remnants of Fort Barton. This park includes an observation tower with panoramic views of Narragansett Bay and around 3.5 miles of trails, all just across from Town Hall.
New Shoreham
New Shoreham, Rhode Island’s only incorporated Block Island town, packs its whole downtown into a few blocks of Water Street above the ferry landing. Ballard’s Beach Resort is the closest sand to the harbor and a popular spot for sunbathing or swimming. The beach sits next to the Old Harbor Historic District, where Water Street reveals buildings dating to the mid-1800s. Visitors enjoy downtown’s walking tours, featuring churches, hotels, and theaters with histories dating back over a century.
One example of these storied buildings is the Empire Theatre, built in 1882 and, over the years, serving as a roller skating rink, playhouse, and movie theater. If you are hungry, Rebecca’s Seafood is a long-running local spot on Water Street. The menu runs from tuna steak sandwiches to classic omelets, French toast breakfasts, and chicken wraps.
Downtowns Worth The Walk
Wherever you land in Rhode Island, the water is usually nearby. Bristol, Jamestown, New Shoreham, and the rest each pair a walkable downtown with a harbor or shoreline view. If you are looking for the prettiest downtowns in the state, start with these seven.
Rhode Island
Varsity 8, First Varsity 4 Lead the Way Against Delaware, Holy Cross – University of Rhode Island
Rhode Island’s First and Second Varsity 8+ boats and its Varsity 4+ boat won their morning and afternoon races in Saturday’s dual races against Holy Cross and Delaware in Worcester, Mass.
The First Varsity 8+ boat featured Lily Stasaitis (coxswain), Bethany Nordstrom, Nora Lake, Liz Mayer, Sierra Munroe, Sasha Hanewald, Emma Barnhart, Charlotte Aeder, and Brigid McShea. This group paced Delaware by 12 seconds in the morning race and seven seconds in the afternoon to take both races.
The Second Varsity 8+ races were closely contested with Rhode Island edging out Delaware by three seconds in the morning and less than two seconds in the afternnon. The boat included Rachel Bauhaus (coxswain), Danika Rogers, Emma Larsh, Amanda Cubit, Sage Sabatino, Anna Kann, Payton Klein, Abigail Galayda, and Anna Smith.
The Varsity 4+ boat of Kate Sullivan (coxswain), Irma Accius, Lucy Lyons, Maddy Papik, and Sophia Thyer narrowly defeated Holy Cross by two seconds to take morning race and paced the Crusaders by two seconds in the afternoon.
Rhode Island Racing Results
Morning Races
9:30 a.m. – Featuring Rhode Island’s Second Varsity 4+ & Third Varsity 4+
- Boston University – 7:48.3
- URI Second Varsity 4+ – 8:01.49
- Delaware – 8:04.33
- URI Third Varsity 4+ – 8:21.73
- Holy Cross – 8:29.36
9:40 a.m. – Featuring Rhode Island’s First Varsity 4+
- URI – 7:48.2
- Delaware – 7:48.99
- Holy Cross – 7:59.82
9:50 a.m. – Featuring Rhode Island’s Second Varsity 8+
- URI – 7:03.05
- Delaware – 7:06.5
- Holy Cross – 7:06.56
- Boston University 1 – 7:13.8
- Boston University 2 – 7:18.11
10 a.m. – Featuring Rhode Island’s First Varsity 8+
- URI – 6:46.34
- Delaware – 6:58.69
- Holy Cross – 7:11.45
Afternoon Races
11:20 a.m. – Featuring Rhode Island’s Second Varsity 4+, Third Varsity 4+
- Boston University 1 – 7:47.3
- Boston University 2 – 7:53.6
- URI Second Varsity 4+ – 7:59.8
- Delaware – 8:01.0
- Boston University 3 – 8:08.7
- URI Third Varsity 4+ – 8:23.4
11:30 a.m. – Featuring Rhode Island’s First Varsity 4+
- URI – 7:51.3
- Holy Cross – 7:53.3
- Delaware – 8:00.1
11:40 a.m. – Featuring Rhode Island’s Second Varsity 8+
- URI – 7:02.4
- Delaware – 7:04.2
- Holy Cross 1 – 7:09.3
- Boston University – 7:22.4
- Holy Cross – 8:07.9
11:50 a.m. – Featuring Rhode Island’s First Varsity 8+
- URI – 6:49.2
- Delaware – 6:55.8
- Holy Cross – 7:10.3
-
Culture14 seconds agoWhere Have All the Book Reviews Gone?
-
Lifestyle6 minutes ago7 ‘Body Types’ in the Met’s ‘Costume Art’ Fashion Exhibition
-
Technology18 minutes agoThe Verge’s 2026 Mother’s Day gift guide
-
World24 minutes agoDeath toll from Colombia bus bombing rises to 20 during wave of violence
-
Politics30 minutes agoWhite House Correspondents’ Dinner shooting latest in years of attacks targeting Trump, conservatives
-
Health36 minutes agoBacteria in your mouth may travel to the gut and trigger stomach cancer, research finds
-
Sports42 minutes agoTNA wrestling star Xia Brookside gets baptized: ‘A new chapter’
-
Technology48 minutes agoMaryland moves to ban surveillance pricing in grocery stores