Ana Sayfa›Dünya›Cannons lost underwater during the Ameri…
🌍 Dünya
Cannons lost underwater during the American Revolution will soon go on display at a Georgia museum
AP News World·🕐 59 dk önce·👁 0 görüntülenme
Terry Koeller inspects cannons, which sunk to the bottom of the Savannah River during the American Revolution, on a rack at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum) 2026-06-03T17:37:30Z SAVANNAH, Ga. (AP) — A museum in Georgia’s oldest city on Wednesday welcomed a truckload of treasures from the earliest period of U.S. history — 17 cannons that experts believe sank to the bottom of the Savannah River during the American Revolution and remained undiscovered for nearly 240 years. Workers carefully hoisted the big guns one-by-one from the back of a truck and wheeled them inside their new home at the Savannah History Museum, which will put them on display just in time for the Fourth of July celebration of America’s 250th birthday. “They look brand new,” said Andrea Farmer, a U.S. Army Corps of Engineers archaeologist who was part of the team that researched and preserved the cannons. “They could pretty much be fired if someone wanted to.” The artifacts were discovered in 2021 when a dredge scooping sediment from the riverbed as part of an Army Corps project to deepen Savannah’s shipping channel pulled up a cannon in its metal jaws. The crew soon dug up two more. In the course of just over a year, a total of 19 cannons were hoisted from the location just downstream from Savannah, which is where Georgia was founded in 1733 as the last of Britain’s 13 American colonies. After being pulled from the river, most of the cannons left Georgia for several years to undergo cleaning and preservation work at a Texas lab. One of the Revolution’s bloodiest battles was fought in Savannah Archaeologists initially assumed the cannons likely dated to the Civil War. But further research indicated they’re likely almost a century older and sank during the buildup to the American Revolution’s bloody siege of Savannah. Savannah was under British occupation in the fall of 1779, when colonists planned an attack to retake the city with help from French allies. When French ships carrying troops were spotted off the Georgia coast, British forces scuttled at least six ships in the Savannah River downstream from the city to block the French vessels. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i The land battle that followed was one of the bloodiest of the war. British forces killed nearly 300 colonial fighters and their allies, and wounded hundreds more. The Savannah History Museum sits right next to the battlefield. Its staff on Wednesday hoisted the cannons, weighing up to 1500 pounds (680 kilograms) apiece, onto custom display mounts that staffers likened to giant wine racks. The cannons will be part of a new exhibit on Savannah’s role in the American Revolution, which is scheduled to open Fourth of July weekend, said Samantha Moss, the museum’s curator. “Our great team has been prepping for months -- building mounts and planning how we can safely display these very large, very special artifacts,” she said. Cleaning the crusty cannons took years Each of the iron cannons emerged from the river covered by a thick crust of mud and minerals. Two were left in that raw state and put on display at the museum. The other 17 were sent to Texas A&M University, which has a lab that specializes in preserving underwater artifacts. Its staff spent years painstakingly cleaning the big guns and coating them in paint and wax to prevent rusting and corrosion. “A lot of them have scour marks on the side from anchors or dredging, so there’s some scarring on the cannons,” said Chris Dostal, a professor of nautical archaeology who leads Texas A&M’s Conservation Research Lab. “But most of them look pretty exceptional.” Most of the cannons arrived with wooden plugs still sealing their bores, which remained packed with cannonballs and gunpowder charges. Dostal said radiocarbon dating of the wooden stoppers placed them roughly in the late 1700s. His team shared the cannons’ measurements and other details with experts in London, who concluded three of them were very likely forged by the British military. The rest appeared to be of French design but bore no telltale markings. Dostal said he suspects those guns may have been cast in America around the time of the war. Other artifacts found with the cannons included pieces of anchors and a portion of a ship’s bronze bell. Like the cannons, none of them bore engravings indicating which ship they came from. That means many details of the cannons’ origins remain a mystery. “You don’t have all of the information,” Farmer said. “You’re trying to piece it together as best as you can.” 获取更多RSS: https://feedx.net https://feedx.site
Terry Koeller inspects cannons, which sunk to the bottom of the Savannah River during the American Revolution, on a rack at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum)Cannons, which sunk to the bottom of the Savannah River during the American Revolution, sit on a rack after arriving at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum)Samantha Moss inspects a cannon, which sunk to the bottom of the Savannah River during the American Revolution, at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum)Terry Koller, Bradford Shields and Joseph Robinson steady a cannon, which sunk to the bottom of the Savannah River during the American Revolution, as it’s hoisted from the bed of a truck at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum)Bradford Shields fastens lifting straps to a cannon, which sunk to the bottom of the Savannah River during the American Revolution, on a flatbed truck at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum)Terry Koeller inspects cannons, which sunk to the bottom of the Savannah River during the American Revolution, on a rack at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum)Cannons, which sunk to the bottom of the Savannah River during the American Revolution, sit on a rack after arriving at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum)Samantha Moss inspects a cannon, which sunk to the bottom of the Savannah River during the American Revolution, at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum)Terry Koller, Bradford Shields and Joseph Robinson steady a cannon, which sunk to the bottom of the Savannah River during the American Revolution, as it’s hoisted from the bed of a truck at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum)Bradford Shields fastens lifting straps to a cannon, which sunk to the bottom of the Savannah River during the American Revolution, on a flatbed truck at the Savannah History Museum in Savannah, Ga., on Wednesday, June 3, 2026. (AP Photo/Russ Bynum)
SAVANNAH, Ga. (AP) — A museum in Georgia’s oldest city on Wednesday welcomed a truckload of treasures from the earliest period of U.S. history — 17 cannons that experts believe sank to the bottom of the Savannah River during the American Revolution and remained undiscovered for nearly 240 years.Workers carefully hoisted the big guns one-by-one from the back of a truck and wheeled them inside their new home at the Savannah History Museum, which will put them on display just in time for the Fourth of July celebration of America’s 250th birthday.“They look brand new,” said Andrea Farmer, a U.S. Army Corps of Engineers archaeologist who was part of the team that researched and preserved the cannons. “They could pretty much be fired if someone wanted to.”The artifacts were discovered in 2021 when a dredge scooping sediment from the riverbed as part of an Army Corps project to deepen Savannah’s shipping channel pulled up a cannon in its metal jaws. The crew soon dug up two more.In the course of just over a year, a total of 19 cannons were hoisted from the location just downstream from Savannah, which is where Georgia was founded in 1733 as the last of Britain’s 13 American colonies.After being pulled from the river, most of the cannons left Georgia for several years to undergo cleaning and preservation work at a Texas lab.Archaeologists initially assumed the cannons likely dated to the Civil War. But further research indicated they’re likely almost a century older and sank during the buildup to the American Revolution’s bloody siege of Savannah.Savannah was under British occupation in the fall of 1779, when colonists planned an attack to retake the city with help from French allies.When French ships carrying troops were spotted off the Georgia coast, British forces scuttled at least six ships in the Savannah River downstream from the city to block the French vessels.
The land battle that followed was one of the bloodiest of the war. British forces killed nearly 300 colonial fighters and their allies, and wounded hundreds more.The Savannah History Museum sits right next to the battlefield. Its staff on Wednesday hoisted the cannons, weighing up to 1500 pounds (680 kilograms) apiece, onto custom display mounts that staffers likened to giant wine racks. The cannons will be part of a new exhibit on Savannah’s role in the American Revolution, which is scheduled to open Fourth of July weekend, said Samantha Moss, the museum’s curator.“Our great team has been prepping for months -- building mounts and planning how we can safely display these very large, very special artifacts,” she said.Each of the iron cannons emerged from the river covered by a thick crust of mud and minerals. Two were left in that raw state and put on display at the museum. The other 17 were sent to Texas A&M University, which has a lab that specializes in preserving underwater artifacts. Its staff spent years painstakingly cleaning the big guns and coating them in paint and wax to prevent rusting and corrosion.“A lot of them have scour marks on the side from anchors or dredging, so there’s some scarring on the cannons,” said Chris Dostal, a professor of nautical archaeology who leads Texas A&M’s Conservation Research Lab. “But most of them look pretty exceptional.”Most of the cannons arrived with wooden plugs still sealing their bores, which remained packed with cannonballs and gunpowder charges. Dostal said radiocarbon dating of the wooden stoppers placed them roughly in the late 1700s. His team shared the cannons’ measurements and other details with experts in London, who concluded three of them were very likely forged by the British military.The rest appeared to be of French design but bore no telltale markings. Dostal said he suspects those guns may have been cast in America around the time of the war. Other artifacts found with the cannons included pieces of anchors and a portion of a ship’s bronze bell. Like the cannons, none of them bore engravings indicating which ship they came from. That means many details of the cannons’ origins remain a mystery.“You don’t have all of the information,” Farmer said. “You’re trying to piece it together as best as you can.”