CINXE.COM
Home - Bioplastics
<!DOCTYPE HTML> <html lang="en-US"> <head> <style id="initialPageLoadSpinnerStyles"> .dragContainer { position: absolute; height: 6.25rem; width: 6.25rem; top: 40%; left: 50%; margin-left: -5rem; display: none; } .outerContainer { top: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 11.75rem; height: 11.75rem; padding: 1rem; background-color: #f7f8f9; border-radius: 50%; box-sizing: border-box; } .container { position: relative; margin: 0 auto; transform: translateZ(0) rotate(.1); } .outerCircle { width: 8.75rem; height: 8.75rem; top: 50%; left: 60%; animation-duration: 3s; border-color: #006ae1 #006ae1 #aed4ff; box-sizing: border-box; } .circle { border-radius: 50%; border-style: solid; position: absolute; border-width: 0.75rem; width: 8.75rem; height: 8.75rem; top: 50%; left: 60%; animation: 3s linear infinite spinner; animation-play-state: inherit; box-sizing: border-box; } @keyframes spinner { 0% { transform: translate3d(-50%, -50%, 0) rotate(0deg); } 100% { transform: translate3d(-50%, -50%, 0) rotate(360deg); } } @media only screen and (max-width: 48em) { html { font-size: 75%; } } </style> <style> .defaultGlobalFont { font-family: 341f2bfc-be5b-41cb-9c84-c2614aa2f7dd } </style> <title>Home - Bioplastics</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Bioplastics"> <meta name="title" content="Bioplastics."><meta name="twitter:card" content="summary"><meta name="title" property="og:title" content="Bioplastics 2024 | September 17-18, 2024 | Cincinnati, OH, USA"><meta name="twitter:title" content="Bioplastics 2024 | September 17-18, 2024 | Cincinnati, OH, USA"><meta name="description" property="og:description" content="Join me for the Bioplastics event on September 17-18, 2024"><meta name="twitter:description" content="Join me for the Bioplastics event on September 17-18, 2024"><meta name="image" property="og:image" content="https://custom.cvent.com/55FDEF0A93B84AA3A0A98859863252ED/pix/a653931140c248ac8f6cbea8e0f5d4ca.jpg"><meta name="twitter:image" content="https://custom.cvent.com/55FDEF0A93B84AA3A0A98859863252ED/pix/a653931140c248ac8f6cbea8e0f5d4ca.jpg"> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=">event_ui_mono_repo_1_0_0_SNAPSHOT_paths = 'https://www.cvent-assets.com/event-guestside-site/assets/';</script> <link rel="canonical" href=https://www.ami-events.com/event/41eb4892-9e9a-4557-9a8f-09f0f57e5827/summary /> <link nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" rel="icon" type="image/x-icon" href="https://custom.cvent.com/55FDEF0A93B84AA3A0A98859863252ED/pix/favicon.ico"> <link nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" rel="apple-touch-icon" type="image/x-icon" href="https://custom.cvent.com/55FDEF0A93B84AA3A0A98859863252ED/pix/favicon.ico"> <style id="richTextRendererStyles"></style> </head> <body class="defaultGlobalFont"> <div class="dragContainer" id="initialPageLoadSpinner"> <div class="outerContainer"> <div class="container"> <div class="outerCircle circle"></div> </div> </div> </div> <div id="react-mount"></div> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/runtime.prod.master_v16.e8d0998760118be28f67.js"></script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/6583.prod.master_v16.5a8d7ad4dac8ffa38530.js"></script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/2463.prod.master_v16.34b948072e842520ed45.js"></script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/2546.prod.master_v16.612722ab3da01d0c7ae7.js"></script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/6054.prod.master_v16.2e10bc0f77125a83b684.js"></script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" type="text/javascript" crossorigin="anonymous" src="https://www.cvent-assets.com/event-guestside-site/assets/main.prod.master_v16.4a4a79cd9efd82ee5d7f.js"></script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM="> window.CVENT = { codeSnippets: {}, codeSnippetsWithResolvedDatatags: {}, addTriggerHandlers: function (event, triggerHandler) { if (!this.codeSnippets[event]) { this.codeSnippets[event] = []; } this.codeSnippets[event].push(triggerHandler); }, runTriggerHandlers: function (event) { if (this.codeSnippetsWithResolvedDatatags[event] && this.codeSnippetsWithResolvedDatatags[event].length > 0) { let handlers = this.codeSnippetsWithResolvedDatatags[event]; for (let i=0; i < handlers.length; i++) { try { new Function(handlers[i])(); } catch (ex) { // ignore errors in third-party snippets console.error(`error in code snippet for ${event}`, ex); } } } }, clearBannerTriggerHandlers: function () { delete this.codeSnippets.Initialization_Banner; delete this.codeSnippets.RegistrationConversion_Banner; delete this.codeSnippets.AllPages_Banner; }, experiments: {"flex_convert_reg_cart_client_to_functional":0,"enable_gender_neutrality_for_hotel_request":1,"flex_address_widget_customization":2,"flex_question_library_ui_integration":1,"cookie_consent_enhancements":1,"reg_new_webpayments_component":0,"advanced_group_purchase":0,"flex_optimize_external_contact_merge_process":0,"hotel_widget_remove_cancel_done_button":0,"print_pool_dialog_self_reg_qr":1,"cpra_all_contacts":1,"enable_gender_neutrality_for_flight_request":0,"event_assistant":0,"use_web_payment_form_for_travel_credit_card_widget":0,"flex_enable_registration_paths_localization":1,"sd_user_role_permissions":2,"flex_contact_field_styling":0,"invite_only_sso_private_events":1,"alternate_travel_ques_for_guest":1,"display_event_website_async_publish_error":1,"flex_add_multiple_group_member_reg_mod":0,"add_pronouns_bio_headline_website_fields_in_reg":0,"registration_data_integrity":0,"support_lossy_image_compression":0,"hide_legacy_agenda_widget":1,"multi_select_combobox_for_reg_question":0,"event_site_editor_delta_save":1,"flex_question_widget_styling":0,"content_release_sep_13_23":1,"flex_use_graphql_account_translation_data":{"version":2},"sponsors_widget":0,"flex_categorize_code_snippets":1,"registration_process_user_role_permissions":1,"badge_pickup_reminder_widget":0,"reg_text_writing_assistant":1,"registration_expresspay":1,"flex_show_remove_fee_toggle_reg_summary":0,"flex_website_agenda_multilingual_search":0,"registration_queue_reg_cart_updates":1,"event_container_version":15,"google_analytics_session_source":1,"reg_blocks_theming":0,"site_designer_save_draft":0,"src_agenda_session_share_link":1,"exhibitors_widget":1,"flex_initial_load_spinner":0,"hybrid_inperson_session_waitlist_adhoc_fix":0,"allow_real_invitees_to_test_registrations":0,"flex_hover_state":1,"reg_paygo_require_cvv":1,"flex_lock_fields":1,"feature_release":18,"flex_use_graphql_question_data":null,"reg_timeout_warning_modal":1,"flex_new_cookie_banner":1,"flex_website_agenda_session_description_enhancement":1,"share_filtered_session_add":1,"friendly_url_pages":0,"appts_sunset_legacy_calendar":0,"content_release_aug_30_23":1,"event_embedded_agenda_widget":1,"section_layouts":0,"flex_website_speaker_redesign":0,"hotel_widget_build_menu_enhancements":1,"flex_continuous_performance_improvement":null}, version: '9.0.25', graphqlVersion: '3.2.24' } const showLoading = window.CVENT.experiments.flex_initial_load_spinner; if (showLoading) { document.getElementById('initialPageLoadSpinner').style.display = 'block'; } else { document.getElementById('initialPageLoadSpinner').style.display = 'none'; } </script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM="> </script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" async src="https://www.googletagmanager.com/gtag/js?id=G-QK4CSB8P7E"></script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM="> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QK4CSB8P7E'); </script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" nomodule id="internet-explorer-is-dead" src="https://www.cvent-assets.com/event-guestside-site/assets/internet-explorer-is-dead.v6.min.js" data-asset-root="https://www.cvent-assets.com/event-guestside-site/assets/" data-culture-code="en" ></script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Event", "name": "Bioplastics", "description": "Brand-new for 2024, our Bioplastics event is a valuable opportunity for the entire North American bioplastics supply chain to convene and explore the industry's latest trends, challenges, and opportunities. The inaugural event, took place on September 17-18, 2024, in Cincinnati, OH, USA. Attending this event gives you the chance to connect with key industry professionals, stay informed about the latest advancements in bioplastics, and discover new products and services. Join the community and actively participate in discussions surrounding the role of bioplastics in shaping a sustainable future in North America. The event covered a wide range of topics, including bio-based (renewably sourced) polymers, encompassing both biodegradable and durable types, as well as bio-based additives, fillers, and fibers for bio-based plastics. Expert speakers addressed trends, application opportunities, processing challenges, and definitions and standards, including compostability-related issues and opportunities.", "image": "", "startDate": "Tue Sep 17 13:00:00 UTC 2024", "endDate": "Wed Sep 18 17:00:00 UTC 2024", "eventStatus": "https://schema.org/EventScheduled", "eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode", "location": [{ "@type": "InPerson", "url": "www.ami-events.comevent/41eb4892-9e9a-4557-9a8f-09f0f57e5827" },{ "@type": "Place", "name": "The Westin Cincinnati", "address": { "@type": "PostalAddress", "streetAddress": "21 East Fifth Street", "addressLocality": "Cincinnati", "addressRegion": "OH", "postalCode": "45202", "addressCountry": "US" } }] } </script> <script nonce="cNRt0D5eVvusgSa/vx2tHw3mqJM=" > function applicationInit() { var applicationSettings = { viewRoot: '/event', accountName: 'AMIPUK002', createdBy: '', analyticsUrl: 'https://io.cvent.com/factor', analyticsUrlPath: '/dai/v1/batch_facts', attendeeExperienceUrl: 'https://web.cvent.com/hub/', webPaymentsSettings: '{"webPaymentsEndpoint":"https://webpayments.cvent-production.cvent.cloud/webpayments/","webPaymentsApplicationId":"aZM6pToAdoEpHZZw0g5wSelws7T2BL73FIea1HZpaTOgQlc3Xg.6ggfFxVRmGYsf0bySAd8ZSA1uzY8hE.FQ3SnSHUXOkul4jCv.vTfEDw85qpJvu07Ju3YDPmQz.UcxgvstlsRPtKtJUJ0BjqXdxA--","webPaymentsPermanentApplicationId":"aZM6pToAdoEpHZZw0g5wSVvVL7Hf1sIS6cDRyFP0QXdrk8Q9VN0Hh4l4B.mv2kSgQCY3JGGdM7TwFN.BPa6iwq5ep8LhRATKkgI1VBARx1Vf5eNE9uA7bGhPt8AHnIS9AxrWrgj0SXA2eWjpWhJw7Q--"}', assetRoot: 'https://www.cvent-assets.com/event-guestside-site/assets/', baseName: '', environment: '', isDebug: false, eventContext: {"isValid":true,"eventId":"41eb4892-9e9a-4557-9a8f-09f0f57e5827","landingPage":"Home","landingPageVariety":"WEBSITE","abandonedReg":false,"viewMode":"standard","isPlanner":false,"isPreview":false,"referenceId":"Bioplastics_event_listing","sessionId":"node0v28g3fpzqot2z7c6ex6tg8el71685","abortRegistrationSecondsDelay":10}, accessToken: 'BEARER c7919ebdb8a53ff70a60bde3e949a398716e39b82e11cf6792ff37418df6d38ccb3591180f309a2a1e1af01a8f5c0e32d6ee934569a007f88fa08756dd98e446', sessionId: 'node0v28g3fpzqot2z7c6ex6tg8el71685', serviceBaseUrl: '/event_guest', logToServer: true, googleApiKey: 'AIzaSyA6U2aYrgvYFLyAfaeC2BLu4ehED0EIG0U', eventLaunchWizardSettings: '{"isMerchantCPS":false,"showBankAccount":false,"openLaunchWizard":false,"remittanceType":"bank","isSalesForceIdPresent":false}', plannerRegSettings: { successUrl: '', exitUrl: '', sendEmail: true, modificationRequest: null, apolloServerBaseUrl: '', }, cultureCode: 'en', eventTimezoneId: 35, capacityIds: ["41eb4892-9e9a-4557-9a8f-09f0f57e5827","51965abd-1c09-4603-b223-35ad7f3b0202","41eb4892-9e9a-4557-9a8f-09f0f57e5827::00000000-0000-0000-0000-000000000000","41eb4892-9e9a-4557-9a8f-09f0f57e5827::a3a38fba-40bf-4f2b-882f-5e1dca0561b2","41eb4892-9e9a-4557-9a8f-09f0f57e5827::b33b8493-0b94-4ac0-9be4-129db5a49808","41eb4892-9e9a-4557-9a8f-09f0f57e5827::e3848501-c103-41b0-ab22-9b9fb27ca51d","41eb4892-9e9a-4557-9a8f-09f0f57e5827::08aa9564-b550-4bb1-8f4a-b65fb184a8e4","41eb4892-9e9a-4557-9a8f-09f0f57e5827::9449fc2a-6c95-4c8c-9ffc-5aaa6fef22ef","41eb4892-9e9a-4557-9a8f-09f0f57e5827::73d7a4d8-447b-4a3e-8210-d0916ce54523","41eb4892-9e9a-4557-9a8f-09f0f57e5827::b0fc5ce5-dfc3-461b-b462-d328315ca5e9"], isTravelEnabled: false, accountSnapshotVersion: 'fVkG.8o67ZwQmsFQeOjtCfhPhI7ZmkNY', eventSnapshotVersion: 'qMDNGhmX4neUi9vc8WxHXuuUfIMcSSeC', travelSnapshotVersion: '', experiments: {"flexSsoAdminRegManage":true,"useProductVisibilityService":true,"granularSiteLoading":true,"isUserTextLoadedOnlyForSecondaryLanguage":true,"isFlexWebsiteAgendaRedesignEnabled":true,"preventAdmissionItemSelectionDuringRegMod":false,"flexCacheRegCartPricing":true,"featureRelease":18,"isApptsNewInterestWidgetEnabled":true,"flexProductVersion":68,"waxAttendeeLogin":false,"flexTieCookieBannerToAnalyticsExperimentVariant":2,"preventDedupeLogic":true,"useNewVisibleProductsForRegCart":1}, appleMapToken: 'eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IlBYNVdSWUs4M1MifQ.eyJpYXQiOjE3MTIyMzI1NTkuMCwiZXhwIjoxNzc1MzA0NjE5LjAsImlzcyI6IjdYTFBTRzY5NlMifQ.2miP2MG4SAUV1q6npK8kNJlE3EOGT-8vo0TmFbezGR3-yJDsVySpnMwZWmRRLRiKgmVDcswOIVC9m7R_gkHOTQ', appointmentsUrl: 'https://www.cvent.com/c/appointments', deemUrl: 'https://www.cvent.com/Events/Registrations/RPA.aspx', csrfToken: '', datadogEnvironment: 'production', captchaSiteKey: '6Ledvt8fAAAAABAJKKollVGM3zI1AxcwPREU5LlV', eventLocales: [{localeId:1033,cultureCode:'en-US'}], defaultCultureCode: 'en-US', isAllowDetectLanguages: true, hasMultipleLanguages: false, defaultFont: '341f2bfc-be5b-41cb-9c84-c2614aa2f7dd' }; loadAssets(applicationSettings); } if (!window.cvtUnsupportedBrowser) { applicationInit(); } else { window.loadInUnsupportedBrowser = applicationInit; } </script> </body> </html>