stateofgreen.com Open in urlscan Pro
2606:4700:20::681a:bdf  Public Scan

Submitted URL: http://stateofgreen.com/
Effective URL: https://stateofgreen.com/en/
Submission Tags: tranco_l324
Submission: On March 15 via api from DE — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="form profile-create-form row row-grid">
  <div class="col-sm-6 col-grid input">
    <input type="text" id="firstname" name="firstname" placeholder="Firstname">
  </div>
  <div class="col-sm-6 col-grid input">
    <input type="text" id="lastname" name="lastname" placeholder="Lastname">
  </div>
  <div class="col-sm-6 col-grid input">
    <input type="email" id="email" name="email" placeholder="E-mail">
  </div>
  <div class="col-sm-6 col-grid input">
    <input type="text" id="organization" name="organization" placeholder="Name of organization">
  </div>
  <div class="col-sm-6 col-grid input">
    <select id="profile" name="profile" placeholder="Type of profile">
      <option selected="selected" value="company">Company</option>
      <option value="organisation">Organisation</option>
      <option value="utility">Utility</option>
      <option value="research_institution">Research Institution</option>
      <option value="public_sector">Public Sector</option>
      <option value="financial_institution">Financial Institution</option>
    </select>
  </div>
  <div class="col-sm-6 col-grid input">
    <input type="text" id="number" name="number" placeholder="CVR or EAN number">
  </div>
  <div class="col-sm-12 col-grid text">
    <p> You need to be registered as a Danish company, organization, institution or public sector entity to join State of Green. </p>
  </div>
  <div class="col-sm-12 col-grid">
    <div class="checkbox">
      <label for="conditions" class="inline-block">
        <p>I have read and agree to follow <a href="https://stateofgreen.com/en/wp-content/uploads/2021/05/criteria-for-becoming-a-partner.pdf" target="_blank" rel="noopener">State of Green’s solution provider profile policy</a>.</p>
      </label>
      <input type="checkbox" id="conditions" name="conditions">
    </div>
  </div>
  <div id="validation-wrapper" class="col-sm-12 col-grid hidden">
    <div class="rounded-md bg-red-50 px-4 py-3">
      <div class="flex">
        <div class="flex-shrink-0">
          <!-- Heroicon name: solid/x-circle -->
          <svg class="h-5 w-5 text-red-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
            <path fill-rule="evenodd"
              d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z"
              clip-rule="evenodd"></path>
          </svg>
        </div>
        <div class="ml-3">
          <h3 id="validation-text" class="text-sm font-medium text-red-800">Your email already exist</h3>
        </div>
      </div>
    </div>
  </div>
  <div class="col-sm-12 col-grid submit">
    <button class="button">Create profile</button>
  </div>
</form>

Name: loginformPOST https://stateofgreen.com/en/wp-login.php

<form name="loginform" id="loginform" action="https://stateofgreen.com/en/wp-login.php" method="post" ref="signin_form">
  <div class="form profile-signin-form row row-grid">
    <div class="col-sm-8 col-md-12 col-lg-8 col-grid input">
      <input type="text" id="email" name="log" placeholder="E-mail">
    </div>
    <div class="col-sm-8 col-md-12 col-lg-8 col-grid input">
      <input type="password" id="password" name="pwd" placeholder="Password">
    </div>
    <div class="col-sm-4 col-md-12 col-lg-4 col-grid text">
      <a id="forgotpass" href="#">Forgot password?</a>
    </div>
    <div class="col-sm-12 col-grid">
      <div class="checkbox">
        <label for="rememberme">Remember me on this browser</label>
        <input type="checkbox" id="rememberme" name="rememberme">
      </div>
    </div>
    <div class="col-sm-12 col-grid submit">
      <button class="button">Sign in</button>
    </div>
  </div>
</form>

Name: lostpasswordformPOST https://stateofgreen.com/en/wp-login.php?action=lostpassword

<form name="lostpasswordform" id="lostpasswordform" action="https://stateofgreen.com/en/wp-login.php?action=lostpassword" method="post" ref="lostpassword_form">
  <div class="form profile-signin-form row row-grid">
    <div class="col-sm-8 col-md-12 col-lg-8 col-grid input">
      <input type="email" id="user_login" name="user_login" placeholder="E-mail">
    </div>
    <div class="col-sm-4 col-md-12 col-lg-4 col-grid text">
      <a id="signin" href="#">Already have a user, sign in here</a>
    </div>
    <div class="col-sm-12 col-grid" id="lostpasswordsubmitted" style="display:none">
      <label for="conditions">An email with password reset information have been sent if you have an account with us.</label>
    </div>
    <div class="col-sm-12 col-grid submit">
      <button class="button">Reset password</button>
    </div>
  </div>
</form>

POST

<form class="search form" method="POST">
  <h1 class="text-base mb-2 font-normal">Search</h1>
  <div class="flex input mb-10">
    <input type="search" id="search" name="search" value="">
    <button type="submit" class="">Search<i></i></button>
  </div>
  <fieldset class="post-type-filter pt-3 border-t">
    <legend class="sr-only">Choose a memory option</legend>
    <div class="flex flex-wrap gap-x-4 py-1.5">
      <!--
                       In Stock: "cursor-pointer", Out of Stock: "opacity-25 cursor-not-allowed"
                       Active: "ring-2 ring-offset-2 ring-indigo-500"
                       Checked: "bg-indigo-600 border-transparent text-white hover:bg-indigo-700", Not Checked: "bg-white border-gray-200 text-gray-900 hover:bg-gray-50"
                     -->
      <label class="py-1.5 max-w-fit text-sm font-medium sm:flex-1 cursor-pointer focus:outline-none active">
        <input type="radio" name="memory-option" value="all" class="sr-only" aria-labelledby="memory-option-0-label">
        <span class="whitespace-nowrap">All results</span>
      </label>
      <label class="py-1.5 max-w-fit text-sm font-medium sm:flex-1 cursor-pointer focus:outline-none">
        <input type="radio" name="memory-option" value="page" class="sr-only" aria-labelledby="memory-option-1-label">
        <span class="whitespace-nowrap"> Pages </span>
      </label>
      <label class="py-1.5 max-w-fit text-sm font-medium sm:flex-1 cursor-pointer focus:outline-none">
        <input type="radio" name="memory-option" value="focus-area-page" class="sr-only" aria-labelledby="memory-option-1-label">
        <span class="whitespace-nowrap"> Focus areas </span>
      </label>
      <label class="py-1.5 max-w-fit text-sm font-medium sm:flex-1 cursor-pointer focus:outline-none">
        <input type="radio" name="memory-option" value="partners" class="sr-only" aria-labelledby="memory-option-1-label">
        <span class="whitespace-nowrap"> Solution Providers </span>
      </label>
      <label class="py-1.5 max-w-fit text-sm font-medium sm:flex-1 cursor-pointer focus:outline-none">
        <input type="radio" name="memory-option" value="solutions" class="sr-only" aria-labelledby="memory-option-1-label">
        <span class="whitespace-nowrap"> Solutions </span>
      </label>
      <label class="py-1.5 max-w-fit text-sm font-medium sm:flex-1 cursor-pointer focus:outline-none">
        <input type="radio" name="memory-option" value="news" class="sr-only" aria-labelledby="memory-option-1-label">
        <span class="whitespace-nowrap"> News </span>
      </label>
      <label class="py-1.5 max-w-fit text-sm font-medium sm:flex-1 cursor-pointer focus:outline-none">
        <input type="radio" name="memory-option" value="publications" class="sr-only" aria-labelledby="memory-option-1-label">
        <span class="whitespace-nowrap"> Publication </span>
      </label>
    </div>
  </fieldset>
</form>

POST

<form class="newsletter" method="POST">
  <input type="hidden" name="action" value="sign_up_to_newsletter">
  <h4 class="newsletter-title">Subscribe to our newsletter.</h4>
  <div class="newsletter-text">Keep up to date with our latest news and insights by subscribing to our weekly international newsletter</div>
  <div class="newsletter-form flex">
    <input required="" type="email" id="email" name="EMAIL" placeholder="Your e-mail address">
    <button type="submit">Subscribe<i></i></button>
  </div>
  <div class="newsletter-success rounded-md bg-green-50 px-4 py-3 hidden">
    <div class="flex">
      <div class="flex-shrink-0">
        <!-- Heroicon name: solid/check-circle -->
        <svg class="h-5 w-5 text-green-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
          <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path>
        </svg>
      </div>
      <div class="ml-3">
        <h3 id="validation-text" class="text-sm font-medium text-green-800">Thank you for subscribing</h3>
      </div>
    </div>
  </div>
  <div class="newsletter-checkbox">
    <input required="" type="checkbox" id="newsletter-conditions" name="newsletter-conditions">
    <label for="newsletter-conditions" class="inline-block">
      <p>I accept the&nbsp;<a href="https://stateofgreen.com/en/privacy-policy/" target="_blank" rel="noopener">terms and conditions</a></p>
    </label>
  </div>
</form>

Text Content

Skip to content
Request a visit

 * Focus areas
   * Energy transition
     * Wind energy
     * Bioenergy
     * Solar energy
     * Geothermal energy
     * District energy
     * Smart energy systems
     * Buildings
     * Industry
     * Transport
     * Energy efficiency
     * Power-to-X
     * Carbon capture, storage and utilisation
   * Water management
     * Water resource management
     * Water supply
     * Water in industries
     * Wastewater management
     * Climate change adaptation
     * Smart water solutions
   * Green cities
     * Air pollution
     * Climate change adaptation
     * District energy
     * Green buildings
     * Smart cities
     * Urban mobility
     * Urban waste management
     * Urban water management
   * Circular economy
     * Circular business models
     * Waste management
     * Circular construction
   * Trending
     * Biodiversity
     * Climate partnerships
     * Green financing
     * Green shipping
     * Job creation and transition
     * Sector integration
     * P4G
 * News
 * Publications
 * Solution providers
 * Solutions
 * Events
 * About
   * About State of Green
     * What we do
     * How we work
     * Our governance structure
     * Our founders and partners
     * House of Green
   * Denmark’s green transition
     * Podcast: Sound of Green
     * State of Green Weekly
     * Audio Walk: The Green Walk
     * Denmark’s green value chains
   * For Danish partners
     * Become a partner
     * Our services
     * State of Green Toolbox
   * Contact
     * Meet the team

Request a visit





CREATE A SOLUTION PROVIDER PROFILE

Company Organisation Utility Research Institution Public Sector Financial
Institution


You need to be registered as a Danish company, organization, institution or
public sector entity to join State of Green.

I have read and agree to follow State of Green’s solution provider profile
policy.


YOUR EMAIL ALREADY EXIST

Create profile

SIGN IN TO YOUR PROFILE AREA

Forgot password?
Remember me on this browser
Sign in

RESET YOUR PASSWORD

Already have a user, sign in here
An email with password reset information have been sent if you have an account
with us.
Reset password


YOUR ENTRY POINT TO DENMARK’S GREEN TRANSITION

State of Green is your one-stop shop to 600+ Danish solution providers. We
connect you with Danish players driving the global transition to a sustainable,
low-carbon, resource-efficient society




FROM CHALLENGE TO OPPORTUNITY

State of Green’s work is built on international partnerships, solutions, and
insights within energy, water, cities, and circular economy.

Through decades of experience, Denmark has turned challenges within these four
areas into opportunities. We are here to help you do the same.

How we work


ENERGY TRANSITION


WATER MANAGEMENT


GREEN CITIES


CIRCULAR ECONOMY




LISTEN TO SOUND OF GREEN: STORIES FROM DENMARK’S GREEN TRANSITION

Listen to our podcast series, in which we explores Danish perspectives on the
challenges of the global green transition. Through decades of experience,
Denmark has turned many of these challenges into opportunities. By sharing these
experiences, we hope to help you do the same.

Discover the article



EXPLORE DENMARK'S GREEN VALUE CHAINS

Dive into our digital visualisation of Denmark’s green value chains, and
discover companies and organisations that specialise in water- and wind-related
technology, research, and innovation.

Explore the value chains here



DISCOVER PUBLICATIONS ON DENMARK'S GREEN SECTORS

Download our white papers and magazines with valuable insights into methods,
tools and state-of-the art solutions across different green sectors in Denmark
and around the world.

Explore the publications here



LISTEN TO SOUND OF GREEN: STORIES FROM DENMARK’S GREEN TRANSITION


EXPLORE DENMARK'S GREEN VALUE CHAINS


DISCOVER PUBLICATIONS ON DENMARK'S GREEN SECTORS


WE MATCH YOUR CHALLENGES WITH SUSTAINABLE SOLUTIONS


EXPLORE +1600 SOLUTIONS

Find inspiration to solve your green challenge among more than 1600 featured
solutions, R&D projects, and policy initiatives provided by our solution
providers.

Explore solutions


FIND YOUR FUTURE SOLUTION PROVIDER

Connect with +600 organisations, companies, utilities, research institutions,
financial institutions, and public sector stakeholders to help solve your
challenge.

Find your solution provider


YOU SHOULD CONSIDER READING



solutions

Biodiversity

Water efficiency

Water supply

+2


TRANSFORMING WATER SUPPLY SYSTEM FOR DUAL SAFETY IN QUANZHOU OF CHINA

13 March 2024
Quanzhou, positioned on the southeast coast of China, emerges as a vital city in
Fujian Province, known for its abundant rainfall and warm, humid climate. In
2010, the Quanzhou Taiwan Business Investment Zone was established, later
upgraded to a national-level zone in 2012. Covering an area of 200 s

News

Buildings

District cooling

District energy

District heating

Energy efficiency

Energy efficiency in buildings

Energy efficiency in industry

Green buildings

+7


EU ADOPTS DIRECTIVE TO DECARBONISE THE BUILDINGS SECTOR

13 March 2024
On March 12, the European Parliament adopted a revised version of the Energy
Performance of Buildings Directive, with the goal of reducing greenhouse gas
emissions and energy consumption in EU's building sector.

News

Offshore wind

Wind energy

Wind farm planning and development

+2


DENMARK AND SOUTH KOREA RENEW PARTNERSHIP IN OFFSHORE WIND ENERGY

11 March 2024
During a recent business delegation led by the Minister of Climate, Energy, and
Utilities in Denmark, Denmark and South Korea have renewed their partnership in
offshore wind energy, with plans to cooperate on installing 14.3 GW of offshore
wind in South Korea by 2030.

News

Climate partnerships

Air pollution

Climate change adaptation

Climate COP

Energy efficiency

Green financing

Green Shipping

Heavy transport

Industry

Job creation and transition

Maritime air pollution

Offshore wind

Power-to-x

Sector integration

Solar energy

Transport

Urban air pollution

Water efficiency

Water management

+18


CLIMATE MINISTERS CONVENE IN DENMARK TO SET THE COURSE TOWARDS COP29

11 March 2024
For the third year running, COP discussions get off to an early start at the
Copenhagen Climate Ministerial. This year’s ministerial, hosted by Denmark in
cooperation with the former and current COP presidencies of the United Arab
Emirates and Azerbaijan, will prepare the path towards a successful COP29 in
Baku.

News

Power-to-x

Air pollution from industry production

Energy efficiency in industry

Green hydrogen

Industry

+4


TOPSOE'S ELECTROLYZER MANUFACTURING FACILITY RECEIVES ENVIRONMENTAL PERMIT

8 March 2024
The Danish Environmental Agency have granted Topsoe environmental permit for its
SOEC factory, which is set to be in operation in 2024. The factory will produce
Solid Oxide Electrolyzer Cells (SOEC) for the production of e-fuels.

News

Carbon capture, storage and utilisation

Shipping and maritime

+1


CO2-STORAGE ACROSS BORDERS: DENMARK AND FRANCE LAND NEW INTERNATIONAL
ARRANGEMENT

7 March 2024
Denmark and France have signed an arrangement that allows the transport of
captured CO2 from one country to the other in order to store it underground.

Close


SEARCH

Search
Choose a memory option
All results Pages Focus areas Solution Providers Solutions News Publication


SORRY, WE COULD NOT FIND WHAT YOU WERE LOOKING FOR. PLEASE CHECK FOR
MISSPELLINGS OR TRY ANOTHER KEYWORD.

Solution provider

BIOCIRC GROUP

BioCirc owns and operates eight biogas plants in Denmark, representing one of
the largest biogas productions globally, and with several plants in the
pipeline, we expect to continue our growth in the years ahead.


Solution provider

SCALGO

SCALGO Live is a web-based platform used by engineers, landscape architects,
urban planners, biologists and more to create better and more sustainable
environments with space for water.


Solution provider

WE BUILD DENMARK

WE BUILD DENMARK is the national cluster organisation for the building and
construction sector in Denmark.


Solution provider

AQUAGREEN APS

You get a future proof solution for sludge management with AquaGreens unique
HECLA technology. Get rid of all your organic pollutants, reduce your sludge
handling cost and become carbon negative and energy positive.


Solution provider

GREEN DEAL FLOW

Green Dealflow is an industry specialist in finding and matching developers with
renewable energy investors.


Solution provider

WINDPAL

Site Investigation: Geotechnical & geophysical surveys in Asian wind energy
markets Site Construction: crane & wind turbine pre-assembly support, turbine
services in Japan & Korea


Solution provider

URBAN POWER

URBAN POWER ApS is an architect and urbanist office who advises municipalities,
regions, companies and private developers in making decisions within the fields
of urban planning, buildings and urban spaces with a solid focus on
sustainablílity and co-creation.


Solution provider

KOMPAS VC

KOMPAS is an early-stage venture capital firm dedicated to funding breakthrough
innovations that drive digital transformation and decarbonization in the
building and manufacturing industries.


Solution provider

AIP MANAGEMENT

AIP Management is a Nordic based investment manager dedicated to investing in
the energy transition across Europe and North America.


Solution provider

DYNELECTRO

Power-to-X innovation firm, Dynelectro, offers a unique method extending life
expectancy of solid oxide electrolysis (SOE) from two years up to ten years.
Dynamic control is deployed to offset intermittent power within green fuel
production.
Show 5654 more

SUBSCRIBE TO OUR NEWSLETTER.

Keep up to date with our latest news and insights by subscribing to our weekly
international newsletter
Subscribe


THANK YOU FOR SUBSCRIBING

I accept the terms and conditions

DISCOVER

 * About State of Green
 * News
 * Press services
 * Delegation services
 * The Danish national platform for P4G

FOLLOW

 * LinkedIn
 * X (Twitter)
 * YouTube
 * State of Green Weekly

HELP

 * Contact
 * Privacy Policy
 * Terms & Conditions

 * United Kingdom Germany China Japan Denmark
   Language

Home