Resources

Policies & Forms

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

Report Form
December 16, 2025

Network Annual Report Form

Code of Conduct & Other Required Forms
December 16, 2025

IWIRC Code of Conduct and Ethics Policy

Grants
December 16, 2025

IWIRC Network Grant Application

Stipends
December 16, 2025

Travel Stipend Request Form

Communications Policy
December 11, 2023

IWIRC Communication Policy

Annual Reports - Documents - Report Form
April 15, 2023

2022 New England Annual Report

Annual Reports - Documents - Report Form
April 14, 2023

2022 Delaware Annual Report

Annual Reports - Documents - Report Form
April 14, 2023

2022 Greater Maryland Annual Report

Annual Reports - Documents - Report Form
April 14, 2023

2022 Wisconsin Annual Report

Annual Reports - Documents - Report Form
April 13, 2023

2022 Midwest 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"); });