softwaresaved / visualisation

Web-based visualisation of Institute data.Contact: @mikej888
http://softwaresaved.github.io/visualisation
GNU General Public License v2.0
2 stars 1 forks source link

Visualise carpentry workshops in the UK #30

Closed anenadic closed 6 years ago

anenadic commented 6 years ago

Spreadsheet with workshops: https://drive.google.com/open?id=1Od0cTQ2KPivaj6r_18RBD79lIo3yokUw9fks2RT8mOI

mikej888 commented 6 years ago

carpentry_workshops tab contains raw data. This would need post-processing in Python or JavaScript to get the Number of workshops per affiliation. The Number of workshops per affiliation needs to be provided as a tab in your spreadsheet. Is this not the same as the workshop_institution tab? (that tab is in a good format for use with the visualisation scripts).

ctmartins commented 6 years ago

Use this spreadsheet instead: https://docs.google.com/spreadsheets/d/1-tfDUusAIs5clffqDpsHsncn7-W47-UC-TepG3xTlwU/edit?usp=sharing

Tab: workshops-affiliation_GB_2017-12-14 Range: A1:B38 (including header)

mikej888 commented 6 years ago

Commited updates, see http://softwaresaved.github.io/visualisation/html/training/swc_workshops_2017.html.

I used a horizontal bar chart so the text is readable. Making the pie chart text readable involves work in the pie chart code in general, which may be non-trivial (it's already an issue, #4).