Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 2.02 KB

index.md

File metadata and controls

50 lines (31 loc) · 2.02 KB

Who's staying home because of COVID-19?

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 phildini@phildini.net. 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.