• When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.

Archived

This topic is now archived and is closed to further replies.

Most Highly Decorated Boat Honored with Coin

15 posts in this topic

 

http://www.military.com/features/0,15240,79015,00.html?ESRC=navy-a.nl

 

 

Not a coin but a medal but, oh well, what does the media know.

 

977707-FL_parche_3.jpeg

 

 

 

Most Highly Decorated Boat Honored with Coin

Northwest Territorial Mint | October 21, 2005

After completing nineteen daring deployments over a stunning thirty year career, The U.S.S. Parche, the most decorated boat in U.S. Navy history, lowered her colors for the last time in the fall of 2004.

 

Parche (pronounced PAR-chee) was the last of the Navy’s thirty-seven Sturgeon-class attack submarines to be decommissioned. During her career, Parche earned an unprecedented nine Presidential Unit Citations. Additonally, the sub was awarded ten Navy Unit Commendations and thirteen Navy Expeditionary Medals. Parche also holds the U.S. record for submerged endurance.

 

During one of the boat’s legendary deployments in 1982, under the leadership of Captain Peter Graef, Parche maintained submersion for an amazing 124 days before resurfacing. Demonstrating its remarkable endurance, Parche came close to breaking its own record in 2002, when the boat and her crew completed a 121-day submerged deployment.

 

Many former crewmembers expressed the desire to commemorate Parche after learning she was going to be taken out of active duty after thirty years of service, but one man stepped forward and took up the challenge. In anticipation of Parche’s decommissioning ceremony, Senior Chief Petty Officer Shaun Peirsel, who served on board Parche from May of 2000 until August of this year, spearheaded an effort to have a special commemorative coin made to honor the service of the boat and her crew. “I wanted to do something special to honor the ship’s history and to help carry on her name,” Peirsel said. “The coin seemed to me to be the best way to make it happen.”

 

With this goal in mind, Peirsel began to sketch out the coin’s design. In early 2004, he set out to find a company capable of transforming his vision into reality. After months of scouring the internet, he made contact with Northwest Territorial Mint. Working closely with the company’s design team, he was able to create a unique commemorative coin worthy of Parche’s proud heritage.

 

More than just a symbol of Parche, the 1,100 coins produced by Northwest Territorial Mint exclusively for the boat’s decommissioning were made from metal taken directly from the Parche itself. Eighty-seven of the original 1,100 coins that were produced at Northwest Territorial Mint’s facility in Auburn, Washington were presented in August of 2005 to the members of Parche’s final crew. These eighty-seven coins contained a special reverse and were inscribed with the names of the respective crew members.

 

The remaining 1,013 coins, which were distributed to Parche’s past crew members, featured a more generic reverse and were not inscribed with the names of the recipients. With the original coins distributed, Northwest Territorial Mint has announced plans to mint a second coin commemorating Parche. The new coins will be struck using the same die as the original but will not contain any metal from the boat.

 

The first Parche (SS 384) was commissioned in 1943 and earned acclaim during World War II as part of the Navy’s famous Pacific Submarine Force. During her five years of service, the boat earned two Presidential Unit Citations.

 

“All of us who served on Parche were aware of how important that first boat was,” said Peirsel. “We were proud to continue in that great tradition.”

 

The reverse of the coin that Peirsel helped to design bears the shield of the Parche, inscribed with the Latin phrase “Par Excellence,” the motto shared by both boats.

Parche is depicted returning from her last mission on the coin’s obverse. Flying high above her deck are the Presidential Unit Citation and Navy Unit Commendation flags.

 

The new coin salutes Parche’s outstanding service to the Navy and the nation at large. As he considered the final commemorative coin, Chief Peirsel said “I hope it helps people come to appreciate Parche and how important the ship was to America’s naval history.”

 

 

Sound Off...What do you think? Join the discussion.

977707-FL_parche_3.jpeg.a93a2600522a8737b408e97551ef418f.jpeg

Link to comment
Share on other sites

  • Administrator

977707-FL_parche_3.jpeg

 

The image tag didn't like this url because it says "jpeg" instead of "jpg", so I linked it in HTML.

Link to comment
Share on other sites

977707-FL_parche_3.jpeg

 

The image tag didn't like this url because it says "jpeg" instead of "jpg", so I linked it in HTML.

 

Arch, how do you do that? Please explain as to a child. tongue.gif

Link to comment
Share on other sites

977707-FL_parche_3.jpeg

 

The image tag didn't like this url because it says "jpeg" instead of "jpg", so I linked it in HTML.

 

Arch, how do you do that? Please explain as to a child. tongue.gif

 

 

Here's the HTML tag for an image:

 

<IMG src="......................">

you want to replace the ........ with the url of the picture,which in this case is http://boards.collectors-society.com/attachments//977707-FL_parche_3.jpeg

 

 

-Hayden

Link to comment
Share on other sites

 

//Flying planes - by John Ely

//Modified from: Autumn leaves -script- by Kurt Grigg (kurt.grigg@virgin.net)

//Modified by Dynamic Drive for NS6 functionality

//visit http://www.dynamicdrive.com for this -script

 

//Pre-load your image below!

//CHANGE 5 to the number of images listed below

grphcs=new Array(5)

 

//PRELOAD the involved images (extend or contract variables according to # of images used)

Image0=new Image();

Image0.src=grphcs[0]="http://haydentubbs.com/pictures/misc/plane0.gif"

Image1=new Image();

Image1.src=grphcs[1]="http://haydentubbs.com/pictures/misc/plane1.gif"

Image2=new Image();

Image2.src=grphcs[2]="http://haydentubbs.com/pictures/misc/plane2.gif"

Image3=new Image();

Image3.src=grphcs[3]="http://haydentubbs.com/pictures/misc/plane3.gif"

Image4=new Image();

Image4.src=grphcs[4]="http://haydentubbs.com/pictures/misc/plane4.gif"

 

//SPECIFY number of images to randomly display concurrently from list above. Less the more efficient

Amount=3;

Ypos=new Array();

Xpos=new Array();

Speed=new Array();

Step=new Array();

Cstep=new Array();

ns=(document.layers)?1:0;

ns6=(document.getElementById&&!document.all)?1:0;

ie=document.all

 

if (ns){

for (i = 0; i < Amount; i++){

var P=Math.floor(Math.random()*grphcs.length);

rndPic=grphcs[P];

document.write("+rndPic+");

}

}

else{

document.write('

');

for (i = 0; i < Amount; i++){

var P=Math.floor(Math.random()*grphcs.length);

rndPic=grphcs[P];

document.write(''+rndPic+'');

}

document.write('

');

}

WinHeight=(ns||ns6)?window.innerHeight-70:window.document.body.clientHeight;

WinWidth=(ns||ns6)?window.innerWidth:window.document.body.clientWidth;

for (i=0; i < Amount; i++){

Ypos = Math.round(Math.random()*WinHeight);

Xpos = Math.round(Math.random()*WinWidth);

Speed= Math.random()*5+1;

Cstep=0;

Step=Math.random()*0.1+0.05;

}

function fly(){

var WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight;

var WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth;

var hscrll=(ns||ns6)?window.pageYOffset:document.body.scrollTop;

var wscrll=(ns||ns6)?window.pageXOffset:document.body.scrollLeft;

 

for (i=0; i < Amount; i++){

sy = Speed*Math.sin(Cstep);

sx = Speed*2;

Ypos+=sy;

Xpos+=sx;

if (Xpos > WinWidth){

Ypos=Math.round(Math.random()*WinHeight);

Xpos=-60;

Speed=Math.random()*5+1;

}

 

if (ns){

document.layers['sn'+i].left=Xpos+wscrll;

document.layers['sn'+i].top=Ypos;

}

 

else if (ns6){

document.getElementById("si"+i).style.left=Xpos+wscrll;

document.getElementById("si"+i).style.top=Math.min(WinHeight,Ypos);

}

 

else{

eval("document.all.si"+i).style.left=Xpos+wscrll;

eval("document.all.si"+i).style.top=Ypos;

}

Cstep+=Step;

}

setTimeout('fly()',20);

}

 

if (ie||ns||ns6)

window.onload=fly

//-->

Link to comment
Share on other sites

Hi Victor -- Thanks for bringing this medal to our attention; I really like the design, and it looks very well executed. Can you (or anyone else) help me to understand the significance of the devices, e.g., what do the two columns represent and why are there five stars on the entablature & flags?

 

BTW, I was able to see the photo by opening the attachment, but it was not embedded in the post. AND, there are little airplanes flying across the top of the post. confused.gif

Link to comment
Share on other sites

Hi Victor -- Thanks for bringing this medal to our attention; I really like the design, and it looks very well executed. Can you (or anyone else) help me to understand the significance of the devices, e.g., what do the two columns represent and why are there five stars on the entablature & flags?

 

BTW, I was able to see the photo by opening the attachment, but it was not embedded in the post. AND, there are little airplanes flying across the top of the post. confused.gif

 

You're welcome. Computers are so weird. Gotta love 'em and hate 'em at the same time.

 

The "dolphins" on top are earned by both enlisted (silver) and officers (gold) by qualifying on all submarine systems and divisions. The Enlisted Surface Warfare Specialist is the surface ship equivalent but is less significant than the sub's.

 

The five stars, I presume, represent 5-star excellence. The pillars appear to be dangling from a ribbon.

Link to comment
Share on other sites