An open source, stand-alone, customisable public spending data web app.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

95 lines
3.6 KiB

  1. .grid_12
  2. %h2= @page_title = "Council Spending Data Scoreboard"
  3. -#
  4. %p.noprint.download
  5. %a{ :href => "/scoreboard.csv" }
  6. Download data as CSV
  7. %table
  8. %tr
  9. %th Council
  10. %th Data URL
  11. %th Open licence?
  12. %th Machine readable?
  13. %th Start
  14. %th End
  15. %th Updated
  16. - for council in @councils
  17. %tr
  18. %td
  19. %a{ :href => council.url }
  20. = council.name
  21. %td
  22. %a{ :href => council.data_url }
  23. data
  24. %td= yesno(council.open_licence)
  25. %td= yesno(council.machine_readable)
  26. %td= council.start_d.strftime("%b %Y")
  27. %td= council.end_d.strftime("%b %Y")
  28. %td= council.updated_at.strftime("%d %b %Y")
  29. -#
  30. %p.highlight.noprint
  31. This scoreboard data is free for you to use according to the
  32. %a{ :href => "http://creativecommons.org/licenses/by/3.0/"}<
  33. Creative Commons Attribution 3.0 Unported Licence.
  34. Please credit to
  35. %strong
  36. Adrian Short/Armchair Auditor
  37. and link back to
  38. %a{ :href => "http://armchairauditor.co.uk/scoreboard" }<
  39. http://armchairauditor.co.uk/scoreboard
  40. where possible.
  41. %h3 Notes
  42. %p
  43. If your council is publishing spending data please be aware of the guidance from the
  44. %a{ :href => "http://opengovernmentdata.org/finances/"}<
  45. Open Government Data
  46. and the
  47. %a{ :href => "http://data.gov.uk/blog/publishing-itemised-local-authority-expenditure-advice-comment"}<
  48. Local Public Data Panel.
  49. You can ask questions and get support in the
  50. %a{ :href => "http://www.communities.idea.gov.uk/c/3916997/home.do" }<
  51. Local Open Data Community
  52. on Communities of Practice for Local Government (approved registration required.)
  53. %table
  54. %tr
  55. %td.strong Data URL
  56. %td
  57. A web page that links to the various downloadable data files.
  58. %tr
  59. %td.strong Open licence?
  60. %td
  61. If Yes, the council is explicitly stating an open licence which allows people to use and republish the data, including for commercial purposes. Councils that don't have an open licence could
  62. %a{ :href => "http://www.rbwm.gov.uk/web/finance_payments_to_suppliers.htm"}<
  63. follow Windsor and Maidenhead's example
  64. and adopt
  65. %a{ :href => "http://data.gov.uk/terms-and-conditions"}<
  66. the data.gov.uk licence.
  67. An open licence is essential to enable the maximum use of this data and allow it to be combined with data from other councils to enable comparisons and benchmarking.
  68. %tr
  69. %td.strong Machine readable?
  70. %td
  71. The data needs to be able to be pulled directly into a database or spreadsheet from the web, not just visible as a web page or document. Acceptable formats include CSV, JSON and XML. Unacceptable formats include PDF and Word documents which can't be directly loaded as data into another program. It is also unacceptable to use a word-verification
  72. %a{:href => "http://en.wikipedia.org/wiki/CAPTCHA"}<
  73. CAPTCHA
  74. to prevent automated downloads.
  75. %tr
  76. %td.strong Start date
  77. %td
  78. The start of the period for which spending data is published.
  79. %tr
  80. %td.strong End date
  81. %td
  82. The end of the period for which spending data is published.
  83. %tr
  84. %td.strong Updated
  85. %td
  86. The date on which this scoreboard data was updated for this council. If you are concerned that your own council's data is out of date here, please
  87. %a{ :href => '/about' }<
  88. get in touch.