Professional Affiliation: Minia University, Faculty of Engineering, Elminia, Egypt
Mentorship Offered: Problem formulation
Professional Affiliation: Department of Petroleum Engineering, Abadan Faculty of Petroleum Engineering, Petroleum University of Technology (PUT), Abadan, 63187-14317, Iran
Mentorship Offered: Manuscript drafting
SELECT DISTINCT p.ID
FROM wp_posts p
LEFT JOIN wp_postmeta pm ON p.ID = pm.post_id
WHERE p.post_type = 'research_mentor_cpt' AND
p.post_status = 'publish'
AND (
p.post_title LIKE '%Energy production and storage%' OR
(pm.meta_key IN ('professional_affiliation', 'research_area', 'choice_of_mentorship_in_research_cycle')
AND pm.meta_value LIKE '%Energy production and storage%')
)
ORDER BY p.post_date DESC