Code Monkey home page Code Monkey logo

awesome-coronavirus's Introduction

awesome-coronavirus's People

Contributors

aayush-jaiswal avatar bfosten avatar cipriancraciun avatar cityxdev avatar druhin13 avatar hamdikavak avatar hmpandey avatar inavamsi avatar kenlog avatar mahendran-narayanan avatar mayukh18 avatar mikeborozdin avatar nodeful avatar psychodevs avatar quantalabs avatar ravindraten avatar richardlitt avatar rohitxsh avatar scankiran avatar seondong avatar sl4wa avatar soroushchehresa avatar spiderpig86 avatar stritti avatar tombyrer avatar traviscibot avatar ujinyng avatar vanessatelles avatar xyjigsaw avatar zekinah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-coronavirus's Issues

Add a list of Hackathons

Upcoming:

Past:

hardware?

I'm not sure where to put this forum.
It is for 3d printing files, locations, tips, etc for medical supplies.

But NOT all are truly 'open source', in related article what 1 city was printing 'remains covered by copyright and patents. Hospitals may have a right to produce these parts in an emergency'. So not really 'open source', per se....
But either way, a great resource.

https://www.3dprintingmedia.network/3d-printing-unite-for-covid-19/

Great work!

Hi I have a similar list.

https://weileizeng.github.io/Open-Source-COVID-19/

My list start from china-based project, which is very comprehensive. The world page just start recently, and I classify it by areas/countries. I like your classification as well. Looking forward for collaborations!

I have been working for weeks, and now can only maintain the list passively now, waiting for submissions. It would be great if we can just merge our list together, and I can add your way of classification in a separate page. How about that?

กฤษดา นิลสุวรรณ

Industrial : Joins
Location: Diamond 3map
Chair: Benny Kimelfeld

pdftxt
Joins on Encoded and Partitioned Data
Jae-Gil Lee* (KAIST)*,Gopi Attaluri (IBM Software Group),Ronald Barber (IBM Almaden Research Center),Naresh Chainani (IBM Software Group),Oliver Draese (IBM Software Group),Frederick Ho (IBM Informix),Stratos Idreos (Harvard University),Min-Soo Kim (DGIST),Sam Lightstone (IBM Software Group),Guy Lohman (IBM Almaden Research Center),Konstantinos Morfonios (Oracle),Keshava Murthy (IBM Informix),Ippokratis Pandis (IBM Almaden),Lin Qiao (LinkedIn),Vijayshankar Raman (IBM Almaden Research Center),Vincent Kulandai Samy (IBM Almaden Research Center),Richard Sidle (IBM Almaden Research Center),Knut Stolze (IBM Software Group),Liping Zhang (IBM Software Group)

Compression has historically been used to reduce the cost of storage, I/Os from that storage, and buffer pool utilization, at the expense of the CPU required to decompress data every time it is queried. However, significant additional CPU efficiencies can be achieved by deferring decompression as late in query processing as possible and performing query processing operations directly on the still-compressed data. In this paper, we investigate the benefits and challenges of performing joins on compressed (or encoded) data. We demonstrate the benefit of independently optimizing the compression scheme of each join column, even though join predicates relating values from multiple columns may require translation of the encoding of one join column into the encoding of the other. We also show the benefit of compressing "payload" data other than the join columns "on the fly," to minimize the size of hash tables used in the join. By partitioning the domain of each column and defining separate dictionaries for each partition, we can achieve even better overall compression as well as increased flexibility in dealing with new values introduced by updates. Instead of decompressing both join columns participating in a join to resolve their different compression schemes, our system performs a light-weight mapping of only qualifying rows from one of the join columns to the encoding space of the other at run time. Consequently, join predicates can be applied directly on the compressed data. We call this procedure encoding translation. Two alternatives of encoding translation are developed and compared in the paper. We provide a comprehensive evaluation of these alternatives using product implementations of each on the TPC-H data set, and demonstrate that performing joins on encoded and partitioned data achieves both superior performance and excellent compression.

Remove `Awesome`

Given the significance of this worldwide pandemic I would suggest renaming and removing any words referencing coronavirus as awesome. It is in very bad taste - this is a serious issue.

Dynamic stars

you can use dynamic star counts instead of static one. e.g., for neherlab/covid19_scenarios repository you can put this

[![stars](https://img.shields.io/github/stars/neherlab/covid19_scenarios?label=%F0%9F%8C%9F)](https://GitHub.com/neherlab/covid19_scenarios)

e.g.,

🌟 Repository Description
stars @neherlab/covid19_scenarios Models of COVID-19 outbreak trajectories and hospital demand

more info

Topic labels: coronavirus, covid-19, 2019-ncov

Add FOSS Responders

I'd like to add FOSS Responders. It's a site to connect devs or projects that have been affected by Covid-19 with funds to help them out.

I can't figure out the right place to put this, though. It's kind of a meta-project. Any ideas?

Table for Testing and Vaccination

Due to various types of testing ranging from RT-PCR to Antibody testing. There is also new types of efficient testing called Pool testing with which we can test more people with fewer tests.

Similarly there are various types of vaccines and efficacy.

This table will contain : Url's to different types of tests and vaccines based on company producing them.

Travis CI throws error OAuth2 authentication requires a token

The CI pipelines failed due to an authentication error.

$ node src/index.js
/home/travis/build/soroushchehresa/awesome-coronavirus/node_modules/github/lib/index.js:334
                throw new Error("OAuth2 authentication requires a token or key & secret to be set");
                ^
Error: OAuth2 authentication requires a token or key & secret to be set
    at module.exports.authenticate (/home/travis/build/soroushchehresa/awesome-coronavirus/node_modules/github/lib/index.js:334:23)
    at Object.<anonymous> (/home/travis/build/soroushchehresa/awesome-coronavirus/src/index.js:33:8)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The command "yarn run build" exited with 1.
cache.2
store build cache

Build-Log:
https://travis-ci.org/github/soroushchehresa/awesome-coronavirus/builds/664355725

[Discussion] Rename repository

Can we rename this repository to something other than awesome coronavirus.

Let's be honest here, the repo is an awesome resource link, true, but this virus thing is not.
The term awesome does not necessarily needs to be in an awesome-list.

Here are a few examples of awesome lists without the term awesome to support the motion.

PS: @maintainers I could just be saltly quarantined for so long. Thus added that discussion tag.

1SEP1995

Industrial : Joins
Location: Diamond 3map
Chair: Benny Kimelfeld

pdftxt
Joins on Encoded and Partitioned Data
Jae-Gil Lee* (KAIST)*,Gopi Attaluri (IBM Software Group),Ronald Barber (IBM Almaden Research Center),Naresh Chainani (IBM Software Group),Oliver Draese (IBM Software Group),Frederick Ho (IBM Informix),Stratos Idreos (Harvard University),Min-Soo Kim (DGIST),Sam Lightstone (IBM Software Group),Guy Lohman (IBM Almaden Research Center),Konstantinos Morfonios (Oracle),Keshava Murthy (IBM Informix),Ippokratis Pandis (IBM Almaden),Lin Qiao (LinkedIn),Vijayshankar Raman (IBM Almaden Research Center),Vincent Kulandai Samy (IBM Almaden Research Center),Richard Sidle (IBM Almaden Research Center),Knut Stolze (IBM Software Group),Liping Zhang (IBM Software Group)

Compression has historically been used to reduce the cost of storage, I/Os from that storage, and buffer pool utilization, at the expense of the CPU required to decompress data every time it is queried. However, significant additional CPU efficiencies can be achieved by deferring decompression as late in query processing as possible and performing query processing operations directly on the still-compressed data. In this paper, we investigate the benefits and challenges of performing joins on compressed (or encoded) data. We demonstrate the benefit of independently optimizing the compression scheme of each join column, even though join predicates relating values from multiple columns may require translation of the encoding of one join column into the encoding of the other. We also show the benefit of compressing "payload" data other than the join columns "on the fly," to minimize the size of hash tables used in the join. By partitioning the domain of each column and defining separate dictionaries for each partition, we can achieve even better overall compression as well as increased flexibility in dealing with new values introduced by updates. Instead of decompressing both join columns participating in a join to resolve their different compression schemes, our system performs a light-weight mapping of only qualifying rows from one of the join columns to the encoding space of the other at run time. Consequently, join predicates can be applied directly on the compressed data. We call this procedure encoding translation. Two alternatives of encoding translation are developed and compared in the paper. We provide a comprehensive evaluation of these alternatives using product implementations of each on the TPC-H data set, and demonstrate that performing joins on encoded and partitioned data achieves both superior performance and excellent compression.

Add the covid-19 topic

The covid-19 topic has a good deal of eyes on it currently and seems to be the canonical topic for covid-19 and coronavirus related projects.

COVID19 API

Hi friends

First of all ...
I greatly appreciate the effort you are making to make the publications of the different api that provide information from the COVID19

Several days ago, I created an api that you might be interested in and added to the api list, for the benefit of devs.

URL COVID19 API

Distributed computing projects

(I'm not set up for actually working with repositories at the moment and won't be for the foreseeable future, so I'm opening an issue instead. Apologies if I'm wasting someone's time.)

There are various volunteer distributed computing projects that are working on COVID-19 research. Folding@home is mentioned currently, but only their Github data repository is linked and not their home page.

Below are the distributed computing projects I know of that are participating in COVID-19 research:

DreamLab is the only mobile app. The rest are multi-platform desktop (x86) programs.

Ask for add PocovidScreen

Hi,
Thanks for this great library of projects.
We did a website during previous hackathons that can detect COVID-19 from POCUS images.
I think it would be great if you can add it to the "Web applications" section.

Here is the link :
https://pocovidscreen.org/

Here is the name :
PocovidScreen

Here is the description :
An AI tool for early screening of COVID-19 & pneumonia from ultrasound recordings (POCUS)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.