mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-08 20:25:34 -04:00
new <Figure> component for image captions
This commit is contained in:
@@ -51,16 +51,12 @@ Now that Americans are _finally_ starting to get tested for the coronavirus, inf
|
||||
|
||||
The maintainers are also [fully transparent](https://covidtracking.com/about-tracker/) about their process and take great care to annotate individual figures with the methodology used to arrive at each, which has earned them the [trust](https://covidtracking.com/#press) of even the largest national news organizations reporting on COVID-19.
|
||||
|
||||
<figure>
|
||||
<a className="no-underline" href="https://covidtracking.com/" target="_blank" rel="noopener noreferrer">
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/covidtracking.png"
|
||||
width="680"
|
||||
height="328"
|
||||
alt="The COVID Tracking Project"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/covidtracking.png"
|
||||
width="680"
|
||||
height="328"
|
||||
alt="The COVID Tracking Project"
|
||||
/>
|
||||
|
||||
## [#findthemasks](https://findthemasks.com/) <Octocat repo="r-pop/findthemasks" />
|
||||
|
||||
@@ -68,16 +64,12 @@ This one might be my favorite, simply because of its laser-like focus on solving
|
||||
|
||||
_Please_ look up your local hospitals on [#findthemasks](https://findthemasks.com/#sites) and follow their instructions to donate anything you have hoarded — it's likely the single most impactful thing you can do at this point. If you don't see your local hospital, or don't feel comfortable shipping equipment to any hospital listed, you can also visit [PPE Link](https://ppelink.org/ppe-donations/) and they will connect you with hospitals in your area.
|
||||
|
||||
<figure>
|
||||
<a className="no-underline" href="https://findthemasks.com/" target="_blank" rel="noopener noreferrer">
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/findthemasks.png"
|
||||
width="600"
|
||||
height="295"
|
||||
alt="#findthemasks"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/findthemasks.png"
|
||||
width="600"
|
||||
height="295"
|
||||
alt="#findthemasks"
|
||||
/>
|
||||
|
||||
## [#StayTheFuckHome](https://staythefuckhome.com/) <Octocat repo="flore2003/staythefuckhome" />
|
||||
|
||||
@@ -85,96 +77,67 @@ I figured I'd throw in this cheeky website broadcasting a simple but serious mes
|
||||
|
||||
The [GitHub community](https://github.com/flore2003/staythefuckhome/pulls?q=is%3Apr) has translated the instructional essay into over a dozen different languages — including a [safe-for-work version](https://staythefuckhome.com/sfw/), if that helps — and they're [looking for more translators](https://github.com/flore2003/staythefuckhome#contributing) if you're multilingual and need something besides Netflix to fill your time with while you **_stay the fuck home!_** 😉
|
||||
|
||||
<figure>
|
||||
<a className="no-underline" href="https://staythefuckhome.com/" target="_blank" rel="noopener noreferrer">
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/staythefuckhome.png"
|
||||
width="600"
|
||||
height="215"
|
||||
alt="#StayTheFuckHome"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/staythefuckhome.png"
|
||||
width="600"
|
||||
height="215"
|
||||
alt="#StayTheFuckHome"
|
||||
/>
|
||||
|
||||
## [COVID-19 Dashboards](https://covid19dashboards.com/) <Octocat repo="github/covid19-dashboard" />
|
||||
|
||||
This collection of various visualizations is fascinating (and sobering) to look at. If you're smarter than I am and have experience in data analysis, their team (led by a [GitHub engineer](https://github.com/hamelsmu)) would be more than happy to [add your contribution](https://github.com/github/covid19-dashboard/blob/master/CONTRIBUTING.md) to the site — they're using [Jupyter Notebooks](https://jupyter.org/) and [fastpages](https://github.com/fastai/fastpages).
|
||||
|
||||
<figure>
|
||||
<a className="no-underline" href="https://covid19dashboards.com/" target="_blank" rel="noopener noreferrer">
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/covid19dashboards.png"
|
||||
width="580"
|
||||
height="442"
|
||||
alt="COVID-19 Dashboards"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/covid19dashboards.png"
|
||||
width="580"
|
||||
height="442"
|
||||
alt="COVID-19 Dashboards"
|
||||
/>
|
||||
|
||||
## [CoronaTracker](https://coronatracker.samabox.com/) <Octocat repo="MhdHejazi/CoronaTracker" />
|
||||
|
||||
CoronaTracker is a _beautiful_ cross-platform app for iOS and macOS with intuitive maps and charts fed by reputable live data. Apple is [being justifiably picky](https://developer.apple.com/news/?id=03142020a) about "non-official" Coronavirus apps in their App Store ([so is Google](https://blog.google/inside-google/company-announcements/coronavirus-covid19-response/), by the way) but you can still [download the macOS app directly](https://coronatracker.samabox.com/) or [compile the iOS source code](https://github.com/MhdHejazi/CoronaTracker#1-ios-app) yourself using Xcode if you wish.
|
||||
|
||||
<figure>
|
||||
<a className="no-underline" href="https://coronatracker.samabox.com/" target="_blank" rel="noopener noreferrer">
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/coronatracker.png"
|
||||
width="865"
|
||||
height="417"
|
||||
alt="CoronaTracker"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/coronatracker.png"
|
||||
width="865"
|
||||
height="417"
|
||||
alt="CoronaTracker"
|
||||
/>
|
||||
|
||||
## [Staying Home Club](https://stayinghome.club/) <Octocat repo="phildini/stayinghomeclub" />
|
||||
|
||||
A bit more family-friendly than [#StayTheFuckHome](https://staythefuckhome.com/), the [Staying Home Club](https://stayinghome.club/) is maintaining a running list of over a thousand companies and universities mandating that employees and students work from home, as well as events that have been canceled or moved online. Quarantining yourself might feel lonely, but here's solid proof that you're far from alone right now.
|
||||
|
||||
<figure>
|
||||
<a className="no-underline" href="https://stayinghome.club/" target="_blank" rel="noopener noreferrer">
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/stayinghome.png"
|
||||
width="600"
|
||||
height="137"
|
||||
alt="Staying Home Club"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/stayinghome.png"
|
||||
width="600"
|
||||
height="137"
|
||||
alt="Staying Home Club"
|
||||
/>
|
||||
|
||||
## [Nextstrain for nCoV](https://nextstrain.org/ncov) <Octocat repo="nextstrain/ncov" />
|
||||
|
||||
This one is a bit over my head, but apparently [Nextstrain](https://nextstrain.org/) is a pretty impressive open-source service targeted at genome data analysis and visualization of different pathogens. Their [COVID-19 page](https://nextstrain.org/ncov) is still awe-inspiring to look at for a layman like me, but probably a thousand times more so if you're an actual scientist — in which case, the [genome data they've open-sourced](https://github.com/nextstrain/ncov) might be of interest to you.
|
||||
|
||||
<figure>
|
||||
<a className="no-underline" href="https://nextstrain.org/ncov" target="_blank" rel="noopener noreferrer">
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/nextstrain.png"
|
||||
width="865"
|
||||
height="345"
|
||||
alt="Nextstrain for nCOV"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/nextstrain.png"
|
||||
width="865"
|
||||
height="345"
|
||||
alt="Nextstrain for nCOV"
|
||||
/>
|
||||
|
||||
## [Johns Hopkins 2019-nCoV Data](https://systems.jhu.edu/research/public-health/ncov/) <Octocat repo="CSSEGISandData/COVID-19" />
|
||||
|
||||
Johns Hopkins University's [visual COVID-19 global dashboard](https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6) has been bookmarked as my go-to source of information since the beginning of this crisis earlier this year. Now, JHU's [Center for Systems Science and Engineering](https://systems.jhu.edu/) has open-sourced [their data and analysis](https://github.com/CSSEGISandData/COVID-19) for anybody to use.
|
||||
|
||||
<figure>
|
||||
<a
|
||||
className="no-underline"
|
||||
href="https://systems.jhu.edu/research/public-health/ncov/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/hopkins.png"
|
||||
width="865"
|
||||
height="426"
|
||||
alt="Johns Hopkins 2019-nCoV Data"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/hopkins.png"
|
||||
width="865"
|
||||
height="426"
|
||||
alt="Johns Hopkins 2019-nCoV Data"
|
||||
/>
|
||||
|
||||
## [COVID-19 Scenarios](https://neherlab.org/covid19/) <Octocat repo="neherlab/covid19_scenarios" />
|
||||
|
||||
@@ -182,31 +145,23 @@ COVID-19 Scenarios will probably hit everyone in a different way, depending on y
|
||||
|
||||
The maintainers at the [Neher Lab in Basel, Switzerland](https://neherlab.org/) even have a [discussion thread](https://github.com/neherlab/covid19_scenarios/issues/18) and an [open chatroom](https://spectrum.chat/covid19-scenarios/general/questions-discussions~8d49f461-a890-4beb-84f7-2d6ed0ae503a) set up for both scientists and non-scientists to ask questions and post ideas, which I find really nice of them!
|
||||
|
||||
<figure>
|
||||
<a className="no-underline" href="https://neherlab.org/covid19/" target="_blank" rel="noopener noreferrer">
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/scenarios.png"
|
||||
width="740"
|
||||
height="433"
|
||||
alt="COVID-19 Scenarios"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/scenarios.png"
|
||||
width="740"
|
||||
height="433"
|
||||
alt="COVID-19 Scenarios"
|
||||
/>
|
||||
|
||||
## [Corona Data Scraper](https://coronadatascraper.com/#home) <Octocat repo="lazd/coronadatascraper" />
|
||||
|
||||
Similar to the [COVID Tracking Project](https://covidtracking.com/) above, the [Corona Data Scraper](https://coronadatascraper.com/#home) has set up an automated process to scrape verified data from across the web to form massive CSV spreadsheets and JSON objects. They even [rate the quality](https://github.com/lazd/coronadatascraper#source-rating) of each source to prioritize data accordingly.
|
||||
|
||||
<figure>
|
||||
<a className="no-underline" href="https://coronadatascraper.com/#home" target="_blank" rel="noopener noreferrer">
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/coronadatascraper.png"
|
||||
width="750"
|
||||
height="358"
|
||||
alt="Corona Data Scraper"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/coronadatascraper.png"
|
||||
width="750"
|
||||
height="358"
|
||||
alt="Corona Data Scraper"
|
||||
/>
|
||||
|
||||
## [Folding@home](https://foldingathome.org/covid19/) <Octocat repo="FoldingAtHome/coronavirus" />
|
||||
|
||||
@@ -222,20 +177,11 @@ You can [download their software here](https://foldingathome.org/start-folding/)
|
||||
|
||||
To wrap this list up, I thought I'd include [yet another API](https://github.com/ExpDev07/coronavirus-tracker-api) fed by multiple data sources that you can use to create your own open-source project if any of these inspired you. This one is incredibly flexible in terms of [query parameters and endpoints](https://github.com/ExpDev07/coronavirus-tracker-api#api-endpoints) but they all return simple JSON responses like we all know and love.
|
||||
|
||||
<figure>
|
||||
<a
|
||||
className="no-underline"
|
||||
href="https://coronavirus-tracker-api.herokuapp.com/v2/locations"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/tracker-api.png"
|
||||
width="712"
|
||||
height="371"
|
||||
alt="Coronavirus Tracker API"
|
||||
/>
|
||||
</a>
|
||||
</figure>
|
||||
<Image
|
||||
src="/static/images/notes/coronavirus-open-source/tracker-api.png"
|
||||
width="712"
|
||||
height="371"
|
||||
alt="Coronavirus Tracker API"
|
||||
/>
|
||||
|
||||
### Stay safe (and [home](https://staythefuckhome.com/ "One last time...")), friends! ❤️
|
||||
|
||||
Reference in New Issue
Block a user