Eric Palkovacs is Professor of Ecology and Evolutionary Biology and Director of the Institute of Marine Sciences at the University of California, Santa Cruz. His research interests include eco-evolutionary dynamics, fish ecology, fisheries management, and conservation. He is particularly interested in the ecological consequences of genetic variation and importance of contemporary evolution for ecological dynamics. He is actively engaged in conservation and fisheries management.
'SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (47485,47486)
)
) AND (
(
( wp_postmeta.meta_key = \'the_author\' AND wp_postmeta.meta_value = \'4033227\' )
OR
( wp_postmeta.meta_key = \'secondary_author\' AND wp_postmeta.meta_value LIKE \'{7f196e95b527e49030444fe8a495ab37275c16cd3c31b638f3ba08fe3e722835}\\"4033227\\"{7f196e95b527e49030444fe8a495ab37275c16cd3c31b638f3ba08fe3e722835}\' )
)
) AND wp_posts.post_type = \'post\' AND ((wp_posts.post_status = \'publish\'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 6'


