"use strict"; document.addEventListener('scroll', initGTMOnEvent); document.addEventListener('mousemove', initGTMOnEvent); document.addEventListener('touchstart', initGTMOnEvent); function initGTMOnEvent(event) { initGTM(); event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered } function initGTM() { if (window.gtmDidInit) { return false; } window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once. const script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; script.onload = () => { dataLayer.push({ event: 'gtm.js', 'gtm.start': new Date().getTime(), 'gtm.uniqueEventId': 0 }); }; // this part ensures PageViews is always tracked script.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-WDW6WGL'; document.head.appendChild(script); } Vanadium Pilot Scale Study Update - Australian Vanadium Limited

Vanadium Pilot Scale Study Update

Testwork demonstrates increased vanadium extraction.

Key Points:

  • Excellent concentrate quality of 1.44% V2O5 generated from initial pilot scale testing of a weathered composite blended feed, reflecting the planned first 5 years of mine process feed.
  • New roast/leach benchscale tests averaging 95% vanadium extraction for pelletised concentrate, a significant improvement from PFS estimates.
  • 550kg of magnetic concentrate generated from pilot test is currently undergoing roast leach optimisation testwork.
  • Pilot scale oxidative roast leach testwork will begin in September.
  • Project environmental approval work, resource updates and economic mining studies all advancing steadily.
Vanadium Pilot Scale Study Update View PDF (561 KB)
Scroll to Top