https://github.com/dhimmel/thinklytics
Continuous Thinklab project exports and analytics
https://github.com/dhimmel/thinklytics
analytics data rephetio thinklab travis-ci
Last synced: over 1 year ago
JSON representation
Continuous Thinklab project exports and analytics
- Host: GitHub
- URL: https://github.com/dhimmel/thinklytics
- Owner: dhimmel
- Created: 2016-04-08T19:56:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T17:54:29.000Z (almost 9 years ago)
- Last Synced: 2025-01-28T23:50:07.023Z (over 1 year ago)
- Topics: analytics, data, rephetio, thinklab, travis-ci
- Language: Jupyter Notebook
- Homepage: https://think-lab.github.io/
- Size: 19.6 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analytics for the _Thinklab_ platform
[_Thinklab_](https://think-lab.github.io) is a platform for collaborative online open science. This repository exports and stores _Thinklab_ content as well as providing basic analytics for _Thinklab_ projects.
**Thinklab winded down operations in the summer of 2017. Scheduled export is no longer performed.** Thinklab pages are now statically hosted on GitHub Pages at https://think-lab.github.io by [`Think-Lab/Think-Lab.github.io`](https://github.com/Think-Lab/Think-Lab.github.io). This repository is still the location to browse cached versions of (structured & machine-readable) Thinklab content.
## Repository structure
+ `export` retrieves Thinklab [project exports](https://thinklab.com/discussion/discussion-summary-statistics-for-illustrating-project-impact/191#4).
+ `process` creates tabular summaries of project activity and contributions.
+ `viz` contains R visualizations of project activity.
## Scheduled export
[](https://travis-ci.org/dhimmel/thinklytics)
This repository uses [Travis CI](https://travis-ci.org/dhimmel/thinklytics "dhimmel/thinklytics on Travis CI") to perform a daily export of all Thinklab projects. Travis CI is configured to perform a [cron-scheduled](https://docs.travis-ci.com/user/cron-jobs/ "Travis CI Cron Jobs") build every day. The build, which is configured using [`.travis.yml`](.travis.yml), executes [`run.sh`](run.sh) inside a Docker container containing this repository's [conda environment](docker/spec-file.txt). If the Travis CI build succeeds, the exported and processed datasets are pushed back to this repository.
## License
_Thinklab_ user content is licensed as [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/ "Creative Commons · Attribution 4.0 International"). Original content in this repository is released under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/ "Creative Commons · CC0 1.0 Universal · Public Domain Dedication").