Norther Offshore Windfarm

Overall planning en risico-analyse

<?php $sectors = get_Field("sector", get_the_ID()); $projecten = get_Field("soort_projecten", get_the_ID()); $projecten = get_Field("soort_projecten", get_the_ID()); $projectfases = get_Field("projectfase", get_the_ID()); $type_contract_object = get_field_object("type_contract", get_the_ID()); $type_contract= get_Field("type_contract", get_the_ID()); $html = "
"; foreach($sectors as $sector){ $html .= "".$sector->name.""; } foreach($projecten as $project){ $html .= "".$project.""; } foreach($projectfases as $projectfase){ $html .= "".$projectfase.""; } if($type_contract_object['choices'][$type_contract]){ $html .= "".$type_contract_object['choices'][$type_contract].""; } $html .= "
"; echo $html; ?>

De Van Oord Balance of Plant scope binnen het Norther project omvat het ontwerp, fabricage, installatie en commissioning van:

  • Turbinefundaties
  • Offshore High Voltage Station (OHVS)
  • Export Cable (kabel van OHVS naar land)
  • Infield Cables (kabels tussen de windturbines

Ook in de scope zit de installatie van de turbines (ontwerp, levering en fabricage wordt door de turbineleverancier verzorgd).

PROJECTDETAILS
<?php $pm_maturity = get_field("pm_maturity", get_the_ID()); $projectduur = get_field("projectduur", get_the_ID()); $projectgrootte = get_field("projectgrootte", get_the_ID()); $vorm = get_field("vorm", get_the_ID()); $table_html = ""; $table_html .= ""; if($projectduur){ $table_html .= ""; $table_html .= ""; $table_html .= ""; $table_html .= ""; } if($projectgrootte){ $table_html .= ""; $table_html .= ""; $table_html .= ""; $table_html .= ""; } if($pm_maturity){ $table_html .= ""; $table_html .= ""; $table_html .= ""; $table_html .= ""; } if($vorm){ $table_html .= ""; $table_html .= ""; $table_html .= ""; $table_html .= ""; } $table_html .= ""; $table_html .= "
Projectduur".$projectduur."
Projectgrootte".$projectgrootte."
PM Maturity".$pm_maturity."
Vorm".$vorm."
"; echo $table_html; ?>