Important Dates

  • Conference Title:

    3rd International Conference on Sustainability, Energy and Environmental Sciences

  • Conference Dates:

    29th-31st, July 2019

  • Deadline for Abstract:

    24th June 2019

  • Venue:

    Harvard University, Martin Conference Center at Harvard Medical School, Boston USA

Please note the below Important Dates in your dairy:

Conference Title [insert_php] $location=get_post_meta(get_the_ID(),’location’,true); $location1=get_post_meta(get_the_ID(),’conference_title’,true); echo $location1.’ ‘.$location; [/insert_php]
Conference Date [insert_php] $post_Month = get_post_meta(get_the_ID(),’month’,true); $start_date=get_post_meta(get_the_ID(),’start_date’,true); $end_date=get_post_meta(get_the_ID(),’end_date’,true); $new_start_date = date(‘dS’, strtotime($start_date)); $new_start_year = date(‘Y’, strtotime($start_date)); $new_end_date = date(‘dS’, strtotime($end_date)); echo $new_start_date .’-‘.$new_end_date.’, ‘.$post_Month. ‘ ‘.$new_start_year; [/insert_php]
Abstract Submission By [insert_php]$start_date=get_post_meta(get_the_ID(),’abstract’,true); $new_date = date(‘dS F Y’, strtotime($start_date)); echo $new_date; [/insert_php]
Notification of Acceptance Within two weeks
Early Bird Registration By [insert_php]$start_date=get_post_meta(get_the_ID(),’early_registration’,true); $new_date = date(‘dS F Y’, strtotime($start_date)); echo $new_date; [/insert_php]
FULL Paper Submission By [insert_php]$start_date=get_post_meta(get_the_ID(),’deadline_full_paper_submission’,true); $new_date = date(‘dS F Y’, strtotime($start_date)); echo $new_date; [/insert_php]
Late Registration By [insert_php]$start_date=get_post_meta(get_the_ID(),’late_registration_deadline’,true); $new_date = date(‘dS F Y’, strtotime($start_date)); echo $new_date; [/insert_php]