From bbafc5c9313414abd7ca8ee6a586be198c335565 Mon Sep 17 00:00:00 2001 From: Daniel Immke Date: Fri, 14 Aug 2020 09:43:10 -0400 Subject: [PATCH 1/2] Add maps repo to site --- _data/code.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/code.yml b/_data/code.yml index c7d8394..296ee30 100644 --- a/_data/code.yml +++ b/_data/code.yml @@ -31,6 +31,18 @@ tags: - blockchain license: Apache License 2.0 +- title: Data Visualization + id: dataviz + tagline: Blockchain Open Source Projects + repos: + - title: CDC Maps + url: https://github.com/CDCgov/CDC-Maps + description: React component for visualizing your data on a map of the United States based off work done for the CDC + tags: + - visualization + - javascript + - react + license: Apache License 2.0 - title: Epi Info™ id: EpiInfo image: Epi_Info.png From 96d36bd3e925a792d48907fd114ab9050053d9cb Mon Sep 17 00:00:00 2001 From: Daniel Immke Date: Fri, 14 Aug 2020 10:50:12 -0400 Subject: [PATCH 2/2] Update tag line for data visualization section --- _data/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/code.yml b/_data/code.yml index 296ee30..1ddd056 100644 --- a/_data/code.yml +++ b/_data/code.yml @@ -33,7 +33,7 @@ license: Apache License 2.0 - title: Data Visualization id: dataviz - tagline: Blockchain Open Source Projects + tagline: Data Visualization Open Source Projects repos: - title: CDC Maps url: https://github.com/CDCgov/CDC-Maps