diff options
-rwxr-xr-x | abstract_bulk_approval.inc | 6 | ||||
-rwxr-xr-x | email.inc | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/abstract_bulk_approval.inc b/abstract_bulk_approval.inc index 77ef365..364325d 100755 --- a/abstract_bulk_approval.inc +++ b/abstract_bulk_approval.inc @@ -145,7 +145,7 @@ Your OpenModelica flowsheet and abstract with the following details have been ap Full Name: ' . $user_info->name_title . ' ' . $user_info->contributor_name . ' Project Title: ' . $user_info->project_title . ' -Name of compound for which process development is carried out : ' . $user_info->process_development_compound_name . ' +Name of compound for which process development is carried out: ' . $user_info->process_development_compound_name . ' Kindly send us the internship forms available at https://om.fossee.in/chemical/flowsheeting-project/internship/forms as early as possible for processing your honorarium on time. In case you have already sent these forms, please share the the consignment number or tracking id with us. @@ -225,7 +225,7 @@ We regret to inform you that your OpenModelica flowsheet and abstract with the f Full Name: ' . $user_info->name_title . ' ' . $user_info->contributor_name . ' Project Title: ' . $user_info->project_title . ' -Name of compound for which process development is carried out : ' . $user_info->process_development_compound_name . ' +Name of compound for which process development is carried out: ' . $user_info->process_development_compound_name . ' Reason for Disapproval / Feedback: ' . $form_state['values']['disapprove_message'] . ' You are requested to visit the Abstract and Flowsheet submission page at https://om.fossee.in/chemical/flowsheeting-project/abstract-code and re-upload the flowsheet and abstract. @@ -293,7 +293,7 @@ We regret to inform you that your OpenModelica flowsheet and abstract along with Full Name: ' . $user_info->name_title . ' ' . $user_info->contributor_name . ' Project Title: ' . $user_info->project_title . ' -Name of compound for which process development is carried out : ' . $user_info->process_development_compound_name . ' +Name of compound for which process development is carried out: ' . $user_info->process_development_compound_name . ' Reason for dis-approval: ' . $form_state['values']['deletion_message'] . ' Now, you can propose a new flowsheet. @@ -164,8 +164,8 @@ Dear ' . $proposal_data->contributor_name . ', Congratulations! Your proposal for OpenModelica Flowsheeting Project with the following details is approved. Full Name: ' . $proposal_data->name_title . ' ' . $proposal_data->contributor_name . ' -Project Title : ' . $proposal_data->project_title . ' -Name of compound for which process development is carried out : ' . $proposal_data->process_development_compound_name . ' +Project Title: ' . $proposal_data->project_title . ' +Name of compound for which process development is carried out: ' . $proposal_data->process_development_compound_name . ' Please ensure that ALL the guidelines for coding at https://om.fossee.in/chemical/flowsheeting-project/coding-guidelines are strictly followed. Refer https://om.fossee.in/chemical/flowsheeting-project/internship for the further procedure for submission of the project. Kindly ensure that the flowsheet and abstract are submitted within 1 month. @@ -219,7 +219,7 @@ Dear ' . $proposal_data->contributor_name . ', Your OpenModelica flowsheet and abstract on the following process have been published successfully. Full Name: ' . $proposal_data->name_title . ' ' . $proposal_data->contributor_name . ' -Project Title : ' . $proposal_data->project_title . ' +Project Title: ' . $proposal_data->project_title . ' Kindly access this link to download the same. https://om.fossee.in/chemical/flowsheeting-project/completed-flowsheet @@ -280,8 +280,8 @@ Full Name: ' . $proposal_data->name_title . ' ' . $proposal_data->contributor_na Email: ' . $user_data->mail . ' University/Institute: ' . $proposal_data->university . ' OpenModelica Version: ' . $proposal_data->version . ' -Project Title : ' . $proposal_data->project_title . ' -Name of compound for which process development is carried out : ' . $proposal_data->process_development_compound_name . ' +Project Title: ' . $proposal_data->project_title . ' +Name of compound for which process development is carried out: ' . $proposal_data->process_development_compound_name . ' You can propose a new flowsheet project. @@ -319,8 +319,8 @@ Dear ' . $proposal_data->contributor_name . ', You have successfully uploaded your OpenModelica flowsheet and abstract with the following details. Full Name: ' . $proposal_data->name_title . ' ' . $proposal_data->contributor_name . ' -Project Title : ' . $proposal_data->project_title . ' -Name of compound for which process development is carried out : ' . $proposal_data->process_development_compound_name . ' +Project Title: ' . $proposal_data->project_title . ' +Name of compound for which process development is carried out: ' . $proposal_data->process_development_compound_name . ' You shall be notified via email after the flowsheet and abstract are reviewed and approved / disapproved. This may take upto 45 working days. |