An open API service indexing awesome lists of open source software.

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

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

[![Build Status](https://travis-ci.org/dhimmel/thinklytics.svg?branch=master)](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").