"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); } Co-operative Research Centre Vanadium Project Update - Australian Vanadium Limited

Co-operative Research Centre Vanadium Project Update

Milestone achievements through the first year of the research grant for vanadium processing.

  • Significant progress achieved from research milestones for the Australian Vanadium Project including:
    • Pyrometallurgical pilot with Metso’s Grate Kiln technology complete and has confirmed its suitability for vanadium, with extractions of up to 94.9% achieved.
    • Hydrometallurgical testwork has demonstrated the effectiveness of the ammonium polyvanadate precipitation process, leading to a high purity product.
    • Characterisation and testwork of variability samples has demonstrated high iron grades of over 60% achievable in concentrates from southern ore blocks.
    • Benchscale reduction-roast testwork has demonstrated that the FeTi coproduct stream can be upgraded to 66% iron, with further work underway using alternative reductants such as green hydrogen.
  • Vanadium electrolyte production and low-grade ore beneficiation work streams ongoing as part of CRC-P, to maximise upstream and downstream benefits.
  • AVL has submitted a vanadium processing circuit patent application based on results achieved as part of the CRC-P.
  • All research work milestones complement progress towards completion of the Bankable Feasibility Study for the Australian Vanadium Project.
Co-operative Research Centre Vanadium Project Update View PDF (702KB)
Scroll to Top