The European Strategic Energy Technology Plan (SET Plan) was published in November 2007. It aims to develop a set of policies and measures to support the so-called 20-20-20 target, i.e. to reduce greenhouse gases by 20% by 2020, to ensure a 20% share of renewables in the EU's energy mix and to reduce overall primary energy consumption by 20% by 2020 (the energy efficiency target). At the same time, low-carbon technologies are intended to strengthen Europe's competitiveness. The European Commission's information system on the SET-Plan is called SETIS. It aims to support the strategic planning and implementation of the SET-Plan.

[insert_php]

include('jacube/tpue.class.php');
$tpue_web = new Tpue();

$tpue_web->docView(
'SET-Plan',
'http://ec.europa.eu/energy/technology/set_plan/set_plan_en.htm');

$tpue_web->docView(
'SET-Plan - Energy Technologies',
'/set-plan/set-plan_energy_technology.pdf');

[/insert_php]