przemyslaw-pawelczak / ASPLOS_2020_Activity_Stats

Data and scripts that plot the data on online activity of ACM ASPLOS 2020 conference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASPLOS 2020 Conference Activity Statistics

This repository contains statistics about ACM ASPLOS 2020 Conference, embedded in files that plot automatically the data for the eaase of inspection. The statistics pertain to the official Slack channel of the conference and to the official ASPLOS 2020 YouTube channel.

How to use this template

Assuming you have latest version of Python installed and any Unix-compatible system, simply type

Python3 asplos_2020_slack_stats.py

This will present the statistics of the official ASPLOS 2020 Slack channels.

Python3 asplos_2020_youtube_stats.py

This will present the statistics of the ASPLOS 2020 YouTube channel.

Structure of this repository

  • asplos_2020_slack_stats.py: scrip to generate ACM ASPLOS 2020 Conference Slack statistics; script is self-contained and contains manually-collected data that is being plotted
  • asplos_2020_youtube_stats.py: scrip to generate ACM ASPLOS 2020 Conference YouTube statistics; script is self-contained and contains manually-collected data that is being plotted
  • asplos_2020_slack_stats.png: result of asplos_2020_slack_stats.py
  • asplos_2020_youtube_stats.png: result of asplos_2020_youtube_stats.py
  • README.md: this file
  • LICENCE: license file

History

The data was collected manually online and presented in the form of these scripts by Przemysław Pawełczak on March 22, 2020 - two days after the completion of ACM ASPLOS 2020 Conference.

Copyright

Copyright (C) 2019 Przemysław Pawełczak.

MIT Licence. See License file for details.

About

Data and scripts that plot the data on online activity of ACM ASPLOS 2020 conference

License:MIT License


Languages

Language:Python 100.0%