No results.

WP_Query Object
(
    [query] => Array
        (
            [post_type] => event
            [posts_per_page] => 5
            [type] => 
            [area] => 
            [before] => 
            [after] => 
            [tags] => 
            [showtitle] => false
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => _ilsi_date
                            [value] => Array
                                (
                                    [0] => 2026-12-01
                                    [1] => 2026-12-31
                                )

                            [compare] => BETWEEN
                        )

                )

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

    [query_vars] => Array
        (
            [post_type] => event
            [posts_per_page] => 5
            [type] => 
            [area] => 
            [before] => 
            [after] => 
            [tags] => 
            [showtitle] => false
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => _ilsi_date
                            [value] => Array
                                (
                                    [0] => 2026-12-01
                                    [1] => 2026-12-31
                                )

                            [compare] => BETWEEN
                        )

                )

            [maxyears] => 0
            [paged] => 1
            [meta_key] => _ilsi_date
            [orderby] => meta_value
            [order] => ASC
            [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] => all
            [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] => 2026-12-01
                                            [1] => 2026-12-31
                                        )

                                    [compare] => BETWEEN
                                )

                            [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] => Array
                                (
                                    [0] => 2026-12-01
                                    [1] => 2026-12-31
                                )

                            [compare] => BETWEEN
                            [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 BETWEEN '2026-12-01' AND '2026-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 ASC
					 LIMIT 0, 5
    [posts] => Array
        (
        )

    [post_count] => 0
    [current_post] => -1
    [before_loop] => 
    [in_the_loop] => 
    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 0
    [max_num_pages] => 0
    [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] => e9d5154751b710703614ee05dd10c3ea
    [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
        )

    [query_cache_key:WP_Query:private] => wp_query:804ec190b9a16f6353a61ce275955c89
)


Past Events

IFT 2021 Annual Meeting

Virtual, Event

Sodium Reduction in Food: Where Are We Now? Extensive debate continues around the best approach for lowering population sodium intake, particularly given that public health campaigns related to labeling and education have had minimal impact. As a result, experts have more recently suggested that sodium reduction in the food supply is the only recourse. This session looked at that and other alternatives to addressing sodium intakes.

Read more about IFT 2021 Annual Meeting

Learnings and Challenges Developing the Largest Gut Microbiome Discovery Platform — From Bench to Commercial Application

Virtual, Event

Ten years ago, two scientists had a hypothesis that the body’s glycemic response to food was personalized and due to not just food, but the person eating the food.  To prove their hypothesis they conducted the largest nutrition trials ever conducted and demonstrated that the gut microbiome has meaningful predictive value.

Read more about Learnings and Challenges Developing the Largest Gut Microbiome Discovery Platform — From Bench to Commercial Application

WP_Query Object
(
    [query] => Array
        (
            [post_type] => event
            [posts_per_page] => 5
            [type] => 
            [area] => 
            [before] => 2026-07-14
            [after] => 
            [tags] => 
            [showtitle] => 
            [meta_query] => Array
                (
                    [relation] => AND
                    [0] => Array
                        (
                            [key] => _ilsi_date
                            [value] => 2026-07-14
                            [compare] => <=
                        )

                )

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

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

                )

            [maxyears] => 0
            [paged] => 46
            [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] => all
            [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] => 2026-07-14
                                    [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] => 2026-07-14
                            [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 <= '2026-07-14' )
  )
) 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 225, 5
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 25047
                    [post_author] => 291
                    [post_date] => 2021-03-01 14:29:38
                    [post_date_gmt] => 2021-03-01 14:29:38
                    [post_content] => 
                    [post_title] => IFT 2021 Annual Meeting
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => ift-2021-annual-meeting
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2024-07-19 11:57:31
                    [post_modified_gmt] => 2024-07-19 15:57:31
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafns.org/?post_type=event&p=25047
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 25573
                    [post_author] => 291
                    [post_date] => 2021-06-16 12:58:21
                    [post_date_gmt] => 2021-06-16 12:58:21
                    [post_content] => 
                    [post_title] => The Acceptable Daily Intake (ADI) for Low- and No-Calorie Sweeteners: Translation for Practice
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => the-acceptable-daily-intake-adi-for-low-and-no-calorie-sweeteners-translation-for-practice
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2023-01-24 20:07:55
                    [post_modified_gmt] => 2023-01-24 20:07:55
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafns.org/?post_type=event&p=25573
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [2] => WP_Post Object
                (
                    [ID] => 25503
                    [post_author] => 291
                    [post_date] => 2021-05-27 13:07:12
                    [post_date_gmt] => 2021-05-27 13:07:12
                    [post_content] => 
                    [post_title] => Learnings and Challenges Developing the Largest Gut Microbiome Discovery Platform -- From Bench to Commercial Application
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => learnings-and-challenges-developing-the-largest-gut-microbiome-discovery-platform-from-bench-to-commercial-application
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-08-30 15:56:03
                    [post_modified_gmt] => 2021-08-30 15:56:03
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafns.org/?post_type=event&p=25503
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [3] => WP_Post Object
                (
                    [ID] => 25540
                    [post_author] => 291
                    [post_date] => 2021-06-08 19:11:47
                    [post_date_gmt] => 2021-06-08 19:11:47
                    [post_content] => 
                    [post_title] => Fungi in the Gut: An Overlooked Domain of the Human Microbiome
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => fungi-in-the-gut-an-overlooked-domain-of-the-human-microbiome
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2021-08-31 20:32:52
                    [post_modified_gmt] => 2021-08-31 20:32:52
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://iafns.org/?post_type=event&p=25540
                    [menu_order] => 0
                    [post_type] => event
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [4] => WP_Post Object
                (
                    [ID] => 25099
                    [post_author] => 2
                    [post_date] => 2021-03-16 14:24:41
                    [post_date_gmt] => 2021-03-16 14:24:41
                    [post_content] => 

				IAFNS 2021 Annual Meeting
												Overview				
								
						Overview
											

IAFNS 2021 Annual Meeting:  Advancing Science for Impact

Join us for the inaugural Annual Meeting of the Institute for the Advancement of Food and Nutrition Sciences! Leveraging our operative model focused on collaboration and inclusion across industry, government, and academic scientists, sessions will highlight and explore:

  • -Food supply and formulation decisions
  • -Food for health promotion and disease management
  • -New frontiers in food allergen management
  • -Measurement of protein digestibility
  • -Novel environmental controls for food safety - and more!

The IAFNS 2021 Annual Meeting will take place on June 16-17th, with an opening reception on June 15th.

Schedule

View the Schedule-at-a-Glance

View the Detailed Agenda

Speaker Bios

Opening Reception

Happy Hours

"Let's Talk!" Interviews

Discussion on COVID-19 and the Food Supply Chain

Connecting Food and Agriculture

Food Innovation:
10 Year Futurecasting

Learn about new members of the IAFNS community

Science Symposium

Nutrition Keynote

Barbara Schneeman, PhD, University of California, Davis (formerly FDA)

Wednesday, June 16th, 11:30am-12:15pm ET

Food Safety Keynote

Mindy Brashears, PhD, Texas Tech University (formerly USDA)

Thursday, June 17th, 10:00-10:45am ET

What's on Our Plates? The Role of Food in Maintaining Health and Managing Disease

Wednesday, June 16th, 12:30-1:45pm ET

Session and Presenter Details

Environmental Controls for Food Safety: Managing Outside the Box

Wednesday, June 16th, 2:30-4:00pm ET

Session and Presenter Details

New Innovations in Food Allergy Testing and Patient Care

Wednesday, June 16th, 4:30-6:00pm ET

Session and Presenter Details

Low- and No-Calorie Sweeteners: How Much is Too Much?

Thursday, June 17th, 11:30am-1:00pm ET

Session and Presenter Details

Avoiding Health Flip-Flops in a Changing Food Supply

Thursday, June 17th, 2:00-3:30pm ET

Session and Presenter Details

Establishing in vitro Protein Digestibility as an Alternative to Animal Testing

Thursday, June 17th, 4:30-5:30pm ET

Session and Presenter Details

Questions? Email science@iafns.org

[post_title] => 2021 IAFNS Annual Meeting [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => 2021-iafns-annual-meeting [to_ping] => [pinged] => [post_modified] => 2023-05-08 15:34:35 [post_modified_gmt] => 2023-05-08 19:34:35 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafns.org/?post_type=event&p=25099 [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] => 25047 [post_author] => 291 [post_date] => 2021-03-01 14:29:38 [post_date_gmt] => 2021-03-01 14:29:38 [post_content] => [post_title] => IFT 2021 Annual Meeting [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => ift-2021-annual-meeting [to_ping] => [pinged] => [post_modified] => 2024-07-19 11:57:31 [post_modified_gmt] => 2024-07-19 15:57:31 [post_content_filtered] => [post_parent] => 0 [guid] => https://iafns.org/?post_type=event&p=25047 [menu_order] => 0 [post_type] => event [post_mime_type] => [comment_count] => 0 [filter] => raw ) [comment_count] => 0 [current_comment] => -1 [found_posts] => 242 [max_num_pages] => 49 [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] => 78c227add977cc2a4e3c23003db0e597 [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 ) [query_cache_key:WP_Query:private] => wp_query:1289e8f856b4b82615a110ba2857b3f6 )