Skip to content

Latest commit

 

History

History
executable file
·
40 lines (23 loc) · 1.53 KB

README.md

File metadata and controls

executable file
·
40 lines (23 loc) · 1.53 KB

DPO Collections Digitization Dashboard

Dashboard to display general and detailed statistics of digitization projects by the Collections Digitization program of DPO, OCIO, Smithsonian (https://dpo.si.edu/mass-digitization-program).

Live version of the Mass Digi Dashboard: https://shiny.si.edu/massdigi/

Written in R/Shiny.

Packages required:

  • shiny
  • dplyr
  • shinyWidgets
  • DT
  • plotly
  • shinycssloaders
  • lubridate

The app reads data.RData, which contains the dataframes used in each table and plot. This data.RData file is created by another script that reads the data from a Postgres database to generate summary statistics and time series. The script it run every Monday morning using cron.

The Dashboard

The dashboard displays four tabs:

Summary - List of projects and main summary statistics

summary

Progress in Select Projects - Figures of the number of images captured by day or month for some projects

progress

Daily/Monthly Statistics - Tables of images and objects digitized by day and month, plus buttons to download the data in CSV/Excel.

stats

Versions

  • 1.6.0 - Renaming to Collections Digitization and adding tabs for the three main areas: Mass Digi, Imaging Services, and Informatics