Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. <div class="row collapse">
  2. <div class="small-12 columns">
  3. <h2>Accident total recordable frequency rate (TRFR) (2003-2017)</h2>
  4. <div class="ct-chart"
  5. data-accordion="true"
  6. data-map='{{
  7. "ticks":[0,0.6,1.2,1.8,2.4,3,3.6,4.2,4.8,5.4],
  8. "labels":[
  9. "2003",
  10. "2004",
  11. "2005",
  12. "2006",
  13. "2007",
  14. "2008",
  15. "2009",
  16. "2010",
  17. "2011",
  18. "2012",
  19. "2013",
  20. "2014",
  21. "2015",
  22. "2016",
  23. "2017"
  24. ],
  25. "series":[
  26. {{
  27. "name":"Total Recordable Frequency Rates (TRFR) **",
  28. "data":[
  29. 5.3,
  30. 4.6,
  31. 3.9,
  32. 3.3,
  33. 2.6,
  34. 2.1,
  35. 1.91,
  36. 1.63,
  37. 1.27,
  38. 1.16,
  39. 1.03,
  40. 1.05,
  41. 1.12,
  42. 1.01,
  43. 0.89
  44. ]
  45. }}
  46. ]
  47. }}'
  48. data-type="line"
  49. data-y-title="TRFR per 1,000,000"
  50. data-x-title="Year"
  51. data-text_notes="Notes"
  52. data-notes='{{ "notes":[
  53. {{
  54. "text":"The chart above shows our preferred accident rate indicator for reporting – Total Recordable Frequency Rate (TRFR) – over the period 2003–17. While we no longer use Accident Frequency Rate (AFR) for reporting purposes, an earlier trend is presented in the previous chart for comparison."
  55. }},
  56. {{
  57. "text":"Please note that as a consequence of improving our safety performance over many years, in 2009 Unilever decided to increase the denominator used to calculate TRFR from 100,000 to 1,000,000 hours. The chart has thus been re-stated using this new, higher factor which has had the effect of increasing our current and historical TRFR data by a factor of ten."
  58. }},
  59. {{
  60. "text":"PricewaterhouseCoopers (PwC) assured from 2014 onwards. ",
  61. "link":"https://www.unilever.com/sustainable-living/our-approach-to-reporting/independent-assurance/"
  62. }},
  63. {{
  64. "text":"*AFR: Workplace accidents resulting in time off work or some temporary restriction in the work that the injured person can undertake."
  65. }},
  66. {{
  67. "text":"**TRFR: All workplace accidents, excluding only those that require simple first aid treatment. In line with industry best practice, we include temporary staff and contractors who work under our direct supervision in our definition of an "employee"."
  68. }}
  69. ]}}'></div>
  70. <div>
  71. <p><strong>Key</strong></p>
  72. <div class="legend" style="position:relative;"></div>
  73. </div>
  74. <div class="chart-footnotes"></div>
  75. </div>
  76. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement