From 965b38c6f167c5d21025c33a578699fa56c4740d Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Sun, 2 Jun 2024 03:04:42 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- search.json | 2 +- sitemap.xml | 18 +++++++++--------- slides/07-copyright-licenses.html | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.nojekyll b/.nojekyll index 88f9dca..ed77213 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -f07dfc25 \ No newline at end of file +93f8a992 \ No newline at end of file diff --git a/search.json b/search.json index bef08ec..6ec4024 100644 --- a/search.json +++ b/search.json @@ -1493,7 +1493,7 @@ "href": "slides/07-copyright-licenses.html#section-5", "title": "Copyright & Licenses (who owns the code?)", "section": "", - "text": "To avoid this issue, you could:\n\nNegotiate which code is core to the work (“work-made-for-hire”) and what (pre-built) code (e.g., packages, scripts) are outside the core work and should not (at the beginning of the project!).\nNegotiate that the client purchase a license to the code you write (as opposed to hiring you to write the code).", + "text": "To avoid this issue, you could:\n\nNegotiate which code is core to the work (“work-made-for-hire”) and what (pre-built) code (e.g., packages, scripts) are outside the core work (at the beginning of the project!).\nNegotiate that the client purchase a license to the code you write (as opposed to hiring you to write the code).", "crumbs": [ "Home", "Slides", diff --git a/sitemap.xml b/sitemap.xml index 8b98127..f17992c 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,38 +2,38 @@ https://UBC-STAT.github.io/ssc-workshop-2024/slides/02-build-first-pkg.html - 2024-06-02T02:59:24.311Z + 2024-06-02T03:02:01.650Z https://UBC-STAT.github.io/ssc-workshop-2024/slides/01-r-pkg-intro.html - 2024-06-02T02:59:24.311Z + 2024-06-02T03:02:01.650Z https://UBC-STAT.github.io/ssc-workshop-2024/slides/06-publish-pkgs.html - 2024-06-02T02:59:24.312Z + 2024-06-02T03:02:01.651Z https://UBC-STAT.github.io/ssc-workshop-2024/slides/05-ci-cd.html - 2024-06-02T02:59:24.311Z + 2024-06-02T03:02:01.651Z https://UBC-STAT.github.io/ssc-workshop-2024/index.html - 2024-06-02T02:59:24.311Z + 2024-06-02T03:02:01.650Z https://UBC-STAT.github.io/ssc-workshop-2024/slides/ssc-workshop-2024.html - 2024-06-02T02:59:24.415Z + 2024-06-02T03:02:01.748Z https://UBC-STAT.github.io/ssc-workshop-2024/slides/03-testing-your-pkg-code.html - 2024-06-02T02:59:24.311Z + 2024-06-02T03:02:01.650Z https://UBC-STAT.github.io/ssc-workshop-2024/slides/04-pkg-doc.html - 2024-06-02T02:59:24.311Z + 2024-06-02T03:02:01.651Z https://UBC-STAT.github.io/ssc-workshop-2024/slides/07-copyright-licenses.html - 2024-06-02T02:59:24.312Z + 2024-06-02T03:02:01.651Z diff --git a/slides/07-copyright-licenses.html b/slides/07-copyright-licenses.html index 0ad7c2c..3d563f0 100644 --- a/slides/07-copyright-licenses.html +++ b/slides/07-copyright-licenses.html @@ -1280,7 +1280,7 @@

To avoid this issue, you could: