diff --git a/docs/posts/2024_12/amaia_hack_image.png b/docs/posts/2024_12/amaia_hack_image.png new file mode 100644 index 0000000..615ac0e Binary files /dev/null and b/docs/posts/2024_12/amaia_hack_image.png differ diff --git a/docs/posts/2024_12/crossword.png b/docs/posts/2024_12/crossword.png new file mode 100644 index 0000000..4f9d467 Binary files /dev/null and b/docs/posts/2024_12/crossword.png differ diff --git a/docs/posts/2024_12/index.css b/docs/posts/2024_12/index.css new file mode 100644 index 0000000..5bd5bd4 --- /dev/null +++ b/docs/posts/2024_12/index.css @@ -0,0 +1,589 @@ +.content-block { + padding-top: 20px; + padding-bottom: 10px; + margin-left: 30px; + margin-right: 30px; + } + + + @media(min-width: 900px) { + .content-block { + margin-left: 50px; + margin-right: 50px; + } + } + + @media (min-width: 1400px) { + .content-block { + max-width: 1280px; + margin-left: auto; + margin-right: auto; + } + .navbar { + max-width: 1350px; + left: 50%; + transform: translateX(-50%); + } + .nav-footer { + position: relative; + max-width: 1350px; + left: 50%; + transform: translateX(-50%); + } + } + + .hero-banner { + position: relative; + background-color: #f0f4f5; + display: flex; + justify-content: center; + } + + .hero-banner h1 { + color: #005EB8; + font-size: 2.8rem; + } + + .hero-banner h1 span { + font-size: 1.6rem; + } + + + .hero-banner .hero-image { + position: absolute; + display: none; + height: auto; + } + + @media (min-width: 1000px) { + .hero-banner .hero-image { + display: initial; + width: 270px; + } + } + + @media (min-width: 1200px) { + .hero-banner .hero-image { + width: 340px; + } + } + + @media (min-width: 1400px) { + .hero-banner .hero-image { + width: 440px; + } + } + + .hero-banner .hero-image p { + margin-bottom: 0; + } + + .hero-banner .hero-image-left { + left: 0; + bottom: 0; + } + + .hero-banner .hero-image-right { + right: 0; + bottom: 0; + } + + + .hero-banner .content-block { + max-width: 600px; + z-index: 2; + } + + .hero-banner a { + text-decoration: none; + } + + .hero-banner h3 { + margin-top: 1.3rem; + margin-bottom: 1.3rem; + } + + .hero-banner h4 { + margin-top: 0; + } + + .hero-banner a[role="button"] { + margin-right: 17px; + margin-top: 0.6rem; + margin-bottom: 1.6rem; + } + + + .hero-banner #btn-guide { + background-color: #959595 !important; + border: none; + } + + .hero-banner ul { + padding-inline-start: 21px; + font-size: 1.1rem; + } + + .hero-banner ul li { + padding-bottom: 0.4rem; + } + + + .alt-background { + background-color: rgb(247,249,251); + border-top: 1px solid #dee2e6; + border-bottom: 1px solid #dee2e6; + } + + .hello-quarto { + padding-bottom: 1rem; + } + + @media (min-width: 600px) { + .hello-quarto-banner { + display: inline-flex; + align-content: center; + justify-content: center; + } + + .hello-quarto-banner h1 { + margin-right: 40px; + } + + .hello-quarto-banner ul { + + } + } + + .hello-quarto-banner .nav-pills .nav-link.active, .nav-pills .show>.nav-link { + border: none; + border-bottom: 2px solid #39729E !important; + color: #39729E; + background-color: transparent; + + } + + .hello-quarto-banner .nav-pills button { + width: 125px; + } + + .hello-quarto .tab-content { + border: none; + padding: 0; + color: rgb(84, 85, 85); + } + + .hello-quarto .tab-content p { + font-size: 1.1em; + margin-bottom: 1.5em; + } + + .hello-quarto div.sourceCode { + background-color: white; + border: 1px solid #dee2e6; + } + + .hello-output { + background-color: white; + border: 1px solid #dee2e6; + max-height: 660px; + } + + .features { + padding-bottom: 2em; + } + + .feature { + margin-top: 20px; + } + + @media (min-width: 800px) { + .features { + display: flex; + flex-direction: row; + flex-wrap: wrap; + margin: 0 0 0 -30px; + width: calc(100% + 30px); + } + .feature { + width: calc(33% - 30px); + margin: 20px 0 0 30px; + } + } + + .feature h3 { + margin-top: 0; + } + + .feature p:first-of-type { + margin-bottom: 0.2rem; + color: rgb(84, 85, 85); + } + + .get-started { + text-align: center; + padding-bottom: 2rem; + } + + .get-started h3 { + margin-top: 1rem; + margin-bottom: 2rem; + } + + nav.page-navigation { + display: none; + } + + .nav-footer { + border-top: none !important; + } + + .nav-pills .nav-link.active, .nav-pills .show>.nav-link { + color: #fff; + background-color: #ff7518; + } + + +.navbar-brand-container { + margin-right: 0; +} + + +@media (min-width: 1020px) { +.navbar-brand-container { + margin-right: 1em; +} +} + + + +@media (max-width: 1060px) and (min-width: 991.98px) { + +#navbarCollapse ul:last-of-type a.nav-link { + padding-left: .25em; + padding-right: .25em; +} + +.navbar #quarto-search { + margin-left: .1em; +} + +.navbar .bi-twitter, +.navbar .bi-github, +.navbar .bi-rss + { + font-size: .8em; +} +} + +#quarto-header { + border-bottom: 1px solid #dee2e6; + background-color: #005eb8; +} + +@media (min-width: 991.98px) { +#quarto-header { + border-bottom: 1px solid #dee2e6; + background-color: #005eb8; +} +} + +.navbar-brand > img { + max-height: 36px; +} + + +.platform-table td { + vertical-align: middle; +} + +.platform-table td > div.sourceCode { + margin-top: 0.3rem; + margin-bottom: 0.3rem; +} + + +.document-example { + opacity: 0.9; + padding: 6px; + font-weight: 500; + margin-bottom: 1rem; +} + +.document-example div { + padding: 5px; +} + + +.document-example .citation { + color: blue; +} + +.trademark { + font-size: 0.6rem; + display: inline-block; + margin-left: -3px; +} + +.search-attribution { + margin-top: 20px; + padding-bottom: 20px; + height: 40px; +} + +.download-button { + margin-top: 1em; +} + +.download-table { + margin-bottom: 2em; +} + +.download-table p { + margin-bottom: 0; +} + +.download-table .checksum { + color: var(--bs-primary); + font-size: .775em; + cursor: pointer; + padding-top: 4px; +} + +.download-button { + display:flex; + padding-bottom: 10px; + padding-top: 10px; +} + +.download-button .secondary { + font-size: .775em; + margin-bottom: 0; +} + +.download-button .container { + display: flex; + padding-left: 10px; + padding-right: 40px; +} + +.download-button .icon-container { + fill: white; + width: 30px; + margin-right: 15px; +} + +iframe.reveal-demo { + width: 100%; + height: 350px; + outline: none; +} + + +.slide-deck { + border: 3px solid #dee2e6; + width: 100%; + height: 475px; +} + +@media only screen and (max-width: 600px) { + .slide-deck { + height: 400px; + } +} + + +@media (max-width: 575px) { + +.link-cards .card { + margin-bottom: 20px; + margin-right: 35px; +} + +} + +@media (min-width: 576px) { +.link-cards { + display: flex; + flex-direction: row; + flex-wrap: wrap; +} + +.link-cards .card { + width: 190px; + margin: 0 20px 12px 0; +} + + +} + + +.link-cards .card { + border: none; + padding: 0; +} + +.link-cards .card-title h4 { + margin-top: 0; +} + +.link-cards .card-title p { + margin-bottom: 0; +} + +.link-cards .card-subtitle { + margin-bottom: 0.7rem; +} + +.link-cards .card-body { + padding: 0.5rem; + padding-left: 0.1rem; +} + +.link-cards .card-body ul { + margin-bottom: 0; + padding-left: 0; + list-style-type: none; +} + +.link-cards .card-body ul a { + text-decoration: none; +} + +.link-cards .card-body ul li { + padding-bottom: 0.2rem; +} + + +.card .source-code { + margin-top: 3px; +} + +.carousel.card { + font-size: 16px; + padding-top: 2em; +} + +.carousel.card a { + text-decoration: none; +} + +.carousel img { + width: 70%; + margin-bottom: 110px; +} + +.carousel .carousel-control-prev-icon, +.carousel .carousel-control-next-icon { + margin-bottom: 110px; +} + + +.gallery-category { + column-gap: 10px; +} + +.btn-action-primary { + color: white; + background-color: #005eb8 !important; +} + +.btn-action-primary:hover { + background-color: #ffeb3b !important; + color: #000 !important; +} + +.btn-action { + min-width: 165px; + border-radius: 30px; + border: none; +} + +.panel-tabset[data-group="tools-tabset"] .choose-your-tool { + max-width: 90px; + margin-right: 25px; + margin-top: 30px; + font-weight: 300; + font-size: 1.3rem; + text-align: left; + vertical-align: center; +} + +.panel-tabset[data-group="tools-tabset"] .tab-content { + border: none; + padding-left: 5px; +} + +.panel-tabset[data-group="tools-tabset"] .nav-tabs { + border-bottom: none; +} + +.panel-tabset[data-group="tools-tabset"] .nav-tabs .nav-link { + text-align: center; + margin-right: 10px; + margin-top: 10px; + color: inherit; + width: 102px; + font-size: 0.8em; +} + +.panel-tabset[data-group="tools-tabset"] .nav-tabs .nav-link, +.panel-tabset[data-group="tools-tabset"] .nav-tabs .nav-link.active, +.panel-tabset[data-group="tools-tabset"] .nav-tabs .nav-item.show .nav-link { + border: 1px solid rgb(222, 226, 230); + border-radius: 10px; +} +.panel-tabset[data-group="tools-tabset"] .nav-tabs .nav-link:hover { + border-color: rgb(80,146,221); + border-width: 1px; +} + +.panel-tabset[data-group="tools-tabset"] .nav-tabs .nav-link.active, +.panel-tabset[data-group="tools-tabset"] .nav-tabs .nav-item.show .nav-link { + border-color: rgb(80,146,221); + border-width: 2px; +} + +.panel-tabset[data-group="tools-tabset"] .nav-tabs .nav-link img { + width: 65px; + height: 65px; + display: block; + margin-bottom: 2px; +} + +/* +.panel-tabset[data-group="tools-tabset"] .nav-tabs .nav-link { + text-align: center; + margin-right: 10px; + margin-top: 10px; + color: inherit; + width: 102px; + font-size: 0.8em; +} + +.panel-tabset[data-group="tools-tabset"] .nav-tabs .nav-link img { + width: 45px; + height: 45px; + margin-left: 10px; + display: block; + margin-bottom: 2px; +} +*/ + + +.download-text { + font-size: 1.1em; + font-weight: 500; +} + +.footnotes-end-of-document { + display: none; +} + +.section-heading { + background-color: #0072CE; + text-align: left; + text-decoration: none; + color: #ffffff; + padding: 0px 0px 0px 5px; /* top, right, bottom, left */ + } \ No newline at end of file diff --git a/docs/posts/2024_12/newsletter.qmd b/docs/posts/2024_12/newsletter.qmd new file mode 100644 index 0000000..9e78b6c --- /dev/null +++ b/docs/posts/2024_12/newsletter.qmd @@ -0,0 +1,119 @@ +--- +title: 'Data Science Community for Health and Care Newsletter December 2024' +date: '2024-12-20' +format: + html: + css: index.css + pdf: + toc: false + geometry: + - top=10mm + - bottom=10mm + - left=20mm + - right=20mm +categories: ['newsletter', 'festive edition'] +description: 'The Data Science Community for Health and Care newsletter for December 2024' +author: 'Jennifer Struthers, Amaia Imaz-Blanco' +--- + +![](../../images/banner_dec.png) + +Welcome to the latest newsletter from the Data Science Community for Health and Care, brought to you by the NHS England Data Science Professional Development Functional Team. + +The newsletter team are always happy to receive constructive feedback, and we invite you to send us any contributions you may have. + +If you cannot access something of interest to you, please [reach out](https://github.com/nhsengland/datascience-pd-newsletter/issues/new){target="_blank"}. + +Thanks for reading! – newsletter team + +
+# Microsoft Hack +
+ +![](amaia_hack_image.png) + +The NHS England Data Science team, as well as a range of other analysts from across the organisation, attended an AI Hackathon at Microsoft, organised by the Data Science Team together with Microsoft and Kainos, with the key stakeholders being the NHS Websites Services Team. In this article, the author shares her experiences at the event. + +Last week, the long awaited Hack for Health hosted at the beautiful Story Club, in Paddington London, by Microsoft and NHSE finally happened! At the hackathon, every team had either a Kainos or Microsoft representative, as well as a range of participants from across NHS England, including a strong Data Science Team presence, with several of our team members in each group. And unlike a usual hackathon, this one had stakeholders and well defined use cases, we were all working to one common goal. + +[Continue reading...](https://nhsengland.github.io/datascience/articles/2024/12/04/microsoft-hackathon/){target="_blank"} + + +
+# Christmas Challenges +
+ +## GCHQ Christmas Challenge + +GCHQ have released their annual [Christmas Challenge](https://www.gchq.gov.uk/files/GCHQ%20Christmas%20Challenge%202024.pdf){target="_blank"}. While aimed at children aged 11-18 we had a great time puzzling this one out during a morning Christmas meeting - perfect for a family Christmas quiz night! + +## RSS Christmas Quiz + Puzzles + +The Royal Statistical Society have published their Christmas quiz and puzzles. There are even prizes for answering - the top three entries received by the deadline (**20:00 Sunday 5th January 2025**) will receive a donation of up to £150 to a charity of good cause of their choice. + +The Section A quiz questions can be found [here](https://rss.org.uk/news-publication/news-publications/2024/general-news/rss-christmas-quiz-2024-questions-and-puzzles-to-p/){target="_blank"}, while the Section B puzzles can be found in PDF format [here](https://rss.org.uk/RSS/media/File-library/Quiz/2024-RSS-XMAS-QUIZ_section-B.pdf){target="_blank"} on linked on their own site: [thexmaspuzzles.com](thexmaspuzzles.com){target="_blank"}. + +*Note: This site may not be accessible through work laptops* + +## BBC Bitesize: AI or real? Christmas edition! + +Artificial intelligence is already very impressive, with many AI images and videos so flawless that it can be difficult to tell what’s fake and what’s real. But as it continues to develop, will this become an impossible task? + +Challenge yourself with this Christmas edition of [AI or real](https://www.bbc.co.uk/bitesize/articles/zv74tcw){target="_blank"}! + +## Christmas Crossword + +Love crosswords? Love Machine Learning and AI? Last year Ivan Reznikov published a [Christmas Data Science Crossword Puzzle](https://medium.com/@ivanreznikov/data-science-christmas-crossword-puzzle-327dec18cfab){target="_blank"}. + +Your family will love solving this together after Christmas dinner and definitely not throw wrapping paper at your head! + +[![Christmas Crossword: click the image to go to the site](crossword.png)](https://medium.com/@ivanreznikov/data-science-christmas-crossword-puzzle-327dec18cfab){target="_blank"} + + +___ + + +
+# RPySOC: Relive the experience +
+ +As mentined in last month's newsletter, the RPySOC conference was hosted, bringing together enthusiasts of all things R, Python and Open Source software from all over the country. In the spirit of things being open and freely available, the talks and slides have been made available to you all to watch in your own time! + +- [Link to slides held in GitHub](https://github.com/nhs-r-community/conference-2024?tab=readme-ov-file){target="_blank"} +- [Link to recordings hosted on YouTube](https://www.youtube.com/playlist?list=PLXCrMzQaI6c2vQUabRSOg9_FCxp6x6cVg){target="_blank"} + + +
+# Resources +
+ +For some, the festive period can allow a little bit of a reprieve from projects and meetings: the perfect time to do that training you always wanted to do but never had the time for. Consider blocking out some time for yourself to hit your learning goals! + +## [Intro to Coding](https://future.nhs.uk/DataAnalytics/view?objectID=56293968){target="_blank"} + +The team have been busy updating the resources page of the FutureNHS site (free account required to access), including a new section full of resources on how to get started with Python. + +There are so many great resources to get you started on a data science journey. + + +## [Intro to LLMs](https://github.com/nhsengland/llm_tutorial){target="_blank"} + +Sam and Adam Hollings have a public repository which will walk you through some simple LLM implementations. It uses free software and can all be run inside Google Collab, for maximum accessibility. It could not be easier to start learning about this essential area of data science! + +___ + +Check out our collection of training resources in the [Resources Section](https://future.nhs.uk/DataAnalytics/view?objectID=56293968){target="_blank"}! Can you spot something missing? [Contact us](mailto:datascience@nhs.net)! + +
+# Need a Quick Break? +
+ +[How many tries will it take you?](https://mywordle.strivemath.com/?word=pfvhd){target="_blank"} + + + +
+ +[Subscribe to the community](https://forms.office.com/pages/responsepage.aspx?id=slTDN7CF9UeyIge0jXdO48pr_29hyJFKpCZ7SYYvjeFUNUVPMUk0STlDRlJMNklIWEI3V0NZVTZXVS4u&route=shorturl){.btn-action-primary .btn-action .btn .btn-success .btn-lg role="button"}[Contribute](https://github.com/nhsengland/datascience-pd-newsletter/issues/new?assignees=&labels=&projects=&template=suggest-some-newsletter-content-.md&title=){.btn-action-primary .btn-action .btn .btn-info .btn-lg role="button" target="_blank"}[PDF Version](./newsletter.pdf){.btn-action-primary .btn-action .btn .btn-info .btn-lg role="button" target="_blank"} +
+