-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vaccination Focused Redesign #483
Comments
Thanks for the mention! I like the idea of adding (or moving the focus to) vaccination information. As far as I know, residents will receive a "vaccination ticket" via mail from their city office. Depending on whether this already includes an assignment of when and where to get the shot, a map of vaccination centers would be more or less useful. If the data on which vaccination wave we're in (elderly only etc.) is publicly available, it will be very useful info to display. I assume this will depend on how centralized the rollout will be. I would prefer moving instead of removing the current numbers though, as new mutations might prolong the battle and information on both vaccination and spread might be valuable for some more time to come. |
From what I've heard :
With priority cases according to certain pathologies:
However, this may not be general, some cities and regions may opt for a different priority system... We will normally receive by mail a contact number for a call-center in order to make a reservation. People may be able to choose between different types of vaccine - we are talking about 3 different types for now - each hospital (or temporary vaccination center) may have some, but not necessarily all types of vaccine (e.g. in the countryside). I'm not sure what these informations could change in terms of interface, however, keeping a map up to date on what type of treatment is available at which location seems quite complicated. The same goes for the vaccination phases. This is unlikely, but there is a possibility that all cities will have a different schedule, which drastically complicates the display possibilities. I have access to some informations (some I can't divulge for contractual reason), but some others that can probably be useful here. I will try to follow this discussion. |
I think it could be great to visualize how many people have been vaccinated so far. This may provide some inspiration: https://ig.ft.com/coronavirus-vaccine-tracker/ |
Here's an excellent visualization from the NYT: https://www.nytimes.com/interactive/2020/us/covid-19-vaccine-doses.html |
probably any design will be good now because we have already some interesting data |
Ok, some data we have here https://www.kantei.go.jp/jp/headline/kansensho/vaccine.html now |
Aggregated data here, by @Leko: https://github.com/Leko/data-jp-covid19-vaccination |
The main purpose of my repository (https://github.com/Leko/data-jp-covid19-vaccination) is to make the Excel files available on the Prime Minister's Office website machine-readable. There're two things that my repository seems to have over OWID's one is that it contains the latest vaccination data by prefecture. Another one is JSON format is available. |
Hi, I tried to gather a few links I could find lately. I can help with translation / further digging! Vaccine Stations // コロナワクチンナビ Number of people vaccinated per day (before 9th of April) Eligibility Schedule // ワクチンの接種スケジュール Number of people vaccinated per category // 日別の実績(医療従事者等 (medical staff) / 高齢者等(elderly)) Number of people vaccinated per day per prefecture // 都道府県別の実績 |
These are in my repository.
And this is a dashboard for visualizing vaccination progress by using the data in my repository. It uses Google Data Studio to create the dashboard. Although it isn't so beautiful and written in Japanese, it can be an example of a vaccination dashboard. Just FYI |
@Leko I love it, thanks for building and sharing that! |
In addition to the ones MargauxBarbier shared, there are two data sources we could use: 1. three APIs on the government website
2. COVID-19/data_tables/vaccine_data/global_data at master · govex/COVID-19
Sample: > head -1 time_series_covid19_vaccine_global.csv; grep 'Japan,' time_series_covid19_vaccine_global.csv | grep 2021-08
Country_Region,Date,Doses_admin,People_partially_vaccinated,People_fully_vaccinated,Report_Date_String,UID,Province_State
Japan,2021-08-01,87381662,50356795,37024867,2021/08/02,392,
Japan,2021-08-02,89111989,51167720,37944269,2021/08/03,392,
Japan,2021-08-03,96854171,51966521,38801896,2021/08/04,392,
Japan,2021-08-04,96854171,52724777,39610318,2021/08/05,392,
Japan,2021-08-05,99651092,58095553,41555539,2021/08/06,392,
Japan,2021-08-06,99651092,58095553,41555539,2021/08/07,392,
Japan,2021-08-07,99651092,58095553,41555539,2021/08/08,392,
Japan,2021-08-08,99651092,58095553,41555539,2021/08/09,392, |
As we move closer to the vaccination phase here in Japan, I think it's time to have a discussion about how we could redesign the site to focus on this new vaccination information as it becomes available, and not after the fact.
The current iteration of the site is wonderful, but I don’t think it is useful to focus solely on such granular data anymore. By putting high level trends and a few key metrics at the top center of the homepage, we can utilize the rest of the space to focus on the next most important step of the pandemic, getting vaccinated.
Judging by the rollout in the US and in other countries, it seems we should be focusing on the following info. (Inspired by @patio11 's recent https://VaccinateCA.com work)
In addition to that information on the site, we could also offer a simple newsletter sign up where we send out a weekly update on the vaccine rollout, new testing locations, and regulations around getting it.
Overall, the quick summary of the new site would look like this:
/tracker
(or removed?). Inspired by some of @liquidx 's recent experiments.I’ve put together this high level mockup to help visualize what I have in mind below. I've also got access to development team members to make this happen fairly quickly and cleanly, if we are all in agreement.
Thank you so much for all of your contributions and support over the past year, everyone. I'm sure our 1,436,000 unique visitors appreciate your work too.
(cc @liquidx @Kay-Cube @l15n @mertd )
Related links:
The text was updated successfully, but these errors were encountered: