Resources

Annual Reports

This area is a repository for member only documents (only accessible by current members after logging in).

Annual Reports - Documents
March 20, 2024

2023 BVI Annual Report

Annual Reports - Documents
March 20, 2024

2023 Minnesota Annual Report

Annual Reports - Documents
March 13, 2024

2023 New York Annual Report

Annual Reports - Documents
March 4, 2024

2023 Wisconsin Annual Report

Annual Reports - Documents
February 11, 2024

2023 Michigan Annual Report

Annual Reports - Documents
February 1, 2024

Carolinas 2023 Annual Report

Annual Reports - Documents
January 8, 2024

2022 China Network Annual Report

Annual Reports - Documents
November 18, 2023

2022 Japan Network Annual Report

Annual Reports - Documents
November 10, 2023

2022 Indonesia Network Annual Report

Annual Reports - Documents
November 1, 2023

2022 Korea Network Annual Report

/*umx-dollar-fix*/window.$ = window.$ || window.jQuery; // REVEAL SPONSOR BIO // Open $(document).on('click', '.sponsor .sponsor-card .sponsor-title .sponsor-open', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-card').addClass('hide'); $sponsor.find('.sponsor-info').removeClass('hide'); }); // Close: return to initial state $(document).on('click', '.sponsor .sponsor-info .sponsor-close', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-info').addClass('hide'); $sponsor.find('.sponsor-card').removeClass('hide'); }); // REMOVE PROFILE PHOTO LINK $(document).ready(function() { $(".um .um-profile-photo a.um-profile-photo-img").removeAttr("href"); });