Re: Online Clojure COVID-19 Hackathon

2020-03-17 Thread Dave Liepmann
I'm glad to see people coming together to look at coronavirus data. 

As a non-epidemiologist who is also exploring covid19 data I found this 
article 

 
[1] a timely reminder that our responsibility is heightened with these 
projects, and scales as our work is more widely seen. We have to take care 
that our visualizations and analyses don't misrepresent the situation. This 
line summed it up for me:

>Just because you *can* perform a mathematical function on a set of health 
statistics doesn’t mean you *should*.

As non-subject-matter-experts this is a time to be humble. Of course we 
should still look at the data, but we must be careful. I'm particularly 
skeptical now of any work that assumes that case reports in certain 
countries (e.g. the US) are within even two orders of magnitude of the 
ground truth.

[1] 
https://medium.com/nightingale/ten-considerations-before-you-create-another-chart-about-covid-19-27d3bd691be8


On Tuesday, March 17, 2020 at 9:29:53 PM UTC+1, Daniel Slutsky wrote:
>
> Hello everybody.
>
> We are organizing an online Clojure hackathon for studying COVID-19 data.
>
> Please mark your preferred dates:
> https://twitter.com/scicloj/status/1240010550555353088
>
> Wishing you good health and better times.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/84b449a9-df55-4b92-8639-2299fad0a83d%40googlegroups.com.


Re: Online Clojure COVID-19 Hackathon

2020-03-17 Thread Daniel Slutsky
Bost -- thanks for sharing, wonderful!

We'll suggest this as a project on the Hackathon.

Best wishes,
Daniel

On Wednesday, 18 March 2020 00:54:02 UTC+2, Bost wrote:
>
> > > We are organizing an online Clojure hackathon for studying COVID-19 
> data.
> >
> > I think I'll a bit of a head start :) 
> https://github.com/Bost/corona_cases. PRs appreciated.
>
> FYI my project consumes data from the https://github.com/ExpDev07/co
> ronavirus-tracker-api provided by this web service https://coronavirus
> -tracker-api.herokuapp.com/all 
> (https://github.com/ExpDev07/coronavirus-tracker-api). 
> Unfortunately this data is always delayed by some 12 to 24 hours.
>
> I'd would be great if somebody could have a look at the https://github
> .com/CSSEGISandData/COVID-19/issues/558#issuecomment-599426644 , 
> especially at the activities around the Corona Data Scrapper https://
> github.com/lazd/coronadatascraper/ and create e.g. a web service 
> providing the latest data in the same format as the coronavirus-tracker-api 
> web service.
>
> I don't have any time left to follow the development around the Corona 
> Data Scrapper and had to give up on proving the top latest information down 
> the line of consumption :-(
>
> Thanks
>
> 
> Coronavirus disease 2019 (COVID-19) information on Telegram Messenger 
> https://t.me/corona_cases_bot
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/685b5b99-ffce-4531-aca5-e8c7c829bede%40googlegroups.com.


Re: Online Clojure COVID-19 Hackathon

2020-03-17 Thread Rostislav Svoboda
> > We are organizing an online Clojure hackathon for studying COVID-19
data.
>
> I think I'll a bit of a head start :) https://github.com/Bost/corona_cases.
PRs appreciated.

FYI my project consumes data from the https://github.com/ExpDev07/co
ronavirus-tracker-api provided by this web service https://coronavirus
-tracker-api.herokuapp.com/all
(https://github.com/ExpDev07/coronavirus-tracker-api).
Unfortunately this data is always delayed by some 12 to 24 hours.

I'd would be great if somebody could have a look at the https://github.com/
CSSEGISandData/COVID-19/issues/558#issuecomment-599426644 , especially at
the activities around the Corona Data Scrapper https://github.com/lazd/
coronadatascraper/ and create e.g. a web service providing the latest data
in the same format as the coronavirus-tracker-api web service.

I don't have any time left to follow the development around the Corona Data
Scrapper and had to give up on proving the top latest information down the
line of consumption :-(

Thanks


Coronavirus disease 2019 (COVID-19) information on Telegram Messenger https
://t.me/corona_cases_bot

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAEtmmex7zpiKQtKGD-oHwJ5A5HtCycX0sa%2BJn91fdJC749EOOA%40mail.gmail.com.


Re: Online Clojure COVID-19 Hackathon

2020-03-17 Thread Rostislav Svoboda
> We are organizing an online Clojure hackathon for studying COVID-19 data.

I think I'll a bit of a head start :) https://github.com/Bost/corona_cases

Anyway, PRs very much appreciated.

Bost


Coronavirus disease 2019 (COVID-19) information on Telegram Messenger
https://t.me/corona_cases_bot


Le mar. 17 mars 2020 à 21:30, Daniel Slutsky  a
écrit :

> Hello everybody.
>
> We are organizing an online Clojure hackathon for studying COVID-19 data.
>
> Please mark your preferred dates:
> https://twitter.com/scicloj/status/1240010550555353088
>
> Wishing you good health and better times.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAEtmmewHRdEXP%2BGvvtjVH3_jjYTQfQpoSGHw%2BKKk6JQSkH7ZOA%40mail.gmail.com.


Online Clojure COVID-19 Hackathon

2020-03-17 Thread Daniel Slutsky
Hello everybody.

We are organizing an online Clojure hackathon for studying COVID-19 data.

Please mark your preferred dates:
https://twitter.com/scicloj/status/1240010550555353088

Wishing you good health and better times.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/8069340a-36f1-43b4-8730-eddad86b1864%40googlegroups.com.