Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cat

$cat = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'category',
		'terms'            => 'publication',
		'field'            => 'name',
	),
);