Professional Affiliation: Botswana University of Agriculture and Natural Resources
Mentorship Offered: Manuscript drafting
Professional Affiliation: Applied Economics Research Center, University of Karachi
Mentorship Offered: Simulation
Professional Affiliation: Prof. Dimitrios A. Karras, PhD Assoc. prof. National and Kapodistrian University of Athens (NKUA), Department of Agricultural Development, Agri-Food and Natural Resources Management (AAADFP), Hellas (Greece), adjunct prof. at EPOKA univ., Computer Engineering Dept., Tirana, adjunct prof. at GLA Univ., Dept. Computer Eng. India Executive Steering Committee Member, Lincoln University College Malaysia (LUCM) Global Postdoctoral & Researcher Programme ORCID ID: http://orcid.org/0000-0002-2759-8482 WEB OF SCIENCE RESEARCH ID: AAD-7229-2019 Senior Member of Hong Kong Society of Algorithms and Computing Technology (HKSACT ) (No: SMDK20240522001Y) WhatsApp: +355692179307 Skype: Dimitrios.a.karras
Mentorship Offered: Problem formulation
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 '%Natural resources%' OR
(pm.meta_key IN ('professional_affiliation', 'research_area', 'choice_of_mentorship_in_research_cycle')
AND pm.meta_value LIKE '%Natural resources%')
)
ORDER BY p.post_date DESC