Skip to content

Test mermaid diagram #5

@MathewBiddle

Description

@MathewBiddle
%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#007396',
      'primaryTextColor': '#fff',
      'primaryBorderColor': '#003087',
      'lineColor': '#003087',
      'secondaryColor': '#007396',
      'tertiaryColor': '#CCD1D1'
    },
   'flowchart': { 'curve': 'basis' }
  }
}%%

flowchart LR

PA["in-situ"]
PB["remote sensing"]

A["Data Ingest"] 

B["QA/QC"]

C["Models & Analysis"]

D["Data/Info
Dissemination"]

E["Common Interface"]

F["Intermediate"]

G["NOAA 
Beneficiaries 
(fish/coops)"]

H["Other External
Beneficiaries/end-users"]

I["Other Fed"]

J["Industry"]

PA --> A
PB --> A
A --> B
B --> C
C --> D
D --> E
E --> F
F --> G
F --> H
H --> I
H --> J
B -- Operational Chain --> D

subgraph GLOBAL/NATIONAL
A
B
C
end

subgraph REGIONAL
D
E
F
G
H
I
J
end
Loading

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions