Closed agrignard closed 4 years ago
Hi @agrignard ,
M wishes list is:
SITE = OK
CHARACTERISTICS = some typos and clarifications:
PARAMETERS = Explain a bit:
PROJECTION = Explain a bit more the meaning:
CAN WE ADD?:
OK I will implement this and let you know how it look.
Version fo today taking some of @LAAP input
Still to be done but I need more info
Shifts = Pre-CoVID : 1 shift 3h, vs CoVID: 3 shifts of 45min => I need those value for each Episode Real time Cake: with low risk vs high risk % => We already have the number of Hight and Low but why not having a pie Fever graph: with the evolution of the high risk cases => what do you mean by "fever graph"? High risk infected area: m2 => not sure if it makes sense how to you established that an area in high risk? Number of infection that has been occuring here?
Hi @agrignard ,
This is great! Thanks!
Suggestions:
1) Low Risk Vs high Risk = Can we have a "gradient"? Having a 2nd level of "Medium risk" in orange color?
2) Access to building = Now is red color, can we change it into blueish color? something like rgb(0, 169, 217)?
My answer:
(I think this value should came from the simulation, however, if not possible, I ca use the IDSS graph, as I did in the first Presentation back in July)
(It could be cool to have a dynamic visual way to show it. The Pie can show, in real time, just with colors, how "High risk infected people are growing depending on how people follow the rules or not. The Pie could have the green (low), orange/yellow (medium), and red (high) colors, changing in parallel with the numbers: Visual inputs are usually easier to understand than numbers by students and citizens)
(I mean, to have a "fever chart" or "time-series charts" like the one that we made at the city level showing infections and deaths, but showing the evolution of the risk level:
"A fever chart is a graphical representation showing change of a variable over time. Fever charts are used for data that changes continuously, like stock prices. They allow for a clear visual representation of a change in one variable over a set amount of time. Fever charts are sometimes called time-series charts. https://whatis.techtarget.com/definition/fever-chart")
(I think that it is easier to measure by time spent in a room by an infected person vs air renovations (ventilation)) Since the simulation probably doesn't have yet the ventilation level, etc. Maybe is number of cases per m2 of room
1) Low Risk Vs high Risk = Can we have a "gradient"? Having a 2nd level of "Medium risk" in orange color? => hard to do as people are either S or I (there is no real intermediate states)
2) Access to building = Now is red color, can we change it into blueish color? something like rgb(0, 169, 217)? done
Real time Cake: => see https://github.com/CityScope/CS_Proxymix/issues/118
Fever chart => https://github.com/CityScope/CS_Proxymix/issues/119 (already tehre but in a separated window for now)
High risk infected area => https://github.com/CityScope/CS_Proxymix/issues/120
Hi @agrignard,
My answer:
How and when people shift from "S" to "I" ? I am sure that there is a "process of agents contamination", actually, in the real world you get infected when your "viral load" gets high. Can we have something like that? Something like "S", "M", "I" ?
Yes, as you have mentioned I also have answered in the Issue #117 and in another one.
With the new infection method implemented by @ptaillandier we now have low, medium and risj where the threshodl is a parameter between 0 and 1 (e.g below 03 is low, between 0.3 and 0.6 is medium and high than 0.6 is high)
float Low_Risk_of_Infection_threshold<-0.3;
float Medium_Risk_of_Infection_threshold<-0.6;
I close this issue as the legend video has been validated by our world class designer @MagnusTheGreat a.k.a @MarkusElKatsha that we still cannot tag in an issue (
Fantastic job guys! @ptaillandier and @agrignard , thank you for this new push!
@LAAP and Markus please give me your feedback about what we want to display and how.
here is the current version of the text layout. Please tell me what to add or remove