|
|
|
'
},
position: {
target: $(document.body), // Position it via the document body...
corner: 'center' // ...at the center of the viewport
},
show: {
when: 'click', // Show it on click
solo: true // And hide all other tooltips
},
hide: false,
style: {
width: { max: 350 },
padding: '14px',
border: {
width: 9,
radius: 9,
color: '#666666'
},
name: 'light'
},
api: {
beforeShow: function()
{
// Fade in the modal "blanket" using the defined show speed
$('#qtip-blanket').fadeIn(this.options.show.effect.length);
},
beforeHide: function()
{
// Fade out the modal "blanket" using the defined hide speed
$('#qtip-blanket').fadeOut(this.options.hide.effect.length);
}
}
});
// Create the modal backdrop on document load so all modal tooltips can use it
$('')
.css({
position: 'absolute',
top: $(document).scrollTop(), // Use document scrollTop so it's on-screen even if the window is scrolled
left: 0,
height: $(document).height(), // Span the full document height...
width: '100%', // ...and full width
opacity: 0.7, // Make it slightly transparent
backgroundColor: 'black',
zIndex: 5000 // Make sure the zIndex is below 6000 to keep it below tooltips!
})
.appendTo(document.body) // Append to the document body
.hide(); // Hide it initially
});
|
|
|
|
|
|
You are here » Home Page
» News
» South African Mining Resources worth R29.6-trillion
South African Mining Resources worth R29.6-trillion
2012-11-15
source own
In response to a question in the South African parliament the Mineral Resources Minister Susan Shabangu said that the mineral resource wealth in South Africa had an estimated wealth of R29.6-trillion.
Between the period of 1989 to 2010 the value of primary mineral sales both local and export was R2.6-trillion according to data issued by the South African Department of Mineral Resources. During the same period the total number of sales for processing minerals was R580-billion.
In 2011 the mining sector in SA contributed directly just over R1.9-trillion to its gross GDP. In 2011 total the total sale of all commodities reached R370-billion.
In a breakdown down of South Africa's Mineral Wealth resources the worth of its different resources were:
Platinum at R13.28-trillion Coal at R6.64-trillion Palladium at R3.29-trillion. Gold at R3.29-trillion Titanium at R1.63-trillion Grade A copper at R680-billion Nickel at R478-billion Foundry-grade Zircon at R302-billion Zinc at R209-billion 
Click here to view our BricPartner movie for the Mining Industry in the Bric region Disclaimer: This information has been collected through secondary research and BricPartner is not responsible for any errors.
|
|
|
|