/** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ /** * Twenty Twenty-Five functions and definitions. * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package WordPress * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ // Adds theme support for post formats. if ( ! function_exists( 'twentytwentyfive_post_format_setup' ) ) : /** * Adds theme support for post formats. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_post_format_setup() { add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) ); } endif; add_action( 'after_setup_theme', 'twentytwentyfive_post_format_setup' ); // Enqueues editor-style.css in the editors. if ( ! function_exists( 'twentytwentyfive_editor_style' ) ) : /** * Enqueues editor-style.css in the editors. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_editor_style() { add_editor_style( get_parent_theme_file_uri( 'assets/css/editor-style.css' ) ); } endif; add_action( 'after_setup_theme', 'twentytwentyfive_editor_style' ); // Enqueues style.css on the front. if ( ! function_exists( 'twentytwentyfive_enqueue_styles' ) ) : /** * Enqueues style.css on the front. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_enqueue_styles() { wp_enqueue_style( 'twentytwentyfive-style', get_parent_theme_file_uri( 'style.css' ), array(), wp_get_theme()->get( 'Version' ) ); } endif; add_action( 'wp_enqueue_scripts', 'twentytwentyfive_enqueue_styles' ); // Registers custom block styles. if ( ! function_exists( 'twentytwentyfive_block_styles' ) ) : /** * Registers custom block styles. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_block_styles() { register_block_style( 'core/list', array( 'name' => 'checkmark-list', 'label' => __( 'Checkmark', 'twentytwentyfive' ), 'inline_style' => ' ul.is-style-checkmark-list { list-style-type: "\2713"; } ul.is-style-checkmark-list li { padding-inline-start: 1ch; }', ) ); } endif; add_action( 'init', 'twentytwentyfive_block_styles' ); // Registers pattern categories. if ( ! function_exists( 'twentytwentyfive_pattern_categories' ) ) : /** * Registers pattern categories. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_pattern_categories() { register_block_pattern_category( 'twentytwentyfive_page', array( 'label' => __( 'Pages', 'twentytwentyfive' ), 'description' => __( 'A collection of full page layouts.', 'twentytwentyfive' ), ) ); register_block_pattern_category( 'twentytwentyfive_post-format', array( 'label' => __( 'Post formats', 'twentytwentyfive' ), 'description' => __( 'A collection of post format patterns.', 'twentytwentyfive' ), ) ); } endif; add_action( 'init', 'twentytwentyfive_pattern_categories' ); // Registers block binding sources. if ( ! function_exists( 'twentytwentyfive_register_block_bindings' ) ) : /** * Registers the post format block binding source. * * @since Twenty Twenty-Five 1.0 * * @return void */ function twentytwentyfive_register_block_bindings() { register_block_bindings_source( 'twentytwentyfive/format', array( 'label' => _x( 'Post format name', 'Label for the block binding placeholder in the editor', 'twentytwentyfive' ), 'get_value_callback' => 'twentytwentyfive_format_binding', ) ); } endif; add_action( 'init', 'twentytwentyfive_register_block_bindings' ); // Registers block binding callback function for the post format name. if ( ! function_exists( 'twentytwentyfive_format_binding' ) ) : /** * Callback function for the post format name block binding source. * * @since Twenty Twenty-Five 1.0 * * @return string|void Post format name, or nothing if the format is 'standard'. */ function twentytwentyfive_format_binding() { $post_format_slug = get_post_format(); if ( $post_format_slug && 'standard' !== $post_format_slug ) { return get_post_format_string( $post_format_slug ); } } endif; lithium

Home

Video Play Icon

Sustainable Lithium Extraction Summit

November 05- November 06, 2024

Long Island, California

The demand for electric vehicles (EVs) is skyrocketing, and with it, the need for a responsible and sustainable lithium supply chain. Join us at the Sustainable Lithium Extraction Summit, curated by Group Futurista, for a unique opportunity to shape the future of lithium extraction.


Request Agenda


Sponsorship


Attend Event

Animation Arrow

About

This summit brings together the brightest minds in the industry- from leading companies and researchers to environmental advocates and policymakers. Here, you’ll be at the forefront of discussions on innovative technologies and methodologies that can dramatically reduce the environmental impact of lithium extraction. Don’t miss this chance to be a catalyst for change! Join us at the Sustainable Lithium Extraction Summit in Long Island, California, and help us ensure a responsible and thriving future for lithium.
icon-n
Explore cutting-edge Direct Lithium Extraction (DLE) technologies that have the potential to revolutionize the industry.
Group 6584
Engage in critical dialogue with your peers on responsible sourcing and sustainable practices.
Layer 1
Network and collaborate with key stakeholders to develop a roadmap for the future.

About The Event.

The Nexgen Banking Summit, scheduled for October 23rd and 24th, 2024 at the Hilton Hotel in London, brings together industry leaders, banking institutions, and technology companies. This pivotal event explores how cutting-edge technologies—such as AI, biometrics, and open banking—are reshaping the financial landscape. As banks adapt to these transformative forces, attendees gain insights into innovative strategies, regulatory compliance, and customer-centric approaches that will define the future of banking.

Summit on Future of Banking

Speakers.

Meet our incredible lineup of speakers

Franco Amalfi

Franco Amalfi

Director, Sustainability Strategic Initiatives and Partners

Capgemini

Dario Arias

Dario Arias

International seasoned legal counsel &founderof the Institute for the Development of Sustainable Mining (IDEMIS) of Universidad Católica de Salta (UCASAL), Argentina.

Institute for the Development of Sustainable Mining (IDEMIS)

Frank Nikolic

Frank Nikolic

Vice President for Base and Battery Metals North America

CRU Group

Michael A. McKibben

Michael A. McKibben

Research Professor

Dept. of Earth & Planetary Sciences, Universityof California

Randolph Rice

Randolph Rice

President/CEO

Rockee Resources Inc.

Prof. Simon Litsyn

Prof. Simon Litsyn

Co-founder & CEO

XtraLit Ltd

Prof. Amir Razmjou

Prof. Amir Razmjou

Head of Mineral Recovery Research Centre (MRRC)

School of Engineering, Edith Cowan University, Joondalup, Perth, WA 6027, Australia


Interested in Speaking?

Attend

Fast Track to the Future: Join the World’s Leading Lithium Extraction Event in California!

Who Should Attend?

CXOs, VPs, Directors, Head & Managers of

AI-Powered Banking Summit

  • Digital Banking
  • Customer Insights Analyst
  • Identity and Access Management
  • Customer Experience
  • Digital Onboarding
  • Digital Innovation
  • Digital Officers
  • Digital Transformation
  • Client onboarding
  • Innovation
  • Digital Service Delivery
  • Digitalization
  • Digital Engagement
  • Digital Channels
  • Data Analytics
  • Data Strategy
  • Data Science
  • Data Quality
  • Technology
  • Innovation
  • Operations Intelligence
  • Transformational Excellence
  • Operational Improvement
  • Client Solutions
  • People Officer
  • Fraud Management
  • Risk
  • Compliance
  • Artificial Intelligence
  • Emerging Technologies

Interested in
Speaking?

Are you a visionary in the Fintech space or a banking leader shaping the industry with AI? The NexGen Banking Summit invites you to submit your proposal to speak on a variety of topics, including:


  • AI-driven personalization in banking

  • Explore how AI tailors banking experiences, from personalized product recommendations to customized financial advice.

  • The Future of Financial Security with AI.

  • Leveraging Fintech Solutions for a Seamless Customer Experience.

  • Biometrics: Explore the role of biometric authentication (such as fingerprint or facial recognition) in enhancing security and user experience.

  • Open Banking and API Management: The implications of open APIs for collaboration, data sharing, and ecosystem development.

and more.

Fill out a short form if you’re interested in speaking, and we will get in touch with you.


Yes, I’m interested!

Why Attend?

Discover the latest advancements in Direct Lithium Extraction (DLE) technologies.

Network with industry leaders, researchers, and policymakers shaping the future of lithium.

Find clarity on evolving environmental regulations and compliance standards.

Gain valuable insights through the latest research and advancements in sustainable lithium extraction methods.

Forge connections and build partnerships to accelerate the transition towards a sustainable energy future.

Showcase your organization’s sustainable technologies, solutions, and initiatives to a targeted audience.


Register Now

cropd

Who Should Attend?

who attend

CXOs, VPs, Directors Head & Managers of :

  • Sustainability
  • Environmental Compliance
  • Lithium Extraction Engineer
  • ESG Specialist
  • Renewable Energy
  • Sustainable Supply Chain
  • Responsible Sourcing Coordinator
  • Circular Economy
  • Carbon Footprint Analyst
  • Community Relations
  • Water Management Engineer
  • Lithium Recovery Technologist
  • Zero-waste Process Engineer
  • Recycling Program
  • Supply Chain Transparency
  • Corporate Social Responsibility

The NexGen Banking Summit empowers you to take control of your banking future with cutting-edge AI transforming security, efficiency, and personalization. Explore AI applications like account opening, fraud detection, and financial advice. Network with industry leaders and gain a competitive edge through thought-provoking discussions on AI and its impact.
Don’t miss this opportunity!

Join us in London on 23-24 October 2024, for a transformative experience.

Count Me In!

Digital Transformation Banking

Roundtable Discussion.

Don’t miss the opportunity to engage in in-depth discussions with industry leaders at our exclusive Roundtable sessions. These interactive forums will tackle the most pressing issues surrounding AI in banking, allowing you to:


  • Gain actionable insights on navigating key challenges and solutions alongside your peers.

  • Learn from shared experiences and benefit from the collective knowledge and diverse perspectives of industry experts.

  • Shape the future of AI by contributing to collaborative problem-solving and discover innovative approaches to AI implementation.

These sessions are your chance to delve deeper, ask questions, and gain a well-rounded understanding of how AI can revolutionize your bank.

Additionally, consider sponsoring a roundtable discussion and position yourself as a thought leader.


Sponsor a Roundtable Discussion

Day event
0
industry experts
0
+
Speakers
0
+
Exclusive Roundtable
Discussion
0
hrs of networking
0
+

Industries

  • Mining & Minerals
  • Chemicals And Industrial Equipment
  • Oil & Gas
  • Engineering
  • Procurement & Construction
  • Battery & Automotive
  • Power Utilities
  • Research

Topics We’ll Cover

Lithium Market Trends And Forecast

Energy Transition & The Lithium Rush

Emerging Lithium Production Hubs

Novel High-Purity Lithium Extraction Technologies

Optimizing DLE Production For Cost And Sustainability

Techno-economic Analysis of Geothermal Lithium Extraction

Group 6581

The Investment Landscape for DLE

Building A Secure And Sustainable Lithium Supply Chain

Environmental Impact of DLE from Brines

The Investment Landscape For DLE

Lithium Recycling & The Circular Economy

Lithium Recycling And The Circular Economy

Lithium Market Trends & Forecast

Environmental Impact Of DLE From Brines

Emerging Lithium Production Hubs

Environmental Impact Of DLE From Brines

Optimising DLE Production for Cost & Sustainability

Environmental Impact Of DLE From Brines

The Role of Government Policies in DLE Development

Environmental Impact Of DLE From Brines

Building a Secure & Sustainable Lithium Supply Chain


 Request Agenda

Pricing Plans

Registration
Packages

Early Bird Pass for End Users

$699 + Taxes

Your Pass will Include:
  • In-person Conference Attendance for One Day.
  • Presentations, Panel Discussion, Breakout Sessions & Live Q & A.
  • Networking Activities.
  • Participants List.
  • After hours Networking Drinks Reception
  • Access to Speaker Presentations.
  • Online Documentation Included

Book your seat Now

Solution Provider Pass

$999 + Taxes

Your Pass will Include:
  • Access to Speaker Presentations.
  • Participants List.
  • Lunch for 1 Day.65
  • Networking Activities.
  • Cocktail Reception/Networking Dinner
  • Beverages/Coffee Breaks
  • Webapp/Mobile App
  • Online Documentation.

Book your seat Now

Topics We Cover

  • Generative AI: Mitigating and Managing Ethical Risks
  • AI in Modern Business Environments: Digital Banking & Trust
  • The Rise of AI powered CX in Finance
  • Generative AI in Production- Lessons Learned and Future Opportunities
  • Exploring the Future of Banking in the Age of GenAI
  • AI-Powered Customer Experience
  • Digital Transformation Strategies
  • Open Banking Innovations
  • Cybersecurity and Fraud Prevention
  • Cloud Banking Solutions
  • Personalized Financial Services
  • RegTech Compliance Solutions
  • API Integration Trends
  • Customer-Centric Banking Models
  • Sustainability in Finance
  • Biometric Authentication Methods
  • Virtual Banking Platforms


Request Agenda

Our Participants

Connect with the leaders driving innovation in lithium extraction


Meet Our Partners and Sponsors

Onfido Gold Sponsor
ID NOW Gold Sponsor
ID R&D Startup Elevate Sponsor
GOODE INTELLIGENCE Research Partner
Mobbeel Startup Elevate Sponsor
One Span Silver Sponsor

Add More

Sponsor Event

Become a Sponsor.

Reach Key Decision-Makers & Drive Growth


Refer a Friend

Why Sponsor with us

The Sustainable Lithium Extraction Summit isn’t just about learning, it’s about fostering collaboration. We provide a platform for innovative startups, industry leaders, and cutting-edge developers to connect and drive progress. With customized packages to suit your specific needs, the Summit is designed to maximize your return on investment.

Enquire Now

Customer Experience in Banking

1 on 1 Meeting.

Connect with industry leaders in dedicated sessions. Discuss pressing issues, explore potential partnerships, and gain valuable insights- all within a 1 on 1 setting.

Schedule Now

Media Partners

Fintech Finance

Our Sponsors

Platinum

sponsor-onfido 1 (1)
Dummy Logo
dummy-logo-2b 1
dummy-logo-5b 1

Gold

sponsor-onfido 1 (1)
Dummy Logo

Silver

xtralit

Venue

Group Futurista OU,

Address :

Hitlon long Beach, 701 W Ocean Blvd, Long Beach, CA 90831, United States

Phone Number :

+44 289 623 0055

Email :

erica@groupfuturistaglobal.com

map-bulding
[review_slider]

Address details

Group Futurista, 3rd Floor,
86-90 Paul Street, London EC2A 4NE

Email address

erica@groupfuturistaglobal.com

Phone Number

+44 289 623 0055

Contact US

We will respond as soon as we receive your message[contact-form-7 id=”bbf7d49″ title=”Contact Us”]
Digital Transformation Banking

Roundtable Discussion.

Don’t miss the opportunity to engage in in-depth discussions with industry leaders at our exclusive Roundtable sessions. These interactive forums will tackle the most pressing issues surrounding AI in banking, allowing you to:


  • Gain actionable insights on navigating key challenges and solutions alongside your peers.

  • Learn from shared experiences and benefit from the collective knowledge and diverse perspectives of industry experts.

  • Shape the future of AI by contributing to collaborative problem-solving and discover innovative approaches to AI implementation.