charteredcertifications.com Open in urlscan Pro
172.67.73.122  Public Scan

Submitted URL: http://email.mg3.ceiacertifications.com/c/eJx0zklqwzAUgOHTPO9ipKd5oUUHdI3yNDhW4wlbTnr8QqGLBrr_4f-yRxZJUlc8N8xYKZ1U3ehjEVJkqxhXRdMwKInZJe...
Effective URL: https://charteredcertifications.com/learning/courses/certified-environmental-impact-assessment-manager-ceia-2
Submission: On February 13 via api from CA — Scanned from CA

Form analysis 6 forms found in the DOM

GET https://charteredcertifications.com/learning/courses

<form action="https://charteredcertifications.com/learning/courses" class="form-inline " method="get">
  <input class="form-control" type="search" name="q" value="" placeholder="Search for courses">
  <button class="btn my-2 my-sm-0 header-search-btn" type="submit"><i class="la la-search"></i></button>
</form>

<form action="">
  <div class="form-group">
    <label style="display: none;" for="name"></label>
    <input class="form-control" type="text" name="name" id="name" placeholder="Name *">
  </div>
  <div class="form-group">
    <label style="display: none;" for="email"></label>
    <input class="form-control" type="text" name="email" id="email" placeholder="Email *">
  </div>
  <div class="form-group">
    <label style="display: none;" for="phone_number"></label>
    <input class="form-control" type="text" name="phone_number" id="phone_number" placeholder="Phone Number *">
  </div>
  <div class="form-group">
    <label style="display: none;" for="company"></label>
    <input class="form-control" type="text" name="company" id="company" placeholder="Company *">
  </div>
  <div class="form-group">
    <label style="display: none;" for="job_title"></label>
    <input class="form-control" type="text" name="job_title" id="job_title" placeholder="Job Title *">
  </div>
  <div class="form-group">
    <label for="accept">
      <input type="checkbox" name="accept" id="accept" value="1"> By providing your contact details, you agree to our <a href="https://charteredcertifications.com/privacy/" target="_blank">Privacy Policy</a>. </label>
  </div>
  <input type="hidden" name="course_id" value="79">
  <p class="msgBlock text-center font-weight-bold" style="display: none;"></p>
</form>

GET https://charteredcertifications.com/learning/subscribe

<form method="get" action="https://charteredcertifications.com/learning/subscribe" class="subscribe-form">
  <input type="email" name="subscribe_email" value="" placeholder="Enter your email here" required="" title="Please enter a valid email address.">
  <button type="submit">Subscribe Now</button>
</form>

POST https://charteredcertifications.com/learning/logout

<form id="logout-form" action="https://charteredcertifications.com/learning/logout" method="POST" class="d-none">
  <input type="hidden" name="_token" value="qDPwSZbLyM45o0S4iRQLJRrcA1SV6oqCfDLAyHAM">
</form>

POST

<form method="POST" autocomplete="off">
  <input type="hidden" name="_token" value="qDPwSZbLyM45o0S4iRQLJRrcA1SV6oqCfDLAyHAM"> <input type="hidden" name="_request_from" value="signup_modal">
  <div class="row">
    <div class="form-group col-md-6 col-sm-12">
      <input type="text" class="form-control" name="first_name" value="" required="" autofocus="" placeholder="First name" aria-label="">
    </div>
    <div class="form-group col-md-6 col-sm-12">
      <input type="text" class="form-control" name="last_name" value="" required="" autofocus="" placeholder="Last name" aria-label="">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-md-12">
      <input type="text" class="form-control" name="company" value="" required="" placeholder="Company" aria-label="">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-md-12">
      <input type="text" class="form-control" name="job_title" value="" required="" placeholder="Job title" aria-label="">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-md-12">
      <input type="email" class="form-control" name="email" value="" required="" placeholder="Email (Personal Email is Recommended)" title="Personal Email is Recommended To Give You Access Even When You Change Job"
        oninvalid="setCustomValidity('Please enter a valid email address.')" onchange="try{setCustomValidity('')}catch(e){}">
      <span style="position: absolute; right: 25px; top: 10px; font-size: 22px;cursor: pointer;" data-toggle="tooltip" data-placement="left" title="" data-original-title="Personal Email is Recommended To Give You Access Even When You Change Job">
        <i class="la la-question-circle"></i>
      </span>
    </div>
  </div>
  <div class="form-group row">
    <div class="col-md-12">
      <input id="password" type="password" class="form-control" name="password" required="" placeholder="Password" aria-label="">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-md-12">
      <button type="submit" class="btn btn-primary"> Sign Up</button>
    </div>
  </div>
  <h2 class="mb-4 text-center login-suggest"> Already have an account? Login <a class="popup--login" data-toggle="modal" data-target="#loginFormModal" style="cursor:pointer;">here</a>
  </h2>
  <p class="text-center text-white" style="font-size: 13px;"> By signing up, you agree to our <a href="#">Terms of Service</a> and <a href="#">Privacy Policy</a>
  </p>
</form>

POST

<form method="POST" action="" autocomplete="off">
  <input type="hidden" name="_token" value="qDPwSZbLyM45o0S4iRQLJRrcA1SV6oqCfDLAyHAM"> <input type="hidden" name="_request_from" value="login_modal">
  <div class="form-group">
    <input type="email" class="form-control" name="email" value="" required="" autofocus="" placeholder="Email" title="Please enter a valid email address." oninvalid="setCustomValidity('Please enter a valid email address.')"
      onchange="try{setCustomValidity('')}catch(e){}">
  </div>
  <div class="form-group">
    <input type="password" class="form-control" name="password" required="" placeholder="Password">
  </div>
  <div class="form-group">
    <div class="checkbox">
      <label>
        <input type="checkbox" name="remember"> Remember Me </label>
    </div>
  </div>
  <div class="form-group mb-2">
    <button type="submit" class="btn btn-primary"> Login </button>
    <a class="btn btn-link forgot-link" href="https://charteredcertifications.com/learning/forgot-password">
                            Forgot <u>Password</u>?
                        </a>
  </div>
  <p class="text-white text-center register-suggest" style="font-size: 13px"> Do not have an account? Sign up <a class="popup--register" data-toggle="modal" data-target="#signUpFormModal" style="cursor:pointer;">here</a>
  </p>
</form>

Text Content

advisor@charteredcertifications.com
Singapore & APAC: +65 6716 9980
Australia & New Zealand: +61 3 9909 7310
UK & Europe: +44 (020) 335 57898
USA: +1 888 745 8875
Chartered Institute of Professional Certifications World's Largest Professional
Skills Certification Body
 * Chartered
   Programs
    * Accredited Programs
    * Live Executive Programs
      * Accredited Subjects
      * Live Training New Zealand Construction Law
      * Live Training Australia Insurance Laws and Contract Regulations
      * Live Training Canada Environmental Law and Compliance
      * Live Training Certified Text Mining and Natural Language Processing
        (NLP)
      * Browse All Subjects
    * Global Finance & Accounting
      * Accredited Subjects
      * On Demand Chartered Sustainable Finance Manager (CSFM™)
      * On Demand Certified Compliance Risk and Internal Control Manager (CCR™)
      * On Demand Chartered Interest Rate Derivatives, Swaps and Risk Management
        Professional (CIRS™)
      * On Demand Certified Sarbanes-Oxley Professional (CSOP™)
      * Browse All Subjects
    * Global Operations, Supply Chain & Procurement
      * Accredited Subjects
      * On Demand Certified Supply Chain Demand Planning & Forecasting
        Professional (CSCD™)
      * On Demand Certified Lean Six Sigma Black Belt
      * On Demand Certified Procurement Contracts Manager (CPCM™)
      * On Demand Chartered Sustainable Supply Chain and Logistics Professional
        (CSSCLP™)
      * Browse All Subjects
    * Technology Development
      * Accredited Subjects
      * On Demand Certified Cloud Architect (CCA™)
      * On Demand Certified Agile Business Analyst (CABA™)
      * On Demand Certified Lean Six Sigma Black Belt
      * On Demand Certified Business Intelligence Leader (CBIL™)
      * Browse All Subjects
    * Global Sustainability & Environment
      * Accredited Subjects
      * On Demand Certified Environmental Management System Manager (CEMS™) &
        ISO 14001:2015 Certification Path
      * On Demand Chartered Sustainable Finance Manager (CSFM™)
      * On Demand Certified Carbon Management Leader (CCML™)
      * On Demand Certified Sustainability Reporting Manager (CSRM™)
      * Browse All Subjects
    * Global Investment Strategy
      * Accredited Subjects
      * On Demand Chartered Interest Rate Derivatives, Swaps and Risk Management
        Professional (CIRS™)
      * On Demand Chartered ESG Investment Manager (CEIM™)
      * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
      * On Demand Certified International Negotiator (CIN™)
      * Browse All Subjects
    * Digital Marketing & Analytics
      * Accredited Subjects
      * On Demand Certified Viral Instagram Marketing Manager (CVIM™)
      * On Demand Certified Viral TikTok Marketing Manager (CVTM™)
      * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
      * On Demand Certified SEO & SEM Marketing Manager (CSEO™)
      * Browse All Subjects
    * Global Legal & Compliance
      * Accredited Subjects
      * On Demand Certified Compliance Risk and Internal Control Manager (CCR™)
      * On Demand Certified Sarbanes-Oxley Professional (CSOP™)
      * On Demand Chartered Global Sanctions Compliance Leader (CGSCL™)
      * On Demand Certified International Negotiator (CIN™)
      * Browse All Subjects
    * Global Human Resources & Analytics
      * Accredited Subjects
      * On Demand Certified Global Diversity, Equity and Inclusion HR Manager
        (CDEI™)
      * On Demand Certified HR and Talent Analytics Manager (CHRA™)
      * On Demand Certified International Negotiator (CIN™)
      * Browse All Subjects
    * Data Modeling & Analytics
      * Accredited Subjects
      * On Demand Certified Text Mining and Natural Language Processing (NLP)
      * On Demand Certified Generative AI Specialist (CGAI™)
      * On Demand Advanced Statistical Techniques, Data Analysis and
        Visualization for Research Analysis
      * On Demand Certified Predictive Modeling Specialist (CPMS™)
      * Browse All Subjects
    * Global Conferences
      * Accredited Subjects
      * 3rd Digital Mines
      * AI in Education Forum (Europe)
      * AI in Education Forum (APAC)
      * Browse All Subjects
    * Browse All Subjects
   
    * Accredited Programs
    * Live Training New Zealand Construction Law
    * Live Training Australia Insurance Laws and Contract Regulations
    * Live Training Canada Environmental Law and Compliance
    * Live Training Certified Text Mining and Natural Language Processing (NLP)
    * Live Training EU Intellectual Property Laws
    * Live Training Certified Net Zero Carbon Emissions Leader (CNZ™)
    * Live Training EU Clinical Trial Regulations and Compliance
    * Live Training Port State Control (PSC) Inspections: Compliance with
      International Maritime Port Regulations and Safety Standards
    * Live Training Digital Forensics and Evidence Handling for Legal
      Proceedings
    * Live Training International Shipping Contracts and Maritime Law
    * Live Training Australia Planning And Development Law: Navigating The
      Interface Between Federal, State, And Local Planning Laws
    * Live Training EU and UK Gender Equality Law and Compliance
    * Live Training EU Gender Equality Law and Compliance
    * Live Training Chartered Sustainable Supply Chain and Logistics
      Professional (CSSCLP™)
    * Live Training Australia Construction Law
    * Live Training EU and UK Workplace Health Safety Laws and Regulatory
      Compliance
    * Live Training 2024 Australia Fair Work Legislation and Employment Law
    * Live Training Australia Marketing Laws and Advertising Regulations
      Compliance
    * Live Training Certified Generative AI Specialist (CGAI™)
    * Live Training Australia Strata Law: Interpretation, Legislation, and
      Impact on Property Ownership
    * Live Training Australia Aged Care Law, Legislative Reform and Elder Law
    * Live Training UK Shipping Laws, International Regulations and Conventions
    * Live Training Drafting and Negotiating Oil & Gas Contracts and
      Transportation Agreements
    * Live Training UK Construction Contract Law and Dispute Management
    * Live Training Advanced Statistical Techniques, Data Analysis and
      Visualization for Research Analysis
    * Live Training Advanced Site Remediation Techniques for Soil and
      Groundwater Cleanup (USA)
    * Live Training Australia New Zealand Food Standards Code, Safety
      Regulations and Labelling Laws
    * Live Training Advanced Structural Dynamics, Analysis And Modelling
    * Live Training 2024 Singapore HR Employment Laws
    * Live Training Australia Laws of Evidence
    * Live Training New Zealand Construction Contract Law and Dispute Management
    * Live Training International Shipping Laws, Regulations and Conventions
    * Live Training Australia Shipping Laws, International Regulations and
      Conventions
    * Live Training Australia Design Laws, Intellectual Property Rights and
      Trademark Protection
    * Live Training Certified Environmental Management System Manager (CEMS™) &
      ISO 14001:2015 Certification Path
    * Live Training Chartered Sustainable Finance Manager (CSFM™)
    * Live Training Certified Predictive Modeling Specialist (CPMS™)
    * Live Training Australia Law of Criminal Investigations and Procedures
    * Live Training Certified Agile Business Analyst (CABA™)
    * Live Training Certified Global Diversity, Equity and Inclusion HR Manager
      (CDEI™)
    * Live Training Certified Cloud Architect (CCA™)
    * Live Training Chartered M&A Financial Modeling Analyst (CMAA™)
    * Live Training Advanced Drainage Engineering, Stormwater Design and Flood
      Risk Management
    * Live Training Certified Network Security Manager (CNSM™)
    * Live Training Australia Environmental Law and Compliance
    * Live Training Certified Environmental Impact Assessment Manager (CEIA™)
    * Live Training Australia National Construction Codes, Regulations and
      Compliance
    * Live Training Drafting Key Commercial Contracts and Reviewing Crucial
      Terms and Conditions For Non-Lawyers
    * Live Training Certified International Negotiator (CIN™)
    * Live Training Chartered Financial Modeling Professional (CFMP™)
    * Live Training Chartered Financial Forecasting, Budgeting and Modeling
      Professional (CFBM™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Chartered Sustainable Finance Manager (CSFM™)
    * On Demand Certified Compliance Risk and Internal Control Manager (CCR™)
    * On Demand Chartered Interest Rate Derivatives, Swaps and Risk Management
      Professional (CIRS™)
    * On Demand Certified Sarbanes-Oxley Professional (CSOP™)
    * On Demand Chartered ESG Investment Manager (CEIM™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * On Demand Certified International Negotiator (CIN™)
    * On Demand Certified Compliance Professional in Cryptocurrency Financial
      Crimes (CCPC™)
    * On Demand Chartered Financial Forecasting, Budgeting and Modeling
      Professional (CFBM™)
    * On Demand Chartered Financial Modeling Professional (CFMP™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Supply Chain Demand Planning & Forecasting
      Professional (CSCD™)
    * On Demand Certified Lean Six Sigma Black Belt
    * On Demand Certified Procurement Contracts Manager (CPCM™)
    * On Demand Chartered Sustainable Supply Chain and Logistics Professional
      (CSSCLP™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * On Demand Certified Supply Chain Analytics Professional (CSCA™)
    * On Demand Certified International Negotiator (CIN™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Cloud Architect (CCA™)
    * On Demand Certified Agile Business Analyst (CABA™)
    * On Demand Certified Lean Six Sigma Black Belt
    * On Demand Certified Business Intelligence Leader (CBIL™)
    * On Demand Certified Agile Project Leader (CAPL™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * On Demand Certified Kubernetes Leader (CKL™)
    * On Demand Certified DevOps Professional (CDevOps™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Environmental Management System Manager (CEMS™) & ISO
      14001:2015 Certification Path
    * On Demand Chartered Sustainable Finance Manager (CSFM™)
    * On Demand Certified Carbon Management Leader (CCML™)
    * On Demand Certified Sustainability Reporting Manager (CSRM™)
    * On Demand Certified Sustainable Development Manager (CSDM™)
    * On Demand Chartered ESG Investment Manager (CEIM™)
    * On Demand Certified Environmental Impact Assessment Manager (CEIA™)
    * On Demand Chartered Sustainable Supply Chain and Logistics Professional
      (CSSCLP™)
    * On Demand Certified Lean Six Sigma - Green Belt Certification Program
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Chartered Interest Rate Derivatives, Swaps and Risk Management
      Professional (CIRS™)
    * On Demand Chartered ESG Investment Manager (CEIM™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * On Demand Certified International Negotiator (CIN™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Viral Instagram Marketing Manager (CVIM™)
    * On Demand Certified Viral TikTok Marketing Manager (CVTM™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * On Demand Certified SEO & SEM Marketing Manager (CSEO™)
    * On Demand Certified International Negotiator (CIN™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Compliance Risk and Internal Control Manager (CCR™)
    * On Demand Certified Sarbanes-Oxley Professional (CSOP™)
    * On Demand Chartered Global Sanctions Compliance Leader (CGSCL™)
    * On Demand Certified International Negotiator (CIN™)
    * On Demand Certified Compliance Professional in Cryptocurrency Financial
      Crimes (CCPC™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Global Diversity, Equity and Inclusion HR Manager
      (CDEI™)
    * On Demand Certified HR and Talent Analytics Manager (CHRA™)
    * On Demand Certified International Negotiator (CIN™)
    * Browse All Subjects
   
    * Accredited Programs
    * On Demand Certified Text Mining and Natural Language Processing (NLP)
    * On Demand Certified Generative AI Specialist (CGAI™)
    * On Demand Advanced Statistical Techniques, Data Analysis and Visualization
      for Research Analysis
    * On Demand Certified Predictive Modeling Specialist (CPMS™)
    * On Demand Certified Supply Chain Demand Planning & Forecasting
      Professional (CSCD™)
    * On Demand Certified Business Intelligence Leader (CBIL™)
    * On Demand Certified Data Analytics Manager Using Excel (CDAME™)
    * Browse All Subjects
   
    * Accredited Programs
    * 3rd Digital Mines
    * AI in Education Forum (Europe)
    * AI in Education Forum (APAC)
    * Browse All Subjects

Earn Your Chartered Designation

 * Log In
 * Sign Up

 1. Home
 2. Live Executive Programs
 3. Certified Environmental Impact Assessment Manager (CEIA™)

Fully Accredited Program Certified Environmental Impact Assessment Manager
(CEIA™)

Environmental Impact Assessments are the most effective ways to help companies
reduce the risk of environmental damage and mitigate any adverse impacts on
human health before any new developments. Today, EIAs are required by law in
over 100 countries, including every country in North, Central and South America
to ensure the sustainability of a project and its impact on the environment
before it can be carried out. Additionally, global development banks, such as
World Bank and the Inter-American Development Bank, are now requiring EIAs as a
pre-condition before financing any large-scale projects.

This certified program will walk you through every major aspect of conducting an
in-depth EIA from impact identification to public involvement, environmental
prediction, monitoring and quality control. You learn how to develop
comprehensive quantitative and qualitative methodologies required for an
effective EIA report and be exposed to international legal frameworks and
environmental compliance required in every major jurisdiction (including EU, UK,
US, ANZ and APAC). You will also learn how to incorporate EIA into your
organization’s risk assessment and design an effective Environment Management
Plan that can help your organization to offset or reduce any adverse
environmental impacts to your initiatives. Finally, you will grasp the key
skills required to conduct a proper Environmental Monitoring and Auditing and
integrate them to create high quality EIA reports to your stakeholders.   

By the end of the program and upon passing the Chartered exam, you will have
earned the Certified Environmental Impact Assessment Manager (CEIA™) designation
which you can use to demonstrate your professional credentials and expertise in
developing and evaluating an effective EIA. 

 




4.6 (936 Professional Learners) 1
Download Brochure Pricing & Registration

1 Chartered Institute of Professional Certifications' reviews and ratings are a
comprehensive collection of participants feedback we have gathered over the last
decade. To view authentic and personal testimonials that are handwritten by our
participants, please download our participants' written reviews here.

This program will entitle you:

Download Brochure Pricing & Registration
 * Attain your Certified Environmental Impact Assessment Manager (CEIA™)
    designation that you can use across your professional credentials (including
   LinkedIn and CV)
 * Experience 3 days of instructor-led live program and in-depth learning on
   Environmental Impact Assessment (EIA)
 * 5 powerful global case studies and best practices relating to Environmental
   Impact Assessment.
 * For inquiries, chat with our Program Advisers at
   advisor@charteredcertifications.com or call us at
   * Singapore and Asia Pacific: +65 6716 9980
   * Australia and New Zealand: +61 3 9909 7310
   * UK, Europe and Middle East: +44 (020) 335 57898
   * USA: +1 888 745 8875




ACCREDITATIONS

4.8 


This Certified Environmental Impact Assessment Manager (CEIA™) program is a mark
of distinction that signifies a fully qualified Environmental Impact Assessment
professional with compliance and sustainability expertise and skill sets. It is
accredited by the Chartered Institute of Professional Certifications, which
maintains the governing standards for all members. The CEIA™ charter is a
trademarked charter available only to professionals who have completed and
passed this program. The certification is governed and maintained by Chartered
Institute of Professional Certifications with over 90,000 members around the
world. It is also endorsed by prominent associations and organizations
worldwide.

The content of this program has been fully certified and accredited by CPD as
conforming to Continuing Professional Principles.


WHAT CAN YOU EXPECT FROM THIS CERTIFIED PROGRAM

According to the United Nations Organization (UN), 70% of environmental
disasters are caused by poor environmental safeguards, making it essential that
organizations put in collective effort to ensure their environmental initiatives
will reduce any impacts to the environment. To help companies reduce the risk of
environmental damage and mitigate any adverse impacts on human health,
Environmental Impact Assessments (EIA) are required to minimize negative impact
and foster positive sustainability footprint.

The Certified Environmental Impact Assessment Manager (CEIA™) program is
designed to equip you with a comprehensive overview of designing and
implementing an effective Environmental Impact Assessment (EIA) process for your
organization. You will be introduced to every major aspect of conducting an
in-depth EIA starting from impact identification to public involvement,
environmental prediction, monitoring and eventually quality control. You will
gain a clear understanding on both qualitative and quantitative methodologies,
tools and techniques required for developing an EIA that is compliant with
global environmental framework and environmental laws in major jurisdictions. By
incorporating EIA into your organization’s risk assessment and monitoring
measures, you will also be able to design an effective Environment Management
Plan (EMP) that can help to offset or reduce any adverse environmental impacts
to your initiatives. In addition, you will be able to complete the EIA cycle by
conducting a proper Environmental Auditing (EA) to ensure all environmental
aspects have been assessed before you can create an optimal and quality EIA
reports to your stakeholders.

By the end of the program and upon passing the Chartered exam, you will have
earned the Certified Environmental Impact Assessment Manager (CEIA™) designation
which you can use to demonstrate your professional credentials and track record
in developing environmental impact assessment.

Globally demanded and recognized, this designation is an industry-recognized
trademarked charter developed by the Chartered Institute of Professional
Certifications and has lifelong validity. It’s also fully accredited by CIPD
(Chartered Institute of Personnel and Development), with 160,000 membership
organizations worldwide.


KEY SKILLS YOU WILL GAIN

 * Impact Assessment
 * EIA Report Preparation
 * Environmental Risk Mitigation
 * EIA Assessment
 * Conducting EIA Review
 * Impact Evaluation Process
 * Environmental Risk Assessment
 * Environmental Planning
 * EIA Analysis
 * EIA Tools
 * Environmental Management Systems
 * Environmental Policy
 * Stakeholder Engagement
 * Environment Management Plans (EMP)
 * Environmental Impacts Prediction
 * Environmental Impacts Forecast
 * Strategic Decision Making
 * International Environmental Compliance
 * Environmental Risk Assessment
 * Environmental Performance Measurement
 * EIA Quality Review
 * Environmental Auditing
 * EIA Monitoring Measures
 * Circular Business Model


YOUR FACULTY DIRECTOR

Marina Mattera
Adjunct Professor and Sustainability Expert

Marina Mattera is an influential sustainability, innovation, and circular
economy advocate. She was a former consultant and project manager for the World
Bank where she managed all areas of development from policy and provides
strategic advice to the identification, preparation, appraisal, and supervision
of sustainability projects. As a sustainability expert, Marina was also
accredited by the Spanish Ministry of Education as a University Professor for
Public and Private Universities where she specializes in Sustainable Development
and Social Impact Evaluation, bringing real-world examples into her courses so
that students develop a clearer understanding of the topic.

Marina is also a visiting scholar at the Institute for Corporate Responsibility
in Washington DC where she designs and analyzes certification for the World
Cocoa Foundation that includes sustainably-sourced cocoa, taking into account
both EIA (environmental impact assessment) and social impact. Marina’s niche
expertise in sustainability has led her to be a regular speaker at international
conferences and academia around the sustainable development, social and
environmental impact evaluation, and corporate social responsibility field.


CERTIFIED ENVIRONMENTAL IMPACT ASSESSMENT MANAGER (CEIA™) PROGRAM AGENDA

Expand all Collapse all

Introduction - Environmental Management
Introduction - Environmental Management
 * Fundamentals and Components of Environmental Management
 * Fundamental Components of EIA
 * EIA - Legal Frameworks Around the Globe
 * EIA - Reporting in Brief

Module 2 - Evaluating The Need For EIA
Introduction - Evaluating The Need For EIA
 * Linking Environmental Impact & Business Models
 * Circular Economy and Circularizing Linear Business Model
 * Business Benefits of Transitioning to Circular Business Model

Module 3 - Introduction To Methodologies For EIA
Introduction - Methodologies For EIA
 * Impact Identification, Prediction, Evaluation & Significance
 * Classification of Environmental Impact Assessment
 * Strategic Environment Impact Assessment (SEA)
 * Requirements of EIA Methodologies

Module 4 - Quantitative And Qualitative Methodologies For EIA
Introduction - Quantitative And Qualitative Methodologies For EIA
 * EIA Methods, Tools & Techniques
 * EIA Tools & Techniques - Part 1
 * EIA Tools & Techniques - Part 2
 * Qualitative & Quantitative Methodologies - Part 1
 * Qualitative & Quantitative Methodologies - Part 2

Module 5 - Incorporating EIA Into The Organization’s Risk Assessment
Introduction - Incorporating EIA Into The Organization’s Risk Assessment
 * Linking EIA to the Risk Assessment & Direct/Indirect Risks
 * Environmental Risk Analysis, Risk Assessment & Limitations
 * Case Study - Incorporating EIA into Risk Assessment

Module 6 - Mitigation & Preparation Of Environment Management Plans (EMP)
Introduction - Mitigation & Preparation Of Environment Management Plans (EMP)
 * Environment Management Plan (Objectives & Components)
 * Impact Management - Mitigation Objectives & Measures

Module 7 - EIA Monitoring
Introduction - EIA Monitoring
 * Objectives & Types of EIA Monitoring
 * Designing & Integrating EIA Monitoring Measures
 * EIA Monitoring - Evaluation Criteria & Metrics
 * Case Study - EIA Monitoring

Module 8 - Environmental Auditing
Introduction - Environmental Auditing
 * Environmental Auditing
 * Environmental Audit - Contents, EIA Related KPIs & Incorporating
   Environmental Aspects in EA
 * Evaluation & Auditing Report

Module 9 - Environmental Reporting & Review Of EIA Quality
Introduction - Environmental Reporting & Review Of EIA Quality
 * Environmental Review & Critical Aspects of EIA Review Process
 * Key Elements of EI report
 * Guidelines for Efficient Environmental Reporting

Module 10 - Incorporating EIA Into Corporate Decision-Making
Introduction - Incorporating EIA Into Corporate Decision-Making
 * Role of EIA in Decision-Making & Stakeholder Evaluation in EI Frameworks
 * Legislative Requirements & EIA & EA Reports in Decision-Making

Examination



CHARTERED EXAM

At the end of the program, there will be a Chartered exam comprised of 50
multiple choice questions. Upon passing the exam, you will be accredited with
your Certified Environmental Impact Assessment Manager (CEIA™) designation.

 * 98% of students who have taken this exam have passed the exam successfully.
   Almost all professionals who have taken our courses have passed this exam and
   attain their Certified Environmental Impact Assessment Manager (CEIA™)
   designation
 * The exam has 50 multiple choice questions and you need to answer 25 out of 50
   questions correctly to pass the exam
 * You can re-take the exam online as many times as you want, with no additional
   charges for retaking of exams
 * The program cost already includes the exam fees, so there are no additional
   charges for taking the exam

If you have challenges passing the exam, you can secure assistance from our team
and faculty leader to help you pass the exam.


CERTIFIED ENVIRONMENTAL IMPACT ASSESSMENT MANAGER (CEIA™) DESIGNATION

After completing the program and passing the Chartered exam, you will be awarded
the Certified Environmental Impact Assessment Manager (CEIA™) designation that
can be used in your resume, CV and other professional credentials. This
designation is a global trademark and industry-recognized with lifelong
validity.

Globally demanded and recognized, this designation will help you distinguish
your sanctions compliance skillsets and demonstrate that you have attained
expertise in effective Environmental Impact Assessment.




PRICING & REGISTRATION

Please select one of the locations:
Select location to view pricing India (26 - 28 Feb 2024) Canada (25 - 27 Mar
2024) Select location to view pricing


INDIA

Dates: 26 - 28 Feb 2024

Venue: Online Executive Program (via Zoom)

Time: 9:00am - 4:30pm India Standard Time (IST)

--------------------------------------------------------------------------------

Early Bird Packages Regular Pricing By 16 Feb 2024 After 16 Feb 2024 India
Delegates INR 99,595 INR 109,595

Group Discount: 2nd participant get 10%, or register 3 participants and 4th
participant get a complimentary seat (1 discount scheme applies)

Register Now


CANADA

Dates: 25 - 27 Mar 2024

Venue: Online Executive Program (via Zoom)

Time: 8:00am - 3:30pm Pacific Daylight Time (PDT)
10:00am - 5:30pm Central Daylight Time (CDT)
11:00am - 6:30pm Eastern Daylight Time (EDT)

--------------------------------------------------------------------------------

Early Bird Packages Regular Pricing By 19 Mar 2024 After 19 Mar 2024 Canada
Delegates CAD 2,595 CAD 2,695

Group Discount: 2nd participant get 10%, or register 3 participants and 4th
participant get a complimentary seat (1 discount scheme applies)

Register Now


DOWNLOAD BROCHURE

You can download our program brochure below. If you have any inquiries on this
program, please contact our Program Advisor at
advisor@charteredcertifications.com or call us at:

 * Singapore and Asia Pacific: +65 6716 9980
 * Australia and New Zealand: +61 3 9909 7310
 * UK, Europe and Middle East: +44 (020) 335 57898
 * USA: +1 888 745 8875

Download Brochure


ON DEMAND LEARNING

If you are unable to make it to this program due to the dates, you can also
enroll into our program through our on-demand learning. Click on the link below
to go to our on demand learning to discover how you can enroll into the program
and earn your Charter or certificate through our on demand learning platform.

Go to Our On Demand Learning Here


CERTIFIED ENVIRONMENTAL IMPACT ASSESSMENT MANAGER (CEIA™) REVIEWS AND
TESTIMONIALS

Andrew Richards, Sustainability Director at The World Bank







The program is well structured and well implemented. The faculty leader is very
helpful during the course and always tries his best to make sure students
understand the course as much as possible. It gives us a good insight to the
future measurement criteria at every level. It helps us to understand how to
measure both environmental and economic aspects in projects.

Millie Bursac, Environmental Specialist at Vena Energy







The course structure is well planned and it was extremely informative. The
written material and cases are very detailed. The content was very helpful in
giving me a good insight to the program. It helped me to understand the concepts
better, it also helped me to prepare for the exam

Dulce Georgiadis, Chief Sustainability Officer at McConnell Dowell







It is a great program that helps you navigate in the realm of environment and be
able to identify the many challenges and opportunities as they arise. The
program is also very flexible and accommodating to all your needs.

Evenlyn Hicks - Senior Environmental Advisor at Hydro Tasmania







I would most certainly recommend this program to anyone wishing to be a
certified environmental impact assessment manager. This is an excellent program
that provides detailed and clear information with regards to the course content.

Trisha Moore - Director, Environmental Engineering at Barwon Water







This is an intensive course, it is definitely worth the time and money. It's
like a mini-MBA in sustainable development, environmental management and in
business skills. The program is designed to help you succeed once you leave the
classroom, so I highly recommend getting your CEIA™ certified if you want to
work in the environmental, sustainability or green industry.

Jeremy Collins - Environmental Manager at Perth Airport







I like the content that was conducted and the faculty leader is extremely
thorough and detailed. I truly recommend this program to anyone who's interested
in a career in environmental impact assessment.

Chartered Institute of Professional Certifications' reviews and ratings are a
comprehensive collection of participants feedback we have gathered over the last
decade. To view authentic and personal testimonials that are handwritten by our
participants, please download our participants' written reviews here.


CONVINCING YOUR BOSS TO ATTEND THIS PROGRAM

Securing approval from your boss to attend this program can be difficult if you
don’t know what to say. So we’ve prepared a template for you! All you need to do
is to download this template, copy and paste in email and send it to your boss!

Download the Template Here

×


CONTACT US

By providing your contact details, you agree to our Privacy Policy.



Submit

Certified Environmental Impact Assessment Manager (CEIA™)


4.6 (936 ratings)
Pricing & Registration

Course Preview

Certified Environmental Impact Assessment Manager (CEIA™)

×
Video Player is loading.
Play Video
PlaySeek back 10 secondsSeek forward 10 seconds
Mute

Current Time 0:00
/
Duration 1:58
Loaded: 0.00%


0:00
Stream Type LIVE
Seek to live, currently behind liveLIVE
Remaining Time -1:58
 
1x
Playback Rate

Chapters
 * Chapters

Descriptions
 * descriptions off, selected

Captions
 * captions settings, opens captions settings dialog
 * captions off, selected

Audio Track

Picture-in-PictureFullscreen
Open quality selector menu
 * 1080, selected
 * 720
 * 480
 * Original

This is a modal window.



Beginning of dialog window. Escape will cancel and close the window.

TextColorWhiteBlackRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentBackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentTransparentWindowColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyTransparentSemi-TransparentOpaque
Font Size50%75%100%125%150%175%200%300%400%Text Edge
StyleNoneRaisedDepressedUniformDropshadowFont FamilyProportional
Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall
Caps
Reset restore all settings to the default valuesDone
Close Modal Dialog

End of dialog window.

Certified Environmental Impact Assessment Manager (CEIA™)
01:58

CHARTERED INSTITUTE OF PROFESSIONAL CERTIFICATIONS

About Us What We Offer Professional Associations Careers Professional Charter
Press & Media Client Companies Terms of Service Privacy Policy

COMMUNITY

Becoming our Faculty Instructor Our Faculty Directors Charter Terms of Use View
all Chartered Programs Professional Development

TRENDING TOPICS

Certified Environmental Impact Assessment Manager (CEIA™) Certified Compliance
Professional in Cryptocurrency Financial Crimes (CCPC™) Certified Supply Chain
Analytics Professional (CSCA™) Chartered Sustainable Supply Chain and Logistics
Professional (CSSCLP™) Certified Sustainable Development Manager (CSDM™)
Certified Carbon Management Leader (CCML™)

Join our mailing list and never miss an update

Subscribe Now





© 2021 - 2022 Chartered Institute.
All Rights Reserved.



Added to cart

×

Chat with us, powered by LiveChat

×


LET'S START A NEW JOURNEY TODAY

Accelerate Your Career


SIGN UP TO REGISTER


Sign Up


ALREADY HAVE AN ACCOUNT? LOGIN HERE

By signing up, you agree to our Terms of Service and Privacy Policy


×


THE BEST WAY TO PREDICT YOUR FUTURE IS TO CREATE IT

Abraham Lincoln


LOGIN TO YOUR CHARTERED ACCOUNT


Remember Me
Login Forgot Password?

Do not have an account? Sign up here