Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flowmap.blue to showcases #4430

Merged
merged 1 commit into from Apr 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/contents/pages.js
Expand Up @@ -206,6 +206,10 @@ export const showcasePages = generatePath([
name: 'Overview',
content: 'markdown/showcase.md'
},
{
name: 'Flowmap.blue',
external: 'https://flowmap.blue/'
},
{
name: 'Isochronic Map',
external: 'http://pessimistress.github.io/isochronic-map/'
Expand Down
Binary file added website/src/static/images/showcase-flowmap.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions website/src/static/markdown/showcase.md
@@ -1,6 +1,23 @@
*Would you like us to feature your project? [Let us know](https://github.com/uber/deck.gl/issues)!*

<div>

<div class="thumb">
<div data-title="Flowmap.blue" >
<a href="https://flowmap.blue/">
<img src="images/showcase-flowmap.jpg" />
</a>
</div>
</div>

<div class="thumb-desc">
<div>
<a href="http://pessimistress.github.io/isochronic-map/" target="_blank" rel="noopener noreferrer"><h2>Flowmap.blue</h2></a>
<p class="credit"><a href="https://github.com/ilyabo/flowmap.blue">Source code</a> by <a href="https://ilya.boyandin.me/">Ilya Boyandin</a></p>
<p>Flowmap.blue is a free and open source flow map visualization tool. It is designed for representing aggregated numbers of movements between geographic locations. The tool makes it very easy to produce interactive flow maps from data uploaded to Google Sheets. Since the tool has been released, people from different parts of the world have been using it to visualize data on urban mobility, commuting behavior, bus and subway travels, bicycle and scooter sharing, air travels, human and bird migration, refugee flows, human trafficking, trade flows, freight transportation, livestock movements, fishery, epidemiology, drug flows, scientific collaboration, sewer systems, supply chains, historical data and other topics.</p>
</div>
</div>

<div class="thumb">
<div data-title="Isochronic Map" >
<a href="http://pessimistress.github.io/isochronic-map/">
Expand Down