forked from covid19india/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.json
29 lines (29 loc) · 1.38 KB
/
faq.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"faq": [
{
"answer": "No",
"qno": "1",
"question": "Are you official?"
},
{
"answer": "We are group of dedicated volunteers who are curating the news coming from state bulletins, press releases and news houses. We extract the details, like patient relationship to other patient (to identify local and community transmissions), travel history and status. We never include any personally identifiable data regarding the patients.",
"qno": "2",
"question": "Then who are you?"
},
{
"answer": "MoH updates the data at a scheduled time and we update them based on State Press Bulletin and Reliable news channel.",
"qno": "2",
"question": "Why does covid19india.org have more postive count than MoH?"
},
{
"answer": "Because it affects all of us. Today it's someone else who is getting infected. Tomorrow it will be us. We need to prevent the spread. We need to document the data so that people with knowledge are able to map the data.",
"qno": "3",
"question": "Why are you guys putting in time and resources to do this while not gaining a single penny from it?"
},
{
"answer": "We collect the details from each State Press release, official government links and reputable news channel as source. Data is validated by group of volunteers and pushed into Google sheets.",
"qno": "4",
"question": "How is the data gathered for this project?"
}
]
}