From c75f59aa7579974e3f6592c3a47609f48f863b8c Mon Sep 17 00:00:00 2001 From: Pedro V Date: Tue, 10 Dec 2019 14:07:27 +0100 Subject: [PATCH] fig 6 added and names of fig5 fixed --- README.md | 8 +- data/cat_fix.ipynb | 1758 ++++++++++++ data/extended_categories_v2.csv | 4402 +++++++++++++++---------------- images/figure5.png | Bin 676371 -> 691787 bytes images/figure5old.png | Bin 0 -> 676371 bytes images/figure6.png | Bin 0 -> 149835 bytes images/labelfig6.png | Bin 0 -> 34823 bytes images/labelsfig4b.png | Bin 0 -> 19253 bytes 8 files changed, 3963 insertions(+), 2205 deletions(-) create mode 100644 data/cat_fix.ipynb create mode 100644 images/figure5old.png create mode 100644 images/figure6.png create mode 100644 images/labelfig6.png create mode 100644 images/labelsfig4b.png diff --git a/README.md b/README.md index 0e92594..011ac93 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Toward aligning the EU innovation policy with the demand for clean technologies in 1.5 degree worlds: a qualitative and computational study on H2020 projects. -![](images/plot2b.png) -![](images/plot3.png) -![](images/plot4.png) -![](images/plot1.png) \ No newline at end of file +![](images/figure6.png) +![](images/figure3.png) +![](images/figure4b.png) +![](images/figure5.png) \ No newline at end of file diff --git a/data/cat_fix.ipynb b/data/cat_fix.ipynb new file mode 100644 index 0000000..b588c3f --- /dev/null +++ b/data/cat_fix.ipynb @@ -0,0 +1,1758 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "cat = pd.read_csv('extended_categories_v2.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "cat['combined'] = cat['sector']+' '+cat['technology_group']" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0technology_termsidcategorysectortechnology_grouptechnologydescriptiontechnology_termsourceprioritycombined
00forest management835398forest managementAgricultureForest protectionforest managementTechnology of increasing carbon stocks of stan...“forest management”, “management of forest”https://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
11forest management835541forest managementAgricultureForest protectionforest managementTechnology of increasing carbon stocks of stan...“forest management”, “management of forest”https://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
22bioplastic812602bioplasticsIndustryUse of innovative materialsbioplasticsTechnology of using renewable biomass material...bioplastichttps://www.ctc-n.org/technologies/bioplastics1.0Industry Use of innovative materials
33DSM811592demand-side energy managementBuildingsDecreased energy consumption design or practicesdemand-side energy managementTechnology inside buildings that help ensure t...“demand-side energy management”, “demand-side ...https://www.ctc-n.org/technologies/energy-mana...1.0Buildings Decreased energy consumption design ...
44waste management847641waste managementHuman settlementsWaste managementwaste managementTechnology of maximising efficiency of resourc...“waste management”, “management of waste”https://www.ctc-n.org/technologies/integrated-...1.0Human settlements Waste management
\n", + "
" + ], + "text/plain": [ + " Unnamed: 0 technology_terms id category \\\n", + "0 0 forest management 835398 forest management \n", + "1 1 forest management 835541 forest management \n", + "2 2 bioplastic 812602 bioplastics \n", + "3 3 DSM 811592 demand-side energy management \n", + "4 4 waste management 847641 waste management \n", + "\n", + " sector technology_group \\\n", + "0 Agriculture Forest protection \n", + "1 Agriculture Forest protection \n", + "2 Industry Use of innovative materials \n", + "3 Buildings Decreased energy consumption design or practices \n", + "4 Human settlements Waste management \n", + "\n", + " technology \\\n", + "0 forest management \n", + "1 forest management \n", + "2 bioplastics \n", + "3 demand-side energy management \n", + "4 waste management \n", + "\n", + " description \\\n", + "0 Technology of increasing carbon stocks of stan... \n", + "1 Technology of increasing carbon stocks of stan... \n", + "2 Technology of using renewable biomass material... \n", + "3 Technology inside buildings that help ensure t... \n", + "4 Technology of maximising efficiency of resourc... \n", + "\n", + " technology_term \\\n", + "0 “forest management”, “management of forest” \n", + "1 “forest management”, “management of forest” \n", + "2 bioplastic \n", + "3 “demand-side energy management”, “demand-side ... \n", + "4 “waste management”, “management of waste” \n", + "\n", + " source priority \\\n", + "0 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "1 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "2 https://www.ctc-n.org/technologies/bioplastics 1.0 \n", + "3 https://www.ctc-n.org/technologies/energy-mana... 1.0 \n", + "4 https://www.ctc-n.org/technologies/integrated-... 1.0 \n", + "\n", + " combined \n", + "0 Agriculture Forest protection \n", + "1 Agriculture Forest protection \n", + "2 Industry Use of innovative materials \n", + "3 Buildings Decreased energy consumption design ... \n", + "4 Human settlements Waste management " + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "cat.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "to_change = cat[cat['combined'].isin(['Transport Fuel','Energy Storage','Energy System innovation','Transport System innovation'])].index" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Int64Index([ 6, 27, 29, 31, 32, 35, 36, 37, 40, 51,\n", + " ...\n", + " 2166, 2172, 2176, 2178, 2179, 2180, 2187, 2189, 2191, 2199],\n", + " dtype='int64', length=472)" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "to_change" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'Decreased energy consumption design or practices'" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "cat.loc[3,'technology_group']" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "new_tech_group = []\n", + "for i in cat['technology_group'].index:\n", + " if i in to_change:\n", + " new_tech_group.append(cat.loc[i,'combined'])\n", + " else:\n", + " new_tech_group.append(cat.loc[i,'technology_group'])\n" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "2200" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "len(cat)" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [], + "source": [ + "cat['technology_group'] = new_tech_group" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "cat.to_csv('extended_categories_v2.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0technology_termsidcategorysectortechnology_grouptechnologydescriptiontechnology_termsourceprioritycombined
154154biochar709606biocharAgricultureCleaner productbiocharTechnology of producing and using biochar – a ...biocharhttps://www.ctc-n.org/technologies/biochar1.0Agriculture Cleaner product
226226biochar684143biocharAgricultureCleaner productbiocharTechnology of producing and using biochar – a ...biocharhttps://www.ctc-n.org/technologies/biochar1.0Agriculture Cleaner product
682682alternative to meat858543new sources of proteinAgricultureCleaner productnew sources of proteinTechnology of producing alternatives to meat a...“alternative to meat”, “alternatives to meat”,...http://www.b-t.energy/landscape/agriculture/de...1.0Agriculture Cleaner product
765765biochar818308biocharAgricultureCleaner productbiocharTechnology of producing and using biochar – a ...biocharhttps://www.ctc-n.org/technologies/biochar1.0Agriculture Cleaner product
15481548biochar748106biocharAgricultureCleaner productbiocharTechnology of producing and using biochar – a ...biocharhttps://www.ctc-n.org/technologies/biochar1.0Agriculture Cleaner product
19141914biochar817214biocharAgricultureCleaner productbiocharTechnology of producing and using biochar – a ...biocharhttps://www.ctc-n.org/technologies/biochar1.0Agriculture Cleaner product
19391939biochar836243biocharAgricultureCleaner productbiocharTechnology of producing and using biochar – a ...biocharhttps://www.ctc-n.org/technologies/biochar1.0Agriculture Cleaner product
77nutrient management818470nutrient managementAgricultureEmissions and pollution reductionnutrient managementTechnology of integrating the use of natural a...“nutrient management”, “management of nutrient”https://www.ctc-n.org/technologies/integrated-...1.0Agriculture Emissions and pollution reduction
240240direct seeding711392direct seedingAgricultureEmissions and pollution reductiondirect seedingIn rice growing, technology of shortening the ...“direct seeding”https://www.ctc-n.org/technologies/direct-seed...0.0Agriculture Emissions and pollution reduction
367367nutrient management761589nutrient managementAgricultureEmissions and pollution reductionnutrient managementTechnology of integrating the use of natural a...“nutrient management”, “management of nutrient”https://www.ctc-n.org/technologies/integrated-...1.0Agriculture Emissions and pollution reduction
378378manure management763185manure managementAgricultureEmissions and pollution reductionmanure managementTechnology of decreasing methane emissions fro...“manure management”, “management of manure”https://www.ctc-n.org/technologies/manure-mana...1.0Agriculture Emissions and pollution reduction
402402nutrient management696231nutrient managementAgricultureEmissions and pollution reductionnutrient managementTechnology of integrating the use of natural a...“nutrient management”, “management of nutrient”https://www.ctc-n.org/technologies/integrated-...1.0Agriculture Emissions and pollution reduction
493493livestock management783221livestock managementAgricultureEmissions and pollution reductionlivestock managementTechnology of improving feeding practices of l...“livestock management”, “management of livestock”https://www.ctc-n.org/technologies/livestock-m...1.0Agriculture Emissions and pollution reduction
631631electron acceptor656385electron acceptorAgricultureEmissions and pollution reductionelectron acceptorIn rice growing, technology of reducing methan...“electron acceptor”https://www.ctc-n.org/technologies/electron-ac...0.0Agriculture Emissions and pollution reduction
660660electron acceptor654836electron acceptorAgricultureEmissions and pollution reductionelectron acceptorIn rice growing, technology of reducing methan...“electron acceptor”https://www.ctc-n.org/technologies/electron-ac...0.0Agriculture Emissions and pollution reduction
13271327nutrient management814258nutrient managementAgricultureEmissions and pollution reductionnutrient managementTechnology of integrating the use of natural a...“nutrient management”, “management of nutrient”https://www.ctc-n.org/technologies/integrated-...1.0Agriculture Emissions and pollution reduction
13551355livestock management824464livestock managementAgricultureEmissions and pollution reductionlivestock managementTechnology of improving feeding practices of l...“livestock management”, “management of livestock”https://www.ctc-n.org/technologies/livestock-m...1.0Agriculture Emissions and pollution reduction
13601360nutrient management776643nutrient managementAgricultureEmissions and pollution reductionnutrient managementTechnology of integrating the use of natural a...“nutrient management”, “management of nutrient”https://www.ctc-n.org/technologies/integrated-...1.0Agriculture Emissions and pollution reduction
20832083livestock management748766livestock managementAgricultureEmissions and pollution reductionlivestock managementTechnology of improving feeding practices of l...“livestock management”, “management of livestock”https://www.ctc-n.org/technologies/livestock-m...1.0Agriculture Emissions and pollution reduction
00forest management835398forest managementAgricultureForest protectionforest managementTechnology of increasing carbon stocks of stan...“forest management”, “management of forest”https://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
11forest management835541forest managementAgricultureForest protectionforest managementTechnology of increasing carbon stocks of stan...“forest management”, “management of forest”https://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
5555agroforestry727934agroforestryAgricultureForest protectionagroforestryAlso, “agro-sylviculture”; technology of manag...agroforestry, sylviculture, “agro-sylviculture...https://www.ctc-n.org/technologies/agroforestry1.0Agriculture Forest protection
111111agroforestry727872agroforestryAgricultureForest protectionagroforestryAlso, “agro-sylviculture”; technology of manag...agroforestry, sylviculture, “agro-sylviculture...https://www.ctc-n.org/technologies/agroforestry1.0Agriculture Forest protection
164164forest management728320forest managementAgricultureForest protectionforest managementTechnology of increasing carbon stocks of stan...“forest management”, “management of forest”https://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
239239reforestation711392afforestationAgricultureForest protectionafforestationAlso, “reforestation”; technology of direct co...afforestation, reforestationhttps://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
342342forest management854343forest managementAgricultureForest protectionforest managementTechnology of increasing carbon stocks of stan...“forest management”, “management of forest”https://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
361361forest management762739forest managementAgricultureForest protectionforest managementTechnology of increasing carbon stocks of stan...“forest management”, “management of forest”https://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
362362management of forest762739forest managementAgricultureForest protectionforest managementTechnology of increasing carbon stocks of stan...“forest management”, “management of forest”https://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
448448forest management720757forest managementAgricultureForest protectionforest managementTechnology of increasing carbon stocks of stan...“forest management”, “management of forest”https://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
563563forest management655815forest managementAgricultureForest protectionforest managementTechnology of increasing carbon stocks of stan...“forest management”, “management of forest”https://www.ctc-n.org/technologies/forest-mana...1.0Agriculture Forest protection
.......................................
10691069electric vehicle653395electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
11161116electric vehicle684085electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
11651165electric vehicle666278electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
11661166electric car666278electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
12221222electric vehicle858504electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
13151315electric vehicle824335electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
14901490electric vehicle824250electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
15431543electric vehicle767864electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
15791579electric vehicle770054electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
17611761electric vehicle790379electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
17641764electric vehicle807801electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
17661766electric vehicle809475electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
17721772non-motorised807854non-motorised transport designTransportVehicle designnon-motorised transport designTechnology related to cycling and other non-mo...“non-motorised”https://www.ctc-n.org/technologies/promotion-n...1.0Transport Vehicle design
18171817electric car673048electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
18901890electric vehicle816348electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
19161916electric vehicle807791electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
19371937electric vehicle824300electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
19401940electric vehicle837041electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
19781978electric vehicle650292electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
20422042electric vehicle774912electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
20432043electric car774912electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
20702070electric vehicle781145electric vehicle designTransportVehicle designelectric vehicle designTechnology of vehicle propelling using solely ...“electric vehicle”, “electric car”https://www.ctc-n.org/technologies/electric-ve...1.0Transport Vehicle design
208208distributed production711190NaNNaNNaNNaNNaNNaNNaNNaNNaN
577577distributed production692466NaNNaNNaNNaNNaNNaNNaNNaNNaN
759759distributed manufacturing780732NaNNaNNaNNaNNaNNaNNaNNaNNaN
11461146local manufacturing683928NaNNaNNaNNaNNaNNaNNaNNaNNaN
15511551efficient energy transmission742098NaNNaNNaNNaNNaNNaNNaNNaNNaN
17571757distributed production808402NaNNaNNaNNaNNaNNaNNaNNaNNaN
18411841distributed manufacturing814078NaNNaNNaNNaNNaNNaNNaNNaNNaN
19871987local manufacturing802512NaNNaNNaNNaNNaNNaNNaNNaNNaN
\n", + "

2200 rows × 12 columns

\n", + "
" + ], + "text/plain": [ + " Unnamed: 0 technology_terms id \\\n", + "154 154 biochar 709606 \n", + "226 226 biochar 684143 \n", + "682 682 alternative to meat 858543 \n", + "765 765 biochar 818308 \n", + "1548 1548 biochar 748106 \n", + "1914 1914 biochar 817214 \n", + "1939 1939 biochar 836243 \n", + "7 7 nutrient management 818470 \n", + "240 240 direct seeding 711392 \n", + "367 367 nutrient management 761589 \n", + "378 378 manure management 763185 \n", + "402 402 nutrient management 696231 \n", + "493 493 livestock management 783221 \n", + "631 631 electron acceptor 656385 \n", + "660 660 electron acceptor 654836 \n", + "1327 1327 nutrient management 814258 \n", + "1355 1355 livestock management 824464 \n", + "1360 1360 nutrient management 776643 \n", + "2083 2083 livestock management 748766 \n", + "0 0 forest management 835398 \n", + "1 1 forest management 835541 \n", + "55 55 agroforestry 727934 \n", + "111 111 agroforestry 727872 \n", + "164 164 forest management 728320 \n", + "239 239 reforestation 711392 \n", + "342 342 forest management 854343 \n", + "361 361 forest management 762739 \n", + "362 362 management of forest 762739 \n", + "448 448 forest management 720757 \n", + "563 563 forest management 655815 \n", + "... ... ... ... \n", + "1069 1069 electric vehicle 653395 \n", + "1116 1116 electric vehicle 684085 \n", + "1165 1165 electric vehicle 666278 \n", + "1166 1166 electric car 666278 \n", + "1222 1222 electric vehicle 858504 \n", + "1315 1315 electric vehicle 824335 \n", + "1490 1490 electric vehicle 824250 \n", + "1543 1543 electric vehicle 767864 \n", + "1579 1579 electric vehicle 770054 \n", + "1761 1761 electric vehicle 790379 \n", + "1764 1764 electric vehicle 807801 \n", + "1766 1766 electric vehicle 809475 \n", + "1772 1772 non-motorised 807854 \n", + "1817 1817 electric car 673048 \n", + "1890 1890 electric vehicle 816348 \n", + "1916 1916 electric vehicle 807791 \n", + "1937 1937 electric vehicle 824300 \n", + "1940 1940 electric vehicle 837041 \n", + "1978 1978 electric vehicle 650292 \n", + "2042 2042 electric vehicle 774912 \n", + "2043 2043 electric car 774912 \n", + "2070 2070 electric vehicle 781145 \n", + "208 208 distributed production 711190 \n", + "577 577 distributed production 692466 \n", + "759 759 distributed manufacturing 780732 \n", + "1146 1146 local manufacturing 683928 \n", + "1551 1551 efficient energy transmission 742098 \n", + "1757 1757 distributed production 808402 \n", + "1841 1841 distributed manufacturing 814078 \n", + "1987 1987 local manufacturing 802512 \n", + "\n", + " category sector \\\n", + "154 biochar Agriculture \n", + "226 biochar Agriculture \n", + "682 new sources of protein Agriculture \n", + "765 biochar Agriculture \n", + "1548 biochar Agriculture \n", + "1914 biochar Agriculture \n", + "1939 biochar Agriculture \n", + "7 nutrient management Agriculture \n", + "240 direct seeding Agriculture \n", + "367 nutrient management Agriculture \n", + "378 manure management Agriculture \n", + "402 nutrient management Agriculture \n", + "493 livestock management Agriculture \n", + "631 electron acceptor Agriculture \n", + "660 electron acceptor Agriculture \n", + "1327 nutrient management Agriculture \n", + "1355 livestock management Agriculture \n", + "1360 nutrient management Agriculture \n", + "2083 livestock management Agriculture \n", + "0 forest management Agriculture \n", + "1 forest management Agriculture \n", + "55 agroforestry Agriculture \n", + "111 agroforestry Agriculture \n", + "164 forest management Agriculture \n", + "239 afforestation Agriculture \n", + "342 forest management Agriculture \n", + "361 forest management Agriculture \n", + "362 forest management Agriculture \n", + "448 forest management Agriculture \n", + "563 forest management Agriculture \n", + "... ... ... \n", + "1069 electric vehicle design Transport \n", + "1116 electric vehicle design Transport \n", + "1165 electric vehicle design Transport \n", + "1166 electric vehicle design Transport \n", + "1222 electric vehicle design Transport \n", + "1315 electric vehicle design Transport \n", + "1490 electric vehicle design Transport \n", + "1543 electric vehicle design Transport \n", + "1579 electric vehicle design Transport \n", + "1761 electric vehicle design Transport \n", + "1764 electric vehicle design Transport \n", + "1766 electric vehicle design Transport \n", + "1772 non-motorised transport design Transport \n", + "1817 electric vehicle design Transport \n", + "1890 electric vehicle design Transport \n", + "1916 electric vehicle design Transport \n", + "1937 electric vehicle design Transport \n", + "1940 electric vehicle design Transport \n", + "1978 electric vehicle design Transport \n", + "2042 electric vehicle design Transport \n", + "2043 electric vehicle design Transport \n", + "2070 electric vehicle design Transport \n", + "208 NaN NaN \n", + "577 NaN NaN \n", + "759 NaN NaN \n", + "1146 NaN NaN \n", + "1551 NaN NaN \n", + "1757 NaN NaN \n", + "1841 NaN NaN \n", + "1987 NaN NaN \n", + "\n", + " technology_group technology \\\n", + "154 Cleaner product biochar \n", + "226 Cleaner product biochar \n", + "682 Cleaner product new sources of protein \n", + "765 Cleaner product biochar \n", + "1548 Cleaner product biochar \n", + "1914 Cleaner product biochar \n", + "1939 Cleaner product biochar \n", + "7 Emissions and pollution reduction nutrient management \n", + "240 Emissions and pollution reduction direct seeding \n", + "367 Emissions and pollution reduction nutrient management \n", + "378 Emissions and pollution reduction manure management \n", + "402 Emissions and pollution reduction nutrient management \n", + "493 Emissions and pollution reduction livestock management \n", + "631 Emissions and pollution reduction electron acceptor \n", + "660 Emissions and pollution reduction electron acceptor \n", + "1327 Emissions and pollution reduction nutrient management \n", + "1355 Emissions and pollution reduction livestock management \n", + "1360 Emissions and pollution reduction nutrient management \n", + "2083 Emissions and pollution reduction livestock management \n", + "0 Forest protection forest management \n", + "1 Forest protection forest management \n", + "55 Forest protection agroforestry \n", + "111 Forest protection agroforestry \n", + "164 Forest protection forest management \n", + "239 Forest protection afforestation \n", + "342 Forest protection forest management \n", + "361 Forest protection forest management \n", + "362 Forest protection forest management \n", + "448 Forest protection forest management \n", + "563 Forest protection forest management \n", + "... ... ... \n", + "1069 Vehicle design electric vehicle design \n", + "1116 Vehicle design electric vehicle design \n", + "1165 Vehicle design electric vehicle design \n", + "1166 Vehicle design electric vehicle design \n", + "1222 Vehicle design electric vehicle design \n", + "1315 Vehicle design electric vehicle design \n", + "1490 Vehicle design electric vehicle design \n", + "1543 Vehicle design electric vehicle design \n", + "1579 Vehicle design electric vehicle design \n", + "1761 Vehicle design electric vehicle design \n", + "1764 Vehicle design electric vehicle design \n", + "1766 Vehicle design electric vehicle design \n", + "1772 Vehicle design non-motorised transport design \n", + "1817 Vehicle design electric vehicle design \n", + "1890 Vehicle design electric vehicle design \n", + "1916 Vehicle design electric vehicle design \n", + "1937 Vehicle design electric vehicle design \n", + "1940 Vehicle design electric vehicle design \n", + "1978 Vehicle design electric vehicle design \n", + "2042 Vehicle design electric vehicle design \n", + "2043 Vehicle design electric vehicle design \n", + "2070 Vehicle design electric vehicle design \n", + "208 NaN NaN \n", + "577 NaN NaN \n", + "759 NaN NaN \n", + "1146 NaN NaN \n", + "1551 NaN NaN \n", + "1757 NaN NaN \n", + "1841 NaN NaN \n", + "1987 NaN NaN \n", + "\n", + " description \\\n", + "154 Technology of producing and using biochar – a ... \n", + "226 Technology of producing and using biochar – a ... \n", + "682 Technology of producing alternatives to meat a... \n", + "765 Technology of producing and using biochar – a ... \n", + "1548 Technology of producing and using biochar – a ... \n", + "1914 Technology of producing and using biochar – a ... \n", + "1939 Technology of producing and using biochar – a ... \n", + "7 Technology of integrating the use of natural a... \n", + "240 In rice growing, technology of shortening the ... \n", + "367 Technology of integrating the use of natural a... \n", + "378 Technology of decreasing methane emissions fro... \n", + "402 Technology of integrating the use of natural a... \n", + "493 Technology of improving feeding practices of l... \n", + "631 In rice growing, technology of reducing methan... \n", + "660 In rice growing, technology of reducing methan... \n", + "1327 Technology of integrating the use of natural a... \n", + "1355 Technology of improving feeding practices of l... \n", + "1360 Technology of integrating the use of natural a... \n", + "2083 Technology of improving feeding practices of l... \n", + "0 Technology of increasing carbon stocks of stan... \n", + "1 Technology of increasing carbon stocks of stan... \n", + "55 Also, “agro-sylviculture”; technology of manag... \n", + "111 Also, “agro-sylviculture”; technology of manag... \n", + "164 Technology of increasing carbon stocks of stan... \n", + "239 Also, “reforestation”; technology of direct co... \n", + "342 Technology of increasing carbon stocks of stan... \n", + "361 Technology of increasing carbon stocks of stan... \n", + "362 Technology of increasing carbon stocks of stan... \n", + "448 Technology of increasing carbon stocks of stan... \n", + "563 Technology of increasing carbon stocks of stan... \n", + "... ... \n", + "1069 Technology of vehicle propelling using solely ... \n", + "1116 Technology of vehicle propelling using solely ... \n", + "1165 Technology of vehicle propelling using solely ... \n", + "1166 Technology of vehicle propelling using solely ... \n", + "1222 Technology of vehicle propelling using solely ... \n", + "1315 Technology of vehicle propelling using solely ... \n", + "1490 Technology of vehicle propelling using solely ... \n", + "1543 Technology of vehicle propelling using solely ... \n", + "1579 Technology of vehicle propelling using solely ... \n", + "1761 Technology of vehicle propelling using solely ... \n", + "1764 Technology of vehicle propelling using solely ... \n", + "1766 Technology of vehicle propelling using solely ... \n", + "1772 Technology related to cycling and other non-mo... \n", + "1817 Technology of vehicle propelling using solely ... \n", + "1890 Technology of vehicle propelling using solely ... \n", + "1916 Technology of vehicle propelling using solely ... \n", + "1937 Technology of vehicle propelling using solely ... \n", + "1940 Technology of vehicle propelling using solely ... \n", + "1978 Technology of vehicle propelling using solely ... \n", + "2042 Technology of vehicle propelling using solely ... \n", + "2043 Technology of vehicle propelling using solely ... \n", + "2070 Technology of vehicle propelling using solely ... \n", + "208 NaN \n", + "577 NaN \n", + "759 NaN \n", + "1146 NaN \n", + "1551 NaN \n", + "1757 NaN \n", + "1841 NaN \n", + "1987 NaN \n", + "\n", + " technology_term \\\n", + "154 biochar \n", + "226 biochar \n", + "682 “alternative to meat”, “alternatives to meat”,... \n", + "765 biochar \n", + "1548 biochar \n", + "1914 biochar \n", + "1939 biochar \n", + "7 “nutrient management”, “management of nutrient” \n", + "240 “direct seeding” \n", + "367 “nutrient management”, “management of nutrient” \n", + "378 “manure management”, “management of manure” \n", + "402 “nutrient management”, “management of nutrient” \n", + "493 “livestock management”, “management of livestock” \n", + "631 “electron acceptor” \n", + "660 “electron acceptor” \n", + "1327 “nutrient management”, “management of nutrient” \n", + "1355 “livestock management”, “management of livestock” \n", + "1360 “nutrient management”, “management of nutrient” \n", + "2083 “livestock management”, “management of livestock” \n", + "0 “forest management”, “management of forest” \n", + "1 “forest management”, “management of forest” \n", + "55 agroforestry, sylviculture, “agro-sylviculture... \n", + "111 agroforestry, sylviculture, “agro-sylviculture... \n", + "164 “forest management”, “management of forest” \n", + "239 afforestation, reforestation \n", + "342 “forest management”, “management of forest” \n", + "361 “forest management”, “management of forest” \n", + "362 “forest management”, “management of forest” \n", + "448 “forest management”, “management of forest” \n", + "563 “forest management”, “management of forest” \n", + "... ... \n", + "1069 “electric vehicle”, “electric car” \n", + "1116 “electric vehicle”, “electric car” \n", + "1165 “electric vehicle”, “electric car” \n", + "1166 “electric vehicle”, “electric car” \n", + "1222 “electric vehicle”, “electric car” \n", + "1315 “electric vehicle”, “electric car” \n", + "1490 “electric vehicle”, “electric car” \n", + "1543 “electric vehicle”, “electric car” \n", + "1579 “electric vehicle”, “electric car” \n", + "1761 “electric vehicle”, “electric car” \n", + "1764 “electric vehicle”, “electric car” \n", + "1766 “electric vehicle”, “electric car” \n", + "1772 “non-motorised” \n", + "1817 “electric vehicle”, “electric car” \n", + "1890 “electric vehicle”, “electric car” \n", + "1916 “electric vehicle”, “electric car” \n", + "1937 “electric vehicle”, “electric car” \n", + "1940 “electric vehicle”, “electric car” \n", + "1978 “electric vehicle”, “electric car” \n", + "2042 “electric vehicle”, “electric car” \n", + "2043 “electric vehicle”, “electric car” \n", + "2070 “electric vehicle”, “electric car” \n", + "208 NaN \n", + "577 NaN \n", + "759 NaN \n", + "1146 NaN \n", + "1551 NaN \n", + "1757 NaN \n", + "1841 NaN \n", + "1987 NaN \n", + "\n", + " source priority \\\n", + "154 https://www.ctc-n.org/technologies/biochar 1.0 \n", + "226 https://www.ctc-n.org/technologies/biochar 1.0 \n", + "682 http://www.b-t.energy/landscape/agriculture/de... 1.0 \n", + "765 https://www.ctc-n.org/technologies/biochar 1.0 \n", + "1548 https://www.ctc-n.org/technologies/biochar 1.0 \n", + "1914 https://www.ctc-n.org/technologies/biochar 1.0 \n", + "1939 https://www.ctc-n.org/technologies/biochar 1.0 \n", + "7 https://www.ctc-n.org/technologies/integrated-... 1.0 \n", + "240 https://www.ctc-n.org/technologies/direct-seed... 0.0 \n", + "367 https://www.ctc-n.org/technologies/integrated-... 1.0 \n", + "378 https://www.ctc-n.org/technologies/manure-mana... 1.0 \n", + "402 https://www.ctc-n.org/technologies/integrated-... 1.0 \n", + "493 https://www.ctc-n.org/technologies/livestock-m... 1.0 \n", + "631 https://www.ctc-n.org/technologies/electron-ac... 0.0 \n", + "660 https://www.ctc-n.org/technologies/electron-ac... 0.0 \n", + "1327 https://www.ctc-n.org/technologies/integrated-... 1.0 \n", + "1355 https://www.ctc-n.org/technologies/livestock-m... 1.0 \n", + "1360 https://www.ctc-n.org/technologies/integrated-... 1.0 \n", + "2083 https://www.ctc-n.org/technologies/livestock-m... 1.0 \n", + "0 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "1 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "55 https://www.ctc-n.org/technologies/agroforestry 1.0 \n", + "111 https://www.ctc-n.org/technologies/agroforestry 1.0 \n", + "164 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "239 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "342 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "361 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "362 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "448 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "563 https://www.ctc-n.org/technologies/forest-mana... 1.0 \n", + "... ... ... \n", + "1069 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1116 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1165 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1166 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1222 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1315 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1490 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1543 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1579 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1761 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1764 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1766 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1772 https://www.ctc-n.org/technologies/promotion-n... 1.0 \n", + "1817 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1890 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1916 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1937 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1940 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "1978 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "2042 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "2043 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "2070 https://www.ctc-n.org/technologies/electric-ve... 1.0 \n", + "208 NaN NaN \n", + "577 NaN NaN \n", + "759 NaN NaN \n", + "1146 NaN NaN \n", + "1551 NaN NaN \n", + "1757 NaN NaN \n", + "1841 NaN NaN \n", + "1987 NaN NaN \n", + "\n", + " combined \n", + "154 Agriculture Cleaner product \n", + "226 Agriculture Cleaner product \n", + "682 Agriculture Cleaner product \n", + "765 Agriculture Cleaner product \n", + "1548 Agriculture Cleaner product \n", + "1914 Agriculture Cleaner product \n", + "1939 Agriculture Cleaner product \n", + "7 Agriculture Emissions and pollution reduction \n", + "240 Agriculture Emissions and pollution reduction \n", + "367 Agriculture Emissions and pollution reduction \n", + "378 Agriculture Emissions and pollution reduction \n", + "402 Agriculture Emissions and pollution reduction \n", + "493 Agriculture Emissions and pollution reduction \n", + "631 Agriculture Emissions and pollution reduction \n", + "660 Agriculture Emissions and pollution reduction \n", + "1327 Agriculture Emissions and pollution reduction \n", + "1355 Agriculture Emissions and pollution reduction \n", + "1360 Agriculture Emissions and pollution reduction \n", + "2083 Agriculture Emissions and pollution reduction \n", + "0 Agriculture Forest protection \n", + "1 Agriculture Forest protection \n", + "55 Agriculture Forest protection \n", + "111 Agriculture Forest protection \n", + "164 Agriculture Forest protection \n", + "239 Agriculture Forest protection \n", + "342 Agriculture Forest protection \n", + "361 Agriculture Forest protection \n", + "362 Agriculture Forest protection \n", + "448 Agriculture Forest protection \n", + "563 Agriculture Forest protection \n", + "... ... \n", + "1069 Transport Vehicle design \n", + "1116 Transport Vehicle design \n", + "1165 Transport Vehicle design \n", + "1166 Transport Vehicle design \n", + "1222 Transport Vehicle design \n", + "1315 Transport Vehicle design \n", + "1490 Transport Vehicle design \n", + "1543 Transport Vehicle design \n", + "1579 Transport Vehicle design \n", + "1761 Transport Vehicle design \n", + "1764 Transport Vehicle design \n", + "1766 Transport Vehicle design \n", + "1772 Transport Vehicle design \n", + "1817 Transport Vehicle design \n", + "1890 Transport Vehicle design \n", + "1916 Transport Vehicle design \n", + "1937 Transport Vehicle design \n", + "1940 Transport Vehicle design \n", + "1978 Transport Vehicle design \n", + "2042 Transport Vehicle design \n", + "2043 Transport Vehicle design \n", + "2070 Transport Vehicle design \n", + "208 NaN \n", + "577 NaN \n", + "759 NaN \n", + "1146 NaN \n", + "1551 NaN \n", + "1757 NaN \n", + "1841 NaN \n", + "1987 NaN \n", + "\n", + "[2200 rows x 12 columns]" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "cat.sort_values(['sector','technology_group']) " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/data/extended_categories_v2.csv b/data/extended_categories_v2.csv index df2368b..0f70f0b 100644 --- a/data/extended_categories_v2.csv +++ b/data/extended_categories_v2.csv @@ -1,2201 +1,2201 @@ -,technology_terms,id,category,sector,technology_group,technology,description,technology_term,source,priority -0,forest management,835398,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1,forest management,835541,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -2,bioplastic,812602,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -3,DSM,811592,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -4,waste management,847641,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -5,carbon capture and sequestration,805344,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -6,fuel cell,779606,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -7,nutrient management,818470,nutrient management,Agriculture,Emissions and pollution reduction,nutrient management,Technology of integrating the use of natural and man-made soil nutrients to increase crop productivity and preserve soil productivity for future generations; or to decrease methane emissions in livestock.,"“nutrient management”, “management of nutrient”",https://www.ctc-n.org/technologies/integrated-nutrient-management,1.0 -8,CSP,786483,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -9,concentrated solar power,786483,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -10,PV,786483,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -11,carbon sequestration,841910,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -12,photovoltaic,838686,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -13,efficient lighting,842633,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0 -14,waste management,820892,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -15,recycling,820892,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -16,recycling,814400,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -17,renewable energy,830036,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -18,wave energy,830036,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -19,renewable energy,836317,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -20,recycling,840446,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -21,renewable energy,831041,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -22,wave energy,831041,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -23,offshore wind,831041,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -24,PV,831041,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -25,electric vehicle,799658,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -26,renewable energy,764090,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -27,energy storage,764090,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -28,renewable energy,779540,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -29,fuel cell,779540,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -30,recycling,778045,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -31,energy storage,779469,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -32,fuel cell,779469,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -33,waste management,776745,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -34,CCS,780265,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -35,traffic management,777465,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -36,energy storage,777515,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -37,smart grid,777515,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -38,renewable energy,764799,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -39,renewable energy,771066,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -40,grid management,771066,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -41,microgrid,771066,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -42,wave energy,775337,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -43,PV,764805,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -44,recycling,764805,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -45,PV,723747,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -46,geothermal energy,768292,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -47,geothermal,768292,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -48,renewable energy,768292,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -49,electric vehicle,773813,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -50,recycling,755171,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -51,energy storage,775250,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -52,wave energy,775250,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -53,energy storage,775434,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -54,traffic management,775434,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -55,agroforestry,727934,agroforestry,Agriculture,Forest protection,agroforestry,"Also, “agro-sylviculture”; technology of managing land use when trees or shrubs are grown around or among crops or pastureland.","agroforestry, sylviculture, “agro-sylviculture”, agrosylviculture",https://www.ctc-n.org/technologies/agroforestry,1.0 -56,renewable energy,775013,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -57,renewable energy,762726,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -58,offshore wind,745625,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -59,biorefinery,761743,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -60,energy storage,762088,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -61,fuel cell,735582,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -62,recycling,720838,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -63,waste management,762442,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -64,renewable energy,763080,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -65,renewable energy,739550,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -66,offshore wind,739550,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -67,traffic management,730640,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -68,biofuel,744548,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -69,electric vehicle,743923,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -70,recycling,743923,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -71,energy storage,743923,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -72,data centre,731016,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -73,renewable energy,731117,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -74,geothermal energy,731117,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -75,geothermal,731117,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -76,energy storage,731117,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -77,smart grid,744058,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -78,smart grid,731268,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -79,traffic management,745002,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -80,PV,743667,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -81,photovoltaic,743667,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -82,heat pump,743470,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -83,photovoltaic,736217,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -84,recycling,730238,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -85,geothermal energy,727550,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -86,geothermal,727550,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -87,offshore wind,735565,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -88,biofuel,706642,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -89,carbon sequestration,706642,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -90,biorefinery,706642,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -91,renewable energy,734948,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -92,PV,734948,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -93,thermal storage,736247,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -94,smart grid,736247,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -95,heat pump,736247,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -96,renewable energy,734137,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -97,renewable energy,735368,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -98,district heating,735368,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -99,recycling,735012,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -100,renewable energy,735017,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -101,LNG,745142,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -102,biopolymer,720777,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -103,recycling,736445,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -104,energy storage,720853,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -105,district heating,744940,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -106,renewable energy,744940,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -107,CHP,744940,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -108,combined heat and power,744940,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -109,energy storage,744940,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -110,energy storage,745556,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -111,agroforestry,727872,agroforestry,Agriculture,Forest protection,agroforestry,"Also, “agro-sylviculture”; technology of managing land use when trees or shrubs are grown around or among crops or pastureland.","agroforestry, sylviculture, “agro-sylviculture”, agrosylviculture",https://www.ctc-n.org/technologies/agroforestry,1.0 -112,biorefinery,727874,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -113,recycling,740942,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -114,renewable energy,729070,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -115,thermal storage,718316,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -116,recycling,718316,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -117,energy storage,718316,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -118,recycling,713486,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -119,heat pump,718222,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -120,renewable energy,719885,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -121,renewable energy,717956,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -122,PV,717956,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -123,biopolymer,717577,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -124,district heating,696174,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -125,heat pump,680556,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -126,PV,680556,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -127,photovoltaic,680556,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -128,offshore wind,718838,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -129,bioplastic,718097,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -130,renewable energy,719137,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -131,smart grid,719137,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -132,improved durability,719161,improved durability,Industry,Improved durability,improved durability,Technology of producing (energy-intensive) products and materials with improved durability.,“improved durability”,http://www.b-t.energy/landscape/manufacturing/extreme-durability-for-energy-intensive-products-and-materials/,1.0 -133,energy storage,717376,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -134,renewable energy,717376,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -135,energy storage,717791,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -136,renewable energy,717791,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -137,photovoltaic,706094,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -138,soil treatment,717797,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0 -139,management of waste,718785,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -140,efficient lighting,695931,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0 -141,PV,718772,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -142,photovoltaic,718772,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -143,heat pump,735869,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -144,solar heating,735869,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0 -145,fuel cell,700101,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -146,CSP,728894,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -147,energy storage,736164,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -148,renewable energy,736164,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -149,bioplastic,735577,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -150,recycling,735577,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -151,solar heating,735379,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0 -152,photovoltaic,735379,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -153,geothermal,728284,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -154,biochar,709606,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0 -155,smart grid,729083,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -156,biofuel,729112,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -157,energy storage,729717,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -158,smart grid,729717,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -159,energy storage,729793,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -160,recycling,728274,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -161,onshore wind,729363,onshore wind,Energy,Wind,onshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Onshore wind parks are placed on land.",“onshore wind”,https://www.ctc-n.org/technologies/shore-wind,0.0 -162,gas turbine,690724,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0 -163,recycling,728922,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -164,forest management,728320,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -165,electric vehicle,728772,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -166,data centre,728969,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -167,recycling,728462,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -168,passive house,729206,passive house,Buildings,Building design,passive house,"Also, “low carbon house/building” or “zero emissions house/building”. Here, an energy efficient building includes two or more of these technologies: well-insulated and highly air-tight building, strict design and construction standards, mainly heated by passive solar heat or other natural heat, and equipped with an energy recovery ventilator for a constant and balanced fresh air supply. Optionally, can be also integrated with onsite renewable energy technologies (wind, solar, etc.).","“passive house”, “low carbon house”, “low carbon building”, “zero emissions house”, “zero emissions building”, ”, “low-carbon house”, “low-carbon building”, “zero-emissions house”, “zero-emissions building”",https://www.ctc-n.org/technologies/passive-house-design,1.0 -169,waste management,690452,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -170,waste management,688995,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -171,electric vehicle,729359,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -172,PV,718003,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -173,concentrated solar power,686008,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -174,waste management,719028,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -175,recycling,688993,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -176,bioplastic,718397,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -177,renewable energy,691768,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -178,PV,691768,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -179,photovoltaic,691768,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -180,electric vehicle,718074,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -181,biofuel,691763,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -182,waste management,654623,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -183,biofuel,654623,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -184,biofuel,691846,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -185,recycling,719038,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -186,thermal storage,703746,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -187,CHP,703746,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -188,PV,703746,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -189,photovoltaic,703746,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -190,compressed natural gas,719024,compressed/converted natural gas,Transport,Fuel,compressed/converted natural gas,Technology of producing or using natural gas-based fuel for passenger vehicles.,"“compressed natural gas”, “converted natural gas”, “compressed gas”, “converted gas”",https://www.ctc-n.org/technologies/compressed-natural-gas-cng-fuel,1.0 -191,renewable energy,718299,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -192,district heating,691735,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -193,PV,691735,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -194,energy storage,691761,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -195,renewable energy,691761,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -196,renewable energy,718125,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -197,energy storage,718125,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -198,CSP,691664,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -199,PV,691664,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -200,thermal storage,685018,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -201,parabolic trough,685018,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -202,PV,685018,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -203,CHP,699122,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -204,downdraft,699122,downdraft,Energy,Other renewable energy sources,downdraft,"Also, “downdraft” or “energy tower”; technology of producing energy using the flow of air at the bottom of a tall hollow tower to rotate wind turbines. The air flow is achieved through spraying water at the top of the tower.","downdraft, “energy tower”",https://www.ctc-n.org/technologies/energy-tower-downdraft,0.0 -205,district heating,674379,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -206,waste management,673690,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -207,recycling,673690,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -208,distributed production,711190,,,,,,,, -209,demand-side management,711190,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -210,renewable energy,691010,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -211,renewable energy,671384,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -212,fuel cell,671384,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -213,renewable energy,710473,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -214,CHP,671486,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -215,fuel cell,671486,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -216,renewable energy,662189,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -217,photovoltaic,662189,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -218,biofuel,710454,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -219,renewable energy,684901,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -220,PV,684901,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -221,energy storage,684901,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -222,offshore wind,698136,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -223,district heating,697066,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -224,solar cell,687253,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -225,photovoltaic,687253,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -226,biochar,684143,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0 -227,fuel cell,671426,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -228,efficient lighting,710908,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0 -229,renewable energy,683621,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -230,PV,683621,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -231,energy storage,683621,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -232,electric vehicle,683683,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -233,energy storage,683683,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -234,CHP,683515,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -235,smart grid,692644,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -236,PV,684347,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -237,PV,711809,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -238,photovoltaic,711809,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -239,reforestation,711392,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -240,direct seeding,711392,direct seeding,Agriculture,Emissions and pollution reduction,direct seeding,"In rice growing, technology of shortening the flooding period and decreasing soil disturbance.",“direct seeding”,https://www.ctc-n.org/technologies/direct-seeding-rice,0.0 -241,biofuel,697015,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -242,waste management,710163,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -243,recycling,696502,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -244,recycling,696857,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -245,recycling,672869,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -246,LNG,673853,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -247,liquefied natural gas,673853,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -248,traffic management,674463,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -249,PV,674628,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -250,photovoltaic,674628,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -251,PV,666507,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -252,geothermal,672421,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -253,waste management,661891,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -254,waste management,672197,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -255,energy storage,661642,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -256,PV,673917,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -257,fuel cell,671950,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -258,combined heat and power,662498,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -259,CHP,663811,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -260,renewable energy,683875,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -261,recycling,660885,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -262,energy storage,672638,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -263,waste management,672889,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -264,waste management,684677,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -265,tidal energy,663953,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -266,tidal power,663953,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -267,electric car,684534,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -268,waste management,664000,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -269,CSP,664000,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -270,concentrated solar power,664000,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -271,recycling,684100,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -272,renewable energy,684038,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -273,DSM,684038,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -274,demand side management,684038,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -275,recycling,674067,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -276,waste management,674624,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -277,recycling,674624,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -278,electric vehicle,674502,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -279,PV,674502,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -280,renewable energy,673607,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -281,smart grid,673607,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -282,renewable energy,672942,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -283,photovoltaic,672942,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -284,traffic management,685196,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -285,renewable energy,673059,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -286,PV,673059,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -287,energy storage,673059,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -288,recycling,664557,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -289,electric vehicle,672915,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -290,recycling,685100,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -291,DSM,666148,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -292,renewable energy,684882,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -293,district heating,684882,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -294,solar heating,684882,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0 -295,energy storage,684882,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -296,renewable energy,663947,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -297,heat pump,684792,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -298,recycling,672558,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -299,carbon sequestration,661063,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -300,recycling,673465,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -301,waste management,672434,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -302,biofuel,672434,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -303,waste management,672921,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -304,offshore wind,674741,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -305,renewable energy,673824,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -306,recycling,673824,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -307,renewable energy,672145,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -308,smart grid,672145,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -309,CHP,673311,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -310,recycling,673527,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -311,PV,672614,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -312,renewable energy,662491,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -313,recycling,685033,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -314,energy storage,683402,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -315,PV,683402,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -316,renewable energy,683402,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -317,renewable energy,673647,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -318,wave power,673976,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -319,offshore wind,673976,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -320,nanomaterial,666794,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -321,renewable energy,674006,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -322,renewable energy,681163,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -323,carbon sequestration,683917,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -324,onshore wind,673782,onshore wind,Energy,Wind,onshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Onshore wind parks are placed on land.",“onshore wind”,https://www.ctc-n.org/technologies/shore-wind,0.0 -325,offshore wind,673782,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -326,PV,673874,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -327,recycling,673874,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -328,PV,684528,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -329,geothermal,657982,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -330,PV,684019,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -331,solar cell,641023,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -332,photovoltaic,641023,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -333,renewable energy,703689,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -334,smart grid,703689,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -335,traffic management,713239,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -336,data centre,736749,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -337,offshore wind,815083,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -338,waste management,863885,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -339,waste-to-energy,863885,energy-from-waste,Industry,Energy use innovation,energy-from-waste,"Also “waste-to-energy”; technology of generating energy in the form of electricity, heat or fuel from the primary treatment (e.g. incineration) of waste.","“energy-from-waste”, “waste-to-energy”",https://www.ctc-n.org/technologies/energy-supply-waste,1.0 -340,recycling,863885,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -341,nanomaterial,857253,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -342,forest management,854343,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -343,electric vehicle,837138,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -344,fuel cell,779589,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -345,CCS,761809,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -346,renewable energy,773639,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -347,PV,773639,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -348,photovoltaic,773639,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -349,wave energy,774021,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -350,smart grid,731249,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -351,demand side management,731249,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -352,DSM,731249,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -353,nanomaterial,751255,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -354,photovoltaic,775162,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -355,waste management,774906,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -356,PV,774717,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -357,traffic management,774024,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -358,PV,745601,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -359,recycling,723309,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -360,PV,774973,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -361,forest management,762739,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -362,management of forest,762739,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -363,energy storage,751531,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -364,renewable energy,775225,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -365,traffic management,723384,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -366,photovoltaic,746954,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -367,nutrient management,761589,nutrient management,Agriculture,Emissions and pollution reduction,nutrient management,Technology of integrating the use of natural and man-made soil nutrients to increase crop productivity and preserve soil productivity for future generations; or to decrease methane emissions in livestock.,"“nutrient management”, “management of nutrient”",https://www.ctc-n.org/technologies/integrated-nutrient-management,1.0 -368,renewable energy,763094,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -369,waste management,763094,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -370,combined heat and power,763094,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -371,waste management,762568,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -372,recycling,763298,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -373,offshore wind,761874,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -374,PV,763096,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -375,recycling,762220,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -376,renewable energy,763146,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -377,fuel cell,763365,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -378,manure management,763185,manure management,Agriculture,Emissions and pollution reduction,manure management,"Technology of decreasing methane emissions from manure stored in lagoons or tanks if manure is cooled, covered with solid covers, mechanically separated into solids and slurry, or if the emitted methane is captured.","“manure management”, “management of manure”",https://www.ctc-n.org/technologies/manure-management,1.0 -379,electric vehicle,761851,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -380,fuel cell,736290,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -381,thermal storage,721045,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -382,CSP,721045,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -383,concentrated solar power,721045,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -384,recycling,745058,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -385,smart grid,731456,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -386,tidal energy,734032,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -387,tidal power,734032,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -388,renewable energy,745267,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -389,geothermal energy,745267,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -390,recycling,727202,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -391,renewable energy,745047,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -392,energy storage,745047,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -393,recycling,689157,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -394,data center,732505,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -395,traffic management,734129,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -396,recycling,744040,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -397,compressed natural gas,744006,compressed/converted natural gas,Transport,Fuel,compressed/converted natural gas,Technology of producing or using natural gas-based fuel for passenger vehicles.,"“compressed natural gas”, “converted natural gas”, “compressed gas”, “converted gas”",https://www.ctc-n.org/technologies/compressed-natural-gas-cng-fuel,1.0 -398,renewable energy,745284,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -399,smart grid,745284,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -400,traffic management,731787,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -401,renewable energy,678945,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -402,nutrient management,696231,nutrient management,Agriculture,Emissions and pollution reduction,nutrient management,Technology of integrating the use of natural and man-made soil nutrients to increase crop productivity and preserve soil productivity for future generations; or to decrease methane emissions in livestock.,"“nutrient management”, “management of nutrient”",https://www.ctc-n.org/technologies/integrated-nutrient-management,1.0 -403,PV,692031,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -404,renewable energy,692197,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -405,concentrated solar,711935,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -406,biofuel,654365,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -407,renewable energy,826956,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -408,smart grid,826956,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -409,electric vehicle,666423,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -410,inert anode,654216,inert anode,Industry,Energy use innovation,inert anode,Technology of introducing inert anode in aluminium smelters.,“inert anode”,https://www.ctc-n.org/technologies/inert-anode-technology-aluminium-smelters,1.0 -411,fuel cell,654216,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -412,waste management,643071,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -413,waste-to-energy,643071,energy-from-waste,Industry,Energy use innovation,energy-from-waste,"Also “waste-to-energy”; technology of generating energy in the form of electricity, heat or fuel from the primary treatment (e.g. incineration) of waste.","“energy-from-waste”, “waste-to-energy”",https://www.ctc-n.org/technologies/energy-supply-waste,1.0 -414,biofuel,643071,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -415,offshore wind,857631,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -416,heat pump,814888,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -417,PV,814888,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -418,solar cell,776410,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -419,photovoltaic,761036,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -420,fuel cell,779563,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -421,electric vehicle,769929,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -422,renewable energy,773897,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -423,biorefinery,760994,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -424,renewable energy,773708,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -425,renewable energy,764626,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -426,CSP,764626,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -427,concentrated solar power,764626,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -428,geothermal energy,773392,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -429,geothermal,773392,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -430,renewable energy,737434,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -431,smart grid,737434,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -432,PV,737434,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -433,renewable energy,747221,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -434,solar cell,747221,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -435,PV,747221,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -436,photovoltaic,747221,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -437,efficient lighting,716471,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0 -438,PV,721452,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -439,photovoltaic,721452,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -440,CSP,727762,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -441,concentrated solar power,727762,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -442,renewable energy,727762,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -443,gas turbine,727762,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0 -444,energy storage,727762,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -445,geothermal,722028,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -446,district heating,727616,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -447,CHP,727616,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -448,forest management,720757,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -449,biopolymer,683083,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -450,fuel cell,700300,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -451,recycling,685844,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -452,concentrated solar power,685445,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -453,wave energy,654444,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -454,CCS,654462,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -455,carbon capture and storage,654462,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -456,nanomaterial,688194,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -457,geothermal,691728,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -458,renewable energy,686053,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -459,renewable energy,679789,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -460,solar cell,679789,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -461,nanomaterial,686098,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -462,PV,653296,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -463,photovoltaic,653296,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -464,biorefinery,675325,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -465,renewable energy,675318,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -466,smart grid,645677,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -467,recycling,641640,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -468,renewable energy,656753,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -469,CSP,656753,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -470,concentrated solar power,656753,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -471,energy storage,656753,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -472,geothermal,642029,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -473,energy storage,727348,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -474,CSP,727348,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -475,CCS,653718,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -476,waste management,817788,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -477,renewable energy,757082,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -478,fuel cell,757082,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -479,smart grid,725490,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -480,renewable energy,643167,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -481,renewable energy,723525,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -482,CSP,645725,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -483,data centre,826674,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -484,renewable energy,646456,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -485,district heating,646456,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -486,renewable energy,785088,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -487,energy storage,812398,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -488,electric vehicle,824386,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -489,CHP,824386,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -490,microgrid,824386,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -491,renewable energy,812991,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -492,renewable energy,778039,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -493,livestock management,783221,livestock management,Agriculture,Emissions and pollution reduction,livestock management,"Technology of improving feeding practices of livestock, using special agents or dietary additives, or longer management changes and animal breeding.","“livestock management”, “management of livestock”",https://www.ctc-n.org/technologies/livestock-management,1.0 -494,renewable energy,767799,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -495,district heating,767799,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -496,renewable energy,764690,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -497,district heating,764706,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -498,heat pump,764706,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -499,thermal storage,764706,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -500,CCS,764706,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -501,CHP,764706,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -502,gas turbine,764706,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0 -503,combined cycle,764706,combined cycle power plant,Energy,System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0 -504,renewable energy,764545,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -505,recycling,765198,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -506,renewable energy,770064,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -507,renewable energy,730482,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -508,waste management,754586,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -509,data centre,739530,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -510,smart grid,734325,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -511,nanomaterial,734381,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -512,district heating,723757,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -513,recycling,689450,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -514,bioplastic,679050,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -515,solar cell,679692,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -516,PV,679692,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -517,renewable energy,679814,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -518,energy storage,680450,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -519,thermal storage,680450,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -520,recycling,677660,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -521,geothermal energy,675762,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -522,carbon sequestration,675762,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -523,recycling,646226,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -524,microgrid,734796,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -525,fuel cell,734796,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -526,energy storage,681544,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -527,nanomaterial,681544,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -528,PV,687409,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -529,photovoltaic,687409,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -530,data center,688510,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -531,heat pump,685727,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -532,renewable energy,661431,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -533,photovoltaic,681881,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -534,fuel cell,661579,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -535,geothermal energy,661396,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -536,geothermal,661396,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -537,solar cell,661480,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -538,photovoltaic,661480,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -539,PV,689427,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -540,DSM,689495,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -541,energy storage,660351,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -542,PV,659491,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -543,photovoltaic,659491,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -544,energy storage,659317,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -545,renewable energy,659317,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -546,smart grid,731285,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -547,recycling,690689,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -548,traffic management,690727,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -549,renewable energy,689229,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -550,waste management,689229,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -551,recycling,689229,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -552,renewable energy,689682,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -553,CHP,691232,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -554,combined heat and power,691232,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -555,renewable energy,691689,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -556,PV,691689,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -557,renewable energy,659225,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -558,PV,659225,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -559,photovoltaic,659225,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -560,demand side management,691405,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -561,nanomaterial,659222,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -562,nanomaterial,659306,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -563,forest management,655815,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -564,energy storage,655444,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -565,solar cell,655852,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -566,PV,655852,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -567,district heating,691876,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -568,renewable energy,691883,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -569,energy storage,691797,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -570,renewable energy,691797,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -571,energy storage,691916,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -572,tidal energy,691916,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -573,concentrated solar,654408,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -574,CCS,764697,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -575,biopolymer,692333,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -576,renewable energy,837733,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -577,distributed production,692466,,,,,,,, -578,energy storage,693361,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -579,energy storage,658057,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -580,geothermal energy,644202,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -581,energy storage,657466,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -582,recycling,658116,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -583,fuel cell,700564,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -584,combined heat and power,700564,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -585,traffic management,694209,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -586,recycling,713677,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -587,renewable energy,700190,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -588,fuel cell,700190,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -589,recycling,700190,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -590,fuel cell,700266,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -591,renewable energy,695116,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -592,photovoltaic,695116,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -593,energy storage,694101,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -594,nanomaterial,695206,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -595,photovoltaic,695343,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -596,PV,695596,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -597,solar cell,706744,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -598,photovoltaic,706744,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -599,nuclear fusion,695527,nuclear fusion,Energy,Nuclear energy sources,nuclear fusion,Technology of controlled nuclear fusion: the fusing of two atomic nuclei to produce electricity.,“nuclear fusion”,http://www.b-t.energy/landscape/electricity/nuclear-fusion/,1.0 -600,renewable energy,705113,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -601,microgrid,708844,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -602,recycling,704633,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -603,data center,704476,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -604,renewable energy,707168,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -605,solar cell,707168,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -606,photovoltaic,707168,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -607,renewable energy,705723,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -608,photovoltaic,705437,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -609,renewable energy,704201,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -610,traffic management,699306,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -611,renewable energy,696009,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -612,district heating,696009,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -613,district cooling,696009,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -614,traffic management,707068,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -615,renewable energy,695916,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -616,renewable energy,696098,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -617,district heating,696098,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -618,district cooling,696098,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -619,renewable energy,696126,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -620,PV,657115,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -621,photovoltaic,657115,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -622,energy storage,656870,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -623,CCS,657263,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -624,solar cell,657359,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -625,photovoltaic,657359,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -626,renewable energy,657041,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -627,energy storage,657041,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -628,solar cell,656208,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -629,photovoltaic,656208,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -630,forest management,656397,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -631,electron acceptor,656385,electron acceptor,Agriculture,Emissions and pollution reduction,electron acceptor,"In rice growing, technology of reducing methane emissions from rice fields by the addition of electron acceptors to stimulate microbial populations that compete with methanogens.",“electron acceptor”,https://www.ctc-n.org/technologies/electron-acceptors-rice,0.0 -632,renewable energy,657690,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -633,CSP,657690,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -634,energy storage,657690,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -635,grid management,700008,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -636,carbon sequestration,656810,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -637,forest management,656810,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -638,recycling,656998,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -639,solar cell,657270,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -640,photovoltaic,657270,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -641,biofuel,656437,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -642,recycling,656822,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -643,recycling,694282,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -644,recycling,715634,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -645,nanomaterial,714151,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -646,renewable energy,715900,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -647,renewable energy,703382,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -648,solar cell,702629,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -649,photovoltaic,702629,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -650,geothermal,654662,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -651,geothermal energy,654497,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -652,geothermal,654497,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -653,offshore wind,654634,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -654,recycling,654650,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -655,renewable energy,654479,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -656,CSP,654479,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -657,photovoltaic,654479,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -658,CCS,654465,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -659,biopolymer,655194,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -660,electron acceptor,654836,electron acceptor,Agriculture,Emissions and pollution reduction,electron acceptor,"In rice growing, technology of reducing methane emissions from rice fields by the addition of electron acceptors to stimulate microbial populations that compete with methanogens.",“electron acceptor”,https://www.ctc-n.org/technologies/electron-acceptors-rice,0.0 -661,photovoltaic,655059,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -662,energy storage,654984,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -663,CSP,654984,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -664,renewable energy,654723,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -665,renewable energy,654387,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -666,compressed air energy storage,654387,compressed air energy storage (CAES),Energy,Storage,compressed air energy storage (CAES),"Technology of energy storage using compressed air. In times of excess electricity in the grid (e.g. due to the high power delivery at times when demand is low), a CAES plant can compress air and store the compressed air in a cavern underground. When demand is high, the stored air can be released and the energy can be reused.","CAES, “compressed air energy storage”",https://www.ctc-n.org/technologies/compressed-air-energy-storage-caes,1.0 -667,CAES,654387,compressed air energy storage (CAES),Energy,Storage,compressed air energy storage (CAES),"Technology of energy storage using compressed air. In times of excess electricity in the grid (e.g. due to the high power delivery at times when demand is low), a CAES plant can compress air and store the compressed air in a cavern underground. When demand is high, the stored air can be released and the energy can be reused.","CAES, “compressed air energy storage”",https://www.ctc-n.org/technologies/compressed-air-energy-storage-caes,1.0 -668,energy storage,654387,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -669,PV,655272,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -670,photovoltaic,655272,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -671,PV,764786,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -672,CCS,837975,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -673,energy storage,823745,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -674,energy storage,724087,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -675,renewable energy,730030,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -676,renewable energy,727481,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -677,energy storage,731289,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -678,forest management,720712,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -679,biopolymer,720326,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -680,waste management,724586,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -681,biorefinery,858543,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -682,alternative to meat,858543,new sources of protein,Agriculture,Cleaner product,new sources of protein,"Technology of producing alternatives to meat as a source of protein in human and animal food, such as insects, microalgae, bacteria, mycoprotein, and synthetic or lab-grown meat.","“alternative to meat”, “alternatives to meat”, “meat alternative”",http://www.b-t.energy/landscape/agriculture/developing-low-cost-low-ghg-new-sources-of-protein/,1.0 -683,renewable energy,838061,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -684,fuel cell,838061,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -685,geothermal energy,818576,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -686,geothermal,818576,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -687,geothermal power,818576,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -688,DSM,848926,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -689,traffic management,833915,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -690,renewable energy,843320,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -691,renewable energy,832242,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -692,heat pump,831062,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -693,waste-to-energy,827343,energy-from-waste,Industry,Energy use innovation,energy-from-waste,"Also “waste-to-energy”; technology of generating energy in the form of electricity, heat or fuel from the primary treatment (e.g. incineration) of waste.","“energy-from-waste”, “waste-to-energy”",https://www.ctc-n.org/technologies/energy-supply-waste,1.0 -694,CCS,827343,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -695,carbon capture and storage,827343,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -696,PV,779541,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -697,CHP,779541,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -698,fuel cell,779541,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -699,energy storage,779541,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -700,micro-grid,779541,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -701,geothermal energy,727583,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -702,district heating,727583,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -703,renewable energy,727583,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -704,geothermal,727583,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -705,energy storage,727583,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -706,energy storage,720985,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -707,CSP,720985,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -708,concentrated solar power,720985,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -709,renewable energy,720985,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -710,renewable energy,756998,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -711,heat pump,723925,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -712,PV,723925,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -713,fuel cell,731224,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -714,waste management,723670,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -715,renewable energy,723600,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -716,recycling,727958,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -717,biofuel,720918,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -718,recycling,731761,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -719,smart grid,731218,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -720,grid management,731218,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -721,PV,720887,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -722,district heating,723562,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -723,solar cell,727529,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -724,PV,727529,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -725,photovoltaic,727529,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -726,PV,727272,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -727,photovoltaic,727272,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -728,electric vehicle,727362,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -729,CSP,727362,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -730,PV,727362,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -731,combined cycle,727362,combined cycle power plant,Energy,System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0 -732,renewable energy,730540,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -733,biopolymer,723425,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -734,district heating,731125,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -735,recycling,730227,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -736,PV,738922,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -737,smart grid,731232,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -738,traffic management,734143,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -739,energy storage,723596,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -740,renewable energy,723596,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -741,CCS,721098,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -742,renewable energy,720858,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -743,smart grid,720858,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -744,renewable energy,731148,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -745,smart grid,731148,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -746,energy storage,731148,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -747,solar cell,720907,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -748,PV,720907,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -749,recycling,720907,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -750,waste management,723268,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -751,renewable energy,727883,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -752,forest management,727883,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -753,recycling,721185,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -754,renewable energy,731155,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -755,energy storage,731155,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -756,recycling,723916,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -757,recycling,689527,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -758,recycling,653631,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -759,distributed manufacturing,780732,,,,,,,, -760,forest management,773702,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -761,energy storage,763909,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -762,LNG,768386,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -763,recycling,760639,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -764,SPS,778245,off-grid systems,Human settlements,Energy management,off-grid systems,"A stand-alone power system (SAPS or SPS), also known as remote area power supply (RAPS), is an off-the-grid electricity system for locations that are not fitted with an electricity distribution system. Typical SAPS include one or more methods of electricity generation, energy storage, and regulation.","“stand-alone power system”, SAPS, SPS, “remote area power supply”, RAPS",https://www.ctc-n.org/technologies/grid-systems,1.0 -765,biochar,818308,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0 -766,waste management,818368,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -767,smart grid,813278,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -768,renewable energy,813837,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -769,renewable energy,804065,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -770,recycling,769900,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -771,electric vehicle,769826,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -772,heat pump,769826,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -773,smart grid,761913,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -774,waste management,755576,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -775,renewable energy,749402,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -776,photovoltaic,749402,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -777,reforestation,739739,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -778,renewable energy,749336,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -779,biopolymer,745839,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -780,recycling,745839,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -781,nanomaterial,754890,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -782,photovoltaic,732389,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -783,fuel cell,735969,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -784,renewable energy,735533,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -785,fuel cell,735160,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -786,fuel cell,737954,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -787,recycling,721493,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -788,waste management,737439,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -789,energy storage,738654,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -790,renewable energy,738654,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -791,renewable energy,721019,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -792,electric vehicle,732105,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -793,PV,737447,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -794,photovoltaic,737447,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -795,waste management,690103,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -796,recycling,690103,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -797,biofuel,654010,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -798,renewable energy,695965,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -799,energy storage,695965,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -800,renewable energy,653941,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -801,energy storage,653941,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -802,geothermal,654100,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -803,CCS,654091,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -804,carbon capture and storage,654091,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -805,energy storage,646125,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -806,smart grid,646125,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -807,demand-side management,646125,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -808,renewable energy,646433,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -809,smart grid,646433,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -810,energy storage,646433,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -811,traffic management,653289,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -812,electric vehicle,653926,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -813,smart grid,641794,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -814,geothermal energy,641202,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -815,geothermal,641202,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -816,traffic management,635900,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -817,energy storage,722951,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -818,LNG,653391,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -819,thermal storage,653514,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -820,energy storage,653288,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -821,electric vehicle,653288,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -822,PV,653288,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -823,energy storage,773839,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -824,district heating,773839,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -825,renewable energy,776787,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -826,renewable energy,768766,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -827,forest management,748242,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -828,renewable energy,748969,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -829,CCS,727619,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -830,carbon capture and storage,727619,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -831,energy storage,700359,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -832,renewable energy,700359,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -833,renewable energy,682383,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -834,nanomaterial,648779,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -835,energy storage,649796,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -836,district heating,649796,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -837,solar cell,653184,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -838,PV,653184,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -839,renewable energy,649925,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -840,renewable energy,649743,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -841,district heating,649743,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -842,PV,649997,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -843,photovoltaic,649997,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -844,bioplastic,633962,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -845,recycling,633962,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -846,afforestation,802918,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -847,recycling,813438,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -848,thermal storage,824290,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -849,renewable energy,785019,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -850,carbon sequestration,778322,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -851,forest management,778322,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -852,geothermal energy,801221,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -853,smart grid,787011,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -854,recycling,763977,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -855,PV,763977,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -856,photovoltaic,763977,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -857,district heating,763919,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -858,combined heat and power,763919,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -859,CHP,779481,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -860,fuel cell,779481,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -861,combined heat and power,779481,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -862,osmotic energy,766972,osmotic,Energy,Other renewable energy sources,osmotic,"Also, “osmotic power”, “salinity gradient power” or “blue energy”; technology of producing energy from the difference in the salt concentration between seawater and river water.","“osmotic power”, “osmotic energy”, “salinity gradient”",https://www.ctc-n.org/technologies/osmotic-power,1.0 -863,regenerative braking,769953,regenerative braking,Transport,System innovation,regenerative braking,Technology of reversing the electric current in the electric motors (e.g. of trains) slowing down the train and also causing the motors to generate electricity.,"“regenerative braking”, “regenerative brake”",https://www.ctc-n.org/technologies/regenerative-braking-trains,1.0 -864,energy storage,755485,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -865,district heating,754046,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -866,heat pump,754046,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -867,PV,754046,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -868,recycling,730398,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -869,PV,750180,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -870,traffic management,763599,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -871,traffic management,763807,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -872,renewable energy,753156,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -873,energy storage,752520,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -874,CSP,752520,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -875,concentrated solar power,752520,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -876,efficient lighting,749557,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0 -877,fuel cell,736648,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -878,energy storage,686163,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -879,energy storage,685716,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -880,forest management,676754,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -881,geothermal,690771,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -882,geothermal power,690771,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -883,waste management,690047,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -884,management of waste,690047,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -885,energy storage,706788,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -886,renewable energy,671470,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -887,carbon capture and storage,671470,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -888,CHP,671470,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -889,energy storage,671470,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -890,smart grid,671470,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -891,CHP,671396,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -892,fuel cell,671396,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -893,combined heat and power,671396,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -894,waste management,645691,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -895,geothermal energy,648604,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -896,recycling,668970,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -897,recycling,666221,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -898,energy storage,647969,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -899,photovoltaic,648433,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -900,PV,647311,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -901,CCS,654013,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -902,energy storage,646463,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -903,smart grid,646463,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -904,electric vehicle,646463,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -905,recycling,645696,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -906,energy storage,646529,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -907,smart grid,646529,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -908,demand side management,646529,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -909,microgrid,646529,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -910,nanomaterial,646155,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -911,fuel cell,648518,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -912,solar cell,640873,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -913,PV,640873,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -914,energy storage,647719,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -915,recycling,814557,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -916,renewable energy,838702,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -917,PV,838702,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -918,photovoltaic,838702,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -919,biofuel,817612,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -920,recycling,828217,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -921,geothermal,792037,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -922,geothermal power,792037,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -923,renewable energy,783535,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -924,waste management,691228,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -925,recycling,642130,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -926,renewable energy,646827,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -927,renewable energy,850339,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -928,renewable energy,774974,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -929,energy storage,664878,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -930,fuel cell,665046,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -931,traffic management,734141,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -932,district heating,691624,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -933,recycling,635898,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -934,non-motorised,635998,non-motorised transport design,Transport,Vehicle design,non-motorised transport design,Technology related to cycling and other non-motorised transport.,“non-motorised”,https://www.ctc-n.org/technologies/promotion-non-motorised-transport-0,1.0 -935,soil management,635201,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0 -936,heat pump,723576,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -937,renewable energy,636984,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -938,wave energy,867793,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -939,wave power,867793,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -940,energy storage,867436,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -941,renewable energy,845185,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -942,biorefinery,845185,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -943,renewable energy,866950,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -944,nanomaterial,867451,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -945,photovoltaic,859148,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -946,recycling,846097,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -947,recycling,846498,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -948,recycling,867598,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -949,biofuel,764675,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -950,renewable energy,765289,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -951,energy storage,765289,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -952,renewable energy,768735,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -953,renewable energy,754177,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -954,photovoltaic,841005,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -955,offshore wind,835901,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -956,renewable energy,826339,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -957,energy storage,838403,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -958,energy storage,826352,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -959,fuel cell,826352,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -960,wave energy,832140,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -961,waste management,844822,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -962,data centre,836065,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -963,recycling,835709,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -964,PV,818342,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -965,renewable energy,818329,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -966,heat pump,818329,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -967,PV,818329,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -968,CSP,792073,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -969,solar heating,792073,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0 -970,renewable energy,792216,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -971,biofuel,792216,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -972,PV,792059,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -973,energy storage,763959,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -974,wave energy,763959,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -975,wave power,763959,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -976,biorefinery,789562,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -977,renewable energy,792355,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -978,geothermal energy,792355,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -979,geothermal,792355,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -980,district heating,764042,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -981,renewable energy,764042,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -982,heat pump,764042,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -983,thermal storage,764042,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -984,energy storage,764042,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -985,energy storage,764452,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -986,renewable energy,764452,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -987,PV,764452,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -988,renewable energy,774199,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -989,renewable energy,765774,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -990,renewable energy,766464,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -991,heat pump,766464,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -992,thermal storage,766464,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -993,photovoltaic,766464,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -994,renewable energy,765585,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -995,offshore wind,765585,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -996,efficient lighting,764787,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0 -997,traffic management,763551,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -998,renewable energy,766499,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -999,traffic management,763719,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1000,traffic management,723509,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1001,renewable energy,754171,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1002,fuel cell,735692,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1003,combined heat and power,735692,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1004,fuel cell,735717,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1005,CSP,720749,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1006,concentrated solar power,720749,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1007,PV,720749,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1008,photovoltaic,720749,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1009,parabolic trough,720749,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1010,thermal storage,720749,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1011,electric car,733967,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1012,energy storage,738864,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1013,data centre,734273,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1014,renewable energy,717516,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1015,energy storage,717516,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1016,salinity gradient,731200,osmotic,Energy,Other renewable energy sources,osmotic,"Also, “osmotic power”, “salinity gradient power” or “blue energy”; technology of producing energy from the difference in the salt concentration between seawater and river water.","“osmotic power”, “osmotic energy”, “salinity gradient”",https://www.ctc-n.org/technologies/osmotic-power,1.0 -1017,ocean thermal energy conversion,731200,ocean thermal energy conversion (OTEC),Energy,Hydro energy sources,ocean thermal energy conversion (OTEC),"Technology of using the temperature difference between cooler deep and warmer shallow/surface ocean waters to run a heat engine and produce useful work, usually in the form of electricity.","OTEC, “ocean thermal energy conversion”",https://www.ctc-n.org/technologies/ocean-thermal-energy-conversion,1.0 -1018,energy storage,739664,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1019,fuel cell,700350,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1020,renewable energy,723930,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1021,heat pump,723930,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1022,recycling,726618,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1023,traffic management,699382,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1024,traffic management,690713,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1025,CSP,654443,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1026,parabolic trough,654443,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1027,recycling,690182,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1028,recycling,680507,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1029,PV,687008,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1030,renewable energy,675867,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1031,fuel cell,671473,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1032,renewable energy,680511,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1033,waste management,698374,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1034,waste-to-energy,698374,energy-from-waste,Industry,Energy use innovation,energy-from-waste,"Also “waste-to-energy”; technology of generating energy in the form of electricity, heat or fuel from the primary treatment (e.g. incineration) of waste.","“energy-from-waste”, “waste-to-energy”",https://www.ctc-n.org/technologies/energy-supply-waste,1.0 -1035,energy storage,674979,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1036,renewable energy,675120,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1037,waste management,641988,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1038,renewable energy,649720,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1039,energy storage,646116,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1040,district heating,646116,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1041,thermal storage,646116,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1042,renewable energy,641661,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1043,smart grid,641661,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1044,CHP,641661,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1045,recycling,641942,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1046,waste management,653951,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1047,forest management,699884,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1048,gas turbine,701006,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0 -1049,combined heat and power,701006,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1050,data centre,688201,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1051,photovoltaic,700745,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1052,thermal storage,654663,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1053,concentrated solar,654663,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1054,renewable energy,654113,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1055,smart grid,654113,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1056,solar cell,647281,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1057,photovoltaic,647281,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1058,renewable energy,649956,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1059,data center,644866,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1060,PV,646554,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1061,renewable energy,652629,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1062,renewable energy,649820,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1063,district heating,649820,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1064,PV,649820,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1065,PV,644026,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1066,photovoltaic,644026,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1067,smart grid,644209,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1068,rapid transit,653395,low GHG public transport / rapid transit design,Transport,Vehicle design,low GHG public transport / rapid transit design,"Technology of reducing emissions in three modes of public transport: trains, light rail (or trams) and buses.","“low GHG public transport”,“low green house gas public transport”, “rapid transit”",https://www.ctc-n.org/technologies/public-transport,1.0 -1069,electric vehicle,653395,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1070,wave energy,641334,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1071,waste management,641864,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1072,fuel cell,641229,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1073,CHP,641229,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1074,updraft,641229,updraft,Energy,Other renewable energy sources,updraft,"Also, “solar tower”; technology of producing energy using air heated by solar radiation under glass or plastic roof. This heat is then forced upwards through a chimney creating a wind force, which is caught by wind turbines.",updraft,https://www.ctc-n.org/technologies/solar-towers-updraft,1.0 -1075,geothermal,640573,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1076,thermal storage,637261,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1077,photovoltaic,637261,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1078,renewable energy,727509,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1079,biofuel,727509,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1080,fuel cell,778307,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1081,renewable energy,733538,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1082,PV,733538,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1083,energy storage,733538,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1084,biorefinery,720695,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1085,renewable energy,866101,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1086,grid management,866101,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1087,energy storage,866101,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1088,recycling,766521,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1089,recycling,727497,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1090,solar cell,727497,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1091,PV,727497,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1092,photovoltaic,727497,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1093,renewable energy,745749,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1094,energy storage,731187,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1095,renewable energy,731187,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1096,photovoltaic,738373,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1097,combined cycle,733487,combined cycle power plant,Energy,System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0 -1098,energy storage,732493,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1099,fuel cell,727330,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1100,CHP,727330,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1101,updraft,727330,updraft,Energy,Other renewable energy sources,updraft,"Also, “solar tower”; technology of producing energy using air heated by solar radiation under glass or plastic roof. This heat is then forced upwards through a chimney creating a wind force, which is caught by wind turbines.",updraft,https://www.ctc-n.org/technologies/solar-towers-updraft,1.0 -1102,CHP,733099,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1103,fuel cell,733099,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1104,tidal energy,730659,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1105,offshore wind,730659,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1106,biorefinery,720708,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1107,geothermal energy,675731,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1108,renewable energy,691404,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1109,geothermal,686031,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1110,geothermal power,686031,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1111,renewable energy,695944,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1112,renewable energy,675659,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1113,wave energy,675659,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1114,offshore wind,675659,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1115,offshore wind,691732,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1116,electric vehicle,684085,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1117,renewable energy,677471,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1118,data centre,688572,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1119,thermal storage,723838,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1120,recycling,723838,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1121,energy storage,727402,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1122,CSP,727402,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1123,thermal storage,727402,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1124,recycling,726612,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1125,microgrid,720367,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -1126,energy storage,720367,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1127,waste management,719098,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1128,recycling,719098,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1129,fuel cell,700092,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1130,salinity gradient,685579,osmotic,Energy,Other renewable energy sources,osmotic,"Also, “osmotic power”, “salinity gradient power” or “blue energy”; technology of producing energy from the difference in the salt concentration between seawater and river water.","“osmotic power”, “osmotic energy”, “salinity gradient”",https://www.ctc-n.org/technologies/osmotic-power,1.0 -1131,renewable energy,691752,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1132,recycling,695820,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1133,waste management,666566,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1134,recycling,666566,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1135,recycling,645987,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1136,waste management,666435,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1137,recycling,666435,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1138,energy storage,646186,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1139,renewable energy,646186,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1140,CCS,645704,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1141,recycling,645704,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1142,CCS,645323,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1143,renewable energy,656760,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1144,renewable energy,646436,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1145,renewable energy,680447,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1146,local manufacturing,683928,,,,,,,, -1147,PV,683928,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1148,photovoltaic,683928,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1149,recycling,674683,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1150,CCS,675206,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1151,carbon capture and storage,675206,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1152,photovoltaic,686116,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1153,photovoltaic,697098,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1154,energy storage,680555,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1155,geothermal,680555,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1156,thermal storage,680555,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1157,renewable energy,680555,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1158,CSP,697197,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1159,concentrated solar power,697197,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1160,parabolic trough,697197,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1161,PV,641972,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1162,solar cell,641972,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1163,recycling,641972,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1164,photovoltaic,641972,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1165,electric vehicle,666278,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1166,electric car,666278,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1167,PV,666278,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1168,photovoltaic,666278,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1169,combined heat and power,666278,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1170,energy storage,666278,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1171,PV,645963,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1172,renewable energy,645963,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1173,thermal storage,645963,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1174,CHP,645963,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1175,energy storage,645963,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1176,renewable energy,649883,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1177,renewable energy,646560,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1178,waste management,646560,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1179,biofuel,646560,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1180,micro-grid,646476,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -1181,renewable energy,646172,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1182,demand side management,646568,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -1183,DSM,645496,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -1184,smart grid,646428,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1185,grid management,646428,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1186,data center,645127,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1187,solar cell,641004,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1188,photovoltaic,646286,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1189,renewable energy,646286,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1190,microgrid,646286,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -1191,compressed air energy storage,646286,compressed air energy storage (CAES),Energy,Storage,compressed air energy storage (CAES),"Technology of energy storage using compressed air. In times of excess electricity in the grid (e.g. due to the high power delivery at times when demand is low), a CAES plant can compress air and store the compressed air in a cavern underground. When demand is high, the stored air can be released and the energy can be reused.","CAES, “compressed air energy storage”",https://www.ctc-n.org/technologies/compressed-air-energy-storage-caes,1.0 -1192,energy storage,646286,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1193,low-carbon building,636876,passive house,Buildings,Building design,passive house,"Also, “low carbon house/building” or “zero emissions house/building”. Here, an energy efficient building includes two or more of these technologies: well-insulated and highly air-tight building, strict design and construction standards, mainly heated by passive solar heat or other natural heat, and equipped with an energy recovery ventilator for a constant and balanced fresh air supply. Optionally, can be also integrated with onsite renewable energy technologies (wind, solar, etc.).","“passive house”, “low carbon house”, “low carbon building”, “zero emissions house”, “zero emissions building”, ”, “low-carbon house”, “low-carbon building”, “zero-emissions house”, “zero-emissions building”",https://www.ctc-n.org/technologies/passive-house-design,1.0 -1194,recycling,636876,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1195,biorefinery,720720,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1196,biorefinery,720710,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1197,district heating,738569,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1198,recycling,820906,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1199,forest management,817949,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1200,renewable energy,818309,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1201,waste-to-energy,821051,energy-from-waste,Industry,Energy use innovation,energy-from-waste,"Also “waste-to-energy”; technology of generating energy in the form of electricity, heat or fuel from the primary treatment (e.g. incineration) of waste.","“energy-from-waste”, “waste-to-energy”",https://www.ctc-n.org/technologies/energy-supply-waste,1.0 -1202,tidal energy,815278,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1203,management of soil,818346,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0 -1204,soil management,818346,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0 -1205,renewable energy,673980,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1206,traffic management,671704,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1207,nuclear fission,661292,nuclear fission,Energy,Nuclear energy sources,nuclear fission,Also simply “nuclear power”; technology of producing electricity by controlled splitting of atomic nuclei.,“nuclear fission”,http://www.b-t.energy/landscape/electricity/next-generation-nuclear-fission/,1.0 -1208,nanomaterial,644031,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1209,virtual collaboration platform,654206,reduced need for travel,Transport,System innovation,reduced need for travel,"Technologies of reducing the need to travel, such as advanced telepresence, virtual reality, virtual collaboration platforms (to conduct meetings or collaborate).","“reduced need for travel”, “advanced telepresence”, “virtual collaboration platform”",http://www.b-t.energy/landscape/transportation/technology-solutions-that-eliminate-the-need-for-travel/,1.0 -1210,offshore wind,646517,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1211,district heating,646495,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1212,nanomaterial,646159,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1213,renewable energy,646443,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1214,renewable energy,646191,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1215,renewable energy,646435,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1216,traffic management,636329,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1217,renewable energy,636427,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1218,recycling,642384,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1219,nanomaterial,642890,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1220,CHP,866607,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1221,photovoltaic,866607,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1222,electric vehicle,858504,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1223,fuel cell,858504,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1224,renewable energy,858805,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1225,renewable energy,826002,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1226,solar cell,826002,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1227,PV,826002,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1228,photovoltaic,826002,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1229,recycling,814505,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1230,geothermal energy,810980,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1231,geothermal energy,731070,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1232,data centre,806817,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1233,recycling,745791,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1234,fuel cell,735918,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1235,combined heat and power,735918,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1236,soil management,642372,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0 -1237,concentrated solar power,640905,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1238,combined cycle,640905,combined cycle power plant,Energy,System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0 -1239,renewable energy,639526,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1240,renewable energy,639760,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1241,demand side management,639760,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -1242,PV,639760,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1243,photovoltaic,639760,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1244,biofuel,640462,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1245,photovoltaic,639052,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1246,PV,638133,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1247,photovoltaic,638133,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1248,solar cell,638857,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1249,photovoltaic,638857,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1250,wave energy,815159,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1251,offshore wind,815159,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1252,energy storage,840461,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1253,smart grid,840461,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1254,demand side management,840461,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -1255,biopolymer,844230,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -1256,recycling,820869,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1257,management of waste,820869,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1258,renewable energy,837804,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1259,renewable energy,826246,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1260,renewable energy,826350,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1261,energy storage,826350,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1262,energy storage,820444,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1263,CHP,814945,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1264,heat pump,814945,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1265,geothermal,815319,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1266,solar cell,826013,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1267,PV,826013,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1268,photovoltaic,826013,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1269,renewable energy,837758,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1270,offshore wind,815289,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1271,geothermal energy,815301,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1272,biofuel,815301,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1273,PV,815301,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1274,renewable energy,815301,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1275,geothermal,815301,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1276,CHP,815301,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1277,recycling,842467,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1278,renewable energy,842096,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1279,PV,842096,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1280,photovoltaic,842096,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1281,waste management,840038,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1282,data centre,835778,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1283,energy storage,858355,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1284,renewable energy,858355,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1285,energy storage,832480,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1286,energy storage,825027,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1287,CHP,825027,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1288,fuel cell,825027,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1289,energy storage,841937,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1290,recycling,854472,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1291,recycling,821087,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1292,energy storage,829145,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1293,nanomaterial,814485,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1294,energy storage,814389,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1295,recycling,814389,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1296,forest management,821860,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1297,concentrated solar,826379,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1298,recycling,826379,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1299,CSP,838514,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1300,concentrated solar power,838514,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1301,recycling,812880,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1302,renewable energy,836896,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1303,fuel cell,824953,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1304,CHP,815284,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1305,fuel cell,815284,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1306,DSM,825082,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -1307,renewable energy,825998,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1308,renewable energy,824410,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1309,data center,825453,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1310,recycling,814588,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1311,PV,818862,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1312,renewable energy,813367,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1313,recycling,802182,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1314,renewable energy,810182,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1315,electric vehicle,824335,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1316,biorefinery,792061,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1317,PV,842547,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1318,smart grid,837626,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1319,offshore wind,842231,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1320,energy storage,813036,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1321,combined heat and power,817999,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1322,renewable energy,827030,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1323,regenerative braking,827876,regenerative braking,Transport,System innovation,regenerative braking,Technology of reversing the electric current in the electric motors (e.g. of trains) slowing down the train and also causing the motors to generate electricity.,"“regenerative braking”, “regenerative brake”",https://www.ctc-n.org/technologies/regenerative-braking-trains,1.0 -1324,wave energy,826910,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1325,wave power,826910,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1326,recycling,820742,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1327,nutrient management,814258,nutrient management,Agriculture,Emissions and pollution reduction,nutrient management,Technology of integrating the use of natural and man-made soil nutrients to increase crop productivity and preserve soil productivity for future generations; or to decrease methane emissions in livestock.,"“nutrient management”, “management of nutrient”",https://www.ctc-n.org/technologies/integrated-nutrient-management,1.0 -1328,recycling,814258,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1329,renewable energy,820735,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1330,biorefinery,820735,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1331,bioplastic,792261,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -1332,waste management,818312,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1333,traffic management,813644,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1334,recycling,826722,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1335,biofuel,816426,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1336,recycling,820661,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1337,recycling,827310,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1338,efficient lighting,820789,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0 -1339,PV,820789,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1340,recycling,820789,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1341,nanomaterial,798565,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1342,geothermal,792210,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1343,heat pump,792210,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1344,grid management,774392,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1345,renewable energy,785091,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1346,renewable energy,793318,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1347,recycling,776816,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1348,carbon sequestration,814030,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1349,renewable energy,817390,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1350,PV,817390,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1351,photovoltaic,817390,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1352,traffic management,813211,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1353,PV,827753,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1354,renewable energy,823948,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1355,livestock management,824464,livestock management,Agriculture,Emissions and pollution reduction,livestock management,"Technology of improving feeding practices of livestock, using special agents or dietary additives, or longer management changes and animal breeding.","“livestock management”, “management of livestock”",https://www.ctc-n.org/technologies/livestock-management,1.0 -1356,recycling,820695,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1357,recycling,812574,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1358,district heating,768559,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1359,PV,792245,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1360,nutrient management,776643,nutrient management,Agriculture,Emissions and pollution reduction,nutrient management,Technology of integrating the use of natural and man-made soil nutrients to increase crop productivity and preserve soil productivity for future generations; or to decrease methane emissions in livestock.,"“nutrient management”, “management of nutrient”",https://www.ctc-n.org/technologies/integrated-nutrient-management,1.0 -1361,PV,763989,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1362,recycling,826262,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1363,PV,797546,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1364,heat pump,805689,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1365,wave energy,787344,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1366,renewable energy,784974,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1367,fuel cell,779550,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1368,smart grid,780139,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1369,renewable energy,760899,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1370,renewable energy,776868,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1371,fuel cell,779591,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1372,renewable energy,779478,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1373,fuel cell,779478,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1374,smart grid,766733,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1375,solar cell,765376,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1376,photovoltaic,765376,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1377,renewable energy,774253,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1378,smart grid,768921,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1379,heat pump,768921,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1380,recycling,768869,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1381,tidal energy,745862,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1382,tidal power,745862,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1383,biorefinery,745785,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1384,renewable energy,741223,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1385,biorefinery,720726,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1386,CCS,727582,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1387,carbon capture and storage,727582,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1388,carbon sequestration,677232,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1389,energy storage,680169,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1390,energy storage,817190,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1391,energy storage,641416,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1392,renewable energy,641415,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1393,gas turbine,641415,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0 -1394,energy storage,641415,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1395,traffic management,780622,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1396,concentrated solar power,637367,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1397,renewable energy,828838,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1398,renewable energy,637268,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1399,photovoltaic,714067,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1400,photovoltaic,724424,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1401,district heating,731287,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1402,solar heating,731287,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0 -1403,forest management,676876,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1404,efficient lighting,633192,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0 -1405,recycling,633192,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1406,solar cell,706552,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1407,photovoltaic,706552,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1408,wave power,727793,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1409,tidal energy,727793,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1410,tidal power,727793,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1411,smart grid,700339,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1412,fuel cell,700339,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1413,LNG,868242,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -1414,energy storage,867921,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1415,smart grid,867921,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1416,renewable energy,867921,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1417,data centre,869060,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1418,recycling,676139,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1419,fuel cell,640988,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1420,carbon sequestration,835067,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1421,salinity gradient,640667,osmotic,Energy,Other renewable energy sources,osmotic,"Also, “osmotic power”, “salinity gradient power” or “blue energy”; technology of producing energy from the difference in the salt concentration between seawater and river water.","“osmotic power”, “osmotic energy”, “salinity gradient”",https://www.ctc-n.org/technologies/osmotic-power,1.0 -1422,energy storage,636069,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1423,renewable energy,764547,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1424,energy storage,730798,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1425,renewable energy,730798,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1426,recycling,760642,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1427,biofuel,727476,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1428,renewable energy,722651,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1429,photovoltaic,722651,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1430,DSM,780439,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -1431,geothermal energy,768936,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1432,district heating,768936,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1433,renewable energy,768936,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1434,recycling,730308,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1435,carbon sequestration,682707,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1436,nanomaterial,721975,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1437,renewable energy,836514,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1438,fuel cell,836514,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1439,biopolymer,817221,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -1440,biofuel,817221,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1441,renewable energy,826712,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1442,smart grid,826712,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1443,energy storage,827952,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1444,biorefinery,745622,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1445,waste management,745746,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1446,biorefinery,745746,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1447,offshore wind,784040,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1448,biofuel,778030,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1449,biopolymer,745586,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -1450,bioplastic,745586,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -1451,waste management,724613,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1452,recycling,724613,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1453,CCS,838031,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1454,energy storage,841621,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1455,combined cycle,838014,combined cycle power plant,Energy,System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0 -1456,energy storage,838077,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1457,renewable energy,838077,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1458,recycling,833408,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1459,recycling,820331,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1460,renewable energy,818012,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1461,energy storage,818012,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1462,tidal energy,815180,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1463,soil management,817946,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0 -1464,traffic management,815189,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1465,energy storage,819069,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1466,recycling,821114,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1467,recycling,821136,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1468,recycling,821366,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1469,recycling,820895,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1470,renewable energy,817331,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1471,renewable energy,811624,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1472,micro-grid,811624,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -1473,SAPS,868441,off-grid systems,Human settlements,Energy management,off-grid systems,"A stand-alone power system (SAPS or SPS), also known as remote area power supply (RAPS), is an off-the-grid electricity system for locations that are not fitted with an electricity distribution system. Typical SAPS include one or more methods of electricity generation, energy storage, and regulation.","“stand-alone power system”, SAPS, SPS, “remote area power supply”, RAPS",https://www.ctc-n.org/technologies/grid-systems,1.0 -1474,carbon sequestration,845419,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1475,recycling,863431,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1476,energy storage,844288,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1477,photovoltaic,826392,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1478,thermal storage,847121,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1479,renewable energy,858144,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1480,renewable energy,845905,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1481,CSP,838311,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1482,concentrated solar power,838311,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1483,biorefinery,731263,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1484,geothermal,669371,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1485,fuel cell,678941,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1486,recycling,730292,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1487,energy storage,747449,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1488,renewable energy,824395,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1489,geothermal,818232,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1490,electric vehicle,824250,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1491,energy storage,824066,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1492,nanomaterial,814236,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1493,solar heating,820554,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0 -1494,recycling,820687,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1495,offshore wind,825833,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1496,solar cell,825142,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1497,district heating,824441,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1498,smart grid,824441,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1499,CHP,824441,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1500,recycling,820665,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1501,tidal energy,827525,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1502,geothermal energy,818242,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1503,geothermal,818242,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1504,biorefinery,792070,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1505,renewable energy,813232,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1506,heat pump,813232,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1507,PV,813232,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1508,recycling,813232,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1509,carbon sequestration,823124,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1510,energy storage,788222,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1511,renewable energy,818011,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1512,offshore wind,818153,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1513,waste management,820770,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1514,recycling,820770,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1515,CHP,818349,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1516,combined heat and power,818349,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1517,waste management,818120,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1518,biofuel,818120,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1519,recycling,818120,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1520,PV,815019,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1521,photovoltaic,815019,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1522,geothermal energy,818169,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1523,geothermal,818169,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1524,biofuel,798305,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1525,recycling,792195,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1526,biorefinery,792054,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1527,renewable energy,826968,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1528,photovoltaic,801464,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1529,energy storage,810809,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1530,PV,810809,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1531,gas turbine,765998,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0 -1532,waste heat reuse,768739,waste heat reuse,Industry,Energy use innovation,waste heat reuse,"Technology of waste heat capture, conversion and reuse, including for scrap preheating.",“waste heat reuse”,http://www.b-t.energy/landscape/manufacturing/waste-heat-captureconversion/,1.0 -1533,heat pump,768739,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1534,CCS,742930,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1535,carbon capture and storage,742930,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1536,data centre,768264,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1537,renewable energy,761093,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1538,data center,725561,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1539,waste management,755480,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1540,gas turbine,755458,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0 -1541,thermal storage,760210,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1542,heat pump,760210,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1543,electric vehicle,767864,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1544,renewable energy,727606,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1545,recycling,749664,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1546,solar cell,745776,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1547,photovoltaic,745776,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1548,biochar,748106,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0 -1549,biopolymer,749207,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -1550,PV,745614,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1551,efficient energy transmission,742098,,,,,,,, -1552,nanomaterial,751637,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1553,biofuel,751637,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1554,renewable energy,743900,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1555,forest management,743900,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1556,CCS,706330,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1557,energy storage,714870,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1558,energy storage,706238,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1559,carbon capture and storage,800419,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1560,PV,787289,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1561,photovoltaic,787289,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1562,recycling,765881,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1563,carbon sequestration,788489,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1564,PV,776680,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1565,recycling,776680,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1566,renewable energy,785036,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1567,recycling,776851,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1568,recycling,817155,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1569,biopolymer,797855,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -1570,forest management,797188,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1571,CCS,760944,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1572,smart grid,768619,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1573,efficient lighting,780278,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0 -1574,energy storage,730957,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1575,fuel cell,779730,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1576,renewable energy,768789,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1577,renewable energy,774309,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1578,waste management,761112,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1579,electric vehicle,770054,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1580,photovoltaic,799126,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1581,offshore wind,774519,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1582,solar cell,725165,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1583,photovoltaic,725165,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1584,tidal energy,730628,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1585,waste management,716390,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1586,CCS,731532,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1587,renewable energy,730936,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1588,recycling,700863,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1589,energy storage,755445,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1590,smart grid,755445,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1591,energy storage,707096,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1592,energy storage,773960,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1593,smart grid,787034,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1594,nanomaterial,797259,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1595,biofuel,797259,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1596,renewable energy,797259,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1597,offshore wind,791875,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1598,CSP,771005,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1599,renewable energy,796322,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1600,energy storage,764048,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1601,CSP,764048,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1602,concentrated solar power,764048,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1603,thermal storage,764048,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1604,nanomaterial,770887,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1605,energy storage,764025,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1606,solar heating,764025,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0 -1607,renewable energy,764056,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1608,waste management,792855,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1609,recycling,792855,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1610,renewable energy,771777,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1611,energy storage,771777,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1612,recycling,776751,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1613,DSM,798371,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -1614,energy storage,786952,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1615,renewable energy,792103,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1616,CSP,792103,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1617,parabolic trough,792103,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1618,recycling,792103,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1619,renewable energy,764011,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1620,renewable energy,785045,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1621,energy storage,790458,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1622,fuel cell,686585,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1623,recycling,686585,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1624,renewable energy,748683,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1625,salinity gradient,748683,osmotic,Energy,Other renewable energy sources,osmotic,"Also, “osmotic power”, “salinity gradient power” or “blue energy”; technology of producing energy from the difference in the salt concentration between seawater and river water.","“osmotic power”, “osmotic energy”, “salinity gradient”",https://www.ctc-n.org/technologies/osmotic-power,1.0 -1626,waste management,867964,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1627,renewable energy,867473,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1628,biofuel,867473,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1629,intelligent grid,867602,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1630,smart grid,867602,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1631,renewable energy,867453,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1632,wave energy,867453,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1633,forest management,868479,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1634,offshore wind,849307,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1635,solar cell,844655,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1636,carbon sequestration,838296,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1637,geothermal,838508,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1638,smart grid,833673,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1639,recycling,837715,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1640,fuel cell,866581,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1641,soil management,863397,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0 -1642,renewable energy,858382,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1643,energy storage,866633,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1644,CSP,866633,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1645,recycling,837761,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1646,photovoltaic,838179,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1647,biopolymer,840836,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -1648,CCS,842214,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1649,carbon sequestration,844703,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1650,soil management,832552,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0 -1651,district heating,834142,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1652,renewable energy,866595,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1653,PV,832606,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1654,photovoltaic,832606,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1655,carbon capture and storage,843594,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1656,DSM,821600,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -1657,biofuel,843723,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1658,biorefinery,843723,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1659,biorefinery,837276,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1660,renewable energy,824952,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1661,energy storage,662376,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1662,biofuel,745810,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1663,CCS,691712,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1664,energy storage,838892,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1665,recycling,674973,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1666,renewable energy,841265,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1667,PV,841265,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1668,data center,839255,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1669,bioplastic,840557,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -1670,solar cell,840064,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1671,PV,840064,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1672,wave energy,841388,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1673,gas turbine,840222,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0 -1674,wave energy,842967,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1675,photovoltaic,843453,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1676,renewable energy,815271,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1677,energy storage,815271,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1678,concentrated solar power,832535,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1679,renewable energy,838667,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1680,renewable energy,838181,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1681,energy storage,831756,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1682,concentrated solar power,831756,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1683,PV,814865,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1684,photovoltaic,814865,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1685,renewable energy,814865,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1686,heat pump,814865,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1687,energy storage,814865,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1688,renewable energy,824342,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1689,smart grid,824342,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1690,biorefinery,744310,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1691,renewable energy,746638,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1692,PV,746638,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1693,forest management,757833,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1694,renewable energy,758370,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1695,gas turbine,747576,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0 -1696,photovoltaic,744027,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1697,renewable energy,743419,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1698,energy storage,715475,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1699,waste management,641660,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1700,recycling,641660,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1701,renewable energy,635568,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1702,biofuel,708329,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1703,geothermal energy,793662,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1704,PV,726776,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1705,renewable energy,784651,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1706,wave energy,784651,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1707,wave power,784651,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1708,renewable energy,768567,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1709,district heating,768567,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1710,waste management,777770,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1711,offshore wind,768328,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1712,recycling,766614,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1713,renewable energy,760443,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1714,PV,760443,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1715,energy storage,760443,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1716,fuel cell,735367,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1717,DSM,768631,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -1718,waste management,739850,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1719,carbon sequestration,727626,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1720,renewable energy,715132,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1721,nuclear fusion,702329,nuclear fusion,Energy,Nuclear energy sources,nuclear fusion,Technology of controlled nuclear fusion: the fusing of two atomic nuclei to produce electricity.,“nuclear fusion”,http://www.b-t.energy/landscape/electricity/nuclear-fusion/,1.0 -1722,renewable energy,778553,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1723,solar cell,687336,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1724,photovoltaic,687336,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1725,solar cell,715027,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1726,PV,715027,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1727,nuclear fusion,679937,nuclear fusion,Energy,Nuclear energy sources,nuclear fusion,Technology of controlled nuclear fusion: the fusing of two atomic nuclei to produce electricity.,“nuclear fusion”,http://www.b-t.energy/landscape/electricity/nuclear-fusion/,1.0 -1728,geothermal energy,703333,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1729,PV,818615,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1730,biofuel,816663,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1731,waste management,816279,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1732,recycling,816279,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1733,renewable energy,815489,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1734,energy storage,739615,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1735,renewable energy,739615,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1736,energy storage,687561,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1737,micro-grid,808061,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -1738,recycling,714551,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1739,district heating,784966,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1740,photovoltaic,717026,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1741,wave energy,815590,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1742,geothermal energy,815491,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1743,renewable energy,815491,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1744,renewable energy,808469,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1745,photovoltaic,808469,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1746,renewable energy,807723,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1747,waste management,807723,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1748,renewable energy,807460,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1749,onshore wind,807460,onshore wind,Energy,Wind,onshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Onshore wind parks are placed on land.",“onshore wind”,https://www.ctc-n.org/technologies/shore-wind,0.0 -1750,renewable energy,807140,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1751,liquefied natural gas,809091,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -1752,renewable energy,808505,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1753,recycling,808468,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1754,energy storage,808671,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1755,smart grid,808671,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1756,renewable energy,808774,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1757,distributed production,808402,,,,,,,, -1758,renewable energy,807806,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1759,geothermal power,807212,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1760,renewable energy,807237,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1761,electric vehicle,790379,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1762,fuel cell,790379,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1763,recycling,807611,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1764,electric vehicle,807801,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1765,traffic management,807961,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1766,electric vehicle,809475,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1767,PV,809475,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1768,photovoltaic,809475,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1769,renewable energy,809475,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1770,energy storage,809475,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1771,PV,807830,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1772,non-motorised,807854,non-motorised transport design,Transport,Vehicle design,non-motorised transport design,Technology related to cycling and other non-motorised transport.,“non-motorised”,https://www.ctc-n.org/technologies/promotion-non-motorised-transport-0,1.0 -1773,recycling,807854,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1774,traffic management,807942,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1775,renewable energy,791878,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1776,energy storage,791878,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1777,recycling,791509,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1778,recycling,790823,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1779,traffic management,791438,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1780,waste management,789532,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1781,recycling,789532,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1782,PV,789453,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1783,photovoltaic,789453,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1784,energy storage,766805,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1785,renewable energy,767678,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1786,fuel cell,767678,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1787,recycling,756165,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1788,afforestation,728086,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1789,renewable energy,705230,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1790,soil management,703107,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0 -1791,concentrated solar,686202,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1792,renewable energy,816524,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1793,renewable energy,661515,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1794,energy storage,808585,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1795,renewable energy,808585,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1796,geothermal,807809,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1797,CHP,807809,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1798,combined heat and power,807809,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1799,renewable energy,775428,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1800,photovoltaic,775428,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1801,tidal energy,730799,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1802,tidal power,730799,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1803,nanomaterial,707161,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -1804,renewable energy,805524,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1805,recycling,663742,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1806,PV,672729,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1807,photovoltaic,672729,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1808,renewable energy,663654,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1809,energy storage,663654,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1810,bioplastic,663119,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -1811,energy storage,663055,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1812,renewable energy,662195,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1813,CHP,662195,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1814,combined heat and power,662195,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1815,energy storage,663597,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1816,renewable energy,663597,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1817,electric car,673048,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1818,offshore wind,663185,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1819,waste management,663334,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1820,CHP,662960,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1821,fuel cell,662960,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1822,CHP,662750,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1823,fuel cell,662750,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1824,energy storage,663433,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1825,renewable energy,663466,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1826,wave energy,663466,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1827,wave power,663466,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1828,CHP,662683,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1829,CHP,661868,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1830,combined heat and power,661868,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1831,fuel cell,836347,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1832,LNG,836347,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -1833,recycling,837139,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1834,PV,825669,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1835,fuel cell,826234,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1836,combined heat and power,826234,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1837,energy storage,850151,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1838,PV,850151,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1839,renewable energy,850151,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1840,renewable energy,785211,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1841,distributed manufacturing,814078,,,,,,,, -1842,renewable energy,848757,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1843,biofuel,848757,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1844,recycling,848757,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1845,CSP,644748,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1846,renewable energy,778065,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1847,compressed natural gas,820567,compressed/converted natural gas,Transport,Fuel,compressed/converted natural gas,Technology of producing or using natural gas-based fuel for passenger vehicles.,"“compressed natural gas”, “converted natural gas”, “compressed gas”, “converted gas”",https://www.ctc-n.org/technologies/compressed-natural-gas-cng-fuel,1.0 -1848,fuel cell,826062,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1849,LNG,826062,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -1850,energy storage,714581,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1851,renewable energy,804519,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1852,solar cell,804519,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1853,photovoltaic,804519,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1854,photovoltaic,816252,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1855,reforestation,827643,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1856,renewable energy,807317,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1857,biofuel,807317,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1858,recycling,809308,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1859,smart grid,777996,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1860,bioplastic,849052,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -1861,waste management,855329,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1862,recycling,855329,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1863,renewable energy,855407,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1864,LNG,855407,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -1865,microgrid,856213,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -1866,renewable energy,856213,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1867,smart grid,850370,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -1868,waste management,832012,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1869,recycling,831963,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1870,energy storage,854891,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1871,recycling,854743,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1872,agroforestry,795557,agroforestry,Agriculture,Forest protection,agroforestry,"Also, “agro-sylviculture”; technology of managing land use when trees or shrubs are grown around or among crops or pastureland.","agroforestry, sylviculture, “agro-sylviculture”, agrosylviculture",https://www.ctc-n.org/technologies/agroforestry,1.0 -1873,forest management,795557,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1874,energy storage,702435,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1875,carbon sequestration,655645,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1876,renewable energy,804092,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1877,energy storage,818260,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1878,geothermal energy,809943,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1879,biofuel,855088,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1880,biorefinery,855088,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0 -1881,reforestation,823805,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1882,afforestation,823805,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1883,carbon sequestration,823805,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1884,waste management,816703,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1885,recycling,816703,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1886,renewable energy,793316,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1887,offshore wind,793316,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1888,recycling,686636,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1889,photovoltaic,674311,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1890,electric vehicle,816348,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1891,waste management,642451,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1892,forest management,641585,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1893,CSP,644077,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1894,energy storage,726217,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1895,fuel cell,725657,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1896,energy storage,855757,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1897,CSP,855757,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1898,PV,855757,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1899,PV,818762,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1900,photovoltaic,818762,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1901,geothermal energy,855257,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1902,geothermal,855257,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1903,geothermal power,855257,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1904,renewable energy,780315,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1905,geothermal energy,725100,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1906,renewable energy,856071,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1907,PV,856071,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1908,fuel cell,836429,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1909,PV,836429,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1910,renewable energy,853733,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1911,concentrated solar power,855159,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -1912,fuel cell,826215,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1913,renewable energy,814494,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1914,biochar,817214,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0 -1915,recycling,817214,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1916,electric vehicle,807791,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1917,LNG,808814,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -1918,liquefied natural gas,808814,liquefied natural gas (LNG),Transport,Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0 -1919,biopolymer,807215,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -1920,waste management,807215,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1921,bioplastic,807215,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -1922,renewable energy,808145,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1923,afforestation,808145,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -1924,fuel cell,779577,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -1925,energy storage,782950,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1926,renewable energy,782545,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1927,PV,782545,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1928,waste management,782670,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1929,recycling,782670,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1930,renewable energy,700615,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1931,PV,700615,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1932,recycling,700615,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1933,photovoltaic,816856,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1934,recycling,830508,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1935,recycling,836543,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1936,compressed gas,837135,compressed/converted natural gas,Transport,Fuel,compressed/converted natural gas,Technology of producing or using natural gas-based fuel for passenger vehicles.,"“compressed natural gas”, “converted natural gas”, “compressed gas”, “converted gas”",https://www.ctc-n.org/technologies/compressed-natural-gas-cng-fuel,1.0 -1937,electric vehicle,824300,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1938,carbon sequestration,836243,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1939,biochar,836243,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0 -1940,electric vehicle,837041,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1941,energy storage,818706,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1942,solar cell,816313,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1943,photovoltaic,816313,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1944,renewable energy,836459,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1945,demand side management,836459,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -1946,energy storage,816706,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1947,renewable energy,816706,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1948,offshore wind,829774,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1949,traffic management,816071,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -1950,recycling,816636,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1951,recycling,651407,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1952,PV,650176,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1953,tidal energy,651505,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1954,tidal power,651505,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1955,renewable energy,652017,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1956,waste management,652017,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -1957,geothermal,651441,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1958,tidal energy,651752,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -1959,offshore wind,651752,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -1960,combined cycle,650549,combined cycle power plant,Energy,System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0 -1961,CHP,651636,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1962,combined heat and power,651636,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -1963,photovoltaic,650571,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1964,geothermal energy,650242,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1965,district heating,650242,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -1966,geothermal,650242,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0 -1967,heat pump,650242,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1968,recycling,651921,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1969,renewable energy,652138,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1970,data center,652200,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -1971,recycling,651475,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1972,renewable energy,652124,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1973,heat pump,652124,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1974,renewable energy,652101,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1975,renewable energy,652411,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1976,regenerative braking,652411,regenerative braking,Transport,System innovation,regenerative braking,Technology of reversing the electric current in the electric motors (e.g. of trains) slowing down the train and also causing the motors to generate electricity.,"“regenerative braking”, “regenerative brake”",https://www.ctc-n.org/technologies/regenerative-braking-trains,1.0 -1977,energy storage,650832,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1978,electric vehicle,650292,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -1979,renewable energy,650716,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1980,biofuel,650716,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -1981,energy storage,816728,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1982,renewable energy,816728,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1983,renewable energy,673373,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1984,recycling,656778,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1985,CCS,826051,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1986,carbon capture and storage,826051,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -1987,local manufacturing,802512,,,,,,,, -1988,wave energy,676061,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -1989,energy storage,778788,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -1990,renewable energy,778788,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1991,heat pump,778788,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -1992,thermal storage,778788,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -1993,recycling,836211,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1994,renewable energy,835381,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1995,renewable energy,824388,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1996,photovoltaic,821876,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -1997,recycling,803758,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -1998,renewable energy,829384,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -1999,renewable energy,805065,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2000,renewable energy,823073,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2001,district heating,823463,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0 -2002,heat pump,823463,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -2003,renewable energy,811145,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2004,data center,813127,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -2005,waste management,820352,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -2006,CHP,823620,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -2007,fuel cell,823620,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -2008,combined heat and power,823620,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -2009,renewable energy,819175,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2010,waste management,789315,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -2011,recycling,673663,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2012,energy storage,829877,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2013,renewable energy,799835,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2014,PV,799835,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2015,photovoltaic,799835,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2016,renewable energy,798033,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2017,offshore wind,798033,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -2018,renewable energy,797951,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2019,photovoltaic,798409,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2020,solar cell,792720,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2021,renewable energy,791019,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2022,smart grid,791019,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -2023,onshore wind,791019,onshore wind,Energy,Wind,onshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Onshore wind parks are placed on land.",“onshore wind”,https://www.ctc-n.org/technologies/shore-wind,0.0 -2024,energy storage,786766,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2025,recycling,790321,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2026,renewable energy,782319,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2027,bioplastic,811532,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -2028,recycling,811532,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2029,heat pump,828207,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -2030,recycling,779024,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2031,renewable energy,673107,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2032,microgrid,673107,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0 -2033,energy storage,673107,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2034,CCS,704759,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2035,photovoltaic,660149,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2036,renewable energy,811473,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2037,renewable energy,811529,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2038,renewable energy,781835,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2039,solar heating,781835,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0 -2040,recycling,774127,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2041,recycling,781060,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2042,electric vehicle,774912,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -2043,electric car,774912,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -2044,photovoltaic,774912,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2045,fuel cell,774912,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -2046,solar cell,774912,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2047,renewable energy,775854,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2048,OTEC,775854,ocean thermal energy conversion (OTEC),Energy,Hydro energy sources,ocean thermal energy conversion (OTEC),"Technology of using the temperature difference between cooler deep and warmer shallow/surface ocean waters to run a heat engine and produce useful work, usually in the form of electricity.","OTEC, “ocean thermal energy conversion”",https://www.ctc-n.org/technologies/ocean-thermal-energy-conversion,1.0 -2049,offshore wind,775854,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -2050,energy storage,733815,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2051,regenerative braking,733815,regenerative braking,Transport,System innovation,regenerative braking,Technology of reversing the electric current in the electric motors (e.g. of trains) slowing down the train and also causing the motors to generate electricity.,"“regenerative braking”, “regenerative brake”",https://www.ctc-n.org/technologies/regenerative-braking-trains,1.0 -2052,renewable energy,791254,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2053,recycling,773863,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2054,PV,744159,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2055,photovoltaic,744159,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2056,data centre,733958,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0 -2057,forest management,658876,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0 -2058,solar cell,655039,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2059,photovoltaic,655039,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2060,waste management,657784,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -2061,renewable energy,744347,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2062,energy storage,744347,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2063,biofuel,711540,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -2064,heat pump,650937,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -2065,PV,650937,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2066,renewable energy,667942,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2067,CSP,667942,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -2068,concentrated solar power,667942,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -2069,smart grid,782942,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -2070,electric vehicle,781145,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0 -2071,recycling,781794,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2072,offshore wind,773657,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -2073,energy storage,774866,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2074,heat pump,774866,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -2075,renewable energy,789231,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2076,CCS,785635,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2077,recycling,797929,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2078,renewable energy,789476,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2079,renewable energy,777968,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2080,solar cell,777968,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2081,PV,777968,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2082,photovoltaic,777968,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2083,livestock management,748766,livestock management,Agriculture,Emissions and pollution reduction,livestock management,"Technology of improving feeding practices of livestock, using special agents or dietary additives, or longer management changes and animal breeding.","“livestock management”, “management of livestock”",https://www.ctc-n.org/technologies/livestock-management,1.0 -2084,renewable energy,751375,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2085,solar cell,751375,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2086,energy storage,746506,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2087,renewable energy,744914,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2088,energy storage,744914,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2089,carbon sequestration,743569,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2090,solar cell,795716,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2091,PV,795716,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2092,photovoltaic,795716,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2093,CSP,794562,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -2094,concentrated solar power,794562,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -2095,Fresnel reflector,794562,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -2096,renewable energy,794562,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2097,thermal storage,794562,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -2098,energy storage,794562,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2099,waste management,795614,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0 -2100,renewable energy,784960,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2101,carbon capture and storage,792876,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2102,nanomaterial,795347,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -2103,carbon sequestration,795369,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2104,renewable energy,800031,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2105,CSP,795936,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -2106,biopolymer,789454,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -2107,renewable energy,793120,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2108,PV,793120,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2109,photovoltaic,793120,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2110,carbon sequestration,788951,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2111,carbon sequestration,795970,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2112,energy storage,786487,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2113,carbon sequestration,794264,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2114,soil management,796790,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0 -2115,renewable energy,796378,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2116,energy storage,786381,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2117,fuel cell,786381,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -2118,combined heat and power,796272,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -2119,energy storage,772191,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2120,biopolymer,798225,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0 -2121,solar cell,795079,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2122,PV,795079,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2123,energy storage,771294,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2124,recycling,771586,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2125,energy storage,770870,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2126,energy storage,785416,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2127,solar cell,786702,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2128,renewable energy,799778,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2129,solar cell,793424,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2130,photovoltaic,793424,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2131,renewable energy,785147,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2132,photovoltaic,791536,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2133,SPS,771850,off-grid systems,Human settlements,Energy management,off-grid systems,"A stand-alone power system (SAPS or SPS), also known as remote area power supply (RAPS), is an off-the-grid electricity system for locations that are not fitted with an electricity distribution system. Typical SAPS include one or more methods of electricity generation, energy storage, and regulation.","“stand-alone power system”, SAPS, SPS, “remote area power supply”, RAPS",https://www.ctc-n.org/technologies/grid-systems,1.0 -2134,CCS,792305,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2135,recycling,772579,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2136,carbon sequestration,795179,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2137,renewable energy,779694,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2138,PV,779430,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2139,fuel cell,779430,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -2140,DSM,779430,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -2141,demand side management,779430,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0 -2142,smart grid,779430,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -2143,thermal storage,784172,thermal storage,Energy,Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0 -2144,smart grid,784172,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -2145,heat pump,784172,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -2146,fuel cell,779565,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -2147,renewable energy,791632,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2148,recycling,791632,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2149,recycling,759743,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2150,CSP,748568,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -2151,concentrated solar power,748568,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0 -2152,PV,756962,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2153,renewable energy,759696,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2154,solar cell,726360,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2155,carbon capture and storage,759630,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0 -2156,recycling,781305,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2157,heat pump,771078,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -2158,nanomaterial,753293,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0 -2159,heat pump,775020,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -2160,renewable energy,754162,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2161,energy storage,765828,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2162,renewable energy,751843,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2163,renewable energy,746685,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2164,energy storage,746685,energy storage,Energy,Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0 -2165,fuel cell,754916,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -2166,biofuel,744317,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -2167,CHP,774512,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -2168,photovoltaic,752038,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2169,PV,751159,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2170,photovoltaic,751159,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2171,renewable energy,754760,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2172,fuel cell,739940,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -2173,recycling,739775,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2174,renewable energy,745855,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2175,tidal energy,745855,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0 -2176,traffic management,755235,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -2177,recycling,714983,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2178,biofuel,752491,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -2179,smart grid,705982,grid management,Energy,System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0 -2180,traffic management,734140,traffic management,Transport,System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0 -2181,PV,736314,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0 -2182,recycling,736314,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0 -2183,renewable energy,694151,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2184,renewable energy,691799,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2185,wave energy,691799,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0 -2186,offshore wind,691799,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0 -2187,fuel cell,674137,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -2188,renewable energy,660404,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2189,biofuel,697720,biofuel,Transport,Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0 -2190,bioplastic,697720,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0 -2191,fuel cell,671457,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 -2192,renewable energy,659749,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2193,heat pump,659749,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0 -2194,renewable energy,658855,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2195,combined heat and power,658855,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0 -2196,renewable energy,695094,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0 -2197,ocean thermal energy conversion,695094,ocean thermal energy conversion (OTEC),Energy,Hydro energy sources,ocean thermal energy conversion (OTEC),"Technology of using the temperature difference between cooler deep and warmer shallow/surface ocean waters to run a heat engine and produce useful work, usually in the form of electricity.","OTEC, “ocean thermal energy conversion”",https://www.ctc-n.org/technologies/ocean-thermal-energy-conversion,1.0 -2198,OTEC,695094,ocean thermal energy conversion (OTEC),Energy,Hydro energy sources,ocean thermal energy conversion (OTEC),"Technology of using the temperature difference between cooler deep and warmer shallow/surface ocean waters to run a heat engine and produce useful work, usually in the form of electricity.","OTEC, “ocean thermal energy conversion”",https://www.ctc-n.org/technologies/ocean-thermal-energy-conversion,1.0 -2199,fuel cell,731449,fuel cell,Transport,Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0 +,Unnamed: 0,technology_terms,id,category,sector,technology_group,technology,description,technology_term,source,priority,combined +0,0,forest management,835398,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1,1,forest management,835541,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +2,2,bioplastic,812602,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +3,3,DSM,811592,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +4,4,waste management,847641,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +5,5,carbon capture and sequestration,805344,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +6,6,fuel cell,779606,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +7,7,nutrient management,818470,nutrient management,Agriculture,Emissions and pollution reduction,nutrient management,Technology of integrating the use of natural and man-made soil nutrients to increase crop productivity and preserve soil productivity for future generations; or to decrease methane emissions in livestock.,"“nutrient management”, “management of nutrient”",https://www.ctc-n.org/technologies/integrated-nutrient-management,1.0,Agriculture Emissions and pollution reduction +8,8,CSP,786483,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +9,9,concentrated solar power,786483,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +10,10,PV,786483,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +11,11,carbon sequestration,841910,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +12,12,photovoltaic,838686,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +13,13,efficient lighting,842633,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0,Buildings Interior appliance design +14,14,waste management,820892,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +15,15,recycling,820892,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +16,16,recycling,814400,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +17,17,renewable energy,830036,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +18,18,wave energy,830036,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +19,19,renewable energy,836317,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +20,20,recycling,840446,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +21,21,renewable energy,831041,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +22,22,wave energy,831041,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +23,23,offshore wind,831041,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +24,24,PV,831041,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +25,25,electric vehicle,799658,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +26,26,renewable energy,764090,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +27,27,energy storage,764090,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +28,28,renewable energy,779540,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +29,29,fuel cell,779540,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +30,30,recycling,778045,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +31,31,energy storage,779469,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +32,32,fuel cell,779469,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +33,33,waste management,776745,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +34,34,CCS,780265,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +35,35,traffic management,777465,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +36,36,energy storage,777515,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +37,37,smart grid,777515,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +38,38,renewable energy,764799,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +39,39,renewable energy,771066,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +40,40,grid management,771066,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +41,41,microgrid,771066,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +42,42,wave energy,775337,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +43,43,PV,764805,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +44,44,recycling,764805,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +45,45,PV,723747,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +46,46,geothermal energy,768292,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +47,47,geothermal,768292,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +48,48,renewable energy,768292,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +49,49,electric vehicle,773813,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +50,50,recycling,755171,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +51,51,energy storage,775250,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +52,52,wave energy,775250,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +53,53,energy storage,775434,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +54,54,traffic management,775434,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +55,55,agroforestry,727934,agroforestry,Agriculture,Forest protection,agroforestry,"Also, “agro-sylviculture”; technology of managing land use when trees or shrubs are grown around or among crops or pastureland.","agroforestry, sylviculture, “agro-sylviculture”, agrosylviculture",https://www.ctc-n.org/technologies/agroforestry,1.0,Agriculture Forest protection +56,56,renewable energy,775013,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +57,57,renewable energy,762726,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +58,58,offshore wind,745625,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +59,59,biorefinery,761743,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +60,60,energy storage,762088,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +61,61,fuel cell,735582,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +62,62,recycling,720838,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +63,63,waste management,762442,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +64,64,renewable energy,763080,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +65,65,renewable energy,739550,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +66,66,offshore wind,739550,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +67,67,traffic management,730640,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +68,68,biofuel,744548,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +69,69,electric vehicle,743923,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +70,70,recycling,743923,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +71,71,energy storage,743923,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +72,72,data centre,731016,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +73,73,renewable energy,731117,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +74,74,geothermal energy,731117,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +75,75,geothermal,731117,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +76,76,energy storage,731117,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +77,77,smart grid,744058,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +78,78,smart grid,731268,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +79,79,traffic management,745002,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +80,80,PV,743667,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +81,81,photovoltaic,743667,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +82,82,heat pump,743470,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +83,83,photovoltaic,736217,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +84,84,recycling,730238,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +85,85,geothermal energy,727550,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +86,86,geothermal,727550,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +87,87,offshore wind,735565,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +88,88,biofuel,706642,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +89,89,carbon sequestration,706642,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +90,90,biorefinery,706642,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +91,91,renewable energy,734948,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +92,92,PV,734948,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +93,93,thermal storage,736247,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +94,94,smart grid,736247,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +95,95,heat pump,736247,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +96,96,renewable energy,734137,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +97,97,renewable energy,735368,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +98,98,district heating,735368,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +99,99,recycling,735012,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +100,100,renewable energy,735017,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +101,101,LNG,745142,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +102,102,biopolymer,720777,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +103,103,recycling,736445,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +104,104,energy storage,720853,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +105,105,district heating,744940,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +106,106,renewable energy,744940,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +107,107,CHP,744940,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +108,108,combined heat and power,744940,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +109,109,energy storage,744940,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +110,110,energy storage,745556,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +111,111,agroforestry,727872,agroforestry,Agriculture,Forest protection,agroforestry,"Also, “agro-sylviculture”; technology of managing land use when trees or shrubs are grown around or among crops or pastureland.","agroforestry, sylviculture, “agro-sylviculture”, agrosylviculture",https://www.ctc-n.org/technologies/agroforestry,1.0,Agriculture Forest protection +112,112,biorefinery,727874,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +113,113,recycling,740942,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +114,114,renewable energy,729070,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +115,115,thermal storage,718316,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +116,116,recycling,718316,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +117,117,energy storage,718316,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +118,118,recycling,713486,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +119,119,heat pump,718222,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +120,120,renewable energy,719885,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +121,121,renewable energy,717956,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +122,122,PV,717956,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +123,123,biopolymer,717577,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +124,124,district heating,696174,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +125,125,heat pump,680556,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +126,126,PV,680556,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +127,127,photovoltaic,680556,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +128,128,offshore wind,718838,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +129,129,bioplastic,718097,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +130,130,renewable energy,719137,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +131,131,smart grid,719137,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +132,132,improved durability,719161,improved durability,Industry,Improved durability,improved durability,Technology of producing (energy-intensive) products and materials with improved durability.,“improved durability”,http://www.b-t.energy/landscape/manufacturing/extreme-durability-for-energy-intensive-products-and-materials/,1.0,Industry Improved durability +133,133,energy storage,717376,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +134,134,renewable energy,717376,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +135,135,energy storage,717791,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +136,136,renewable energy,717791,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +137,137,photovoltaic,706094,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +138,138,soil treatment,717797,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0,Agriculture Resource saving +139,139,management of waste,718785,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +140,140,efficient lighting,695931,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0,Buildings Interior appliance design +141,141,PV,718772,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +142,142,photovoltaic,718772,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +143,143,heat pump,735869,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +144,144,solar heating,735869,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0,Energy Solar energy sources +145,145,fuel cell,700101,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +146,146,CSP,728894,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +147,147,energy storage,736164,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +148,148,renewable energy,736164,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +149,149,bioplastic,735577,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +150,150,recycling,735577,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +151,151,solar heating,735379,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0,Energy Solar energy sources +152,152,photovoltaic,735379,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +153,153,geothermal,728284,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +154,154,biochar,709606,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0,Agriculture Cleaner product +155,155,smart grid,729083,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +156,156,biofuel,729112,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +157,157,energy storage,729717,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +158,158,smart grid,729717,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +159,159,energy storage,729793,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +160,160,recycling,728274,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +161,161,onshore wind,729363,onshore wind,Energy,Wind,onshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Onshore wind parks are placed on land.",“onshore wind”,https://www.ctc-n.org/technologies/shore-wind,0.0,Energy Wind +162,162,gas turbine,690724,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0,Industry Energy use innovation +163,163,recycling,728922,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +164,164,forest management,728320,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +165,165,electric vehicle,728772,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +166,166,data centre,728969,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +167,167,recycling,728462,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +168,168,passive house,729206,passive house,Buildings,Building design,passive house,"Also, “low carbon house/building” or “zero emissions house/building”. Here, an energy efficient building includes two or more of these technologies: well-insulated and highly air-tight building, strict design and construction standards, mainly heated by passive solar heat or other natural heat, and equipped with an energy recovery ventilator for a constant and balanced fresh air supply. Optionally, can be also integrated with onsite renewable energy technologies (wind, solar, etc.).","“passive house”, “low carbon house”, “low carbon building”, “zero emissions house”, “zero emissions building”, ”, “low-carbon house”, “low-carbon building”, “zero-emissions house”, “zero-emissions building”",https://www.ctc-n.org/technologies/passive-house-design,1.0,Buildings Building design +169,169,waste management,690452,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +170,170,waste management,688995,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +171,171,electric vehicle,729359,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +172,172,PV,718003,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +173,173,concentrated solar power,686008,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +174,174,waste management,719028,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +175,175,recycling,688993,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +176,176,bioplastic,718397,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +177,177,renewable energy,691768,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +178,178,PV,691768,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +179,179,photovoltaic,691768,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +180,180,electric vehicle,718074,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +181,181,biofuel,691763,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +182,182,waste management,654623,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +183,183,biofuel,654623,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +184,184,biofuel,691846,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +185,185,recycling,719038,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +186,186,thermal storage,703746,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +187,187,CHP,703746,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +188,188,PV,703746,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +189,189,photovoltaic,703746,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +190,190,compressed natural gas,719024,compressed/converted natural gas,Transport,Transport Fuel,compressed/converted natural gas,Technology of producing or using natural gas-based fuel for passenger vehicles.,"“compressed natural gas”, “converted natural gas”, “compressed gas”, “converted gas”",https://www.ctc-n.org/technologies/compressed-natural-gas-cng-fuel,1.0,Transport Fuel +191,191,renewable energy,718299,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +192,192,district heating,691735,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +193,193,PV,691735,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +194,194,energy storage,691761,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +195,195,renewable energy,691761,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +196,196,renewable energy,718125,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +197,197,energy storage,718125,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +198,198,CSP,691664,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +199,199,PV,691664,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +200,200,thermal storage,685018,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +201,201,parabolic trough,685018,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +202,202,PV,685018,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +203,203,CHP,699122,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +204,204,downdraft,699122,downdraft,Energy,Other renewable energy sources,downdraft,"Also, “downdraft” or “energy tower”; technology of producing energy using the flow of air at the bottom of a tall hollow tower to rotate wind turbines. The air flow is achieved through spraying water at the top of the tower.","downdraft, “energy tower”",https://www.ctc-n.org/technologies/energy-tower-downdraft,0.0,Energy Other renewable energy sources +205,205,district heating,674379,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +206,206,waste management,673690,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +207,207,recycling,673690,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +208,208,distributed production,711190,,,,,,,,, +209,209,demand-side management,711190,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +210,210,renewable energy,691010,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +211,211,renewable energy,671384,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +212,212,fuel cell,671384,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +213,213,renewable energy,710473,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +214,214,CHP,671486,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +215,215,fuel cell,671486,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +216,216,renewable energy,662189,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +217,217,photovoltaic,662189,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +218,218,biofuel,710454,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +219,219,renewable energy,684901,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +220,220,PV,684901,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +221,221,energy storage,684901,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +222,222,offshore wind,698136,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +223,223,district heating,697066,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +224,224,solar cell,687253,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +225,225,photovoltaic,687253,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +226,226,biochar,684143,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0,Agriculture Cleaner product +227,227,fuel cell,671426,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +228,228,efficient lighting,710908,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0,Buildings Interior appliance design +229,229,renewable energy,683621,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +230,230,PV,683621,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +231,231,energy storage,683621,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +232,232,electric vehicle,683683,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +233,233,energy storage,683683,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +234,234,CHP,683515,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +235,235,smart grid,692644,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +236,236,PV,684347,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +237,237,PV,711809,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +238,238,photovoltaic,711809,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +239,239,reforestation,711392,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +240,240,direct seeding,711392,direct seeding,Agriculture,Emissions and pollution reduction,direct seeding,"In rice growing, technology of shortening the flooding period and decreasing soil disturbance.",“direct seeding”,https://www.ctc-n.org/technologies/direct-seeding-rice,0.0,Agriculture Emissions and pollution reduction +241,241,biofuel,697015,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +242,242,waste management,710163,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +243,243,recycling,696502,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +244,244,recycling,696857,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +245,245,recycling,672869,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +246,246,LNG,673853,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +247,247,liquefied natural gas,673853,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +248,248,traffic management,674463,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +249,249,PV,674628,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +250,250,photovoltaic,674628,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +251,251,PV,666507,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +252,252,geothermal,672421,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +253,253,waste management,661891,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +254,254,waste management,672197,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +255,255,energy storage,661642,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +256,256,PV,673917,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +257,257,fuel cell,671950,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +258,258,combined heat and power,662498,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +259,259,CHP,663811,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +260,260,renewable energy,683875,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +261,261,recycling,660885,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +262,262,energy storage,672638,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +263,263,waste management,672889,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +264,264,waste management,684677,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +265,265,tidal energy,663953,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +266,266,tidal power,663953,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +267,267,electric car,684534,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +268,268,waste management,664000,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +269,269,CSP,664000,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +270,270,concentrated solar power,664000,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +271,271,recycling,684100,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +272,272,renewable energy,684038,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +273,273,DSM,684038,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +274,274,demand side management,684038,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +275,275,recycling,674067,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +276,276,waste management,674624,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +277,277,recycling,674624,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +278,278,electric vehicle,674502,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +279,279,PV,674502,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +280,280,renewable energy,673607,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +281,281,smart grid,673607,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +282,282,renewable energy,672942,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +283,283,photovoltaic,672942,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +284,284,traffic management,685196,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +285,285,renewable energy,673059,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +286,286,PV,673059,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +287,287,energy storage,673059,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +288,288,recycling,664557,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +289,289,electric vehicle,672915,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +290,290,recycling,685100,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +291,291,DSM,666148,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +292,292,renewable energy,684882,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +293,293,district heating,684882,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +294,294,solar heating,684882,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0,Energy Solar energy sources +295,295,energy storage,684882,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +296,296,renewable energy,663947,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +297,297,heat pump,684792,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +298,298,recycling,672558,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +299,299,carbon sequestration,661063,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +300,300,recycling,673465,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +301,301,waste management,672434,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +302,302,biofuel,672434,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +303,303,waste management,672921,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +304,304,offshore wind,674741,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +305,305,renewable energy,673824,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +306,306,recycling,673824,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +307,307,renewable energy,672145,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +308,308,smart grid,672145,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +309,309,CHP,673311,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +310,310,recycling,673527,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +311,311,PV,672614,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +312,312,renewable energy,662491,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +313,313,recycling,685033,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +314,314,energy storage,683402,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +315,315,PV,683402,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +316,316,renewable energy,683402,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +317,317,renewable energy,673647,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +318,318,wave power,673976,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +319,319,offshore wind,673976,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +320,320,nanomaterial,666794,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +321,321,renewable energy,674006,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +322,322,renewable energy,681163,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +323,323,carbon sequestration,683917,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +324,324,onshore wind,673782,onshore wind,Energy,Wind,onshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Onshore wind parks are placed on land.",“onshore wind”,https://www.ctc-n.org/technologies/shore-wind,0.0,Energy Wind +325,325,offshore wind,673782,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +326,326,PV,673874,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +327,327,recycling,673874,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +328,328,PV,684528,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +329,329,geothermal,657982,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +330,330,PV,684019,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +331,331,solar cell,641023,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +332,332,photovoltaic,641023,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +333,333,renewable energy,703689,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +334,334,smart grid,703689,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +335,335,traffic management,713239,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +336,336,data centre,736749,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +337,337,offshore wind,815083,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +338,338,waste management,863885,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +339,339,waste-to-energy,863885,energy-from-waste,Industry,Energy use innovation,energy-from-waste,"Also “waste-to-energy”; technology of generating energy in the form of electricity, heat or fuel from the primary treatment (e.g. incineration) of waste.","“energy-from-waste”, “waste-to-energy”",https://www.ctc-n.org/technologies/energy-supply-waste,1.0,Industry Energy use innovation +340,340,recycling,863885,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +341,341,nanomaterial,857253,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +342,342,forest management,854343,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +343,343,electric vehicle,837138,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +344,344,fuel cell,779589,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +345,345,CCS,761809,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +346,346,renewable energy,773639,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +347,347,PV,773639,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +348,348,photovoltaic,773639,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +349,349,wave energy,774021,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +350,350,smart grid,731249,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +351,351,demand side management,731249,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +352,352,DSM,731249,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +353,353,nanomaterial,751255,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +354,354,photovoltaic,775162,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +355,355,waste management,774906,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +356,356,PV,774717,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +357,357,traffic management,774024,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +358,358,PV,745601,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +359,359,recycling,723309,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +360,360,PV,774973,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +361,361,forest management,762739,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +362,362,management of forest,762739,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +363,363,energy storage,751531,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +364,364,renewable energy,775225,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +365,365,traffic management,723384,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +366,366,photovoltaic,746954,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +367,367,nutrient management,761589,nutrient management,Agriculture,Emissions and pollution reduction,nutrient management,Technology of integrating the use of natural and man-made soil nutrients to increase crop productivity and preserve soil productivity for future generations; or to decrease methane emissions in livestock.,"“nutrient management”, “management of nutrient”",https://www.ctc-n.org/technologies/integrated-nutrient-management,1.0,Agriculture Emissions and pollution reduction +368,368,renewable energy,763094,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +369,369,waste management,763094,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +370,370,combined heat and power,763094,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +371,371,waste management,762568,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +372,372,recycling,763298,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +373,373,offshore wind,761874,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +374,374,PV,763096,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +375,375,recycling,762220,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +376,376,renewable energy,763146,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +377,377,fuel cell,763365,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +378,378,manure management,763185,manure management,Agriculture,Emissions and pollution reduction,manure management,"Technology of decreasing methane emissions from manure stored in lagoons or tanks if manure is cooled, covered with solid covers, mechanically separated into solids and slurry, or if the emitted methane is captured.","“manure management”, “management of manure”",https://www.ctc-n.org/technologies/manure-management,1.0,Agriculture Emissions and pollution reduction +379,379,electric vehicle,761851,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +380,380,fuel cell,736290,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +381,381,thermal storage,721045,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +382,382,CSP,721045,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +383,383,concentrated solar power,721045,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +384,384,recycling,745058,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +385,385,smart grid,731456,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +386,386,tidal energy,734032,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +387,387,tidal power,734032,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +388,388,renewable energy,745267,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +389,389,geothermal energy,745267,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +390,390,recycling,727202,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +391,391,renewable energy,745047,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +392,392,energy storage,745047,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +393,393,recycling,689157,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +394,394,data center,732505,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +395,395,traffic management,734129,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +396,396,recycling,744040,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +397,397,compressed natural gas,744006,compressed/converted natural gas,Transport,Transport Fuel,compressed/converted natural gas,Technology of producing or using natural gas-based fuel for passenger vehicles.,"“compressed natural gas”, “converted natural gas”, “compressed gas”, “converted gas”",https://www.ctc-n.org/technologies/compressed-natural-gas-cng-fuel,1.0,Transport Fuel +398,398,renewable energy,745284,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +399,399,smart grid,745284,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +400,400,traffic management,731787,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +401,401,renewable energy,678945,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +402,402,nutrient management,696231,nutrient management,Agriculture,Emissions and pollution reduction,nutrient management,Technology of integrating the use of natural and man-made soil nutrients to increase crop productivity and preserve soil productivity for future generations; or to decrease methane emissions in livestock.,"“nutrient management”, “management of nutrient”",https://www.ctc-n.org/technologies/integrated-nutrient-management,1.0,Agriculture Emissions and pollution reduction +403,403,PV,692031,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +404,404,renewable energy,692197,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +405,405,concentrated solar,711935,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +406,406,biofuel,654365,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +407,407,renewable energy,826956,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +408,408,smart grid,826956,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +409,409,electric vehicle,666423,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +410,410,inert anode,654216,inert anode,Industry,Energy use innovation,inert anode,Technology of introducing inert anode in aluminium smelters.,“inert anode”,https://www.ctc-n.org/technologies/inert-anode-technology-aluminium-smelters,1.0,Industry Energy use innovation +411,411,fuel cell,654216,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +412,412,waste management,643071,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +413,413,waste-to-energy,643071,energy-from-waste,Industry,Energy use innovation,energy-from-waste,"Also “waste-to-energy”; technology of generating energy in the form of electricity, heat or fuel from the primary treatment (e.g. incineration) of waste.","“energy-from-waste”, “waste-to-energy”",https://www.ctc-n.org/technologies/energy-supply-waste,1.0,Industry Energy use innovation +414,414,biofuel,643071,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +415,415,offshore wind,857631,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +416,416,heat pump,814888,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +417,417,PV,814888,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +418,418,solar cell,776410,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +419,419,photovoltaic,761036,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +420,420,fuel cell,779563,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +421,421,electric vehicle,769929,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +422,422,renewable energy,773897,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +423,423,biorefinery,760994,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +424,424,renewable energy,773708,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +425,425,renewable energy,764626,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +426,426,CSP,764626,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +427,427,concentrated solar power,764626,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +428,428,geothermal energy,773392,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +429,429,geothermal,773392,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +430,430,renewable energy,737434,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +431,431,smart grid,737434,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +432,432,PV,737434,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +433,433,renewable energy,747221,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +434,434,solar cell,747221,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +435,435,PV,747221,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +436,436,photovoltaic,747221,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +437,437,efficient lighting,716471,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0,Buildings Interior appliance design +438,438,PV,721452,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +439,439,photovoltaic,721452,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +440,440,CSP,727762,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +441,441,concentrated solar power,727762,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +442,442,renewable energy,727762,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +443,443,gas turbine,727762,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0,Industry Energy use innovation +444,444,energy storage,727762,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +445,445,geothermal,722028,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +446,446,district heating,727616,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +447,447,CHP,727616,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +448,448,forest management,720757,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +449,449,biopolymer,683083,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +450,450,fuel cell,700300,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +451,451,recycling,685844,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +452,452,concentrated solar power,685445,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +453,453,wave energy,654444,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +454,454,CCS,654462,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +455,455,carbon capture and storage,654462,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +456,456,nanomaterial,688194,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +457,457,geothermal,691728,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +458,458,renewable energy,686053,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +459,459,renewable energy,679789,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +460,460,solar cell,679789,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +461,461,nanomaterial,686098,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +462,462,PV,653296,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +463,463,photovoltaic,653296,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +464,464,biorefinery,675325,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +465,465,renewable energy,675318,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +466,466,smart grid,645677,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +467,467,recycling,641640,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +468,468,renewable energy,656753,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +469,469,CSP,656753,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +470,470,concentrated solar power,656753,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +471,471,energy storage,656753,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +472,472,geothermal,642029,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +473,473,energy storage,727348,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +474,474,CSP,727348,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +475,475,CCS,653718,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +476,476,waste management,817788,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +477,477,renewable energy,757082,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +478,478,fuel cell,757082,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +479,479,smart grid,725490,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +480,480,renewable energy,643167,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +481,481,renewable energy,723525,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +482,482,CSP,645725,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +483,483,data centre,826674,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +484,484,renewable energy,646456,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +485,485,district heating,646456,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +486,486,renewable energy,785088,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +487,487,energy storage,812398,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +488,488,electric vehicle,824386,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +489,489,CHP,824386,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +490,490,microgrid,824386,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +491,491,renewable energy,812991,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +492,492,renewable energy,778039,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +493,493,livestock management,783221,livestock management,Agriculture,Emissions and pollution reduction,livestock management,"Technology of improving feeding practices of livestock, using special agents or dietary additives, or longer management changes and animal breeding.","“livestock management”, “management of livestock”",https://www.ctc-n.org/technologies/livestock-management,1.0,Agriculture Emissions and pollution reduction +494,494,renewable energy,767799,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +495,495,district heating,767799,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +496,496,renewable energy,764690,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +497,497,district heating,764706,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +498,498,heat pump,764706,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +499,499,thermal storage,764706,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +500,500,CCS,764706,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +501,501,CHP,764706,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +502,502,gas turbine,764706,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0,Industry Energy use innovation +503,503,combined cycle,764706,combined cycle power plant,Energy,Energy System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0,Energy System innovation +504,504,renewable energy,764545,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +505,505,recycling,765198,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +506,506,renewable energy,770064,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +507,507,renewable energy,730482,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +508,508,waste management,754586,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +509,509,data centre,739530,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +510,510,smart grid,734325,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +511,511,nanomaterial,734381,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +512,512,district heating,723757,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +513,513,recycling,689450,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +514,514,bioplastic,679050,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +515,515,solar cell,679692,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +516,516,PV,679692,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +517,517,renewable energy,679814,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +518,518,energy storage,680450,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +519,519,thermal storage,680450,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +520,520,recycling,677660,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +521,521,geothermal energy,675762,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +522,522,carbon sequestration,675762,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +523,523,recycling,646226,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +524,524,microgrid,734796,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +525,525,fuel cell,734796,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +526,526,energy storage,681544,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +527,527,nanomaterial,681544,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +528,528,PV,687409,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +529,529,photovoltaic,687409,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +530,530,data center,688510,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +531,531,heat pump,685727,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +532,532,renewable energy,661431,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +533,533,photovoltaic,681881,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +534,534,fuel cell,661579,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +535,535,geothermal energy,661396,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +536,536,geothermal,661396,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +537,537,solar cell,661480,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +538,538,photovoltaic,661480,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +539,539,PV,689427,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +540,540,DSM,689495,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +541,541,energy storage,660351,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +542,542,PV,659491,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +543,543,photovoltaic,659491,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +544,544,energy storage,659317,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +545,545,renewable energy,659317,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +546,546,smart grid,731285,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +547,547,recycling,690689,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +548,548,traffic management,690727,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +549,549,renewable energy,689229,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +550,550,waste management,689229,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +551,551,recycling,689229,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +552,552,renewable energy,689682,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +553,553,CHP,691232,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +554,554,combined heat and power,691232,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +555,555,renewable energy,691689,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +556,556,PV,691689,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +557,557,renewable energy,659225,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +558,558,PV,659225,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +559,559,photovoltaic,659225,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +560,560,demand side management,691405,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +561,561,nanomaterial,659222,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +562,562,nanomaterial,659306,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +563,563,forest management,655815,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +564,564,energy storage,655444,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +565,565,solar cell,655852,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +566,566,PV,655852,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +567,567,district heating,691876,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +568,568,renewable energy,691883,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +569,569,energy storage,691797,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +570,570,renewable energy,691797,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +571,571,energy storage,691916,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +572,572,tidal energy,691916,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +573,573,concentrated solar,654408,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +574,574,CCS,764697,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +575,575,biopolymer,692333,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +576,576,renewable energy,837733,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +577,577,distributed production,692466,,,,,,,,, +578,578,energy storage,693361,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +579,579,energy storage,658057,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +580,580,geothermal energy,644202,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +581,581,energy storage,657466,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +582,582,recycling,658116,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +583,583,fuel cell,700564,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +584,584,combined heat and power,700564,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +585,585,traffic management,694209,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +586,586,recycling,713677,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +587,587,renewable energy,700190,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +588,588,fuel cell,700190,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +589,589,recycling,700190,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +590,590,fuel cell,700266,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +591,591,renewable energy,695116,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +592,592,photovoltaic,695116,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +593,593,energy storage,694101,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +594,594,nanomaterial,695206,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +595,595,photovoltaic,695343,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +596,596,PV,695596,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +597,597,solar cell,706744,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +598,598,photovoltaic,706744,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +599,599,nuclear fusion,695527,nuclear fusion,Energy,Nuclear energy sources,nuclear fusion,Technology of controlled nuclear fusion: the fusing of two atomic nuclei to produce electricity.,“nuclear fusion”,http://www.b-t.energy/landscape/electricity/nuclear-fusion/,1.0,Energy Nuclear energy sources +600,600,renewable energy,705113,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +601,601,microgrid,708844,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +602,602,recycling,704633,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +603,603,data center,704476,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +604,604,renewable energy,707168,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +605,605,solar cell,707168,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +606,606,photovoltaic,707168,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +607,607,renewable energy,705723,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +608,608,photovoltaic,705437,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +609,609,renewable energy,704201,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +610,610,traffic management,699306,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +611,611,renewable energy,696009,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +612,612,district heating,696009,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +613,613,district cooling,696009,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +614,614,traffic management,707068,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +615,615,renewable energy,695916,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +616,616,renewable energy,696098,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +617,617,district heating,696098,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +618,618,district cooling,696098,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +619,619,renewable energy,696126,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +620,620,PV,657115,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +621,621,photovoltaic,657115,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +622,622,energy storage,656870,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +623,623,CCS,657263,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +624,624,solar cell,657359,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +625,625,photovoltaic,657359,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +626,626,renewable energy,657041,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +627,627,energy storage,657041,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +628,628,solar cell,656208,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +629,629,photovoltaic,656208,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +630,630,forest management,656397,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +631,631,electron acceptor,656385,electron acceptor,Agriculture,Emissions and pollution reduction,electron acceptor,"In rice growing, technology of reducing methane emissions from rice fields by the addition of electron acceptors to stimulate microbial populations that compete with methanogens.",“electron acceptor”,https://www.ctc-n.org/technologies/electron-acceptors-rice,0.0,Agriculture Emissions and pollution reduction +632,632,renewable energy,657690,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +633,633,CSP,657690,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +634,634,energy storage,657690,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +635,635,grid management,700008,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +636,636,carbon sequestration,656810,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +637,637,forest management,656810,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +638,638,recycling,656998,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +639,639,solar cell,657270,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +640,640,photovoltaic,657270,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +641,641,biofuel,656437,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +642,642,recycling,656822,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +643,643,recycling,694282,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +644,644,recycling,715634,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +645,645,nanomaterial,714151,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +646,646,renewable energy,715900,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +647,647,renewable energy,703382,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +648,648,solar cell,702629,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +649,649,photovoltaic,702629,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +650,650,geothermal,654662,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +651,651,geothermal energy,654497,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +652,652,geothermal,654497,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +653,653,offshore wind,654634,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +654,654,recycling,654650,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +655,655,renewable energy,654479,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +656,656,CSP,654479,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +657,657,photovoltaic,654479,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +658,658,CCS,654465,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +659,659,biopolymer,655194,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +660,660,electron acceptor,654836,electron acceptor,Agriculture,Emissions and pollution reduction,electron acceptor,"In rice growing, technology of reducing methane emissions from rice fields by the addition of electron acceptors to stimulate microbial populations that compete with methanogens.",“electron acceptor”,https://www.ctc-n.org/technologies/electron-acceptors-rice,0.0,Agriculture Emissions and pollution reduction +661,661,photovoltaic,655059,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +662,662,energy storage,654984,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +663,663,CSP,654984,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +664,664,renewable energy,654723,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +665,665,renewable energy,654387,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +666,666,compressed air energy storage,654387,compressed air energy storage (CAES),Energy,Energy Storage,compressed air energy storage (CAES),"Technology of energy storage using compressed air. In times of excess electricity in the grid (e.g. due to the high power delivery at times when demand is low), a CAES plant can compress air and store the compressed air in a cavern underground. When demand is high, the stored air can be released and the energy can be reused.","CAES, “compressed air energy storage”",https://www.ctc-n.org/technologies/compressed-air-energy-storage-caes,1.0,Energy Storage +667,667,CAES,654387,compressed air energy storage (CAES),Energy,Energy Storage,compressed air energy storage (CAES),"Technology of energy storage using compressed air. In times of excess electricity in the grid (e.g. due to the high power delivery at times when demand is low), a CAES plant can compress air and store the compressed air in a cavern underground. When demand is high, the stored air can be released and the energy can be reused.","CAES, “compressed air energy storage”",https://www.ctc-n.org/technologies/compressed-air-energy-storage-caes,1.0,Energy Storage +668,668,energy storage,654387,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +669,669,PV,655272,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +670,670,photovoltaic,655272,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +671,671,PV,764786,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +672,672,CCS,837975,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +673,673,energy storage,823745,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +674,674,energy storage,724087,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +675,675,renewable energy,730030,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +676,676,renewable energy,727481,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +677,677,energy storage,731289,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +678,678,forest management,720712,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +679,679,biopolymer,720326,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +680,680,waste management,724586,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +681,681,biorefinery,858543,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +682,682,alternative to meat,858543,new sources of protein,Agriculture,Cleaner product,new sources of protein,"Technology of producing alternatives to meat as a source of protein in human and animal food, such as insects, microalgae, bacteria, mycoprotein, and synthetic or lab-grown meat.","“alternative to meat”, “alternatives to meat”, “meat alternative”",http://www.b-t.energy/landscape/agriculture/developing-low-cost-low-ghg-new-sources-of-protein/,1.0,Agriculture Cleaner product +683,683,renewable energy,838061,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +684,684,fuel cell,838061,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +685,685,geothermal energy,818576,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +686,686,geothermal,818576,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +687,687,geothermal power,818576,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +688,688,DSM,848926,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +689,689,traffic management,833915,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +690,690,renewable energy,843320,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +691,691,renewable energy,832242,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +692,692,heat pump,831062,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +693,693,waste-to-energy,827343,energy-from-waste,Industry,Energy use innovation,energy-from-waste,"Also “waste-to-energy”; technology of generating energy in the form of electricity, heat or fuel from the primary treatment (e.g. incineration) of waste.","“energy-from-waste”, “waste-to-energy”",https://www.ctc-n.org/technologies/energy-supply-waste,1.0,Industry Energy use innovation +694,694,CCS,827343,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +695,695,carbon capture and storage,827343,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +696,696,PV,779541,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +697,697,CHP,779541,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +698,698,fuel cell,779541,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +699,699,energy storage,779541,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +700,700,micro-grid,779541,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +701,701,geothermal energy,727583,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +702,702,district heating,727583,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +703,703,renewable energy,727583,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +704,704,geothermal,727583,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +705,705,energy storage,727583,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +706,706,energy storage,720985,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +707,707,CSP,720985,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +708,708,concentrated solar power,720985,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +709,709,renewable energy,720985,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +710,710,renewable energy,756998,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +711,711,heat pump,723925,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +712,712,PV,723925,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +713,713,fuel cell,731224,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +714,714,waste management,723670,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +715,715,renewable energy,723600,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +716,716,recycling,727958,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +717,717,biofuel,720918,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +718,718,recycling,731761,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +719,719,smart grid,731218,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +720,720,grid management,731218,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +721,721,PV,720887,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +722,722,district heating,723562,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +723,723,solar cell,727529,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +724,724,PV,727529,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +725,725,photovoltaic,727529,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +726,726,PV,727272,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +727,727,photovoltaic,727272,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +728,728,electric vehicle,727362,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +729,729,CSP,727362,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +730,730,PV,727362,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +731,731,combined cycle,727362,combined cycle power plant,Energy,Energy System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0,Energy System innovation +732,732,renewable energy,730540,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +733,733,biopolymer,723425,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +734,734,district heating,731125,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +735,735,recycling,730227,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +736,736,PV,738922,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +737,737,smart grid,731232,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +738,738,traffic management,734143,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +739,739,energy storage,723596,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +740,740,renewable energy,723596,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +741,741,CCS,721098,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +742,742,renewable energy,720858,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +743,743,smart grid,720858,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +744,744,renewable energy,731148,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +745,745,smart grid,731148,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +746,746,energy storage,731148,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +747,747,solar cell,720907,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +748,748,PV,720907,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +749,749,recycling,720907,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +750,750,waste management,723268,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +751,751,renewable energy,727883,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +752,752,forest management,727883,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +753,753,recycling,721185,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +754,754,renewable energy,731155,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +755,755,energy storage,731155,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +756,756,recycling,723916,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +757,757,recycling,689527,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +758,758,recycling,653631,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +759,759,distributed manufacturing,780732,,,,,,,,, +760,760,forest management,773702,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +761,761,energy storage,763909,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +762,762,LNG,768386,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +763,763,recycling,760639,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +764,764,SPS,778245,off-grid systems,Human settlements,Energy management,off-grid systems,"A stand-alone power system (SAPS or SPS), also known as remote area power supply (RAPS), is an off-the-grid electricity system for locations that are not fitted with an electricity distribution system. Typical SAPS include one or more methods of electricity generation, energy storage, and regulation.","“stand-alone power system”, SAPS, SPS, “remote area power supply”, RAPS",https://www.ctc-n.org/technologies/grid-systems,1.0,Human settlements Energy management +765,765,biochar,818308,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0,Agriculture Cleaner product +766,766,waste management,818368,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +767,767,smart grid,813278,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +768,768,renewable energy,813837,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +769,769,renewable energy,804065,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +770,770,recycling,769900,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +771,771,electric vehicle,769826,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +772,772,heat pump,769826,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +773,773,smart grid,761913,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +774,774,waste management,755576,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +775,775,renewable energy,749402,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +776,776,photovoltaic,749402,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +777,777,reforestation,739739,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +778,778,renewable energy,749336,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +779,779,biopolymer,745839,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +780,780,recycling,745839,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +781,781,nanomaterial,754890,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +782,782,photovoltaic,732389,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +783,783,fuel cell,735969,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +784,784,renewable energy,735533,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +785,785,fuel cell,735160,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +786,786,fuel cell,737954,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +787,787,recycling,721493,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +788,788,waste management,737439,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +789,789,energy storage,738654,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +790,790,renewable energy,738654,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +791,791,renewable energy,721019,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +792,792,electric vehicle,732105,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +793,793,PV,737447,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +794,794,photovoltaic,737447,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +795,795,waste management,690103,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +796,796,recycling,690103,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +797,797,biofuel,654010,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +798,798,renewable energy,695965,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +799,799,energy storage,695965,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +800,800,renewable energy,653941,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +801,801,energy storage,653941,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +802,802,geothermal,654100,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +803,803,CCS,654091,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +804,804,carbon capture and storage,654091,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +805,805,energy storage,646125,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +806,806,smart grid,646125,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +807,807,demand-side management,646125,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +808,808,renewable energy,646433,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +809,809,smart grid,646433,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +810,810,energy storage,646433,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +811,811,traffic management,653289,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +812,812,electric vehicle,653926,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +813,813,smart grid,641794,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +814,814,geothermal energy,641202,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +815,815,geothermal,641202,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +816,816,traffic management,635900,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +817,817,energy storage,722951,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +818,818,LNG,653391,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +819,819,thermal storage,653514,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +820,820,energy storage,653288,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +821,821,electric vehicle,653288,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +822,822,PV,653288,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +823,823,energy storage,773839,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +824,824,district heating,773839,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +825,825,renewable energy,776787,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +826,826,renewable energy,768766,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +827,827,forest management,748242,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +828,828,renewable energy,748969,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +829,829,CCS,727619,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +830,830,carbon capture and storage,727619,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +831,831,energy storage,700359,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +832,832,renewable energy,700359,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +833,833,renewable energy,682383,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +834,834,nanomaterial,648779,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +835,835,energy storage,649796,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +836,836,district heating,649796,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +837,837,solar cell,653184,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +838,838,PV,653184,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +839,839,renewable energy,649925,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +840,840,renewable energy,649743,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +841,841,district heating,649743,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +842,842,PV,649997,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +843,843,photovoltaic,649997,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +844,844,bioplastic,633962,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +845,845,recycling,633962,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +846,846,afforestation,802918,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +847,847,recycling,813438,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +848,848,thermal storage,824290,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +849,849,renewable energy,785019,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +850,850,carbon sequestration,778322,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +851,851,forest management,778322,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +852,852,geothermal energy,801221,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +853,853,smart grid,787011,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +854,854,recycling,763977,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +855,855,PV,763977,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +856,856,photovoltaic,763977,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +857,857,district heating,763919,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +858,858,combined heat and power,763919,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +859,859,CHP,779481,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +860,860,fuel cell,779481,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +861,861,combined heat and power,779481,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +862,862,osmotic energy,766972,osmotic,Energy,Other renewable energy sources,osmotic,"Also, “osmotic power”, “salinity gradient power” or “blue energy”; technology of producing energy from the difference in the salt concentration between seawater and river water.","“osmotic power”, “osmotic energy”, “salinity gradient”",https://www.ctc-n.org/technologies/osmotic-power,1.0,Energy Other renewable energy sources +863,863,regenerative braking,769953,regenerative braking,Transport,Transport System innovation,regenerative braking,Technology of reversing the electric current in the electric motors (e.g. of trains) slowing down the train and also causing the motors to generate electricity.,"“regenerative braking”, “regenerative brake”",https://www.ctc-n.org/technologies/regenerative-braking-trains,1.0,Transport System innovation +864,864,energy storage,755485,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +865,865,district heating,754046,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +866,866,heat pump,754046,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +867,867,PV,754046,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +868,868,recycling,730398,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +869,869,PV,750180,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +870,870,traffic management,763599,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +871,871,traffic management,763807,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +872,872,renewable energy,753156,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +873,873,energy storage,752520,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +874,874,CSP,752520,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +875,875,concentrated solar power,752520,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +876,876,efficient lighting,749557,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0,Buildings Interior appliance design +877,877,fuel cell,736648,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +878,878,energy storage,686163,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +879,879,energy storage,685716,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +880,880,forest management,676754,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +881,881,geothermal,690771,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +882,882,geothermal power,690771,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +883,883,waste management,690047,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +884,884,management of waste,690047,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +885,885,energy storage,706788,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +886,886,renewable energy,671470,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +887,887,carbon capture and storage,671470,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +888,888,CHP,671470,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +889,889,energy storage,671470,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +890,890,smart grid,671470,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +891,891,CHP,671396,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +892,892,fuel cell,671396,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +893,893,combined heat and power,671396,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +894,894,waste management,645691,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +895,895,geothermal energy,648604,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +896,896,recycling,668970,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +897,897,recycling,666221,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +898,898,energy storage,647969,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +899,899,photovoltaic,648433,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +900,900,PV,647311,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +901,901,CCS,654013,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +902,902,energy storage,646463,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +903,903,smart grid,646463,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +904,904,electric vehicle,646463,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +905,905,recycling,645696,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +906,906,energy storage,646529,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +907,907,smart grid,646529,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +908,908,demand side management,646529,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +909,909,microgrid,646529,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +910,910,nanomaterial,646155,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +911,911,fuel cell,648518,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +912,912,solar cell,640873,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +913,913,PV,640873,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +914,914,energy storage,647719,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +915,915,recycling,814557,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +916,916,renewable energy,838702,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +917,917,PV,838702,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +918,918,photovoltaic,838702,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +919,919,biofuel,817612,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +920,920,recycling,828217,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +921,921,geothermal,792037,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +922,922,geothermal power,792037,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +923,923,renewable energy,783535,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +924,924,waste management,691228,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +925,925,recycling,642130,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +926,926,renewable energy,646827,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +927,927,renewable energy,850339,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +928,928,renewable energy,774974,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +929,929,energy storage,664878,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +930,930,fuel cell,665046,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +931,931,traffic management,734141,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +932,932,district heating,691624,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +933,933,recycling,635898,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +934,934,non-motorised,635998,non-motorised transport design,Transport,Vehicle design,non-motorised transport design,Technology related to cycling and other non-motorised transport.,“non-motorised”,https://www.ctc-n.org/technologies/promotion-non-motorised-transport-0,1.0,Transport Vehicle design +935,935,soil management,635201,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0,Agriculture Resource saving +936,936,heat pump,723576,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +937,937,renewable energy,636984,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +938,938,wave energy,867793,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +939,939,wave power,867793,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +940,940,energy storage,867436,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +941,941,renewable energy,845185,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +942,942,biorefinery,845185,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +943,943,renewable energy,866950,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +944,944,nanomaterial,867451,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +945,945,photovoltaic,859148,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +946,946,recycling,846097,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +947,947,recycling,846498,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +948,948,recycling,867598,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +949,949,biofuel,764675,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +950,950,renewable energy,765289,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +951,951,energy storage,765289,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +952,952,renewable energy,768735,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +953,953,renewable energy,754177,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +954,954,photovoltaic,841005,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +955,955,offshore wind,835901,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +956,956,renewable energy,826339,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +957,957,energy storage,838403,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +958,958,energy storage,826352,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +959,959,fuel cell,826352,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +960,960,wave energy,832140,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +961,961,waste management,844822,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +962,962,data centre,836065,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +963,963,recycling,835709,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +964,964,PV,818342,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +965,965,renewable energy,818329,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +966,966,heat pump,818329,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +967,967,PV,818329,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +968,968,CSP,792073,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +969,969,solar heating,792073,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0,Energy Solar energy sources +970,970,renewable energy,792216,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +971,971,biofuel,792216,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +972,972,PV,792059,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +973,973,energy storage,763959,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +974,974,wave energy,763959,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +975,975,wave power,763959,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +976,976,biorefinery,789562,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +977,977,renewable energy,792355,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +978,978,geothermal energy,792355,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +979,979,geothermal,792355,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +980,980,district heating,764042,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +981,981,renewable energy,764042,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +982,982,heat pump,764042,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +983,983,thermal storage,764042,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +984,984,energy storage,764042,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +985,985,energy storage,764452,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +986,986,renewable energy,764452,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +987,987,PV,764452,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +988,988,renewable energy,774199,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +989,989,renewable energy,765774,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +990,990,renewable energy,766464,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +991,991,heat pump,766464,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +992,992,thermal storage,766464,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +993,993,photovoltaic,766464,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +994,994,renewable energy,765585,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +995,995,offshore wind,765585,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +996,996,efficient lighting,764787,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0,Buildings Interior appliance design +997,997,traffic management,763551,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +998,998,renewable energy,766499,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +999,999,traffic management,763719,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1000,1000,traffic management,723509,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1001,1001,renewable energy,754171,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1002,1002,fuel cell,735692,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1003,1003,combined heat and power,735692,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1004,1004,fuel cell,735717,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1005,1005,CSP,720749,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1006,1006,concentrated solar power,720749,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1007,1007,PV,720749,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1008,1008,photovoltaic,720749,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1009,1009,parabolic trough,720749,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1010,1010,thermal storage,720749,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1011,1011,electric car,733967,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1012,1012,energy storage,738864,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1013,1013,data centre,734273,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1014,1014,renewable energy,717516,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1015,1015,energy storage,717516,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1016,1016,salinity gradient,731200,osmotic,Energy,Other renewable energy sources,osmotic,"Also, “osmotic power”, “salinity gradient power” or “blue energy”; technology of producing energy from the difference in the salt concentration between seawater and river water.","“osmotic power”, “osmotic energy”, “salinity gradient”",https://www.ctc-n.org/technologies/osmotic-power,1.0,Energy Other renewable energy sources +1017,1017,ocean thermal energy conversion,731200,ocean thermal energy conversion (OTEC),Energy,Hydro energy sources,ocean thermal energy conversion (OTEC),"Technology of using the temperature difference between cooler deep and warmer shallow/surface ocean waters to run a heat engine and produce useful work, usually in the form of electricity.","OTEC, “ocean thermal energy conversion”",https://www.ctc-n.org/technologies/ocean-thermal-energy-conversion,1.0,Energy Hydro energy sources +1018,1018,energy storage,739664,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1019,1019,fuel cell,700350,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1020,1020,renewable energy,723930,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1021,1021,heat pump,723930,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1022,1022,recycling,726618,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1023,1023,traffic management,699382,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1024,1024,traffic management,690713,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1025,1025,CSP,654443,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1026,1026,parabolic trough,654443,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1027,1027,recycling,690182,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1028,1028,recycling,680507,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1029,1029,PV,687008,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1030,1030,renewable energy,675867,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1031,1031,fuel cell,671473,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1032,1032,renewable energy,680511,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1033,1033,waste management,698374,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1034,1034,waste-to-energy,698374,energy-from-waste,Industry,Energy use innovation,energy-from-waste,"Also “waste-to-energy”; technology of generating energy in the form of electricity, heat or fuel from the primary treatment (e.g. incineration) of waste.","“energy-from-waste”, “waste-to-energy”",https://www.ctc-n.org/technologies/energy-supply-waste,1.0,Industry Energy use innovation +1035,1035,energy storage,674979,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1036,1036,renewable energy,675120,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1037,1037,waste management,641988,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1038,1038,renewable energy,649720,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1039,1039,energy storage,646116,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1040,1040,district heating,646116,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1041,1041,thermal storage,646116,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1042,1042,renewable energy,641661,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1043,1043,smart grid,641661,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1044,1044,CHP,641661,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1045,1045,recycling,641942,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1046,1046,waste management,653951,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1047,1047,forest management,699884,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1048,1048,gas turbine,701006,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0,Industry Energy use innovation +1049,1049,combined heat and power,701006,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1050,1050,data centre,688201,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1051,1051,photovoltaic,700745,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1052,1052,thermal storage,654663,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1053,1053,concentrated solar,654663,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1054,1054,renewable energy,654113,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1055,1055,smart grid,654113,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1056,1056,solar cell,647281,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1057,1057,photovoltaic,647281,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1058,1058,renewable energy,649956,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1059,1059,data center,644866,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1060,1060,PV,646554,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1061,1061,renewable energy,652629,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1062,1062,renewable energy,649820,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1063,1063,district heating,649820,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1064,1064,PV,649820,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1065,1065,PV,644026,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1066,1066,photovoltaic,644026,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1067,1067,smart grid,644209,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1068,1068,rapid transit,653395,low GHG public transport / rapid transit design,Transport,Vehicle design,low GHG public transport / rapid transit design,"Technology of reducing emissions in three modes of public transport: trains, light rail (or trams) and buses.","“low GHG public transport”,“low green house gas public transport”, “rapid transit”",https://www.ctc-n.org/technologies/public-transport,1.0,Transport Vehicle design +1069,1069,electric vehicle,653395,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1070,1070,wave energy,641334,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1071,1071,waste management,641864,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1072,1072,fuel cell,641229,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1073,1073,CHP,641229,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1074,1074,updraft,641229,updraft,Energy,Other renewable energy sources,updraft,"Also, “solar tower”; technology of producing energy using air heated by solar radiation under glass or plastic roof. This heat is then forced upwards through a chimney creating a wind force, which is caught by wind turbines.",updraft,https://www.ctc-n.org/technologies/solar-towers-updraft,1.0,Energy Other renewable energy sources +1075,1075,geothermal,640573,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1076,1076,thermal storage,637261,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1077,1077,photovoltaic,637261,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1078,1078,renewable energy,727509,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1079,1079,biofuel,727509,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1080,1080,fuel cell,778307,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1081,1081,renewable energy,733538,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1082,1082,PV,733538,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1083,1083,energy storage,733538,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1084,1084,biorefinery,720695,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1085,1085,renewable energy,866101,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1086,1086,grid management,866101,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1087,1087,energy storage,866101,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1088,1088,recycling,766521,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1089,1089,recycling,727497,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1090,1090,solar cell,727497,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1091,1091,PV,727497,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1092,1092,photovoltaic,727497,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1093,1093,renewable energy,745749,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1094,1094,energy storage,731187,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1095,1095,renewable energy,731187,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1096,1096,photovoltaic,738373,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1097,1097,combined cycle,733487,combined cycle power plant,Energy,Energy System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0,Energy System innovation +1098,1098,energy storage,732493,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1099,1099,fuel cell,727330,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1100,1100,CHP,727330,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1101,1101,updraft,727330,updraft,Energy,Other renewable energy sources,updraft,"Also, “solar tower”; technology of producing energy using air heated by solar radiation under glass or plastic roof. This heat is then forced upwards through a chimney creating a wind force, which is caught by wind turbines.",updraft,https://www.ctc-n.org/technologies/solar-towers-updraft,1.0,Energy Other renewable energy sources +1102,1102,CHP,733099,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1103,1103,fuel cell,733099,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1104,1104,tidal energy,730659,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1105,1105,offshore wind,730659,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1106,1106,biorefinery,720708,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1107,1107,geothermal energy,675731,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1108,1108,renewable energy,691404,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1109,1109,geothermal,686031,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1110,1110,geothermal power,686031,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1111,1111,renewable energy,695944,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1112,1112,renewable energy,675659,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1113,1113,wave energy,675659,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1114,1114,offshore wind,675659,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1115,1115,offshore wind,691732,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1116,1116,electric vehicle,684085,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1117,1117,renewable energy,677471,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1118,1118,data centre,688572,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1119,1119,thermal storage,723838,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1120,1120,recycling,723838,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1121,1121,energy storage,727402,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1122,1122,CSP,727402,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1123,1123,thermal storage,727402,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1124,1124,recycling,726612,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1125,1125,microgrid,720367,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +1126,1126,energy storage,720367,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1127,1127,waste management,719098,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1128,1128,recycling,719098,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1129,1129,fuel cell,700092,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1130,1130,salinity gradient,685579,osmotic,Energy,Other renewable energy sources,osmotic,"Also, “osmotic power”, “salinity gradient power” or “blue energy”; technology of producing energy from the difference in the salt concentration between seawater and river water.","“osmotic power”, “osmotic energy”, “salinity gradient”",https://www.ctc-n.org/technologies/osmotic-power,1.0,Energy Other renewable energy sources +1131,1131,renewable energy,691752,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1132,1132,recycling,695820,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1133,1133,waste management,666566,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1134,1134,recycling,666566,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1135,1135,recycling,645987,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1136,1136,waste management,666435,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1137,1137,recycling,666435,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1138,1138,energy storage,646186,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1139,1139,renewable energy,646186,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1140,1140,CCS,645704,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1141,1141,recycling,645704,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1142,1142,CCS,645323,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1143,1143,renewable energy,656760,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1144,1144,renewable energy,646436,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1145,1145,renewable energy,680447,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1146,1146,local manufacturing,683928,,,,,,,,, +1147,1147,PV,683928,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1148,1148,photovoltaic,683928,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1149,1149,recycling,674683,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1150,1150,CCS,675206,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1151,1151,carbon capture and storage,675206,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1152,1152,photovoltaic,686116,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1153,1153,photovoltaic,697098,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1154,1154,energy storage,680555,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1155,1155,geothermal,680555,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1156,1156,thermal storage,680555,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1157,1157,renewable energy,680555,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1158,1158,CSP,697197,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1159,1159,concentrated solar power,697197,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1160,1160,parabolic trough,697197,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1161,1161,PV,641972,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1162,1162,solar cell,641972,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1163,1163,recycling,641972,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1164,1164,photovoltaic,641972,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1165,1165,electric vehicle,666278,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1166,1166,electric car,666278,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1167,1167,PV,666278,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1168,1168,photovoltaic,666278,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1169,1169,combined heat and power,666278,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1170,1170,energy storage,666278,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1171,1171,PV,645963,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1172,1172,renewable energy,645963,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1173,1173,thermal storage,645963,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1174,1174,CHP,645963,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1175,1175,energy storage,645963,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1176,1176,renewable energy,649883,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1177,1177,renewable energy,646560,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1178,1178,waste management,646560,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1179,1179,biofuel,646560,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1180,1180,micro-grid,646476,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +1181,1181,renewable energy,646172,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1182,1182,demand side management,646568,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +1183,1183,DSM,645496,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +1184,1184,smart grid,646428,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1185,1185,grid management,646428,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1186,1186,data center,645127,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1187,1187,solar cell,641004,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1188,1188,photovoltaic,646286,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1189,1189,renewable energy,646286,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1190,1190,microgrid,646286,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +1191,1191,compressed air energy storage,646286,compressed air energy storage (CAES),Energy,Energy Storage,compressed air energy storage (CAES),"Technology of energy storage using compressed air. In times of excess electricity in the grid (e.g. due to the high power delivery at times when demand is low), a CAES plant can compress air and store the compressed air in a cavern underground. When demand is high, the stored air can be released and the energy can be reused.","CAES, “compressed air energy storage”",https://www.ctc-n.org/technologies/compressed-air-energy-storage-caes,1.0,Energy Storage +1192,1192,energy storage,646286,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1193,1193,low-carbon building,636876,passive house,Buildings,Building design,passive house,"Also, “low carbon house/building” or “zero emissions house/building”. Here, an energy efficient building includes two or more of these technologies: well-insulated and highly air-tight building, strict design and construction standards, mainly heated by passive solar heat or other natural heat, and equipped with an energy recovery ventilator for a constant and balanced fresh air supply. Optionally, can be also integrated with onsite renewable energy technologies (wind, solar, etc.).","“passive house”, “low carbon house”, “low carbon building”, “zero emissions house”, “zero emissions building”, ”, “low-carbon house”, “low-carbon building”, “zero-emissions house”, “zero-emissions building”",https://www.ctc-n.org/technologies/passive-house-design,1.0,Buildings Building design +1194,1194,recycling,636876,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1195,1195,biorefinery,720720,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1196,1196,biorefinery,720710,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1197,1197,district heating,738569,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1198,1198,recycling,820906,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1199,1199,forest management,817949,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1200,1200,renewable energy,818309,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1201,1201,waste-to-energy,821051,energy-from-waste,Industry,Energy use innovation,energy-from-waste,"Also “waste-to-energy”; technology of generating energy in the form of electricity, heat or fuel from the primary treatment (e.g. incineration) of waste.","“energy-from-waste”, “waste-to-energy”",https://www.ctc-n.org/technologies/energy-supply-waste,1.0,Industry Energy use innovation +1202,1202,tidal energy,815278,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1203,1203,management of soil,818346,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0,Agriculture Resource saving +1204,1204,soil management,818346,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0,Agriculture Resource saving +1205,1205,renewable energy,673980,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1206,1206,traffic management,671704,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1207,1207,nuclear fission,661292,nuclear fission,Energy,Nuclear energy sources,nuclear fission,Also simply “nuclear power”; technology of producing electricity by controlled splitting of atomic nuclei.,“nuclear fission”,http://www.b-t.energy/landscape/electricity/next-generation-nuclear-fission/,1.0,Energy Nuclear energy sources +1208,1208,nanomaterial,644031,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1209,1209,virtual collaboration platform,654206,reduced need for travel,Transport,Transport System innovation,reduced need for travel,"Technologies of reducing the need to travel, such as advanced telepresence, virtual reality, virtual collaboration platforms (to conduct meetings or collaborate).","“reduced need for travel”, “advanced telepresence”, “virtual collaboration platform”",http://www.b-t.energy/landscape/transportation/technology-solutions-that-eliminate-the-need-for-travel/,1.0,Transport System innovation +1210,1210,offshore wind,646517,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1211,1211,district heating,646495,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1212,1212,nanomaterial,646159,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1213,1213,renewable energy,646443,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1214,1214,renewable energy,646191,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1215,1215,renewable energy,646435,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1216,1216,traffic management,636329,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1217,1217,renewable energy,636427,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1218,1218,recycling,642384,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1219,1219,nanomaterial,642890,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1220,1220,CHP,866607,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1221,1221,photovoltaic,866607,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1222,1222,electric vehicle,858504,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1223,1223,fuel cell,858504,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1224,1224,renewable energy,858805,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1225,1225,renewable energy,826002,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1226,1226,solar cell,826002,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1227,1227,PV,826002,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1228,1228,photovoltaic,826002,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1229,1229,recycling,814505,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1230,1230,geothermal energy,810980,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1231,1231,geothermal energy,731070,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1232,1232,data centre,806817,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1233,1233,recycling,745791,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1234,1234,fuel cell,735918,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1235,1235,combined heat and power,735918,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1236,1236,soil management,642372,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0,Agriculture Resource saving +1237,1237,concentrated solar power,640905,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1238,1238,combined cycle,640905,combined cycle power plant,Energy,Energy System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0,Energy System innovation +1239,1239,renewable energy,639526,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1240,1240,renewable energy,639760,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1241,1241,demand side management,639760,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +1242,1242,PV,639760,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1243,1243,photovoltaic,639760,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1244,1244,biofuel,640462,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1245,1245,photovoltaic,639052,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1246,1246,PV,638133,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1247,1247,photovoltaic,638133,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1248,1248,solar cell,638857,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1249,1249,photovoltaic,638857,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1250,1250,wave energy,815159,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1251,1251,offshore wind,815159,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1252,1252,energy storage,840461,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1253,1253,smart grid,840461,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1254,1254,demand side management,840461,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +1255,1255,biopolymer,844230,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +1256,1256,recycling,820869,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1257,1257,management of waste,820869,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1258,1258,renewable energy,837804,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1259,1259,renewable energy,826246,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1260,1260,renewable energy,826350,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1261,1261,energy storage,826350,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1262,1262,energy storage,820444,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1263,1263,CHP,814945,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1264,1264,heat pump,814945,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1265,1265,geothermal,815319,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1266,1266,solar cell,826013,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1267,1267,PV,826013,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1268,1268,photovoltaic,826013,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1269,1269,renewable energy,837758,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1270,1270,offshore wind,815289,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1271,1271,geothermal energy,815301,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1272,1272,biofuel,815301,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1273,1273,PV,815301,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1274,1274,renewable energy,815301,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1275,1275,geothermal,815301,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1276,1276,CHP,815301,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1277,1277,recycling,842467,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1278,1278,renewable energy,842096,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1279,1279,PV,842096,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1280,1280,photovoltaic,842096,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1281,1281,waste management,840038,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1282,1282,data centre,835778,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1283,1283,energy storage,858355,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1284,1284,renewable energy,858355,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1285,1285,energy storage,832480,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1286,1286,energy storage,825027,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1287,1287,CHP,825027,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1288,1288,fuel cell,825027,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1289,1289,energy storage,841937,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1290,1290,recycling,854472,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1291,1291,recycling,821087,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1292,1292,energy storage,829145,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1293,1293,nanomaterial,814485,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1294,1294,energy storage,814389,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1295,1295,recycling,814389,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1296,1296,forest management,821860,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1297,1297,concentrated solar,826379,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1298,1298,recycling,826379,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1299,1299,CSP,838514,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1300,1300,concentrated solar power,838514,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1301,1301,recycling,812880,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1302,1302,renewable energy,836896,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1303,1303,fuel cell,824953,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1304,1304,CHP,815284,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1305,1305,fuel cell,815284,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1306,1306,DSM,825082,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +1307,1307,renewable energy,825998,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1308,1308,renewable energy,824410,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1309,1309,data center,825453,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1310,1310,recycling,814588,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1311,1311,PV,818862,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1312,1312,renewable energy,813367,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1313,1313,recycling,802182,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1314,1314,renewable energy,810182,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1315,1315,electric vehicle,824335,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1316,1316,biorefinery,792061,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1317,1317,PV,842547,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1318,1318,smart grid,837626,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1319,1319,offshore wind,842231,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1320,1320,energy storage,813036,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1321,1321,combined heat and power,817999,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1322,1322,renewable energy,827030,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1323,1323,regenerative braking,827876,regenerative braking,Transport,Transport System innovation,regenerative braking,Technology of reversing the electric current in the electric motors (e.g. of trains) slowing down the train and also causing the motors to generate electricity.,"“regenerative braking”, “regenerative brake”",https://www.ctc-n.org/technologies/regenerative-braking-trains,1.0,Transport System innovation +1324,1324,wave energy,826910,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1325,1325,wave power,826910,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1326,1326,recycling,820742,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1327,1327,nutrient management,814258,nutrient management,Agriculture,Emissions and pollution reduction,nutrient management,Technology of integrating the use of natural and man-made soil nutrients to increase crop productivity and preserve soil productivity for future generations; or to decrease methane emissions in livestock.,"“nutrient management”, “management of nutrient”",https://www.ctc-n.org/technologies/integrated-nutrient-management,1.0,Agriculture Emissions and pollution reduction +1328,1328,recycling,814258,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1329,1329,renewable energy,820735,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1330,1330,biorefinery,820735,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1331,1331,bioplastic,792261,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +1332,1332,waste management,818312,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1333,1333,traffic management,813644,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1334,1334,recycling,826722,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1335,1335,biofuel,816426,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1336,1336,recycling,820661,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1337,1337,recycling,827310,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1338,1338,efficient lighting,820789,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0,Buildings Interior appliance design +1339,1339,PV,820789,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1340,1340,recycling,820789,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1341,1341,nanomaterial,798565,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1342,1342,geothermal,792210,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1343,1343,heat pump,792210,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1344,1344,grid management,774392,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1345,1345,renewable energy,785091,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1346,1346,renewable energy,793318,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1347,1347,recycling,776816,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1348,1348,carbon sequestration,814030,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1349,1349,renewable energy,817390,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1350,1350,PV,817390,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1351,1351,photovoltaic,817390,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1352,1352,traffic management,813211,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1353,1353,PV,827753,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1354,1354,renewable energy,823948,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1355,1355,livestock management,824464,livestock management,Agriculture,Emissions and pollution reduction,livestock management,"Technology of improving feeding practices of livestock, using special agents or dietary additives, or longer management changes and animal breeding.","“livestock management”, “management of livestock”",https://www.ctc-n.org/technologies/livestock-management,1.0,Agriculture Emissions and pollution reduction +1356,1356,recycling,820695,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1357,1357,recycling,812574,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1358,1358,district heating,768559,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1359,1359,PV,792245,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1360,1360,nutrient management,776643,nutrient management,Agriculture,Emissions and pollution reduction,nutrient management,Technology of integrating the use of natural and man-made soil nutrients to increase crop productivity and preserve soil productivity for future generations; or to decrease methane emissions in livestock.,"“nutrient management”, “management of nutrient”",https://www.ctc-n.org/technologies/integrated-nutrient-management,1.0,Agriculture Emissions and pollution reduction +1361,1361,PV,763989,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1362,1362,recycling,826262,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1363,1363,PV,797546,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1364,1364,heat pump,805689,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1365,1365,wave energy,787344,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1366,1366,renewable energy,784974,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1367,1367,fuel cell,779550,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1368,1368,smart grid,780139,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1369,1369,renewable energy,760899,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1370,1370,renewable energy,776868,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1371,1371,fuel cell,779591,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1372,1372,renewable energy,779478,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1373,1373,fuel cell,779478,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1374,1374,smart grid,766733,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1375,1375,solar cell,765376,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1376,1376,photovoltaic,765376,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1377,1377,renewable energy,774253,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1378,1378,smart grid,768921,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1379,1379,heat pump,768921,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1380,1380,recycling,768869,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1381,1381,tidal energy,745862,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1382,1382,tidal power,745862,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1383,1383,biorefinery,745785,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1384,1384,renewable energy,741223,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1385,1385,biorefinery,720726,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1386,1386,CCS,727582,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1387,1387,carbon capture and storage,727582,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1388,1388,carbon sequestration,677232,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1389,1389,energy storage,680169,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1390,1390,energy storage,817190,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1391,1391,energy storage,641416,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1392,1392,renewable energy,641415,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1393,1393,gas turbine,641415,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0,Industry Energy use innovation +1394,1394,energy storage,641415,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1395,1395,traffic management,780622,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1396,1396,concentrated solar power,637367,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1397,1397,renewable energy,828838,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1398,1398,renewable energy,637268,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1399,1399,photovoltaic,714067,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1400,1400,photovoltaic,724424,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1401,1401,district heating,731287,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1402,1402,solar heating,731287,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0,Energy Solar energy sources +1403,1403,forest management,676876,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1404,1404,efficient lighting,633192,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0,Buildings Interior appliance design +1405,1405,recycling,633192,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1406,1406,solar cell,706552,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1407,1407,photovoltaic,706552,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1408,1408,wave power,727793,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1409,1409,tidal energy,727793,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1410,1410,tidal power,727793,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1411,1411,smart grid,700339,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1412,1412,fuel cell,700339,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1413,1413,LNG,868242,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +1414,1414,energy storage,867921,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1415,1415,smart grid,867921,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1416,1416,renewable energy,867921,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1417,1417,data centre,869060,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1418,1418,recycling,676139,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1419,1419,fuel cell,640988,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1420,1420,carbon sequestration,835067,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1421,1421,salinity gradient,640667,osmotic,Energy,Other renewable energy sources,osmotic,"Also, “osmotic power”, “salinity gradient power” or “blue energy”; technology of producing energy from the difference in the salt concentration between seawater and river water.","“osmotic power”, “osmotic energy”, “salinity gradient”",https://www.ctc-n.org/technologies/osmotic-power,1.0,Energy Other renewable energy sources +1422,1422,energy storage,636069,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1423,1423,renewable energy,764547,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1424,1424,energy storage,730798,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1425,1425,renewable energy,730798,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1426,1426,recycling,760642,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1427,1427,biofuel,727476,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1428,1428,renewable energy,722651,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1429,1429,photovoltaic,722651,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1430,1430,DSM,780439,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +1431,1431,geothermal energy,768936,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1432,1432,district heating,768936,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1433,1433,renewable energy,768936,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1434,1434,recycling,730308,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1435,1435,carbon sequestration,682707,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1436,1436,nanomaterial,721975,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1437,1437,renewable energy,836514,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1438,1438,fuel cell,836514,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1439,1439,biopolymer,817221,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +1440,1440,biofuel,817221,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1441,1441,renewable energy,826712,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1442,1442,smart grid,826712,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1443,1443,energy storage,827952,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1444,1444,biorefinery,745622,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1445,1445,waste management,745746,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1446,1446,biorefinery,745746,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1447,1447,offshore wind,784040,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1448,1448,biofuel,778030,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1449,1449,biopolymer,745586,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +1450,1450,bioplastic,745586,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +1451,1451,waste management,724613,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1452,1452,recycling,724613,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1453,1453,CCS,838031,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1454,1454,energy storage,841621,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1455,1455,combined cycle,838014,combined cycle power plant,Energy,Energy System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0,Energy System innovation +1456,1456,energy storage,838077,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1457,1457,renewable energy,838077,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1458,1458,recycling,833408,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1459,1459,recycling,820331,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1460,1460,renewable energy,818012,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1461,1461,energy storage,818012,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1462,1462,tidal energy,815180,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1463,1463,soil management,817946,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0,Agriculture Resource saving +1464,1464,traffic management,815189,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1465,1465,energy storage,819069,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1466,1466,recycling,821114,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1467,1467,recycling,821136,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1468,1468,recycling,821366,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1469,1469,recycling,820895,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1470,1470,renewable energy,817331,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1471,1471,renewable energy,811624,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1472,1472,micro-grid,811624,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +1473,1473,SAPS,868441,off-grid systems,Human settlements,Energy management,off-grid systems,"A stand-alone power system (SAPS or SPS), also known as remote area power supply (RAPS), is an off-the-grid electricity system for locations that are not fitted with an electricity distribution system. Typical SAPS include one or more methods of electricity generation, energy storage, and regulation.","“stand-alone power system”, SAPS, SPS, “remote area power supply”, RAPS",https://www.ctc-n.org/technologies/grid-systems,1.0,Human settlements Energy management +1474,1474,carbon sequestration,845419,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1475,1475,recycling,863431,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1476,1476,energy storage,844288,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1477,1477,photovoltaic,826392,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1478,1478,thermal storage,847121,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1479,1479,renewable energy,858144,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1480,1480,renewable energy,845905,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1481,1481,CSP,838311,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1482,1482,concentrated solar power,838311,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1483,1483,biorefinery,731263,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1484,1484,geothermal,669371,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1485,1485,fuel cell,678941,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1486,1486,recycling,730292,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1487,1487,energy storage,747449,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1488,1488,renewable energy,824395,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1489,1489,geothermal,818232,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1490,1490,electric vehicle,824250,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1491,1491,energy storage,824066,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1492,1492,nanomaterial,814236,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1493,1493,solar heating,820554,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0,Energy Solar energy sources +1494,1494,recycling,820687,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1495,1495,offshore wind,825833,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1496,1496,solar cell,825142,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1497,1497,district heating,824441,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1498,1498,smart grid,824441,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1499,1499,CHP,824441,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1500,1500,recycling,820665,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1501,1501,tidal energy,827525,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1502,1502,geothermal energy,818242,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1503,1503,geothermal,818242,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1504,1504,biorefinery,792070,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1505,1505,renewable energy,813232,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1506,1506,heat pump,813232,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1507,1507,PV,813232,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1508,1508,recycling,813232,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1509,1509,carbon sequestration,823124,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1510,1510,energy storage,788222,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1511,1511,renewable energy,818011,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1512,1512,offshore wind,818153,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1513,1513,waste management,820770,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1514,1514,recycling,820770,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1515,1515,CHP,818349,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1516,1516,combined heat and power,818349,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1517,1517,waste management,818120,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1518,1518,biofuel,818120,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1519,1519,recycling,818120,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1520,1520,PV,815019,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1521,1521,photovoltaic,815019,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1522,1522,geothermal energy,818169,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1523,1523,geothermal,818169,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1524,1524,biofuel,798305,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1525,1525,recycling,792195,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1526,1526,biorefinery,792054,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1527,1527,renewable energy,826968,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1528,1528,photovoltaic,801464,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1529,1529,energy storage,810809,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1530,1530,PV,810809,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1531,1531,gas turbine,765998,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0,Industry Energy use innovation +1532,1532,waste heat reuse,768739,waste heat reuse,Industry,Energy use innovation,waste heat reuse,"Technology of waste heat capture, conversion and reuse, including for scrap preheating.",“waste heat reuse”,http://www.b-t.energy/landscape/manufacturing/waste-heat-captureconversion/,1.0,Industry Energy use innovation +1533,1533,heat pump,768739,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1534,1534,CCS,742930,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1535,1535,carbon capture and storage,742930,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1536,1536,data centre,768264,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1537,1537,renewable energy,761093,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1538,1538,data center,725561,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1539,1539,waste management,755480,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1540,1540,gas turbine,755458,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0,Industry Energy use innovation +1541,1541,thermal storage,760210,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1542,1542,heat pump,760210,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1543,1543,electric vehicle,767864,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1544,1544,renewable energy,727606,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1545,1545,recycling,749664,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1546,1546,solar cell,745776,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1547,1547,photovoltaic,745776,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1548,1548,biochar,748106,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0,Agriculture Cleaner product +1549,1549,biopolymer,749207,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +1550,1550,PV,745614,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1551,1551,efficient energy transmission,742098,,,,,,,,, +1552,1552,nanomaterial,751637,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1553,1553,biofuel,751637,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1554,1554,renewable energy,743900,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1555,1555,forest management,743900,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1556,1556,CCS,706330,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1557,1557,energy storage,714870,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1558,1558,energy storage,706238,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1559,1559,carbon capture and storage,800419,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1560,1560,PV,787289,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1561,1561,photovoltaic,787289,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1562,1562,recycling,765881,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1563,1563,carbon sequestration,788489,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1564,1564,PV,776680,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1565,1565,recycling,776680,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1566,1566,renewable energy,785036,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1567,1567,recycling,776851,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1568,1568,recycling,817155,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1569,1569,biopolymer,797855,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +1570,1570,forest management,797188,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1571,1571,CCS,760944,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1572,1572,smart grid,768619,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1573,1573,efficient lighting,780278,low GHG lighting,Buildings,Interior appliance design,low GHG lighting,"Technology of new high efficiency lighting including, and not limited to LED.","“high efficiency lighting”, “high-efficiency lighting”, “efficient lighting”,”low green house gas lighting”",http://www.b-t.energy/landscape/buildings/high-efficiency-lighting/,1.0,Buildings Interior appliance design +1574,1574,energy storage,730957,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1575,1575,fuel cell,779730,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1576,1576,renewable energy,768789,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1577,1577,renewable energy,774309,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1578,1578,waste management,761112,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1579,1579,electric vehicle,770054,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1580,1580,photovoltaic,799126,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1581,1581,offshore wind,774519,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1582,1582,solar cell,725165,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1583,1583,photovoltaic,725165,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1584,1584,tidal energy,730628,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1585,1585,waste management,716390,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1586,1586,CCS,731532,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1587,1587,renewable energy,730936,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1588,1588,recycling,700863,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1589,1589,energy storage,755445,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1590,1590,smart grid,755445,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1591,1591,energy storage,707096,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1592,1592,energy storage,773960,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1593,1593,smart grid,787034,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1594,1594,nanomaterial,797259,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1595,1595,biofuel,797259,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1596,1596,renewable energy,797259,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1597,1597,offshore wind,791875,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1598,1598,CSP,771005,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1599,1599,renewable energy,796322,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1600,1600,energy storage,764048,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1601,1601,CSP,764048,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1602,1602,concentrated solar power,764048,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1603,1603,thermal storage,764048,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1604,1604,nanomaterial,770887,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1605,1605,energy storage,764025,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1606,1606,solar heating,764025,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0,Energy Solar energy sources +1607,1607,renewable energy,764056,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1608,1608,waste management,792855,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1609,1609,recycling,792855,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1610,1610,renewable energy,771777,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1611,1611,energy storage,771777,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1612,1612,recycling,776751,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1613,1613,DSM,798371,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +1614,1614,energy storage,786952,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1615,1615,renewable energy,792103,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1616,1616,CSP,792103,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1617,1617,parabolic trough,792103,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1618,1618,recycling,792103,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1619,1619,renewable energy,764011,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1620,1620,renewable energy,785045,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1621,1621,energy storage,790458,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1622,1622,fuel cell,686585,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1623,1623,recycling,686585,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1624,1624,renewable energy,748683,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1625,1625,salinity gradient,748683,osmotic,Energy,Other renewable energy sources,osmotic,"Also, “osmotic power”, “salinity gradient power” or “blue energy”; technology of producing energy from the difference in the salt concentration between seawater and river water.","“osmotic power”, “osmotic energy”, “salinity gradient”",https://www.ctc-n.org/technologies/osmotic-power,1.0,Energy Other renewable energy sources +1626,1626,waste management,867964,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1627,1627,renewable energy,867473,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1628,1628,biofuel,867473,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1629,1629,intelligent grid,867602,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1630,1630,smart grid,867602,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1631,1631,renewable energy,867453,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1632,1632,wave energy,867453,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1633,1633,forest management,868479,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1634,1634,offshore wind,849307,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1635,1635,solar cell,844655,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1636,1636,carbon sequestration,838296,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1637,1637,geothermal,838508,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1638,1638,smart grid,833673,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1639,1639,recycling,837715,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1640,1640,fuel cell,866581,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1641,1641,soil management,863397,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0,Agriculture Resource saving +1642,1642,renewable energy,858382,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1643,1643,energy storage,866633,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1644,1644,CSP,866633,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1645,1645,recycling,837761,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1646,1646,photovoltaic,838179,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1647,1647,biopolymer,840836,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +1648,1648,CCS,842214,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1649,1649,carbon sequestration,844703,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1650,1650,soil management,832552,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0,Agriculture Resource saving +1651,1651,district heating,834142,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1652,1652,renewable energy,866595,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1653,1653,PV,832606,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1654,1654,photovoltaic,832606,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1655,1655,carbon capture and storage,843594,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1656,1656,DSM,821600,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +1657,1657,biofuel,843723,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1658,1658,biorefinery,843723,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1659,1659,biorefinery,837276,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1660,1660,renewable energy,824952,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1661,1661,energy storage,662376,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1662,1662,biofuel,745810,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1663,1663,CCS,691712,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1664,1664,energy storage,838892,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1665,1665,recycling,674973,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1666,1666,renewable energy,841265,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1667,1667,PV,841265,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1668,1668,data center,839255,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1669,1669,bioplastic,840557,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +1670,1670,solar cell,840064,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1671,1671,PV,840064,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1672,1672,wave energy,841388,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1673,1673,gas turbine,840222,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0,Industry Energy use innovation +1674,1674,wave energy,842967,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1675,1675,photovoltaic,843453,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1676,1676,renewable energy,815271,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1677,1677,energy storage,815271,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1678,1678,concentrated solar power,832535,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1679,1679,renewable energy,838667,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1680,1680,renewable energy,838181,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1681,1681,energy storage,831756,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1682,1682,concentrated solar power,831756,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1683,1683,PV,814865,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1684,1684,photovoltaic,814865,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1685,1685,renewable energy,814865,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1686,1686,heat pump,814865,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1687,1687,energy storage,814865,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1688,1688,renewable energy,824342,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1689,1689,smart grid,824342,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1690,1690,biorefinery,744310,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1691,1691,renewable energy,746638,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1692,1692,PV,746638,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1693,1693,forest management,757833,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1694,1694,renewable energy,758370,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1695,1695,gas turbine,747576,gas turbine,Industry,Energy use innovation,gas turbine,"Also, “combustion turbine”; technology of converting natural gas or other liquid fuels into mechanical energy. Here does not include gas turbine for transportation (e.g. in airplanes).","“gas turbine”, “combustion turbine”",https://www.ctc-n.org/products/gas-turbine-combined-cycle-power-plants,1.0,Industry Energy use innovation +1696,1696,photovoltaic,744027,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1697,1697,renewable energy,743419,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1698,1698,energy storage,715475,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1699,1699,waste management,641660,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1700,1700,recycling,641660,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1701,1701,renewable energy,635568,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1702,1702,biofuel,708329,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1703,1703,geothermal energy,793662,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1704,1704,PV,726776,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1705,1705,renewable energy,784651,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1706,1706,wave energy,784651,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1707,1707,wave power,784651,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1708,1708,renewable energy,768567,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1709,1709,district heating,768567,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1710,1710,waste management,777770,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1711,1711,offshore wind,768328,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1712,1712,recycling,766614,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1713,1713,renewable energy,760443,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1714,1714,PV,760443,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1715,1715,energy storage,760443,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1716,1716,fuel cell,735367,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1717,1717,DSM,768631,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +1718,1718,waste management,739850,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1719,1719,carbon sequestration,727626,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1720,1720,renewable energy,715132,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1721,1721,nuclear fusion,702329,nuclear fusion,Energy,Nuclear energy sources,nuclear fusion,Technology of controlled nuclear fusion: the fusing of two atomic nuclei to produce electricity.,“nuclear fusion”,http://www.b-t.energy/landscape/electricity/nuclear-fusion/,1.0,Energy Nuclear energy sources +1722,1722,renewable energy,778553,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1723,1723,solar cell,687336,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1724,1724,photovoltaic,687336,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1725,1725,solar cell,715027,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1726,1726,PV,715027,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1727,1727,nuclear fusion,679937,nuclear fusion,Energy,Nuclear energy sources,nuclear fusion,Technology of controlled nuclear fusion: the fusing of two atomic nuclei to produce electricity.,“nuclear fusion”,http://www.b-t.energy/landscape/electricity/nuclear-fusion/,1.0,Energy Nuclear energy sources +1728,1728,geothermal energy,703333,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1729,1729,PV,818615,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1730,1730,biofuel,816663,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1731,1731,waste management,816279,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1732,1732,recycling,816279,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1733,1733,renewable energy,815489,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1734,1734,energy storage,739615,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1735,1735,renewable energy,739615,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1736,1736,energy storage,687561,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1737,1737,micro-grid,808061,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +1738,1738,recycling,714551,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1739,1739,district heating,784966,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1740,1740,photovoltaic,717026,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1741,1741,wave energy,815590,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1742,1742,geothermal energy,815491,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1743,1743,renewable energy,815491,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1744,1744,renewable energy,808469,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1745,1745,photovoltaic,808469,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1746,1746,renewable energy,807723,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1747,1747,waste management,807723,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1748,1748,renewable energy,807460,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1749,1749,onshore wind,807460,onshore wind,Energy,Wind,onshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Onshore wind parks are placed on land.",“onshore wind”,https://www.ctc-n.org/technologies/shore-wind,0.0,Energy Wind +1750,1750,renewable energy,807140,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1751,1751,liquefied natural gas,809091,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +1752,1752,renewable energy,808505,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1753,1753,recycling,808468,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1754,1754,energy storage,808671,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1755,1755,smart grid,808671,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1756,1756,renewable energy,808774,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1757,1757,distributed production,808402,,,,,,,,, +1758,1758,renewable energy,807806,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1759,1759,geothermal power,807212,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1760,1760,renewable energy,807237,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1761,1761,electric vehicle,790379,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1762,1762,fuel cell,790379,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1763,1763,recycling,807611,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1764,1764,electric vehicle,807801,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1765,1765,traffic management,807961,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1766,1766,electric vehicle,809475,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1767,1767,PV,809475,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1768,1768,photovoltaic,809475,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1769,1769,renewable energy,809475,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1770,1770,energy storage,809475,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1771,1771,PV,807830,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1772,1772,non-motorised,807854,non-motorised transport design,Transport,Vehicle design,non-motorised transport design,Technology related to cycling and other non-motorised transport.,“non-motorised”,https://www.ctc-n.org/technologies/promotion-non-motorised-transport-0,1.0,Transport Vehicle design +1773,1773,recycling,807854,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1774,1774,traffic management,807942,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1775,1775,renewable energy,791878,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1776,1776,energy storage,791878,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1777,1777,recycling,791509,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1778,1778,recycling,790823,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1779,1779,traffic management,791438,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1780,1780,waste management,789532,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1781,1781,recycling,789532,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1782,1782,PV,789453,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1783,1783,photovoltaic,789453,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1784,1784,energy storage,766805,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1785,1785,renewable energy,767678,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1786,1786,fuel cell,767678,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1787,1787,recycling,756165,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1788,1788,afforestation,728086,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1789,1789,renewable energy,705230,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1790,1790,soil management,703107,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0,Agriculture Resource saving +1791,1791,concentrated solar,686202,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1792,1792,renewable energy,816524,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1793,1793,renewable energy,661515,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1794,1794,energy storage,808585,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1795,1795,renewable energy,808585,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1796,1796,geothermal,807809,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1797,1797,CHP,807809,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1798,1798,combined heat and power,807809,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1799,1799,renewable energy,775428,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1800,1800,photovoltaic,775428,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1801,1801,tidal energy,730799,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1802,1802,tidal power,730799,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1803,1803,nanomaterial,707161,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +1804,1804,renewable energy,805524,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1805,1805,recycling,663742,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1806,1806,PV,672729,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1807,1807,photovoltaic,672729,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1808,1808,renewable energy,663654,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1809,1809,energy storage,663654,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1810,1810,bioplastic,663119,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +1811,1811,energy storage,663055,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1812,1812,renewable energy,662195,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1813,1813,CHP,662195,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1814,1814,combined heat and power,662195,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1815,1815,energy storage,663597,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1816,1816,renewable energy,663597,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1817,1817,electric car,673048,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1818,1818,offshore wind,663185,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1819,1819,waste management,663334,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1820,1820,CHP,662960,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1821,1821,fuel cell,662960,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1822,1822,CHP,662750,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1823,1823,fuel cell,662750,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1824,1824,energy storage,663433,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1825,1825,renewable energy,663466,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1826,1826,wave energy,663466,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1827,1827,wave power,663466,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1828,1828,CHP,662683,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1829,1829,CHP,661868,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1830,1830,combined heat and power,661868,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1831,1831,fuel cell,836347,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1832,1832,LNG,836347,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +1833,1833,recycling,837139,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1834,1834,PV,825669,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1835,1835,fuel cell,826234,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1836,1836,combined heat and power,826234,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1837,1837,energy storage,850151,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1838,1838,PV,850151,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1839,1839,renewable energy,850151,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1840,1840,renewable energy,785211,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1841,1841,distributed manufacturing,814078,,,,,,,,, +1842,1842,renewable energy,848757,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1843,1843,biofuel,848757,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1844,1844,recycling,848757,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1845,1845,CSP,644748,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1846,1846,renewable energy,778065,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1847,1847,compressed natural gas,820567,compressed/converted natural gas,Transport,Transport Fuel,compressed/converted natural gas,Technology of producing or using natural gas-based fuel for passenger vehicles.,"“compressed natural gas”, “converted natural gas”, “compressed gas”, “converted gas”",https://www.ctc-n.org/technologies/compressed-natural-gas-cng-fuel,1.0,Transport Fuel +1848,1848,fuel cell,826062,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1849,1849,LNG,826062,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +1850,1850,energy storage,714581,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1851,1851,renewable energy,804519,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1852,1852,solar cell,804519,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1853,1853,photovoltaic,804519,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1854,1854,photovoltaic,816252,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1855,1855,reforestation,827643,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1856,1856,renewable energy,807317,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1857,1857,biofuel,807317,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1858,1858,recycling,809308,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1859,1859,smart grid,777996,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1860,1860,bioplastic,849052,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +1861,1861,waste management,855329,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1862,1862,recycling,855329,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1863,1863,renewable energy,855407,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1864,1864,LNG,855407,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +1865,1865,microgrid,856213,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +1866,1866,renewable energy,856213,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1867,1867,smart grid,850370,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +1868,1868,waste management,832012,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1869,1869,recycling,831963,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1870,1870,energy storage,854891,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1871,1871,recycling,854743,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1872,1872,agroforestry,795557,agroforestry,Agriculture,Forest protection,agroforestry,"Also, “agro-sylviculture”; technology of managing land use when trees or shrubs are grown around or among crops or pastureland.","agroforestry, sylviculture, “agro-sylviculture”, agrosylviculture",https://www.ctc-n.org/technologies/agroforestry,1.0,Agriculture Forest protection +1873,1873,forest management,795557,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1874,1874,energy storage,702435,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1875,1875,carbon sequestration,655645,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1876,1876,renewable energy,804092,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1877,1877,energy storage,818260,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1878,1878,geothermal energy,809943,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1879,1879,biofuel,855088,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1880,1880,biorefinery,855088,biorefinery design,Industry,Manufacturing innovation,biorefinery design,Technology of sustainable processing of biomass into marketable products and energy.,"biorefinery, “biorefinery design”",https://www.ctc-n.org/technologies/biorefinery,1.0,Industry Manufacturing innovation +1881,1881,reforestation,823805,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1882,1882,afforestation,823805,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1883,1883,carbon sequestration,823805,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1884,1884,waste management,816703,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1885,1885,recycling,816703,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1886,1886,renewable energy,793316,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1887,1887,offshore wind,793316,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1888,1888,recycling,686636,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1889,1889,photovoltaic,674311,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1890,1890,electric vehicle,816348,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1891,1891,waste management,642451,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1892,1892,forest management,641585,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1893,1893,CSP,644077,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1894,1894,energy storage,726217,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1895,1895,fuel cell,725657,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1896,1896,energy storage,855757,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1897,1897,CSP,855757,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1898,1898,PV,855757,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1899,1899,PV,818762,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1900,1900,photovoltaic,818762,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1901,1901,geothermal energy,855257,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1902,1902,geothermal,855257,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1903,1903,geothermal power,855257,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1904,1904,renewable energy,780315,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1905,1905,geothermal energy,725100,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1906,1906,renewable energy,856071,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1907,1907,PV,856071,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1908,1908,fuel cell,836429,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1909,1909,PV,836429,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1910,1910,renewable energy,853733,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1911,1911,concentrated solar power,855159,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +1912,1912,fuel cell,826215,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1913,1913,renewable energy,814494,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1914,1914,biochar,817214,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0,Agriculture Cleaner product +1915,1915,recycling,817214,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1916,1916,electric vehicle,807791,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1917,1917,LNG,808814,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +1918,1918,liquefied natural gas,808814,liquefied natural gas (LNG),Transport,Transport Fuel,liquefied natural gas (LNG),"Technology of producing or using LNG, alternative natural gas-based fuel, for heavy duty trucks.","“liquefied natural gas”, LNG",https://www.ctc-n.org/technologies/liquefied-natural-gas-trucks-and-cars,1.0,Transport Fuel +1919,1919,biopolymer,807215,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +1920,1920,waste management,807215,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1921,1921,bioplastic,807215,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +1922,1922,renewable energy,808145,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1923,1923,afforestation,808145,afforestation,Agriculture,Forest protection,afforestation,"Also, “reforestation”; technology of direct conversion of non-forest land to forest land through planting, seeding, and/or promotion of natural seed sources.","afforestation, reforestation",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +1924,1924,fuel cell,779577,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +1925,1925,energy storage,782950,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1926,1926,renewable energy,782545,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1927,1927,PV,782545,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1928,1928,waste management,782670,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1929,1929,recycling,782670,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1930,1930,renewable energy,700615,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1931,1931,PV,700615,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1932,1932,recycling,700615,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1933,1933,photovoltaic,816856,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1934,1934,recycling,830508,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1935,1935,recycling,836543,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1936,1936,compressed gas,837135,compressed/converted natural gas,Transport,Transport Fuel,compressed/converted natural gas,Technology of producing or using natural gas-based fuel for passenger vehicles.,"“compressed natural gas”, “converted natural gas”, “compressed gas”, “converted gas”",https://www.ctc-n.org/technologies/compressed-natural-gas-cng-fuel,1.0,Transport Fuel +1937,1937,electric vehicle,824300,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1938,1938,carbon sequestration,836243,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1939,1939,biochar,836243,biochar,Agriculture,Cleaner product,biochar,"Technology of producing and using biochar – a charcoal-like substance produced from agriculture and forest wastes which contains 70% carbon. It is used as soil enhancer to increase fertility, prevent soil degradation and to sequester carbon in the soil. Here does not mean carbon capture and storage.",biochar,https://www.ctc-n.org/technologies/biochar,1.0,Agriculture Cleaner product +1940,1940,electric vehicle,837041,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1941,1941,energy storage,818706,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1942,1942,solar cell,816313,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1943,1943,photovoltaic,816313,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1944,1944,renewable energy,836459,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1945,1945,demand side management,836459,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +1946,1946,energy storage,816706,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1947,1947,renewable energy,816706,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1948,1948,offshore wind,829774,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1949,1949,traffic management,816071,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +1950,1950,recycling,816636,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1951,1951,recycling,651407,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1952,1952,PV,650176,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1953,1953,tidal energy,651505,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1954,1954,tidal power,651505,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1955,1955,renewable energy,652017,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1956,1956,waste management,652017,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +1957,1957,geothermal,651441,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1958,1958,tidal energy,651752,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +1959,1959,offshore wind,651752,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +1960,1960,combined cycle,650549,combined cycle power plant,Energy,Energy System innovation,combined cycle power plant,"In power plants, technology of fuel-switching, or the replacement of fossil fuels with low-carbon fuels (e.g. replacing coal with natural gas).",“combined cycle”,https://www.ctc-n.org/technologies/natural-gas-combined-cycle-plants,1.0,Energy System innovation +1961,1961,CHP,651636,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1962,1962,combined heat and power,651636,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +1963,1963,photovoltaic,650571,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1964,1964,geothermal energy,650242,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1965,1965,district heating,650242,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +1966,1966,geothermal,650242,geothermal,Energy,Other renewable energy sources,geothermal,Technology of heating buildings and/or producing electricity by using natural reservoirs with hot water inside the Earth's crust.,"geothermal, “geothermal energy”, “geothermal power”",https://www.ctc-n.org/technologies/geothermal-electricity,1.0,Energy Other renewable energy sources +1967,1967,heat pump,650242,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1968,1968,recycling,651921,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1969,1969,renewable energy,652138,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1970,1970,data center,652200,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +1971,1971,recycling,651475,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1972,1972,renewable energy,652124,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1973,1973,heat pump,652124,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1974,1974,renewable energy,652101,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1975,1975,renewable energy,652411,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1976,1976,regenerative braking,652411,regenerative braking,Transport,Transport System innovation,regenerative braking,Technology of reversing the electric current in the electric motors (e.g. of trains) slowing down the train and also causing the motors to generate electricity.,"“regenerative braking”, “regenerative brake”",https://www.ctc-n.org/technologies/regenerative-braking-trains,1.0,Transport System innovation +1977,1977,energy storage,650832,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1978,1978,electric vehicle,650292,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +1979,1979,renewable energy,650716,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1980,1980,biofuel,650716,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +1981,1981,energy storage,816728,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1982,1982,renewable energy,816728,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1983,1983,renewable energy,673373,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1984,1984,recycling,656778,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1985,1985,CCS,826051,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1986,1986,carbon capture and storage,826051,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +1987,1987,local manufacturing,802512,,,,,,,,, +1988,1988,wave energy,676061,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +1989,1989,energy storage,778788,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +1990,1990,renewable energy,778788,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1991,1991,heat pump,778788,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +1992,1992,thermal storage,778788,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +1993,1993,recycling,836211,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1994,1994,renewable energy,835381,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1995,1995,renewable energy,824388,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1996,1996,photovoltaic,821876,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +1997,1997,recycling,803758,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +1998,1998,renewable energy,829384,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +1999,1999,renewable energy,805065,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2000,2000,renewable energy,823073,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2001,2001,district heating,823463,district heating and/or cooling,Human settlements,Energy management,district heating and/or cooling,Pipe network that supplies heating/cooling and hot/cold water for connected consumers from a central power plant.,"“district heating”, “district cooling”",https://www.ctc-n.org/technologies/district-heating-and-cooling,1.0,Human settlements Energy management +2002,2002,heat pump,823463,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +2003,2003,renewable energy,811145,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2004,2004,data center,813127,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +2005,2005,waste management,820352,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +2006,2006,CHP,823620,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +2007,2007,fuel cell,823620,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +2008,2008,combined heat and power,823620,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +2009,2009,renewable energy,819175,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2010,2010,waste management,789315,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +2011,2011,recycling,673663,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2012,2012,energy storage,829877,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2013,2013,renewable energy,799835,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2014,2014,PV,799835,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2015,2015,photovoltaic,799835,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2016,2016,renewable energy,798033,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2017,2017,offshore wind,798033,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +2018,2018,renewable energy,797951,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2019,2019,photovoltaic,798409,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2020,2020,solar cell,792720,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2021,2021,renewable energy,791019,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2022,2022,smart grid,791019,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +2023,2023,onshore wind,791019,onshore wind,Energy,Wind,onshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Onshore wind parks are placed on land.",“onshore wind”,https://www.ctc-n.org/technologies/shore-wind,0.0,Energy Wind +2024,2024,energy storage,786766,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2025,2025,recycling,790321,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2026,2026,renewable energy,782319,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2027,2027,bioplastic,811532,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +2028,2028,recycling,811532,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2029,2029,heat pump,828207,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +2030,2030,recycling,779024,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2031,2031,renewable energy,673107,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2032,2032,microgrid,673107,micro-grids,Human settlements,Energy management,micro-grids,A group of interconnected loads and distributed energy resources (DERs) within clearly defined electrical boundaries that acts as a single controllable entity with respect to the grid. A micro-grid can connect and disconnect from the grid to enable it to operate in both grid-connected or island-mode.,"“micro-grid”, microgrid",https://www.ctc-n.org/technologies/micro-grid,1.0,Human settlements Energy management +2033,2033,energy storage,673107,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2034,2034,CCS,704759,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2035,2035,photovoltaic,660149,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2036,2036,renewable energy,811473,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2037,2037,renewable energy,811529,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2038,2038,renewable energy,781835,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2039,2039,solar heating,781835,solar heating,Energy,Solar energy sources,solar heating,Technology of capturing the sun's radiation and it use for heating water.,“solar heating”,https://www.ctc-n.org/technologies/solar-heating,1.0,Energy Solar energy sources +2040,2040,recycling,774127,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2041,2041,recycling,781060,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2042,2042,electric vehicle,774912,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +2043,2043,electric car,774912,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +2044,2044,photovoltaic,774912,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2045,2045,fuel cell,774912,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +2046,2046,solar cell,774912,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2047,2047,renewable energy,775854,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2048,2048,OTEC,775854,ocean thermal energy conversion (OTEC),Energy,Hydro energy sources,ocean thermal energy conversion (OTEC),"Technology of using the temperature difference between cooler deep and warmer shallow/surface ocean waters to run a heat engine and produce useful work, usually in the form of electricity.","OTEC, “ocean thermal energy conversion”",https://www.ctc-n.org/technologies/ocean-thermal-energy-conversion,1.0,Energy Hydro energy sources +2049,2049,offshore wind,775854,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +2050,2050,energy storage,733815,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2051,2051,regenerative braking,733815,regenerative braking,Transport,Transport System innovation,regenerative braking,Technology of reversing the electric current in the electric motors (e.g. of trains) slowing down the train and also causing the motors to generate electricity.,"“regenerative braking”, “regenerative brake”",https://www.ctc-n.org/technologies/regenerative-braking-trains,1.0,Transport System innovation +2052,2052,renewable energy,791254,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2053,2053,recycling,773863,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2054,2054,PV,744159,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2055,2055,photovoltaic,744159,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2056,2056,data centre,733958,low GHG data centers,Industry,Energy use innovation,low GHG data centers,"Technology that helps to decrease the emissions from data centers. Can include efficient power electronic conversion, data center cooling technologies, technologies that increase server utilization rates above 5–10% range (e.g., virtualization), and next generation semiconductor chips.","“data center”, “data centre”",http://www.b-t.energy/landscape/manufacturing/extreme-efficiency-in-itdata-centers/,0.0,Industry Energy use innovation +2057,2057,forest management,658876,forest management,Agriculture,Forest protection,forest management,"Technology of increasing carbon stocks of standing forests, including maintaining forest cover, minimising losses of dead organic matter (including slash) or of soil carbon by reducing soil erosion, and avoiding burning slash and other high-emission substances.","“forest management”, “management of forest”",https://www.ctc-n.org/technologies/forest-management-techniques-mitigation-redd,1.0,Agriculture Forest protection +2058,2058,solar cell,655039,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2059,2059,photovoltaic,655039,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2060,2060,waste management,657784,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +2061,2061,renewable energy,744347,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2062,2062,energy storage,744347,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2063,2063,biofuel,711540,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +2064,2064,heat pump,650937,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +2065,2065,PV,650937,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2066,2066,renewable energy,667942,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2067,2067,CSP,667942,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +2068,2068,concentrated solar power,667942,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +2069,2069,smart grid,782942,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +2070,2070,electric vehicle,781145,electric vehicle design,Transport,Vehicle design,electric vehicle design,Technology of vehicle propelling using solely electric motors.,"“electric vehicle”, “electric car”",https://www.ctc-n.org/technologies/electric-vehicles,1.0,Transport Vehicle design +2071,2071,recycling,781794,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2072,2072,offshore wind,773657,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +2073,2073,energy storage,774866,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2074,2074,heat pump,774866,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +2075,2075,renewable energy,789231,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2076,2076,CCS,785635,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2077,2077,recycling,797929,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2078,2078,renewable energy,789476,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2079,2079,renewable energy,777968,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2080,2080,solar cell,777968,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2081,2081,PV,777968,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2082,2082,photovoltaic,777968,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2083,2083,livestock management,748766,livestock management,Agriculture,Emissions and pollution reduction,livestock management,"Technology of improving feeding practices of livestock, using special agents or dietary additives, or longer management changes and animal breeding.","“livestock management”, “management of livestock”",https://www.ctc-n.org/technologies/livestock-management,1.0,Agriculture Emissions and pollution reduction +2084,2084,renewable energy,751375,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2085,2085,solar cell,751375,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2086,2086,energy storage,746506,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2087,2087,renewable energy,744914,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2088,2088,energy storage,744914,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2089,2089,carbon sequestration,743569,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2090,2090,solar cell,795716,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2091,2091,PV,795716,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2092,2092,photovoltaic,795716,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2093,2093,CSP,794562,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +2094,2094,concentrated solar power,794562,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +2095,2095,Fresnel reflector,794562,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +2096,2096,renewable energy,794562,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2097,2097,thermal storage,794562,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +2098,2098,energy storage,794562,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2099,2099,waste management,795614,waste management,Human settlements,Waste management,waste management,"Technology of maximising efficiency of resource use in waste generation, segregation, transfer, sorting, treatment, recovery and disposal in an integrated manner. E.g. implementation of the 3R (reduce, reuse and recycle) principle.","“waste management”, “management of waste”",https://www.ctc-n.org/technologies/integrated-solid-waste-management,1.0,Human settlements Waste management +2100,2100,renewable energy,784960,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2101,2101,carbon capture and storage,792876,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2102,2102,nanomaterial,795347,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +2103,2103,carbon sequestration,795369,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2104,2104,renewable energy,800031,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2105,2105,CSP,795936,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +2106,2106,biopolymer,789454,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +2107,2107,renewable energy,793120,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2108,2108,PV,793120,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2109,2109,photovoltaic,793120,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2110,2110,carbon sequestration,788951,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2111,2111,carbon sequestration,795970,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2112,2112,energy storage,786487,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2113,2113,carbon sequestration,794264,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2114,2114,soil management,796790,soil management,Agriculture,Resource saving,soil management,"Operations, practices and treatments used to protect soil and enhance its performance, such as leaving last season’s crop residue on the ground, planting cover crops, and controlling erosion.","“soil management”, “soil treatment”, “soil protection”, “management of soil”, “treatment of soil”, “protection of soil” ",http://www.b-t.energy/landscape/agriculture/soil-management-solutions-for-ghg-reduction-and-co2-storage/,0.0,Agriculture Resource saving +2115,2115,renewable energy,796378,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2116,2116,energy storage,786381,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2117,2117,fuel cell,786381,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +2118,2118,combined heat and power,796272,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +2119,2119,energy storage,772191,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2120,2120,biopolymer,798225,biopolymer,Industry,Use of innovative materials,biopolymer,Technology of replacing fossil-based polymers with renewable biomass-based biopolymers.,biopolymer,https://www.ctc-n.org/technologies/biopolymer-production-petro-chemical-sector,1.0,Industry Use of innovative materials +2121,2121,solar cell,795079,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2122,2122,PV,795079,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2123,2123,energy storage,771294,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2124,2124,recycling,771586,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2125,2125,energy storage,770870,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2126,2126,energy storage,785416,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2127,2127,solar cell,786702,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2128,2128,renewable energy,799778,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2129,2129,solar cell,793424,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2130,2130,photovoltaic,793424,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2131,2131,renewable energy,785147,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2132,2132,photovoltaic,791536,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2133,2133,SPS,771850,off-grid systems,Human settlements,Energy management,off-grid systems,"A stand-alone power system (SAPS or SPS), also known as remote area power supply (RAPS), is an off-the-grid electricity system for locations that are not fitted with an electricity distribution system. Typical SAPS include one or more methods of electricity generation, energy storage, and regulation.","“stand-alone power system”, SAPS, SPS, “remote area power supply”, RAPS",https://www.ctc-n.org/technologies/grid-systems,1.0,Human settlements Energy management +2134,2134,CCS,792305,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2135,2135,recycling,772579,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2136,2136,carbon sequestration,795179,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2137,2137,renewable energy,779694,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2138,2138,PV,779430,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2139,2139,fuel cell,779430,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +2140,2140,DSM,779430,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +2141,2141,demand side management,779430,demand-side energy management,Buildings,Decreased energy consumption design or practices,demand-side energy management,"Technology inside buildings that help ensure that the energy system performance meets the design intentions; helps monitor, evaluate and manage the energy performance to optimise occupants’ comfort and the building’s functions, while maintaining or improving the energy efficiency of the building.","“demand-side energy management”, “demand-side management”, “demand side energy management”, “demand side management”, DSM",https://www.ctc-n.org/technologies/energy-management-and-performance-improvement,1.0,Buildings Decreased energy consumption design or practices +2142,2142,smart grid,779430,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +2143,2143,thermal storage,784172,thermal storage,Energy,Energy Storage,thermal storage,"Technology of storage of heat energy, usually using molten salt.",“thermal storage”,http://www.b-t.energy/landscape/electricity/ultra-low-cost-thermal-storage/,1.0,Energy Storage +2144,2144,smart grid,784172,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +2145,2145,heat pump,784172,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +2146,2146,fuel cell,779565,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +2147,2147,renewable energy,791632,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2148,2148,recycling,791632,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2149,2149,recycling,759743,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2150,2150,CSP,748568,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +2151,2151,concentrated solar power,748568,concentrated solar power (CSP),Energy,Solar energy sources,concentrated solar power (CSP),"Technology of producing electricity by concentrating the sun’s rays to heat a medium (usually a liquid or gas) that is then used in a heat engine process (steam or gas turbine) to drive an electrical generator. Four main CSP technologies can be distinguished: parabolic troughs (PT), solar towers with central receivers (CR), linear Fresnel reflectors (LF) and parabolic dishes (PD).","“concentrated solar power”, CSP, “concentrated solar”, “parabolic trough”, “solar tower with central receiver”, “Fresnel reflector”",https://setis.ec.europa.eu/technologies/concentrated-solar-energy,1.0,Energy Solar energy sources +2152,2152,PV,756962,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2153,2153,renewable energy,759696,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2154,2154,solar cell,726360,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2155,2155,carbon capture and storage,759630,carbon capture and storage,Industry,CCS,carbon capture and storage,"Also, “CCS” or “carbon sequestration”; technology of separating CO2 emissions generated through conventional power generation and industrial production processes, after which the compressed CO2 is transported to a suitable geological storage location.","“carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, CCS",https://www.ctc-n.org/technologies/co2-storage-technologies,1.0,Industry CCS +2156,2156,recycling,781305,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2157,2157,heat pump,771078,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +2158,2158,nanomaterial,753293,nanomaterial,Industry,Use of innovative materials,nanomaterial,"Technology of improving the strength of existing materials with nanomaterials. Possible uses include solar panels, batteries, sorbents, insulation, etc.",nanomaterial,https://www.ctc-n.org/products/environmentally-friendly-manufacturing-nano-micro-and-sub-micro-fibers-hybrid-cab-system,1.0,Industry Use of innovative materials +2159,2159,heat pump,775020,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +2160,2160,renewable energy,754162,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2161,2161,energy storage,765828,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2162,2162,renewable energy,751843,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2163,2163,renewable energy,746685,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2164,2164,energy storage,746685,energy storage,Energy,Energy Storage,energy storage,"Technology of energy storage, such as batteries, pump systems or flywheels. Here does not mean energy storage in vehicles.","“energy storage”, “pump system”",http://www.b-t.energy/landscape/electricity/ultra-low-cost-electricity-storage/,1.0,Energy Storage +2165,2165,fuel cell,754916,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +2166,2166,biofuel,744317,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +2167,2167,CHP,774512,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +2168,2168,photovoltaic,752038,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2169,2169,PV,751159,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2170,2170,photovoltaic,751159,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2171,2171,renewable energy,754760,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2172,2172,fuel cell,739940,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +2173,2173,recycling,739775,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2174,2174,renewable energy,745855,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2175,2175,tidal energy,745855,tidal energy,Energy,Hydro energy sources,tidal energy,A hydropower technology that converts the energy of tides into electricity or other useful forms of energy.,"“tidal energy”, “tidal power”",https://www.ctc-n.org/technologies/tidal-energy,1.0,Energy Hydro energy sources +2176,2176,traffic management,755235,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +2177,2177,recycling,714983,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2178,2178,biofuel,752491,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +2179,2179,smart grid,705982,grid management,Energy,Energy System innovation,grid management,Here also “smart grid”; technology of controlling the production and distribution of electricity in electricity grids with connected electronic measurement and control mechanisms (such as smart meters and smart appliances). Here also includes vehicle-to-grid services.,"“grid management”, “smart grid”, “intelligent grid”, “vehicle-to-grid”",https://www.ctc-n.org/technologies/smart-grid,1.0,Energy System innovation +2180,2180,traffic management,734140,traffic management,Transport,Transport System innovation,traffic management,"Technology of ensuring smooth and efficient road traffic flow, fair access for different transport modes, safety of roads and streets for all users, minimisation of congestion, local pollution and noise, reduced greenhouse gas emissions, and other traffic management measures.","“traffic management”, “management of traffic”",https://www.ctc-n.org/technologies/traffic-management,1.0,Transport System innovation +2181,2181,PV,736314,solar PV,Energy,Solar energy sources,solar PV,Also “solar photovoltaic”; technology of using solar cells to convert solar radiation directly into electricity.,"photovoltaic, PV, “solar cell” ",https://www.ctc-n.org/technologies/solar-pv,1.0,Energy Solar energy sources +2182,2182,recycling,736314,recycling,Human settlements,Waste management,recycling,Technology of recycling product components and materials that are considered waste. Here does not include reuse of material in manufacturing processes.,recycling,https://www.ctc-n.org/technologies/product-component-and-materials-recycling,1.0,Human settlements Waste management +2183,2183,renewable energy,694151,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2184,2184,renewable energy,691799,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2185,2185,wave energy,691799,wave energy,Energy,Hydro energy sources,wave energy,"Technology of capturing energy found in ocean surface waves. Several wave energy technologies can be distinguished: attenuators, point absorbers, surge converters, oscillating water columns, overtopping devices and submerged pressure differentials.","“wave energy”, “wave power”",https://www.ctc-n.org/technologies/wave-energy,1.0,Energy Hydro energy sources +2186,2186,offshore wind,691799,offshore wind,Energy,Wind,offshore wind,"Technology of converting the kinetic energy of the wind into electrical power, achieved with wind turbines. Offshore wind parks are placed in the sea or ocean.",“offshore wind”,https://www.ctc-n.org/technologies/offshore-wind,1.0,Energy Wind +2187,2187,fuel cell,674137,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +2188,2188,renewable energy,660404,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2189,2189,biofuel,697720,biofuel,Transport,Transport Fuel,biofuel,"Technology of producing or using biofuel, or vegetable oil- or animal fat-based fuel consisting of long-chain alkyl (methyl, ethyl, or propyl) esters.",biofuel,https://www.ctc-n.org/technologies/biodiesel-0,1.0,Transport Fuel +2190,2190,bioplastic,697720,bioplastics,Industry,Use of innovative materials,bioplastics,"Technology of using renewable biomass materials in the manufacture of bioplastics, including biodegradable or compostable bioplastics.",bioplastic,https://www.ctc-n.org/technologies/bioplastics,1.0,Industry Use of innovative materials +2191,2191,fuel cell,671457,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel +2192,2192,renewable energy,659749,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2193,2193,heat pump,659749,heat pumps,Human settlements,Energy management,heat pumps,"Heat pumps deliver heating, cooling and hot water to buildings. Three main types: ground source, ground water source, and air source.",“heat pump”,https://www.ctc-n.org/technologies/heat-pumps,1.0,Human settlements Energy management +2194,2194,renewable energy,658855,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2195,2195,combined heat and power,658855,combined heat and power (CHP),Buildings,Interior appliance design,combined heat and power (CHP),Technology of an integrated system that combines electricity production and recovery of waste heat.,"“combined heat and power”, CHP",https://www.ctc-n.org/technologies/large-scale-combined-heat-and-power,1.0,Buildings Interior appliance design +2196,2196,renewable energy,695094,low GHG steel,Industry,Manufacturing innovation,low GHG steel,"In iron and steel industry, technology of significant emissions reductions from iron and steel production, such as replacement of coal with plant-based charcoal and reduction of iron oxide. Here does not include carbon capture and storage, waste heat reuse, introduction of gas turbines or of renewable energy sources.","“low GHG steel”, “carbon capture and storage”, “carbon capture and sequestration”, “carbon sequestration”, “waste heat reuse”, “gas turbine”, “renewable energy”",http://www.b-t.energy/landscape/manufacturing/low-ghg-steel/,1.0,Industry Manufacturing innovation +2197,2197,ocean thermal energy conversion,695094,ocean thermal energy conversion (OTEC),Energy,Hydro energy sources,ocean thermal energy conversion (OTEC),"Technology of using the temperature difference between cooler deep and warmer shallow/surface ocean waters to run a heat engine and produce useful work, usually in the form of electricity.","OTEC, “ocean thermal energy conversion”",https://www.ctc-n.org/technologies/ocean-thermal-energy-conversion,1.0,Energy Hydro energy sources +2198,2198,OTEC,695094,ocean thermal energy conversion (OTEC),Energy,Hydro energy sources,ocean thermal energy conversion (OTEC),"Technology of using the temperature difference between cooler deep and warmer shallow/surface ocean waters to run a heat engine and produce useful work, usually in the form of electricity.","OTEC, “ocean thermal energy conversion”",https://www.ctc-n.org/technologies/ocean-thermal-energy-conversion,1.0,Energy Hydro energy sources +2199,2199,fuel cell,731449,fuel cell,Transport,Transport Fuel,fuel cell,Technology of producing or using hydrogen or certain alcohols such as methanol as transportation fuel.,“fuel cell”,https://www.ctc-n.org/technologies/fuel-cells-mobile-applications,1.0,Transport Fuel diff --git a/images/figure5.png b/images/figure5.png index b72e7b740c8a6ff2cc82e63e0a18e88aeb5d107a..573177d3afb46e80ec306af02f321a7f57786794 100644 GIT binary patch literal 691787 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

Lgu|~>M>BwYoDjU~A*Zbf4nwJ< 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

xN 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%0D*AcY1_aqzomS~TkWml1ixi>~1&E>}|p z`EDt(odIpM?y5g0OcW(r(vQDGetCvM(~@rDqVW;`MVNQ^;P|N(!7`5*t>;p~4W&jt zsuS;;bFC1~EZe%lw}>$+1)5K{jR>o!(|POPS+#U{=9go% z#16D4saK0xmWQ`+LN6idLC@z>auK4wg=U-nFhVE1hC2@j-4_|_&vb`g@s`pE=&3gU zjJP&ln^Cm>?~Som>+RbA-G2NS(3e?4C+S^ znG{cs+oa1}`j;F7dAJser`{KII+|~|!z;nW1q`7{FWe81`9mmxS|b(@CD4-ac>bm! zx;=n}P>F|Zhs%swE$)-|Fq4*4s&}Kv$D9JsJ^dE|9?YC1W`@B8O;zd`+!g{^kiC#= zFjsYEaLCF_%~HbsG%3(cx16H8S$pq-RPZV2B@ykA!^?aj*NHXwl@ir$;};TU$SJ?u z{KU!ihfJ{KVxc{;Nl4HtKFrl|zFf3PyrEud$>hw`oUc!y(P>*<$7`%CxcMiMmO{#a zbOwop7wf8#mgDoRSDI+wXhNItAWBzf>pZ+kHcyS|BfMNj)*w_~K z^>C4>4#z11bWnxyk(7Dy-DQvp>gF&9n69wlveKf6LqdPeub`Lf6x z9;`#q$^Tlo*l{5Fv7WWoob$e~`-&3NyAxc_s@b(gFPrc(Olm*8 zJhwMg_WM6v?kKY{BRlb7&W0S#;~S?j4v)FMmVVZJeO>Ll!7i+w!3k+|PyW)rS4O#0 z;Iva5>(uV9o!GIm&6Ok?m&KZVp38$zOS37c`y8+Xj1+?>)DLQ#Uo2^)HQy3(bNqny zkFSRkJ2PXTZ_=GFy{m7qKE*~i3>oRIGBZAGunn?z-R(HUZ=#oPCUereVjVJ1${SK! zuYB2qh4P5vc**sc+>ygX%}xcQcUN zL?|To57)R>YB4%1Puvi1oJYU7t`M%_jW$Adx;K27>P2||+Azc0ao$sSx0Y_9+yMQP za(F5Wkyk_?z-z=;L2P-lCN$r?aEhBi!uFNh%+m6m*>cld#C~MY5L{d2Yz!i1_YW8n zbMshva^R2μ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

  • jJl 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

    o`FSH>@pS&xlE=v(Mks2o z8Q8#yQ*yEIF<4y)YR4|LqDb6(q&wQvy~vABIIo}^v{ zp~2M)!+dNytOas#u^KqKk}xaaxIirRx%YmKS+v?w)|9Gh$#%opWz`fm?DN#&eiCn8 z{B@%OcfCYR&Hu}0phckEm1)=_vkYGWH*9AUXJ-?m;7pl{^1zlm>;vz#%~hqdgc>*@ zqRaXnaUi0v;aM3G0Jef0yhE=Uis+k+V#eXYaEmTjRj5PanDutB%$WjQlM2~e-tM;0 zZ5CZ~5oiuqQgd{nU5eb|9+9)kD_f^=+9+30U9VxZxRmJ1E+VQoAE8;2ncOVyx<S z5#OmrwmNT{m}jB7PD7l>T_ZNoI_9mZ1gSz zZz4ZA4e|CqdjN7T_d#wX9LPVYA%s3Z^ORj!30QMLHj$R+PlR$DOAffd=O;h&`^Y@^Cr60kziG7s(GYYJv9JheJ>Lj+)rWVLMamYO7A1`cw+oD! zvYiACVTOm1Q;t~pr=Of!-LR%`qUF0p$7ri}lm!(xkA?IaXk$!Xd+}jRPAv4kd^`6m zwv!-N@rp}~MfF$A-cix}DcY3-0DnIFzi2hNM80TyDz{sN&rctLgrd(K(GL68TWhj3oo%0D}M0iQy(EbxTHqy2kt)qxRukF3IrVL!n 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 YM)p5(GIs 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 z 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�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

    D27CzH< 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

    )& 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 z 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 YM)p5(GIs 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 z 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�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

    D27CzH< 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

    u4mq2@V-R;kvkpi#Y|0S^PYsB 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ں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

    )& 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 z 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 S58MI&lRKv%m3sDu`~L%90k{JI literal 0 HcmV?d00001 diff --git a/images/labelfig6.png b/images/labelfig6.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6ee9bcd9624610ede31e12057ed972d8cd13f3 GIT binary patch literal 34823 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 L7gnoe6aIey_C#i^ literal 0 HcmV?d00001 diff --git a/images/labelsfig4b.png b/images/labelsfig4b.png new file mode 100644 index 0000000000000000000000000000000000000000..49a3d0c3149f84b7b678e7851d665af45b82ccbe GIT binary patch literal 19253 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 literal 0 HcmV?d00001

    u4mq2@V-R;kvkpi#Y|0S^PYsB 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ں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