Superior Copper

spc-banner


Cenit Corporation has changed it's name to Superior Copper Corporation in honour of Lake Superior, one of the regions we focus our exploration activity.

With the name change is a new logo and a new TSX-V ticker symbol: SPC.V

A new website is coming soon: superiorcopper.ca

Visitors will be redirected to this website until the new one is launched.

Downloads

The Technical Reports and Corporate Filings can be accessed through www.sedar.com.

Investor Presentation      

 Superior Copper Corporate Overview 

*Updated on January 26, 2012

 

 

Fact Sheet

Cenit Fact Sheet

 

Technical Reports

 NI 43-101 for Coppercorp Mine Property 

 

Cenit Corporation

Cenit Corporation is a Canadian-based exploration company currently listed as a Tier 2 Resource Issuer that trades on the TSX-Venture Exchange under the symbol CNT. The company’s primary objective is to explore highly prospective base metal projects, particularly copper, to meet the increasing global demand. The company has two focal exploration projects; the Coppercorp Mine Property in Ontario and the Rivière Doré Project in Québec.

Projects

cenit_properties          

Coppercorp Mine Property               
Sault St. Marie, Ontario
Iron-Oxide-Copper-Gold (IOCG)
Cu-Au-Ag-REE
Learn More


The Rivière Doré

Val d'Or, Quebec 
Layered Mafic Intrusion
Cu-Ni-Au-PGE
Learn More

 

Highlights

In Progress - A drill program testing the Kincaid Breccia is underway at the Batchawana Copper Project.

November 2011 - Acquired the Baseline Property, 4 claims covering 4.5 square kilometers contiguous with the Batchawana Copper Project and directly west of the Kincaid Breccia.

October 2011 - The SB Zone drill program consisting of 6 holes totalling 980m was completed at the Batchawana Copper Project. Best results include:

- BCP-19-11 intercepted 4.8 meters of 7.27% Cu and 144.5 g/t Ag

- BCP-24-11 intercepted 3.0 meters of 3.97% Cu and 65.2 g/t Ag as well as 3.2 meters of 3.18% Cu and 70.5 g/t Ag at 39.9 meters further down hole.

For more information and results Click Here

October 2011 - Surface sampling and mapping at the Batchawana Copper Project was completed for 2011.

- 18.7% and 51.6% Cu grab samples and 2.17% Cu over 2 meters from channel sampling of the original Coppercorp Mine’s North Extension.

- 4.94% Cu over 3m width and 8m length at the B Zone north exposure. 2.84% Cu over 3m for a strike length of 17m the B Zone southern exposure. Grab samples from the area returned up to 15.8% Cu.

- 3.44% Cu, 29.6 g/t Ag and 0.184 g/t Au grab samples returned from the Kincaid Breccia.

August 2011 - The B Zone drill program comprising 14 drill holes totaling approximately 1,200 meters was completed at the Batchawana Copper Project. The best results include:

- BCP-1-11 intercepted 5.58 meters of 1.97% Cu and 20.85 g/t Ag

- BCP-4-11 intercepted 3.65 meters of 1.4% Cu and 3.9 g/t Ag

For more information and results Click Here

July 2011 - Diamond drilling commenced at the Batchawana Copper Property to test the B Zone, SB Zone, the Kincaid Breccia, and the depth extension of the past-producing Coppercorp Mine C Zone.

May and July 2011 - Through three acquisition agreements with Mundiregina Resources Canada Inc., Cenit obtained a 100% interest in 256 claims covering 14,966 hectares in the Riviere Dore area.

July 2011 - An additional 60 contiguous claim units were staked at the Batchawana Copper Property to the south extending coverage of the expected Coppercorp Mine trend and to the north covering the Kincaid Breccia.

June 2011 - 2-year Exploration Agreement signed with the Batchewana First Nations.

More Articles...

Page 1 of 2

Start
Prev
1

Investor Presentations

Cenit Corporate Presentation files are available for download and view in pdf format. Click below to view these files.

corporatepres_btn                               

Share Structure

as of August 2011

Common Shares O/S:
61,154,269

Warrants:
21,842,736

Options:
3,700,000

Fully Diluted:
86,697,005

Latest News

get( 'catid' ) ); $secid = trim( $params->get( 'secid' ) ); $show_introtext = $params->get( 'show_introtext', 0 ); $show_date = $params->get( 'show_date', 0 ); $show_date_type = $params->get( 'show_date_type', 0 ); $thumb_embed = intval( $params->get( 'thumb_embed', 0 ) ); $thumb_width = intval( $params->get( 'thumb_width', 32 ) ); $thumb_height = intval( $params->get( 'thumb_height', 32 ) ); $limit = intval( $params->get( 'limit', 200 ) ); $loadorder = intval( $params->get( 'loadorder', 1 ) ); $show_more_in = intval( $params->get( 'show_more_in', 0 ) ); $show_more_type = intval( $params->get( 'show_more_type', 0 ) ); $show_date_in_introtext = intval( $params->get( 'show_date_in_introtext', 0 ) ); $allowed_tags = ""; $image_path = $params->get( 'image_path', 'images/stories' ); $document=& JFactory::getDocument(); if($document->getType() == 'html') { global $mainframe; $document->addCustomTag(''); } if($show_introtext) { if ($thumb_embed) { /* Regex tool for finding image path on img tag - thx to Jerson Figueiredo */ preg_match_all("##", modLatestNewsHelperPlusDate::unhtmlentities(html_entity_decode(htmlentities($item->introtext))), $txtimg); if (!empty($txtimg[0])) { foreach ($txtimg[0] as $txtimgel) { $item->introtext = str_replace($txtimgel,"",$item->introtext); if ( strstr($txtimgel, $image_path) ) { if (strstr($txtimgel, 'src="/')) { preg_match_all("#src=\"\/" . addslashes($image_path) . "\/([\:\-\/\_A-Za-z0-9\.]+)\"#",$txtimgel,$txtimgelsr); } else { preg_match_all("#src=\"" . addslashes($image_path) . "\/([\:\-\/\_A-Za-z0-9\.]+)\"#",$txtimgel,$txtimgelsr); } if (!empty($item->images)) { $item->images = $txtimgelsr[1][0] . "\n" . $item->images; } else { $item->images = $txtimgelsr[1][0]; } }elseif (preg_match_all("#http#",$txtimgel,$txtimelsr,PREG_PATTERN_ORDER) > 0) { preg_match_all("#src=\"([\-\/\_A-Za-z0-9\.\:]+)\"#",$txtimgel,$txtimgelsr); if (!empty($item->images)) { $item->images = $txtimgelsr[1][0] . "\n" . $item->images; } else { $item->images = $txtimgelsr[1][0]; } } } } } // end of thumbnail processing $item->introtext= preg_replace("/{[^}]*}/","",$item->introtext); // stripped html by default $item->introtext = strip_tags(modLatestNewsHelperPlusDate::unhtmlentities($item->introtext),$allowed_tags); if($limit > 0) { $item->introtext = modLatestNewsHelperPlusDate::lnd_limittext($item->introtext,$limit); } echo '
'; if ($loadorder == 1) { echo modLatestNewsHelperPlusDate::lnd_showThumb($item->images,$item->image,$params,$item->itemid,$item->id); } echo ''.$item->text.''; echo '
'; if($show_date_in_introtext) { if($show_date==1) { switch($show_date_type) { case 1: echo ""; echo date("d F Y", strtotime($item->created)); echo "
"; break; case 2: echo ""; echo date("H:i", strtotime($item->created)); echo "
"; break; default: echo ""; echo date("d F Y H:i", strtotime($item->created)); echo "
"; break; } } } if ($loadorder == 0) { modLatestNewsHelperPlusDate::lnd_showThumb($item->images,$item->image,$params,$item->itemid,$item->id); } echo html_entity_decode(htmlentities($item->introtext)); echo '
'; echo '
'; } echo '
'; $show_date = $params->get( 'show_date', 0 ); $show_date_type = $params->get( 'show_date_type', 0 ); ?>
  • created)); break; case 2: echo date("H:i", strtotime($item->created)); break; default: echo date("F d, H:i", strtotime($item->created)); break; } } ?>
  • created)); break; case 2: echo date("H:i", strtotime($item->created)); break; default: echo date("F d, H:i", strtotime($item->created)); break; } } ?>
  • created)); break; case 2: echo date("H:i", strtotime($item->created)); break; default: echo date("F d, H:i", strtotime($item->created)); break; } } ?>
  • created)); break; case 2: echo date("H:i", strtotime($item->created)); break; default: echo date("F d, H:i", strtotime($item->created)); break; } } ?>
  • created)); break; case 2: echo date("H:i", strtotime($item->created)); break; default: echo date("F d, H:i", strtotime($item->created)); break; } } ?>
=1 AND (section>=1 OR section='com_content') AND access <= " . (int) $my->gid ." $where"; $database->setQuery($query); } $rows = $database->loadObjectList(); if(count($rows)) { echo '
'; echo "More in: "; foreach($rows as $row) { $_Itemid = ""; if ($_Itemid == "") { $database->setQuery( "SELECT sectionid, catid " ."FROM #__content WHERE id='$row->id'" ); $iid = null; $database->loadObject( $iid ); if($show_more_type) { $database->setQuery("SELECT id " ."FROM #__menu " ."WHERE type='content_blog_category' AND published='1' AND link='index.php?option=com_content&task=blogcategory&id=$row->id'"); $_Itemid = $database->loadResult(); } else { $database->setQuery("SELECT id " ."FROM #__menu " ."WHERE type='content_category' AND published='1' AND link='index.php?option=com_content&task=category§ionid=$row->section&id=$row->id'"); $_Itemid = $database->loadResult(); } $row->itemid = ($_Itemid)?"&Itemid=$_Itemid":"Itemid=0"; if($show_more_type) { $link = JRoute::_('index.php?view=category&layout=blog&id='.$row->id.':'.$row->title.$row->itemid); $more[] = ''.$row->title.''; } else { $link = JRoute::_('index.php?view=category&id='.$row->id.':'.$row->title.$row->itemid); $more[] = ''.$row->title.''; } } } echo implode( ', ', $more ); echo '
'; } } else { if($secid) { $secids = explode( ',', $secid ); JArrayHelper::toInteger( $secids ); $where = "AND ( section=" . implode( " OR section=", $secids ) . " )"; if($where) { $query = "SELECT id, title, section FROM #__categories WHERE published=1 AND count>=1 AND section>=1 AND access <= " . (int) $my->gid ." $where"; $database->setQuery($query); } $rows = $database->loadObjectList(); if(count($rows)) { echo '
'; echo "More in: "; foreach($rows as $row) { $_Itemid = ""; if ($_Itemid == "") { $database->setQuery( "SELECT sectionid, catid " ."FROM #__content WHERE id='$row->id'" ); $iid = null; $database->loadObject( $iid ); if($show_more_type) { $database->setQuery("SELECT id " ."FROM #__menu " ."WHERE type='content_blog_category' AND published='1' AND link='index.php?option=com_content&task=blogcategory&id=$row->id'"); $_Itemid = $database->loadResult(); } else { $database->setQuery("SELECT id " ."FROM #__menu " ."WHERE type='content_category' AND published='1' AND link='index.php?option=com_content&task=category§ionid=$row->section&id=$row->id'"); $_Itemid = $database->loadResult(); } global $Itemid; $row->itemid = ($_Itemid)?"&Itemid=$_Itemid":"Itemid=0"; if($show_more_type) { $link = JRoute::_('index.php?view=category&layout=blog&id='.$row->id.':'.$row->title.$row->itemid); $more[] = ''.$row->title.''; } else { $link = JRoute::_('index.php?view=category&id='.$row->id.':'.$row->title.$row->itemid); $more[] = ''.$row->title.''; } } } echo implode( ', ', $more ); echo '
'; } } } } ?>