Skip to content

Commit 8cd9133

Browse files
committed
agrego mermaid como archivo separado
1 parent cc5c91b commit 8cd9133

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

extras/m.mmd

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
%%| fig-cap: Flujo de trabajo.
2+
%%| label: fig-workflow
3+
4+
%%{
5+
init: {
6+
'themeVariables': {
7+
'lineColor': '#B86092',
8+
'edgeLabelBackground': '#F5F5F5B3'
9+
}
10+
}
11+
}%%
12+
13+
flowchart LR
14+
a1([fa:fa-droplet Muestreo de agua])==>a2[Mediciones in-situ y<br>en laboratorio]
15+
a2==>a3([Propiedades fisicoquímicas])
16+
17+
b1([fa:fa-satellite Producto S2-MSI L2A])==>b2[Extracción de R<sub>rs</sub>]
18+
b2==>b3([Firma espectral])
19+
20+
a3==> |<i>turb, cond<br>susp, secchi<br></i>pH| E[(Base<br>de datos)]
21+
b3==> |B01~B8A,<br>B11, B12| E
22+
23+
E==>F([Figuras fa:fa-chart-line])
24+
E==>G([Tablas fa:fa-table])
25+
E==>H([Mapas fa:fa-map])
26+
27+
classDef default fill:#F5F5F5,stroke:#007E2E,stroke-width:1px,font-family:Ubuntu,color:black;
28+
linkStyle default stroke:#B86092,stroke-width:1px;

0 commit comments

Comments
 (0)