Giter Club home page Giter Club logo

ukgovdatascience.govuk-taxonomy-viz's Introduction

govuk-taxonomy-viz

Purpose

This repo is for visualising the GOV.UK taxonomy. The aim is to aid colleagues with exploring the hierarchy.

There are many ways to display hierarchical data, including trees/dendrograms, treemaps, icicles, sunbursts and circlepacking. Trees are a sensible choice for now.

Tool

Live

There is a live tool/dashboard here: https://ukgovdatascience.github.io/govuk-taxonomy-viz/20190712_taxonomy-hierarchy-tree.html

It currently has two tabs: one with an interactive tree and one with a table with clickable links to the topic pages for each taxon on GOV.UK.

You can click the nodes on the interactive tree diagram to expand them to the next level. Colour-filled nodes can be expanded; white nodes do not have any children and can't be expanded further.

Static image of the interactive tree diagram

Regenerating the tool

You can make changes to the R Markdown (.Rmd) file and re-render with:

rmarkdown::render(
  input = "02_taxonomy-flexdashboard.Rmd",  # R Markdown file containing the tool
  output_format = "flex_dashboard",  # output format is a flexdashboard
  output_dir = "docs",  # set an output directory for saving the file
  output_file = "doc_name.html"  # set an output filename
)

ukgovdatascience.govuk-taxonomy-viz's People

Contributors

matt-dray avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.