Fixed issues in homepage high-level overview diagram on homepage

This commit is contained in:
Diego Ripley
2026-02-21 10:17:54 -05:00
parent 6ef1167b4a
commit 1c6b3f5b16
2 changed files with 10 additions and 15 deletions
+9 -14
View File
@@ -17,11 +17,7 @@ flowchart TD
%% --------------------------------------------------------- %% ---------------------------------------------------------
%% 3. PROCESSING PIPELINE %% 3. PROCESSING PIPELINE
%% --------------------------------------------------------- %% ---------------------------------------------------------
subgraph pp DataforCanadaPackagesCollection@{ shape: rect, label: "Data Packages"}
%% Not the orchestrator, but a key towards achieving project mission.
DataforCanadaPackagesCollection@{ shape: rect, label: "Data Packages"}
%% Internal Link
end
%% --------------------------------------------------------- %% ---------------------------------------------------------
%% 4. DISSEMINATION FORMATS %% 4. DISSEMINATION FORMATS
@@ -97,22 +93,22 @@ flowchart TD
%% ========================================================= %% =========================================================
%% Data Sources <--> Data for Canada Packages Collection (Box) %% Data Sources <--> Data for Canada Packages Collection (Box)
Statistical a1@<--> pp Statistical a1@<--> DataforCanadaPackagesCollection
a1@{animate: true, animation: slow} a1@{animate: true, animation: slow}
Foundation a2@<--> pp Foundation a2@<--> DataforCanadaPackagesCollection
a2@{animate: true, animation: slow} a2@{animate: true, animation: slow}
Orthoimagery a3@<--> pp Orthoimagery a3@<--> DataforCanadaPackagesCollection
a3@{animate: true, animation: slow} a3@{animate: true, animation: slow}
EnvironmentClimate a5@<--> pp EnvironmentClimate a5@<--> DataforCanadaPackagesCollection
a5@{animate: true, animation: fast} a5@{animate: true, animation: fast}
FieldImagery a4@<--> pp FieldImagery a4@<--> DataforCanadaPackagesCollection
a4@{animate:true, animation: fast} a4@{animate:true, animation: fast}
Elevation a6@<--> pp Elevation a6@<--> DataforCanadaPackagesCollection
a6@{animate: true, animation: slow} a6@{animate: true, animation: slow}
WebCorpus a7@<--> pp WebCorpus a7@<--> DataforCanadaPackagesCollection
a7@{animate: true, animation: fast} a7@{animate: true, animation: fast}
pp a10@--> df DataforCanadaPackagesCollection a10@--> df
a10@{animate: true, animation: fast} a10@{animate: true, animation: fast}
%% Long-Term Storage --> FlatGeoBuf %% Long-Term Storage --> FlatGeoBuf
@@ -176,7 +172,6 @@ flowchart TD
classDef linkNode stroke:#333333,color:#333333,stroke-width:1.5px; classDef linkNode stroke:#333333,color:#333333,stroke-width:1.5px;
%%style pp fill:#D32F2F,stroke:#8E0000,color:#FFFFFF
style DataforCanadaPackagesCollection fill:#B71C1C,stroke:#7F0000,color:#FFFFFF style DataforCanadaPackagesCollection fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
style FAIRDataDis fill:#B71C1C,stroke:#7F0000,color:#FFFFFF style FAIRDataDis fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
style DecentralizedDistribution fill:#B71C1C,stroke:#7F0000,color:#FFFFFF style DecentralizedDistribution fill:#B71C1C,stroke:#7F0000,color:#FFFFFF
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB