NW-PaGe public github orgWindows 10 Anniversary Update

frank aragona

Public Github Timeline

%%{init: { 'logLevel': 'debug', 'theme': 'base' } }%%
timeline
      2021 : July - Begin using Github for sequencing pipelines
      2022 : June - Receive batch of Github licenses at DOH
           : July - >150 DOH users set up Github accounts
           : Sep. - Use Github to set up codebase for new outbreaks (MPV)
           : Dec. - Begin discussions on public Github use
      2023 : Feb. - IT support and security guidelines
      2024 : Feb. - Create standards and guidelines for the org
           : March - Publish first public github repo

Org Guidelines

Data Democratization

idk

_quarto.yml

index.yml

---
title: "La Palma Earthquakes"
author: <author name>
abstract: <text here>
date: today
---

## Quarto

Quarto enables you to weave together content and executable code into a finished presentation.

## Bullets

When you click the **Render** button a document will be generated that includes:

-   Content authored with markdown
-   Output from executable code

## Code

When you click the **Render** button a presentation will be generated that includes both content and the output of embedded code. You can embed code like this:

```{r}
1 + 1
```

Parameterized Reports

Source: Parameterized Reporting with Quarto by Jadey Ryan

idk