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] => 2018-01-01
                                    [1] => 2018-12-31
                                )

                            [compare] => BETWEEN
                        )

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

                )

            [maxyears] => 0
            [paged] => 4
            [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] => 2018-01-01
                                    [1] => 2018-12-31
                                )

                            [compare] => BETWEEN
                        )

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

                )

            [maxyears] => 0
            [paged] => 4
            [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] => 2018-01-01
                                            [1] => 2018-12-31
                                        )

                                    [compare] => BETWEEN
                                )

                            [1] => Array
                                (
                                    [key] => _ilsi_date
                                    [value] => 2018-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] => 2018-01-01
                                    [1] => 2018-12-31
                                )

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

                    [mt2] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2018-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 '2018-01-01' AND '2018-12-31' ) 
    AND 
    ( mt2.meta_key = '_ilsi_date' AND mt2.meta_value < '2018-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 15, 5
				
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 4198
                    [post_author] => 67
                    [post_date] => 2018-02-23 14:53:38
                    [post_date_gmt] => 2018-02-23 14:53:38
                    [post_content] => 
                    [post_title] => IAFNS Mid-Year Science Program
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => 2018-ilsi-na-mid-year-science-program
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2018-08-01 14:12:09
                    [post_modified_gmt] => 2018-08-01 14:12:09
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=4198
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 4211
                    [post_author] => 67
                    [post_date] => 2018-02-27 20:04:01
                    [post_date_gmt] => 2018-02-27 20:04:01
                    [post_content] => 

	

Nutrition is the American Society for Nutrition's inaugural flagship meeting. IAFNS is supporting several sessions at Nutrition 2018:

Videos of the NUTRITION 2018 scientific sessions are now available! Click on a session to view the videos.

"The Future of Taste and Health - Converging Areas of Science to Promote Healthy Dietary Patterns" Expand

Saturday, June 9th, 2018. Supported by the IAFNS Taste and Diet Working Group.

Watch the full session

  • Lay of the Taste Land - Taste Evolution, Mechanisms, and Functions
    Gary Beauchamp, PhD, Monell Chemical Senses Center
  • Non-Mechanistic Determinants of the Taste Experience: How Culture, Environment, and Habit Influence Taste
    John Hayes, PhD, The Pennsylvania State University
  • Sensory Properties of Food and Implications for Food Choice
    Chris Simons, PhD, Ohio State University
  • Improving the Nutritional Profile of Products While Maintaining Taste: Industry Perspective
    Jane Leland, PhD, Consultant
  • Modifying Consumer Preference to Improve Dietary Choices
    Debra Zellner, PhD, Montclair State University
  • What Do We Know About Taste and Food Choice?
    Naomi Fukagawa, PhD, USDA ARS Beltsville Human Nutrition Research Center
"ASN/Canadian Nutrition Society Session: Ensuring Trust in Nutrition Science" Expand

Saturday, June 9th, 2018. Supported by the Scientific Integrity Consortium. IAFNS is an active member of the Consortium.

Watch the full session

  • Session Chair
    James House, PhD, University of Manitoba
  • Best Practices in Nutrition Science to Earn and Keep the Public's Trust
    Patrick Stover, PhD, Texas A&M
  • Report from the Scientific Integrity Consortium: Principles & Best Practices
    Catherine Woteki, PhD, Iowa State University
  • Using Risk of Bias Domains to Identify Opportunities for Improvement in Food- and Nutrition-related Research: An Evaluation of Research Type and Design, Year of Publication, and Source of Funding
    Esther Myers, PhD, RD, FADA, EF Myers Consulting, Inc. This talk was supported by the IAFNS Assembly on Scientific Integrity.
"Best Practices in Measuring and Reporting Blood Fatty Acids in Human Nutrition Studies" Expand

Monday, June 11th, 2018. Supported by the IAFNS Dietary Lipids Committee.

Watch the full session

  • Overview: The Need for Guidelines and the Process
    J. Thomas Brenna, PhD, University of Texas at Austin
  • Study Design and Interpretation
    Melanie Plourde, PhD, Université de Sherbrooke
  • Laboratory Analysis and Reporting
    Peter Jones, PhD, University of Manitoba
"The Sodium Conundrum" Expand

Tuesday, June 12th, 2018. Supported by the IAFNS Sodium Committee.

Watch the full session.

  • Introduction and Session Overview
    Moderator/Session Chair: Christine Taylor, PhD, FDA (retired)
  • Relationship of Sodium and Potassium to Chronic Disease: AHRQ Systematic Review
    Janet de Jesus, MS, RD, HHS, Office of Disease Prevention and Health Promotion
  • Developing Guidance for Inclusion of Chronic Disease Endpoints in DRIs: Implication for Sodium and Potassium
    Marian Neuhouser, PhD, RD, Fred Hutchinson Cancer Research Center
  • Overview of FDA Sodium Reduction Guidance
    Christine Taylor, PhD, FDA (retired)
  • Progress in Sodium Reduction by the Food Industry
    Joshua Anthony, PhD, MBA, The Campbell Soup Company
"Neurocognition: The First 1000 Days" Expand

This symposium aims to highlight recent scientific discoveries addressing how availability of distinct nutrients, along with genetic differences in nutrient metabolism capacity, affect the elaborate cellular and molecular processes that take place during brain development, focusing on basic science and clinically-­‐relevant scientific advances.

Symposium Chair:
Christopher Lynch, PhD, NIH, Director, Office of Nutrition Research
Chief, Nutrition Research Branch

Speakers:

Development of the Brain During the First 1000 Days of Life:
Lisa Freund, PhD, Eunice Kennedy Shriver National Institute Child Health and Human Development Iron: A Key Nutrient and a Paradigm of Nutrient-Brain Interactions:
Michael Georgieff, MD, University of Minnesota The Relation Between Maternal Genotype, Lipid Intake and Metabolism, and Infant and Toddler Cognitive Performance:
Carol Cheatham, PhD, UNC Chapel Hill Nutrition Research Institute The Impact of Maternal Choline Metabolism on Brain Development:
Steven Zeisel, MD, PhD, UNC Chapel Hill Nutrition Research Institute

 

 

More information about Nutrition 2018 is available here.

[post_title] => ASN Nutrition 2018 [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => asn-nutrition-2018 [to_ping] => [pinged] => [post_modified] => 2023-02-02 20:16:41 [post_modified_gmt] => 2023-02-02 20:16:41 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=4211 [menu_order] => 0 [post_type] => event [post_mime_type] => [comment_count] => 0 [filter] => raw ) [2] => WP_Post Object ( [ID] => 4209 [post_author] => 67 [post_date] => 2018-02-27 19:22:12 [post_date_gmt] => 2018-02-27 19:22:12 [post_content] => [post_title] => ISSFAL 2018 Biennial Congress [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => issfal-2018-biennial-congress [to_ping] => [pinged] => [post_modified] => 2018-02-27 19:22:12 [post_modified_gmt] => 2018-02-27 19:22:12 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=4209 [menu_order] => 0 [post_type] => event [post_mime_type] => [comment_count] => 0 [filter] => raw ) [3] => WP_Post Object ( [ID] => 4208 [post_author] => 67 [post_date] => 2018-02-27 18:51:08 [post_date_gmt] => 2018-02-27 18:51:08 [post_content] => [post_title] => Canadian Nutrition Society Annual Conference [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => canadian-nutrition-society-annual-conference [to_ping] => [pinged] => [post_modified] => 2023-01-18 17:35:24 [post_modified_gmt] => 2023-01-18 17:35:24 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=4208 [menu_order] => 0 [post_type] => event [post_mime_type] => [comment_count] => 0 [filter] => raw ) [4] => WP_Post Object ( [ID] => 3782 [post_author] => 2 [post_date] => 2017-12-15 13:46:17 [post_date_gmt] => 2017-12-15 13:46:17 [post_content] => [post_title] => Society of Toxicology (SOT) 57th Annual Meeting and ToxExpo [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => society-of-toxicology-sot-57th-annual-meeting-and-toxexpo [to_ping] => [pinged] => [post_modified] => 2017-12-15 13:51:25 [post_modified_gmt] => 2017-12-15 13:51:25 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=3782 [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] => 4198 [post_author] => 67 [post_date] => 2018-02-23 14:53:38 [post_date_gmt] => 2018-02-23 14:53:38 [post_content] => [post_title] => IAFNS Mid-Year Science Program [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 2018-ilsi-na-mid-year-science-program [to_ping] => [pinged] => [post_modified] => 2018-08-01 14:12:09 [post_modified_gmt] => 2018-08-01 14:12:09 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafnsconnect.wpengine.com/?post_type=event&p=4198 [menu_order] => 0 [post_type] => event [post_mime_type] => [comment_count] => 0 [filter] => raw ) [comment_count] => 0 [current_comment] => -1 [found_posts] => 20 [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] => a0b8888da99daca10daa0b46f84261b1 [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 ) )


Past Events

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-04-16
            [after] => 
            [tags] => 
            [showtitle] => 
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2024-04-16
                            [compare] => <=
                        )

                )

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

    [query_vars] => Array
        (
            [post_type] => event
            [posts_per_page] => 5
            [type] => 
            [area] => 
            [before] => 2024-04-16
            [after] => 
            [tags] => 
            [showtitle] => 
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2024-04-16
                            [compare] => <=
                        )

                )

            [maxyears] => 0
            [paged] => 39
            [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-04-16
                                    [compare] => <=
                                )

                            [relation] => OR
                        )

                    [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
                )

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

                    [mt1] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2024-04-16
                            [compare] => <=
                            [compare_key] => =
                            [alias] => mt1
                            [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 )
					WHERE 1=1  AND ( 
  wp_postmeta.meta_key = '_ilsi_date' 
  AND 
  ( 
    ( mt1.meta_key = '_ilsi_date' AND mt1.meta_value <= '2024-04-16' )
  )
) 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 190, 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] => 291 [max_num_pages] => 59 [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] => 414362463fe7619cf85ba3ec4ab5d3be [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 ) )