WP_Query Object
(
    [query] => Array
        (
            [post_type] => event
            [posts_per_page] => 5
            [type] => 
            [area] => 
            [before] => 
            [after] => 
            [tags] => 
            [showtitle] => false
            [meta_query] => Array
                (
                    [relation] => Array
                        (
                            [0] => AND
                            [1] => AND
                        )

                    [0] => Array
                        (
                            [key] => _ilsi_date
                            [value] => Array
                                (
                                    [0] => 2013-01-01
                                    [1] => 2013-12-31
                                )

                            [compare] => BETWEEN
                        )

                    [1] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2013-12-31
                            [compare] => <
                        )

                )

            [maxyears] => 0
            [paged] => 1
            [meta_key] => _ilsi_date
            [orderby] => meta_value
            [order] => DESC
        )

    [query_vars] => Array
        (
            [post_type] => event
            [posts_per_page] => 5
            [type] => 
            [area] => 
            [before] => 
            [after] => 
            [tags] => 
            [showtitle] => false
            [meta_query] => Array
                (
                    [relation] => Array
                        (
                            [0] => AND
                            [1] => AND
                        )

                    [0] => Array
                        (
                            [key] => _ilsi_date
                            [value] => Array
                                (
                                    [0] => 2013-01-01
                                    [1] => 2013-12-31
                                )

                            [compare] => BETWEEN
                        )

                    [1] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2013-12-31
                            [compare] => <
                        )

                )

            [maxyears] => 0
            [paged] => 1
            [meta_key] => _ilsi_date
            [orderby] => meta_value
            [order] => DESC
            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [meta_value] => 
            [preview] => 
            [s] => 
            [sentence] => 
            [title] => 
            [fields] => 
            [menu_order] => 
             => 
            [category__in] => Array
                (
                )

            [category__not_in] => Array
                (
                )

            [category__and] => Array
                (
                )

            [post__in] => Array
                (
                )

            [post__not_in] => Array
                (
                )

            [post_name__in] => Array
                (
                )

            [tag__in] => Array
                (
                )

            [tag__not_in] => Array
                (
                )

            [tag__and] => Array
                (
                )

            [tag_slug__in] => Array
                (
                )

            [tag_slug__and] => Array
                (
                )

            [post_parent__in] => Array
                (
                )

            [post_parent__not_in] => Array
                (
                )

            [author__in] => Array
                (
                )

            [author__not_in] => Array
                (
                )

            [search_columns] => Array
                (
                )

            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_post_term_cache] => 1
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 
            [comments_per_page] => 50
            [no_found_rows] => 
        )

    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                )

            [relation] => AND
            [table_aliases:protected] => Array
                (
                )

            [queried_terms] => Array
                (
                )

            [primary_table] => wp_posts
            [primary_id_column] => ID
        )

    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [key] => _ilsi_date
                        )

                    [1] => Array
                        (
                            [0] => Array
                                (
                                    [key] => _ilsi_date
                                    [value] => Array
                                        (
                                            [0] => 2013-01-01
                                            [1] => 2013-12-31
                                        )

                                    [compare] => BETWEEN
                                )

                            [1] => Array
                                (
                                    [key] => _ilsi_date
                                    [value] => 2013-12-31
                                    [compare] => <
                                )

                            [relation] => AND
                        )

                    [relation] => AND
                )

            [relation] => AND
            [meta_table] => wp_postmeta
            [meta_id_column] => post_id
            [primary_table] => wp_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => wp_postmeta
                    [1] => mt1
                    [2] => mt2
                )

            [clauses:protected] => Array
                (
                    [wp_postmeta] => Array
                        (
                            [key] => _ilsi_date
                            [compare] => =
                            [compare_key] => =
                            [alias] => wp_postmeta
                            [cast] => CHAR
                        )

                    [mt1] => Array
                        (
                            [key] => _ilsi_date
                            [value] => Array
                                (
                                    [0] => 2013-01-01
                                    [1] => 2013-12-31
                                )

                            [compare] => BETWEEN
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => CHAR
                        )

                    [mt2] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2013-12-31
                            [compare] => <
                            [compare_key] => =
                            [alias] => mt2
                            [cast] => CHAR
                        )

                )

            [has_or_relation:protected] => 
        )

    [date_query] => 
    [request] => 
					SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID
					FROM wp_posts  INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )  INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id )  INNER JOIN wp_postmeta AS mt2 ON ( wp_posts.ID = mt2.post_id )
					WHERE 1=1  AND ( 
  wp_postmeta.meta_key = '_ilsi_date' 
  AND 
  ( 
    ( mt1.meta_key = '_ilsi_date' AND mt1.meta_value BETWEEN '2013-01-01' AND '2013-12-31' ) 
    AND 
    ( mt2.meta_key = '_ilsi_date' AND mt2.meta_value < '2013-12-31' )
  )
) AND ((wp_posts.post_type = 'event' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled')))
					GROUP BY wp_posts.ID
					ORDER BY wp_postmeta.meta_value DESC
					LIMIT 0, 5
				
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 758
                    [post_author] => 12
                    [post_date] => 2016-05-12 18:42:05
                    [post_date_gmt] => 2016-05-12 18:42:05
                    [post_content] => 
                    [post_title] => Advances and Controversies in Clinical Nutrition Conference
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => advances-and-controversies-in-clinical-nutrition-conference
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-09-16 20:15:49
                    [post_modified_gmt] => 2021-09-16 20:15:49
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafnsconnect.wpengine.com/northamerica/?post_type=event&p=758
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 759
                    [post_author] => 12
                    [post_date] => 2016-05-12 19:25:16
                    [post_date_gmt] => 2016-05-12 19:25:16
                    [post_content] => 
                    [post_title] => Food & Nutrition Conference & Expo 2013
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => food-nutrition-conference-expo-2013
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-05-03 13:12:59
                    [post_modified_gmt] => 2019-05-03 13:12:59
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafnsconnect.wpengine.com/northamerica/?post_type=event&p=759
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [2] => WP_Post Object
                (
                    [ID] => 760
                    [post_author] => 12
                    [post_date] => 2016-05-12 19:30:48
                    [post_date_gmt] => 2016-05-12 19:30:48
                    [post_content] => 
                    [post_title] => Sixth International Conference on Polyphenols and Health (ICPH 2013)
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => sixth-international-conference-on-polyphenols-and-health-icph-2013
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-09-09 20:39:07
                    [post_modified_gmt] => 2021-09-09 20:39:07
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafnsconnect.wpengine.com/northamerica/?post_type=event&p=760
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [3] => WP_Post Object
                (
                    [ID] => 761
                    [post_author] => 12
                    [post_date] => 2016-05-12 19:38:58
                    [post_date_gmt] => 2016-05-12 19:38:58
                    [post_content] => 
                    [post_title] => International Congress of Nutrition: Food Allergy
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => international-congress-of-nutrition-food-allergy
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-12-01 01:08:13
                    [post_modified_gmt] => 2021-12-01 01:08:13
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafnsconnect.wpengine.com/northamerica/?post_type=event&p=761
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [4] => WP_Post Object
                (
                    [ID] => 762
                    [post_author] => 12
                    [post_date] => 2016-05-12 19:43:55
                    [post_date_gmt] => 2016-05-12 19:43:55
                    [post_content] => 
                    [post_title] => International Congress of Nutrition: Energy Balance and Active Living
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => international-congress-of-nutrition-energy-balance-and-active-living
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-05-03 13:19:52
                    [post_modified_gmt] => 2019-05-03 13:19:52
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafnsconnect.wpengine.com/northamerica/?post_type=event&p=762
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

        )

    [post_count] => 5
    [current_post] => -1
    [before_loop] => 
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 758
            [post_author] => 12
            [post_date] => 2016-05-12 18:42:05
            [post_date_gmt] => 2016-05-12 18:42:05
            [post_content] => 
            [post_title] => Advances and Controversies in Clinical Nutrition Conference
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => advances-and-controversies-in-clinical-nutrition-conference
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2021-09-16 20:15:49
            [post_modified_gmt] => 2021-09-16 20:15:49
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://iafnsconnect.wpengine.com/northamerica/?post_type=event&p=758
            [menu_order] => 0
            [post_type] => event
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
        )

    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 17
    [max_num_pages] => 4
    [max_num_comment_pages] => 0
    [is_single] => 
    [is_preview] => 
    [is_page] => 
    [is_archive] => 
    [is_date] => 
    [is_year] => 
    [is_month] => 
    [is_day] => 
    [is_time] => 
    [is_author] => 
    [is_category] => 
    [is_tag] => 
    [is_tax] => 
    [is_search] => 
    [is_feed] => 
    [is_comment_feed] => 
    [is_trackback] => 
    [is_home] => 1
    [is_privacy_policy] => 
    [is_404] => 
    [is_embed] => 
    [is_paged] => 
    [is_admin] => 
    [is_attachment] => 
    [is_singular] => 
    [is_robots] => 
    [is_favicon] => 
    [is_posts_page] => 
    [is_post_type_archive] => 
    [query_vars_hash:WP_Query:private] => 9d0835a06dd5a6e1ff4c9476f208c7f1
    [query_vars_changed:WP_Query:private] => 
    [thumbnails_cached] => 
    [allow_query_attachment_by_filename:protected] => 
    [stopwords:WP_Query:private] => 
    [compat_fields:WP_Query:private] => Array
        (
            [0] => query_vars_hash
            [1] => query_vars_changed
        )

    [compat_methods:WP_Query:private] => Array
        (
            [0] => init_query_flags
            [1] => parse_tax_query
        )

)


2017

EuroTox 2017

Bratislava, Slovakia

2016 Summer Fellow, Agnes Karmaus, will present her work on the evaluation of food-use chemicals in ToxCast.

Read more about EuroTox 2017

WC10

Seattle, WA, USA

2016 Summer Fellow, Alex Turley received an award to present her work on food relevant chemicals in ToxCast at WC10.

Read more about WC10

WP_Query Object
(
    [query] => Array
        (
            [post_type] => event
            [posts_per_page] => 5
            [type] => 
            [area] => 
            [before] => 2024-03-28
            [after] => 
            [tags] => 
            [showtitle] => 
            [meta_query] => Array
                (
                    [relation] => Array
                        (
                            [0] => AND
                            [1] => AND
                        )

                    [0] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2024-03-28
                            [compare] => <=
                        )

                    [1] => Array
                        (
                            [key] => _ilsi_date
                            [value] => Array
                                (
                                    [0] => 2017-01-01
                                    [1] => 2017-12-31
                                )

                            [compare] => BETWEEN
                        )

                    [2] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2017-12-31
                            [compare] => <
                        )

                )

            [maxyears] => 0
            [paged] => 2
            [meta_key] => _ilsi_date
            [orderby] => meta_value
            [order] => DESC
        )

    [query_vars] => Array
        (
            [post_type] => event
            [posts_per_page] => 5
            [type] => 
            [area] => 
            [before] => 2024-03-28
            [after] => 
            [tags] => 
            [showtitle] => 
            [meta_query] => Array
                (
                    [relation] => Array
                        (
                            [0] => AND
                            [1] => AND
                        )

                    [0] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2024-03-28
                            [compare] => <=
                        )

                    [1] => Array
                        (
                            [key] => _ilsi_date
                            [value] => Array
                                (
                                    [0] => 2017-01-01
                                    [1] => 2017-12-31
                                )

                            [compare] => BETWEEN
                        )

                    [2] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2017-12-31
                            [compare] => <
                        )

                )

            [maxyears] => 0
            [paged] => 2
            [meta_key] => _ilsi_date
            [orderby] => meta_value
            [order] => DESC
            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [meta_value] => 
            [preview] => 
            [s] => 
            [sentence] => 
            [title] => 
            [fields] => 
            [menu_order] => 
             => 
            [category__in] => Array
                (
                )

            [category__not_in] => Array
                (
                )

            [category__and] => Array
                (
                )

            [post__in] => Array
                (
                )

            [post__not_in] => Array
                (
                )

            [post_name__in] => Array
                (
                )

            [tag__in] => Array
                (
                )

            [tag__not_in] => Array
                (
                )

            [tag__and] => Array
                (
                )

            [tag_slug__in] => Array
                (
                )

            [tag_slug__and] => Array
                (
                )

            [post_parent__in] => Array
                (
                )

            [post_parent__not_in] => Array
                (
                )

            [author__in] => Array
                (
                )

            [author__not_in] => Array
                (
                )

            [search_columns] => Array
                (
                )

            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_post_term_cache] => 1
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 
            [comments_per_page] => 50
            [no_found_rows] => 
        )

    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                )

            [relation] => AND
            [table_aliases:protected] => Array
                (
                )

            [queried_terms] => Array
                (
                )

            [primary_table] => wp_posts
            [primary_id_column] => ID
        )

    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [key] => _ilsi_date
                        )

                    [1] => Array
                        (
                            [0] => Array
                                (
                                    [key] => _ilsi_date
                                    [value] => 2024-03-28
                                    [compare] => <=
                                )

                            [1] => Array
                                (
                                    [key] => _ilsi_date
                                    [value] => Array
                                        (
                                            [0] => 2017-01-01
                                            [1] => 2017-12-31
                                        )

                                    [compare] => BETWEEN
                                )

                            [2] => Array
                                (
                                    [key] => _ilsi_date
                                    [value] => 2017-12-31
                                    [compare] => <
                                )

                            [relation] => AND
                        )

                    [relation] => AND
                )

            [relation] => AND
            [meta_table] => wp_postmeta
            [meta_id_column] => post_id
            [primary_table] => wp_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => wp_postmeta
                    [1] => mt1
                    [2] => mt2
                    [3] => mt3
                )

            [clauses:protected] => Array
                (
                    [wp_postmeta] => Array
                        (
                            [key] => _ilsi_date
                            [compare] => =
                            [compare_key] => =
                            [alias] => wp_postmeta
                            [cast] => CHAR
                        )

                    [mt1] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2024-03-28
                            [compare] => <=
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => CHAR
                        )

                    [mt2] => Array
                        (
                            [key] => _ilsi_date
                            [value] => Array
                                (
                                    [0] => 2017-01-01
                                    [1] => 2017-12-31
                                )

                            [compare] => BETWEEN
                            [compare_key] => =
                            [alias] => mt2
                            [cast] => CHAR
                        )

                    [mt3] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2017-12-31
                            [compare] => <
                            [compare_key] => =
                            [alias] => mt3
                            [cast] => CHAR
                        )

                )

            [has_or_relation:protected] => 
        )

    [date_query] => 
    [request] => 
					SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID
					FROM wp_posts  INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )  INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id )  INNER JOIN wp_postmeta AS mt2 ON ( wp_posts.ID = mt2.post_id )  INNER JOIN wp_postmeta AS mt3 ON ( wp_posts.ID = mt3.post_id )
					WHERE 1=1  AND ( 
  wp_postmeta.meta_key = '_ilsi_date' 
  AND 
  ( 
    ( mt1.meta_key = '_ilsi_date' AND mt1.meta_value <= '2024-03-28' ) 
    AND 
    ( mt2.meta_key = '_ilsi_date' AND mt2.meta_value BETWEEN '2017-01-01' AND '2017-12-31' ) 
    AND 
    ( mt3.meta_key = '_ilsi_date' AND mt3.meta_value < '2017-12-31' )
  )
) AND ((wp_posts.post_type = 'event' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled')))
					GROUP BY wp_posts.ID
					ORDER BY wp_postmeta.meta_value DESC
					LIMIT 5, 5
				
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 2683
                    [post_author] => 343
                    [post_date] => 2017-09-01 19:27:52
                    [post_date_gmt] => 2017-09-01 19:27:52
                    [post_content] => 
                    [post_title] => EuroTox 2017
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => eurotox-2017
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2017-09-14 17:42:55
                    [post_modified_gmt] => 2017-09-14 17:42:55
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=2683
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 2672
                    [post_author] => 343
                    [post_date] => 2017-08-14 16:53:01
                    [post_date_gmt] => 2017-08-14 16:53:01
                    [post_content] => 
                    [post_title] => WC10
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => 10th-world-congress-on-alternatives-and-animal-use-in-the-life-sciences
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2017-08-14 17:06:05
                    [post_modified_gmt] => 2017-08-14 17:06:05
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=2672
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [2] => WP_Post Object
                (
                    [ID] => 2385
                    [post_author] => 343
                    [post_date] => 2017-03-24 14:20:42
                    [post_date_gmt] => 2017-03-24 14:20:42
                    [post_content] => 

	

The IAFNS Food, Nutrition and Safety Program (FNSP) mid-year meeting combines presentations on topics of current interest with reports on progress within the organization's new and on-going programs.  Explore the topics below by accessing the presentation videos.

Food Fraud Food Fraud Food Fraud: A Focus on Prevention
Roy Fenoff, PhD, The Citadel Circadian Rhythm Circadian Rhythm in Health and Disease
Satchin Panda, PhD, Salk Institute Systems Science Systems Science: The Next Frontier in Food, Nutrition and Health
Bruce Lee, MD, MBA Johns Hopkins University Foodborne Illness Estimating Outbreak-Based Foodborne Illness Source Attribution for Four Priority Pathogens 
Michael Batz, US FDA

 

Open Data Open Data Sets, Transparency and Challenges for the Future
Jennifer Freeman Smith, PhD, Center for Open Science Metabolomics Metabolomics for Food Composition and Food Biomarker Analysis
David Wishart, PhD, University of Alberta Case Examples of Metabolomics Use in Dietary & Nutrition Studies
Susan Sumner, PhD, University of North Carolina Chapel Hill [post_title] => 2017 FNSP Mid-Year Meeting [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 2017-fnsp-mid-year-meeting [to_ping] => [pinged] => [post_modified] => 2021-03-24 12:39:23 [post_modified_gmt] => 2021-03-24 12:39:23 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=2385 [menu_order] => 0 [post_type] => event [post_mime_type] => [comment_count] => 0 [filter] => raw ) [3] => WP_Post Object ( [ID] => 2579 [post_author] => 343 [post_date] => 2017-06-22 20:09:07 [post_date_gmt] => 2017-06-22 20:09:07 [post_content] => IAFP

IAFNS is sponsoring 4 scientific sessions and 2 posters at the 2017 International Association for Food Protection Annual Meeting. Explore all the presentations below. 

Scientific Sessions

Controlling foodborne pathogens Controlling foodborne pathogens Battling Bad Bugs: Biological Approaches to Control Pathogens
Monday, July 10, 2017 from 3:30- 5:00 PM

Session Conveners: Isabel Walls, USDA NIFA, and Kendra Nightingale, Texas Tech University

Abstract:
The food industry often relies on physical and chemical interventions to control foodborne pathogens. This session is intended to discuss biological approaches to control foodborne pathogens throughout the food continuum. Topics to be covered include the use of (i) biocontrol of Listeria monocytogenes and Salmonella enterica Serovar Poona on fresh-cut apples with naturally occurring bacterial and yeast antagonists, (ii) probiotics to reduce the load of foodborne pathogens that enter the human food chain and pathogen populations on food and in food processing environments and (iii) bacteriophage to combat bacterial foodborne pathogens. This session will also include discussions on consumer perception and acceptance of these biological approaches to control foodborne pathogens. Biocontrol of the Food-Borne Pathogens Listeria monocytogenes and Salmonella enterica Serovar Poona on Fresh-Cut Apples with Naturally Occurring Bacterial and Yeast Antagonists
Wojciech Janisiewicz, USDA ARS
Video Application of Probiotics to Control Foodborne Pathogens from Farm to Fork
Mindy Brashears, Texas Tech University
Video Application of Bacteriophage to Control Foodborne Pathogens in the Food Processing Environment and in Ready-to Eat Foods
Sam Alcaine, Cornell University
Video Managing Risk Managing Risk in a Zero Tolerance World
Tuesday, July 11, 2017 from 8:30 AM - 12:00 PM

Session Conveners: Laurie Post, Deibel Labs, Edith Wilkin, Leprino Foods Company

Abstract: It is accepted that there is risk in everything and the discipline of risk assessment focuses on minimizing risk to an acceptable level. This seems to be in conflict with the concept of zero tolerance, which is not completely codified in regulation and yet does seem to exist in actual food industry practice. Does the current interpretation of FSMA rules and regulatory application of new technologies in outbreak investigation drive the expectation of a zero-risk environment? What should risk assessment and food safety management look like in this changing landscape? How can risk be managed to allow suitable options for consumers and food manufacturers? The perception and understanding of risk necessitates a conversation between regulators, consumers, and the food industry.

The Changing Landscape: Implications of New Regulations on Risk Assessment
Donald Zink, IEH Laboratories & Consulting Group
Video The International Dynamic of Risk Assessment
Robert Buchanan, University of Maryland
Video How is Whole Genome Sequencing Impacting Assessments of Risk and Setting of Standards?
Luca Cocolin, University of Turin
Video Setting Risk Based Performance Standards
Roy Betts, Campden BRI
Video Risk Management- Strategies and Challenges in a Zero Risk Environment
Tim Jackson, previously Nestlé North America
Video Consumer Perceptions of Risk and How It Influences Their Choices
William Hallman, Rutgers, The State University of New Jersey
Video Debate: Food Safety Perspectives A Debate: Current Perspectives in Food Safety
Wednesday, July 12, 2017 from 8:30 AM to 10:00 AM

Abstract: This interactive roundtable is intended to engender lively discussion of important food safety topics. It is assumed audience participants will have a basic understanding of the unresolved issues surrounding the topics to be discussed in the symposium. The session will cover three topics: "The good, the bad, and the ugly foods: Should we encourage the consumption of "ugly" and expired foods?"; "Who's to blame? Do consumers own a piece of food safety?"; and, "Which is the real 'obesogen'-pizza or the pizza box?" Each topic will include a 7-minute presentation in support of (Yes, Pizza) followed by a 7-minute presentation in opposition of (No, Pizza Box) the proposed topic question. Each speaker will have 3 minutes for extemporaneous rebuttals. A 6-minute question/answer session will then follow to allow for audience participation. We will have electronic polling of the audience to allow for a Yes/No vote on each topic question prior to and following the discussion to evaluate whether people's views have been changed by the presentations.

Convener: Kendra Nightingale, Texas Tech University

The good, the bad, and the ugly foods: Should we encourage the consumption of "ugly" and expired foods?
Yes: Sarah Cahill, FAO
No: Rob Tauxe, CDC
Video Who's to blame? Do consumers own a piece of food safety?
Yes: Sarah Brew, Faegre Baker Daniels, LLP
No: Bill Marler, Marler Clark, LLP
Video Which is the real "obesogen"-pizza or the pizza box?
Pizza: Ruth Kava, American Council on Science and Health
Pizza Box: Stephen Safe, Texas A&M University
Video Chemical & Microbial Risk Assessment Chemical and Microbial Risk Assessment: Similarities and Differences
Wednesday, July 12, 2017 from 10:30 AM - 12:00 PM

Convener: Doug Holt, Dr. Pepper Snapple Group

Abstract: In food safety, risk assessment is the scientific evaluation of known or potential health effects resulting from human exposure to chemicals or microorganisms. Exposure to pathogenic microorganisms is different from exposure to chemicals. Microorganisms differ from chemicals as they can grow or die and the level of exposure to microorganisms can change dramatically in a short period. The speakers in this session will discuss the similarities and differences between chemical and microbial risk assessment; risk and risk benefit analysis and will present some case studies.

Chemical Risk Assessments and their Uses in Decision Making
Joseph Rodricks, Ramboll Environ
Video Quantitative Microbiological Risk Assessment: Dealing with Biological Diversity
Robert Buchanan, University of Maryland
Video Safety and Risk Assessments: Fit for Purpose
Jane Van Doren, FDA

Poster Presentations

Listeria monocytogenes Listeria monocytogenes Fate of Listeria monocytogenes in Cocoa Powder during Isothermal Inactivation
P3-16
Presentation on Wednesday, July 12, 2017

Authors: Hsieh-Chin Tsai, Washington State University, Marizela Silva, Washington State University, Juming Tang, Washington State University, Meijun Zhu, Washington State University

Introduction: Listeria monocytogenes can survive in dry condition for a long period of time. Despite an increasing number of studies addressing Salmonella inactivation in low-moisture foods, there is a general lack of knowledge related to L. monocytogenes inactivation in low moisture foods during thermal processing and to the factors impacting their survival in low moisture food. Cocoa powder is an essential ingredient and widely incorporated in different desserts and drinks and thus a possible source of L. monocytogenes contamination.

Purpose: To evaluate the thermal resistance of L. monocytogenes in cocoa powder and further investigate the impact of water activity (aw) on its survival in cocoa powder.

Methods: Natural unsweetened cocoa powder (Hershey's) was inoculated with three-strain L. monocytogenes cocktail (~9.0 log CFU/g), equilibrated to water activity (aw, 25°C) to 0.3 or 0.45, then subjected to isothermal treatments using aluminum TDT test cell containing 0.4 g of inoculated and equilibrated sample. The survivors were enumerated on TSAYE plates.

Results: Inactivation data resulted from different temperatures at both aw showed log-linear trend which was used to obtained thermal inactivation parameters. Thermal resistance of L. monocytogenes at 0.3 aw was significantly higher than that at 0.45 aw across all three temperatures. Listeria monocytogenes at 0.3 aw and 0.45 aw had D70°C of 7.44±1.17 and 4.77±0.28 min, D75°C of 3.62±0.03 and 2.84±0.09 min, and D80°C of 1.35±0.04 and 1.06±0.05 min, respectively, z-value at 0.3 aw and 0.45 aw was 13.48 and 15.31°C, respectively.

Significance: Listeria monocytogenes demonstrated much higher thermal resistance in cocoa powder compared to the high moisture foods, which is impacted by aw. Data provide valuable information for industry to validate thermal processing for control of L. monocytogenes in low moisture foods.

Salmonella Assessment of Survival and Virulence of Salmonella in Low-moisture Foods
P3-17
Poster Presentation on Wednesday, July 12, 2017

Authors: Victor Jayeola, North Carolina State University, Raleigh, NC, Jeffrey Farber, University of Guelph, CRIFS, Department of Food Science, Guelph, Canada, Sophia Kathariou, North Carolina State University, Raleigh, NC

Introduction: Low-moisture foods (LMF) have been implicated in multiple outbreaks of salmonellosis. However, mechanisms mediating survival and virulence of Salmonella in such foods remain poorly understood

Purpose: To assess survival and virulence of Salmonella in low moisture foods.

Methods : A two-strain mixture of Salmonella enterica serotypes Typhimurium and Enteritidis was used to inoculate two model LMF, chocolate and in shell pistachios. Products (100 g) were inoculated with four ml of the Salmonella cell suspension, dried for one to three hours until aw approximated that of the uninoculated product, aliquoted into 15-ml centrifuge tubes and stored in the dark at 22°C. Salmonella populations immediately after inoculation, after drying and at 1, 4, 6, 10, 15, and 21 days were determined in triplicate on nonselective (TSA-YE) and selective (XLD) media. Virulence was tested in the insect Galleria mellonella model by injecting 10 µl of rinsate from products at one day into the last left proleg of 10 larvae. Rinsate from uninoculated products were also injected as controls. The larvae were incubated at 37°C and larval mortality was daily monitored.

Results: The population of Salmonella in the inoculated products was eight and nine log CFU/g immediately after inoculation and 7.3 and 8.0 log CFU/g after drying for chocolate and pistachios, respectively. Populations decreased to 4.5 and 7.5 log CFU/g by 21 days in chocolate and pistachios, respectively. Recovery of Salmonella from either product on TSAYE and XLD was similar. Larvae inoculated with 3.4 log CFU/ml of the cocktail had a mortality of 100% after 24 h compared to 80% of larvae inoculated with 3.9 log CFU/ml cells from chocolate and 30% for larvae inoculated with 3.7 log CFU/ml cells from pistachios. The mortality of controls was 0 and 10% for uninoculated pistachios and chocolate, respectively.

Significance: Findings show that Salmonella can survive in chocolate liquor and pistachios and that cells adapted to the LMF environment retained virulence.

[post_title] => IAFP 2017 Annual Meeting [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => international-association-for-food-protection-iafp-annual-meeting [to_ping] => [pinged] => [post_modified] => 2022-04-08 18:17:35 [post_modified_gmt] => 2022-04-08 18:17:35 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=2579 [menu_order] => 0 [post_type] => event [post_mime_type] => [comment_count] => 0 [filter] => raw ) [4] => WP_Post Object ( [ID] => 3339 [post_author] => 2 [post_date] => 2017-11-13 15:15:24 [post_date_gmt] => 2017-11-13 15:15:24 [post_content] => [post_title] => IFT 2017 - Predictive Model to Estimate Potential Impact of High Oleic Oils on Dietary Fatty Acid Intakes in Adult Americans [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => predictive-model-to-estimate-potential-impact-of-high-oleic-oils-on-dietary-fatty-acid-intakes-in-adult-americans [to_ping] => [pinged] => [post_modified] => 2023-01-18 17:36:58 [post_modified_gmt] => 2023-01-18 17:36:58 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=3339 [menu_order] => 0 [post_type] => event [post_mime_type] => [comment_count] => 0 [filter] => raw ) ) [post_count] => 5 [current_post] => -1 [before_loop] => [in_the_loop] => [post] => WP_Post Object ( [ID] => 2683 [post_author] => 343 [post_date] => 2017-09-01 19:27:52 [post_date_gmt] => 2017-09-01 19:27:52 [post_content] => [post_title] => EuroTox 2017 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => eurotox-2017 [to_ping] => [pinged] => [post_modified] => 2017-09-14 17:42:55 [post_modified_gmt] => 2017-09-14 17:42:55 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=2683 [menu_order] => 0 [post_type] => event [post_mime_type] => [comment_count] => 0 [filter] => raw ) [comment_count] => 0 [current_comment] => -1 [found_posts] => 19 [max_num_pages] => 4 [max_num_comment_pages] => 0 [is_single] => [is_preview] => [is_page] => [is_archive] => [is_date] => [is_year] => [is_month] => [is_day] => [is_time] => [is_author] => [is_category] => [is_tag] => [is_tax] => [is_search] => [is_feed] => [is_comment_feed] => [is_trackback] => [is_home] => 1 [is_privacy_policy] => [is_404] => [is_embed] => [is_paged] => 1 [is_admin] => [is_attachment] => [is_singular] => [is_robots] => [is_favicon] => [is_posts_page] => [is_post_type_archive] => [query_vars_hash:WP_Query:private] => fb86039b2f47c5f5130f62dc11d8413e [query_vars_changed:WP_Query:private] => [thumbnails_cached] => [allow_query_attachment_by_filename:protected] => [stopwords:WP_Query:private] => [compat_fields:WP_Query:private] => Array ( [0] => query_vars_hash [1] => query_vars_changed ) [compat_methods:WP_Query:private] => Array ( [0] => init_query_flags [1] => parse_tax_query ) )