function add_permastructs(&$wp_rewrite)
 {
     // $wp_rewrite->add_permastruct('publication-author', '%publication-author%', FALSE); // with_front
     parent::add_permastructs($wp_rewrite);
 }