Resources

International Resources

Documents, policies, forms, and program materials for IWIRC leaders and members. Use the sections below to browse by category, or jump directly using the navigation bar.

Organizational Documents

Board Minutes

Updated October 18, 2025

Committee Terms of Reference

Updated December 18, 2025

Other Operational Documents

Updated December 16, 2025

New Network Information

Updated December 16, 2025

Policies & Forms

Financial

Updated December 16, 2025

TRAVEL STIPENDS

NETWORK GRANTS

Communications

Updated December 18, 2025

COMMUNICATIONS POLICY

LOGO INFORMATION – IWIRC INTERNATIONAL

LOGO INFORMATION – NETWORKS

Reporting

Updated December 16, 2025

Archive

Older Materials

Historical documents retained for reference

Become a member to view these resources

This page is a repository for member-only resources. Register to become a member and login to view this content.

/*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"); });