From e32e73b63346ad519f25de1a9671dabcff5f15db Mon Sep 17 00:00:00 2001 From: SNAATHORST Date: Fri, 29 Nov 2024 12:18:00 +0000 Subject: [PATCH 1/4] Adding callout tip with link and header for top section --- learning-development/learning-support.qmd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/learning-development/learning-support.qmd b/learning-development/learning-support.qmd index 485499d..7677011 100644 --- a/learning-development/learning-support.qmd +++ b/learning-development/learning-support.qmd @@ -6,6 +6,15 @@ title: "Learning support" --- +::: {.callout-tip} +## Git DevOps guidance +You can find helpful guidance on DevOps on [Azure DevOps for Analysis](https://dfe-analytical-services.github.io/azure-devops-for-analysis/index.html). +::: + +--- + +## Tools and support channels + As analysts and statistics producers, we require a variety of tools to efficiently and reliably work with our data. Below are the recommended tools that give us the most power to do what we need. These have large user communities in DfE, and are already working in our current IT setup. For best practice when using software and coding in our process, see our [guidance on RAP expectations](../RAP/rap-expectations.html) and the [DfE Good Code Practice guide](https://dfe-analytical-services.github.io/good-code-practice/index.html). From f5f1a8f89a2db6d29edd26244ef2f22c0652ce6c Mon Sep 17 00:00:00 2001 From: SNAATHORST Date: Mon, 2 Dec 2024 10:44:37 +0000 Subject: [PATCH 2/4] Rejigging email addresses placement so they fit the headings --- learning-development/learning-support.qmd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/learning-development/learning-support.qmd b/learning-development/learning-support.qmd index 7677011..2e9b8e2 100644 --- a/learning-development/learning-support.qmd +++ b/learning-development/learning-support.qmd @@ -19,10 +19,6 @@ As analysts and statistics producers, we require a variety of tools to efficient For best practice when using software and coding in our process, see our [guidance on RAP expectations](../RAP/rap-expectations.html) and the [DfE Good Code Practice guide](https://dfe-analytical-services.github.io/good-code-practice/index.html). -For questions about publishing statistics, the statistics Code of Practice or how your statistics publication should be badged, please contact the [HoP Office](mailto:hop.statistics@education.gov.uk). - -For support in data harmonisation and data structuring standards, or support with analytical digital services including the explore education statistics service, and deploying and maintaining R Shiny applications contact the [explore education statistics platforms team](mailto:explore.statistics@education.gov.uk). - You can also access support on a variety of topics on the [cross-government Digital Slack instance](https://x-govuk.github.io/posts/how-to-use-cross-government-slack/). Some useful channels to join are `#accessibility`, `#ai`, `#data-science` and `#datavis`. There is also a [cross-government data science Slack instance](https://govdatascience.slack.com/). Some useful channels to join are `#chat-r`, `#chat-python`, `#info-events` and `#community-rap`. @@ -33,8 +29,12 @@ In DfE, you can also seek advice via Teams. Some useful groups are [Statistics p ## Email support - * For any technical questions about R, Git, SQL, RAP or statistics production, contact [statistics.development@education.gov.uk](mailto:statistics.development@education.gov.uk) - * The mailbox is monitored between 9-5 and we aim to reply within 2 days +For questions about publishing statistics, the statistics Code of Practice or how your statistics publication should be badged, please contact the [HoP Office](mailto:hop.statistics@education.gov.uk). + +For support in data harmonisation and data structuring standards, or support with analytical digital services including the explore education statistics service, and deploying and maintaining R Shiny applications contact the [explore education statistics platforms team](mailto:explore.statistics@education.gov.uk). + +For any technical questions about R, Git, SQL, RAP or statistics production, contact [statistics.development@education.gov.uk](mailto:statistics.development@education.gov.uk) + * This mailbox is monitored between 9-5 and we aim to reply within 2 days * No question is too small! We are always happy to help --- From e236944d54d268b78cfe7ff850ed90953317d14c Mon Sep 17 00:00:00 2001 From: SNAATHORST Date: Mon, 2 Dec 2024 11:15:02 +0000 Subject: [PATCH 3/4] Suggested removing the bullets as they don't format nicely with multiple email addresses in this section --- learning-development/learning-support.qmd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/learning-development/learning-support.qmd b/learning-development/learning-support.qmd index 2e9b8e2..f43ae0d 100644 --- a/learning-development/learning-support.qmd +++ b/learning-development/learning-support.qmd @@ -33,9 +33,8 @@ For questions about publishing statistics, the statistics Code of Practice or ho For support in data harmonisation and data structuring standards, or support with analytical digital services including the explore education statistics service, and deploying and maintaining R Shiny applications contact the [explore education statistics platforms team](mailto:explore.statistics@education.gov.uk). -For any technical questions about R, Git, SQL, RAP or statistics production, contact [statistics.development@education.gov.uk](mailto:statistics.development@education.gov.uk) - * This mailbox is monitored between 9-5 and we aim to reply within 2 days - * No question is too small! We are always happy to help +For any technical questions about R, Git, SQL, RAP or statistics production, contact [statistics.development@education.gov.uk](mailto:statistics.development@education.gov.uk). This mailbox is monitored between 9-5 and we aim to reply within 2 days. No question is too small! We are always happy to help. + --- From 4298e4b5e1e0aed28e0e23f185a2604ed11e47c5 Mon Sep 17 00:00:00 2001 From: SNAATHORST Date: Wed, 11 Dec 2024 09:46:57 +0000 Subject: [PATCH 4/4] Updating heading --- learning-development/learning-support.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning-development/learning-support.qmd b/learning-development/learning-support.qmd index 1f08c99..a797909 100644 --- a/learning-development/learning-support.qmd +++ b/learning-development/learning-support.qmd @@ -7,7 +7,7 @@ title: "Learning support" --- ::: {.callout-tip} -## Git DevOps guidance +## Azure DevOps guidance You can find helpful guidance on DevOps on [Azure DevOps for Analysis](https://dfe-analytical-services.github.io/azure-devops-for-analysis/index.html). :::