From 832d883181cfb0a86abbb212614a26435ca6d2b3 Mon Sep 17 00:00:00 2001 From: Olivier Leroy Date: Mon, 18 Mar 2024 14:40:16 -0400 Subject: [PATCH] reaaly rought draft of fcc workflow --- index.qmd | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/index.qmd b/index.qmd index a59d7b3..e0d706e 100644 --- a/index.qmd +++ b/index.qmd @@ -1,7 +1,26 @@ --- -title: "." +title: "FCC workflow" --- -This is a Quarto website. +We are using two sources of data from FCC: + +- National Broadband Map (NBM) + +- Broadband Funding Map (BFM) + +
+ +**bold** + +
+ +*italic* + +```{r} +bob <- 1+2 +bob * 2 +``` + +![](https://github.com/ruralinnovation/wiki/raw/main/img/MDA%20Data%20Infrastructure.svg) To learn more about Quarto websites visit .