Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smithsonian/dpomd_dashboard
Dashboard to display general and detailed statistics of digitization projects by DPO Mass Digitization, OCIO, Smithsonian
https://github.com/smithsonian/dpomd_dashboard
dashboard digitization mass-digitization museums shiny shiny-apps
Last synced: 4 days ago
JSON representation
Dashboard to display general and detailed statistics of digitization projects by DPO Mass Digitization, OCIO, Smithsonian
- Host: GitHub
- URL: https://github.com/smithsonian/dpomd_dashboard
- Owner: Smithsonian
- License: apache-2.0
- Created: 2020-03-03T14:13:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T14:06:23.000Z (over 2 years ago)
- Last Synced: 2024-11-08T00:17:06.749Z (about 2 months ago)
- Topics: dashboard, digitization, mass-digitization, museums, shiny, shiny-apps
- Language: R
- Homepage: https://dpo.si.edu/mass-digitization-program
- Size: 201 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* lubridateThe 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](https://user-images.githubusercontent.com/2302171/81701791-788ff080-9438-11ea-97b8-d3eb4ebcebdf.png)
### Progress in Select Projects - Figures of the number of images captured by day or month for some projects
![progress](https://user-images.githubusercontent.com/2302171/81701798-7af24a80-9438-11ea-934c-d1e203032730.png)
### Daily/Monthly Statistics - Tables of images and objects digitized by day and month, plus buttons to download the data in CSV/Excel.
![stats](https://user-images.githubusercontent.com/2302171/81701802-7cbc0e00-9438-11ea-949d-276e82a60c6a.png)
## Versions
* 1.6.0 - Renaming to `Collections Digitization` and adding tabs for the three main areas: Mass Digi, Imaging Services, and Informatics