At this point, the balance has shifted such that we assume everyone in tech is staying home. We will still accept PRs, of course. We will also start updating with companies returning to work as soon as we hear about that happening.
... these are a good starting point:
... check out these sites
This is the running list of what in tech has been affected by COVID-19. Pull requests gratefully accepted, especially around design or data formatting or correctness. If you are a journalist and would like to speak to someone about the list, email [email protected]. Instructions for contributing are here.
Jump to: Companies. Jump to: Events. Jump to: Universities.
{% assign sorted = site.data.companies | sort %} {% assign wfh_required = site.data.companies | where_exp:"item", "item.wfh contains 'Required'" | size %} {% assign wfh_encouraged = site.data.companies | where_exp:"item", "item.wfh contains 'Encouraged'" | size %}
Work from home required: {{ wfh_required}}, Work from home encouraged: {{ wfh_encouraged }}
{% assign cancelled = site.data.events | where_exp:"item", "item.status contains 'cancelled'" | size %}
Events cancelled: {{cancelled}}
{% assign statuses = "" | split: "" %} {% for university in site.data.universities %} {% assign status = university[1].status | downcase %} {% assign statuses = statuses | push: status %} {% endfor %} {% assign remote_count = statuses | where_exp:"status", "status contains 'remote'" | size %} Universities moving to remote teaching: {{remote_count}}
Jump to: Companies. Jump to: Events. Jump to: Universities.