Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccreath committed Apr 26, 2024
2 parents 0082a44 + aa2adc9 commit fc21d96
Show file tree
Hide file tree
Showing 18 changed files with 72 additions and 72 deletions.
106 changes: 53 additions & 53 deletions assets/courses.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,58 +76,39 @@
"related": []
},
{
"title": "PHS Methods",
"slug": "phs-methods",
"description": "The first step in taking R further. Learn about the `phsmethods` package created by and for staff in PHS.",
"overview": "",
"link": "https://scotland.shinyapps.io/phs-learnr-phsmethods/",
"title": "SQL in R",
"slug": "sql-in-r",
"description": "Learn about writing and using SQL commands in R.",
"overview": "Using SQL is is applicable to so many roles, it's almost inevitable that you'll come across it at some stage. However, this could also mean that you inherit pre-written SQL or be dealing with massive quantities of data. Using SQL doesn't need to be intimidating but it's going to make your life a lot easier if you know what you're doing and how to do it efficiently. This course is a complete introduction to SQL from the foundations up, you can use the first few chapters to learn about SQL and leave it there. However, the course continues and shows how that SQL code can be integrated into R, making your coding experience much more seamless. The course concludes with a taster for using an R package, dbplyr. This package allows you to use familiar R syntax (if you're familiar with the Tidyverse) rather than using SQL at all.",
"link": "https://scotland.shinyapps.io/phs-learnr-sql/",
"f2f": "",
"online": "https://scotland.shinyapps.io/phs-learnr-phsmethods/",
"online": "https://scotland.shinyapps.io/phs-learnr-sql/",
"image": "",
"type": ["Online Course"],
"technology": "R",
"level": "2",
"packages": ["base", "phsmethods"],
"tags": ["r"],
"packages": ["base", "odbc", "dbplyr"],
"tags": ["r", "sql"],
"prereqs": ["Introduction to R"],
"timetable": "",
"materials": "",
"related": []
},
{
"title": "Introduction to Open Data",
"slug": "introduction-to-open-data",
"description": "Learn about open data, what it is, why we use it, and how to interact with our open data using R.",
"overview": "Open data is the name for publicly released data which is made freely available to everyone to use and reuse in any way they like. With open data, anyone is able to make use of its potential: improving, innovating, and making better decisions. In this course, we provide a theoretical background of open data, building on PHS practices, and then getting practical with some coding examples in R. ",
"link": "https://scotland.shinyapps.io/phs-learnr-opendata",
"title": "Reproducible Environments in R",
"slug": "reproducible-environments-in-r",
"description": "Learn about creating and using reproducible environments in R.",
"overview": "This course is a complete introduction to creating and using reproducible environments in R, using the `{renv}` package. It covers reproducibility and the basics of working with environments. The course continues and shows how environments are managed with code, all integrated into R, making your coding experience and collaboration much more seamless. This will be particularly useful for adopting RAP principles, or ensuring the full pipeline is managed within R.",
"link": "https://scotland.shinyapps.io/phs-learnr-renv",
"f2f": "",
"online": "https://scotland.shinyapps.io/phs-learnr-opendata",
"online": "https://scotland.shinyapps.io/phs-learnr-renv",
"image": "",
"type": ["Online Course"],
"technology": "R",
"level": "2",
"packages": ["base", "ckanr"],
"tags": ["r"],
"prereqs": ["Introduction to R"],
"timetable": "",
"materials": "",
"related": []
},
{
"title": "SPSS to R",
"slug": "spss-to-r",
"description": "A companion to the Intro to R course for SPSS users, understanding the differences and how to start translating SPSS to R.",
"overview": "While not repeating the content of the Introduction to R course, this course attempts to support existing SPSS users to transition to R. The course follows the same structure to allow you to compare and see how the code varies between the different technologies.",
"link": "https://scotland.shinyapps.io/phs-learnr-spsstor/",
"f2f": "",
"online": "https://scotland.shinyapps.io/phs-learnr-spsstor/",
"image": "",
"type": ["Online Course"],
"technology": "R",
"level": "1",
"packages": ["base"],
"tags": ["r"],
"prereqs": ["Introduction to R"],
"packages": ["base", "renv"],
"tags": ["r", "renv"],
"prereqs": ["Introduction to R", "Introduction to Git"],
"timetable": "",
"materials": "",
"related": []
Expand All @@ -152,39 +133,39 @@
"related": []
},
{
"title": "SQL in R",
"slug": "sql-in-r",
"description": "Learn about writing and using SQL commands in R.",
"overview": "Using SQL is is applicable to so many roles, it's almost inevitable that you'll come across it at some stage. However, this could also mean that you inherit pre-written SQL or be dealing with massive quantities of data. Using SQL doesn't need to be intimidating but it's going to make your life a lot easier if you know what you're doing and how to do it efficiently. This course is a complete introduction to SQL from the foundations up, you can use the first few chapters to learn about SQL and leave it there. However, the course continues and shows how that SQL code can be integrated into R, making your coding experience much more seamless. The course concludes with a taster for using an R package, dbplyr. This package allows you to use familiar R syntax (if you're familiar with the Tidyverse) rather than using SQL at all.",
"link": "https://scotland.shinyapps.io/phs-learnr-sql/",
"title": "PHS Methods",
"slug": "phs-methods",
"description": "The first step in taking R further. Learn about the `phsmethods` package created by and for staff in PHS.",
"overview": "",
"link": "https://scotland.shinyapps.io/phs-learnr-phsmethods/",
"f2f": "",
"online": "https://scotland.shinyapps.io/phs-learnr-sql/",
"online": "https://scotland.shinyapps.io/phs-learnr-phsmethods/",
"image": "",
"type": ["Online Course"],
"technology": "R",
"level": "2",
"packages": ["base", "odbc", "dbplyr"],
"tags": ["r", "sql"],
"packages": ["base", "phsmethods"],
"tags": ["r"],
"prereqs": ["Introduction to R"],
"timetable": "",
"materials": "",
"related": []
},
{
"title": "Reproducible Environments in R",
"slug": "reproducible-environments-in-r",
"description": "Learn about creating and using reproducible environments in R.",
"overview": "This course is a complete introduction to creating and using reproducible environments in R, using the `{renv}` package. It covers reproducibility and the basics of working with environments. The course continues and shows how environments are managed with code, all integrated into R, making your coding experience and collaboration much more seamless. This will be particularly useful for adopting RAP principles, or ensuring the full pipeline is managed within R.",
"link": "",
"title": "Introduction to Open Data",
"slug": "introduction-to-open-data",
"description": "Learn about open data, what it is, why we use it, and how to interact with our open data using R.",
"overview": "Open data is the name for publicly released data which is made freely available to everyone to use and reuse in any way they like. With open data, anyone is able to make use of its potential: improving, innovating, and making better decisions. In this course, we provide a theoretical background of open data, building on PHS practices, and then getting practical with some coding examples in R. ",
"link": "https://scotland.shinyapps.io/phs-learnr-opendata",
"f2f": "",
"online": "",
"online": "https://scotland.shinyapps.io/phs-learnr-opendata",
"image": "",
"type": ["Online Course"],
"technology": "R",
"level": "2",
"packages": ["base", "renv"],
"tags": ["r", "renv"],
"prereqs": ["Introduction to R", "Introduction to Git"],
"packages": ["base", "ckanr"],
"tags": ["r"],
"prereqs": ["Introduction to R"],
"timetable": "",
"materials": "",
"related": []
Expand All @@ -208,6 +189,25 @@
"materials": "",
"related": []
},
{
"title": "SPSS to R",
"slug": "spss-to-r",
"description": "A companion to the Intro to R course for SPSS users, understanding the differences and how to start translating SPSS to R.",
"overview": "While not repeating the content of the Introduction to R course, this course attempts to support existing SPSS users to transition to R. The course follows the same structure to allow you to compare and see how the code varies between the different technologies.",
"link": "https://scotland.shinyapps.io/phs-learnr-spsstor/",
"f2f": "",
"online": "https://scotland.shinyapps.io/phs-learnr-spsstor/",
"image": "",
"type": ["Online Course"],
"technology": "R",
"level": "1",
"packages": ["base"],
"tags": ["r"],
"prereqs": ["Introduction to R"],
"timetable": "",
"materials": "",
"related": []
},
{
"title": "Introduction to Python",
"slug": "introduction-to-python",
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!doctype html>
<html>
<head>
<meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content=""><title>PHS Data Science - Knowledge Base</title><link data-n-head="1" rel="icon" type="image/x-icon" href="/favicon.ico"><base href="/knowledge-base/"><link rel="preload" href="/knowledge-base/_nuxt/c0eca1f.js" as="script"><link rel="preload" href="/knowledge-base/_nuxt/4730fbd.js" as="script"><link rel="preload" href="/knowledge-base/_nuxt/7d858fb.js" as="script"><link rel="preload" href="/knowledge-base/_nuxt/d26873a.js" as="script">
<meta data-n-head="1" charset="utf-8"><meta data-n-head="1" name="viewport" content="width=device-width,initial-scale=1"><meta data-n-head="1" data-hid="description" name="description" content=""><title>PHS Data Science - Knowledge Base</title><link data-n-head="1" rel="icon" type="image/x-icon" href="/favicon.ico"><base href="/knowledge-base/"><link rel="preload" href="/knowledge-base/_nuxt/a798dc2.js" as="script"><link rel="preload" href="/knowledge-base/_nuxt/4730fbd.js" as="script"><link rel="preload" href="/knowledge-base/_nuxt/7d858fb.js" as="script"><link rel="preload" href="/knowledge-base/_nuxt/d26873a.js" as="script">
</head>
<body>
<div id="__nuxt"><style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style> <script>window.addEventListener("error",function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")})</script> <div id="nuxt-loading" aria-live="polite" role="status"><div>Loading...</div></div> </div><script>window.__NUXT__={config:{_app:{basePath:"/knowledge-base/",assetsPath:"/knowledge-base/_nuxt/",cdnURL:null}}}</script>
<script src="/knowledge-base/_nuxt/c0eca1f.js"></script><script src="/knowledge-base/_nuxt/4730fbd.js"></script><script src="/knowledge-base/_nuxt/7d858fb.js"></script><script src="/knowledge-base/_nuxt/d26873a.js"></script></body>
<script src="/knowledge-base/_nuxt/a798dc2.js"></script><script src="/knowledge-base/_nuxt/4730fbd.js"></script><script src="/knowledge-base/_nuxt/7d858fb.js"></script><script src="/knowledge-base/_nuxt/d26873a.js"></script></body>
</html>
1 change: 0 additions & 1 deletion docs/_nuxt/016600b.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/_nuxt/32f6e8d.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/_nuxt/6382320.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/_nuxt/740b4c6.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/_nuxt/a798dc2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/_nuxt/c0eca1f.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/_nuxt/cf68196.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/_nuxt/d38384a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/_nuxt/e09ff84.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/_nuxt/fc3e34a.js

This file was deleted.

Loading

0 comments on commit fc21d96

Please sign in to comment.