Skip to content

Commit

Permalink
publish it for some "what are you doing" feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Sep 25, 2024
1 parent 5d563d9 commit 331a91f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages_graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- 'main'
- '!100_days'
- 'strategy_themes'

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
37 changes: 27 additions & 10 deletions team/governance/diagrams/strategy_themes.dot
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ digraph G {
Asset_register [ label = "Asset register" ];
Preservation [ label = "Preservation"];
Deprecation [label = "Deprecation"];
Monitoring [ label = "Monitoring"];
Observability [ label = "Observability"];
Data_stewardship [ label = "Data stewardship" ];
DMPs [label = "Data Management Plans"];

Datalabs [ label = "Datalabs" ];
Posit_Connect [ label = "Posit Connect"];
Interactive publications [ label = "Interactive publications" ];
Notebooks [ label = "Notebooks" ];
App_server [ label = "Application Server \n(e.g. Posit Connect)"];
Publications [ label = "Interactive publications" ];
Reports [ label = "Reports"];
Multimedia [ label = "Multimedia"];

Expand All @@ -30,6 +30,9 @@ digraph G {
Visualisation [ label = "Visualisation" ];
APIs [ label = "APIs" ];

Pipelines [label = "Pipelines"]
Repositories [label="Repositories"]

Data_methods [ label = "Data methods (?)" ];
AI_methods [ label = "AI methods (?)" ];
Model_registry [ label = "Model registry"];
Expand All @@ -46,18 +49,21 @@ digraph G {
Metadata -> Sites;
Metadata -> Sensors;

Catalogue -> Datalabs;
Datalabs -> Compute_clusters;
Datalabs -> Interactive_publications;
Catalogue -> Notebooks;
Notebooks -> Compute_clusters;
Notebooks -> Interactive_publications;

Posit_Connect -> Web_portals;
Posit_Connect -> Visualisation;
Posit_Connect -> APIs;
App_server -> Web_portals;
App_server -> Visualisation;
App_server -> APIs;

Compute_clusters -> Sustainability;
Local_compute -> Sustainability;
Storage -> Sustainability;
Sensors -> Sustainability;
Sustainability -> Observability;
Compute_clusters -> Observability;
App_server -> Observability;

Support -> Local_compute;
Support -> Feedback;
Expand All @@ -83,4 +89,15 @@ digraph G {
Preservation -> Catalogue;

Deprecation -> Asset_register;

Storage -> Pipelines;
Repositories -> Pipelines;
Pipelines -> Metadata;

Notebooks -> Publications;
App_server -> Publications;
App_server -> Multimedia;

Asset_register -> Support;
Asset_register -> App_server;
}

0 comments on commit 331a91f

Please sign in to comment.