{% extends "base.html" %} {% load ietf_filters %} {% block title %}IAB/IESG Nominating Committee{% endblock %} {% block content %}

IAB/IESG Nominating Committee

Current Committee Chair: {{ curr_chair.person.plain_name }}

{% for regime in regimes %}

Messages from {{ regime.group.start_year }} - {{ regime.group.end_year }}

{# use person email address here rather than the generic nomcom-chair@ietf.org #}

Committee Chair: {{ regime.chair.person.plain_name }}

{% for ann in regime.announcements %} {% endfor %}
Date Subject Sent To
{{ ann.time|date:"Y-M-d" }} {{ ann.subject|escape }} {{ ann.to_name }}
{% endfor %}
{# somebody ought to import these announcements in the DB instead of this mess #}

Messages from 2003-2004 NomCom

Committee Chair: Rich Draves

  • IETF Nominations Committee Chair Announcement August 25, 2003
  • NomCom call for volunteers September 22, 2003
  • Selection of the Nominations Committee
  • NomCom Volunteer List October 06, 2004
  • NomCom Selection October 10, 2003
  • Call for Nominees October 17, 2003
  • NomCom members October 24, 2003
  • NomCom at IETF November 07, 2003
  • NomCom News November 14, 2003
  • Reminder - nominations to replace Randy Bush November 26, 2003
  • Randy Bush replacement schedule December 01, 2003
  • Randy Bush replacement January 14, 2004
  • NomCom results February 13, 2004
  • Call for Security AD nominations September 28, 2004
  • Steve Bellovin replacement November 07, 2004

    Messages from 2002-2003 NomCom

    Committee Chair: Phil Roberts

  • First Call for Volunteers July 30, 2002
  • Selection of the Nominations Committee
  • Announcement of the Nominations Committee September 18, 2002
  • Announcement of IESG and IAB Nominations Requests October 21, 2002
  • Announcement of IESG and IAB Nominations Requests November 5, 2002
  • Announcement of IESG and IAB Nominations Requests November 12, 2002
  • IETF Nomcom Announcement February 27, 2003
  • Announcement of IESG and IAB Nominations Request June 11, 2003
  • Nomcom result announcement July 15, 2003

    Historical Information

  • IAB/IESG Nominating Committee Members (by year)

    References

  • The Internet Standards Process (RFC 2026)
  • IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees (RFC 3777) (Also BCP10)
  • Publicly Verifiable Nominations Committee (NomCom) Random Selection (RFC 3797) {% endblock %}