Sustainable Development Goals

‘1. No Poverty’,
2=>’2. Zero Hunger’,
3=>’3. Good Health and Well-Being’,
4=>’4. Quality Education’,
5=>’5. Gender Equality’,
6=>’6. Clean Water and Sanitation’,
7=>’7. Affordable and Clean Energy’,
8=>’8. Decent Work and Economic Growth’,
9=>’9. Industry, Innovation and Infrastructure’,
10=>’10. Reduced Inequalities.’,
11=>’11. Sustainable Cities and Communities’,
12=>’12. Responsible Consumption and Production’,
13=>’13. Climate Action’,
14=>’14. Life Below Water.’,
15=>’15. Life on Land’,
16=>’16. Peace, Justice and Strong Institutions’,
17=>’17 .Partnership’
);
?>

‘research’,
‘post_status’=>’publish’,
‘posts_per_page’=>20,
‘order’=>’ASC’,
‘orderby’=>’meta_value’,
‘meta_key’ => ‘sort-key’,
‘tax_query’ => array(array(‘taxonomy’=>’sdgs_category’,
‘terms’=> array($name),
‘field’ => ‘name’,
‘operator’ => ‘IN’),
‘relation’ => ‘AND’)
)
);
if ($query->have_posts()) : while($query->have_posts()) : $query->the_post();
$custom_field = get_post_custom($post->ID);?>


Name Position E-Mail*1 Research
Specialization
HP Graduate school specialty Remarks SDGs
ID,’sdgs_category’);echo get_sdgs_icon($tarms);?>

name){
case ‘1. No Poverty’: //1
$sdgs[1] = ““;
break;
case ‘2. Zero Hunger’: //2
$sdgs[2] = ““;
break;
case ‘3. Good Health and Well-Being’: //3
$sdgs[3] = ““;
break;
case ‘4. Quality Education’://4
$sdgs[4] = ““;
break;
case ‘5. Gender Equality’://5
$sdgs[5] = ““;
break;
case ‘6. Clean Water and Sanitation’://6
$sdgs[6] = ““;
break;
case ‘7. Affordable and Clean Energy’://7
$sdgs[7] = ““;
break;
case ‘8. Decent Work and Economic Growth’://8
$sdgs[8] = ““;
break;
case ‘9. Industry, Innovation and Infrastructure’://9
$sdgs[9] = ““;
break;
case ’10. Reduced Inequalities.’://10
$sdgs[10] = ““;
break;
case ’11. Sustainable Cities and Communities’://11
$sdgs[11] = ““;
break;
case ’12. Responsible Consumption and Production’://12
$sdgs[12] = ““;
break;
case ’13. Climate Action’://13
$sdgs[13] = ““;
break;
case ’14. Life Below Water.’://14
$sdgs[14] = ““;
break;
case ’15. Life on Land’://15
$sdgs[15] = ““;
break;
case ’16. Peace, Justice and Strong Institutions’://16
$sdgs[16] = ““;
break;
case ’17 .Partnership’://17
$sdgs[17] = ““;
break;
}
}
}
$sdgs_text = “”;
for($i=1;$i<18;$i++){ $sdgs_text .= $sdgs[$i]; } return $sdgs_text; } ?>

Scroll to Top