From 75c5b01898c0830cd657763eb861adfd8a1e3b94 Mon Sep 17 00:00:00 2001 From: "U-DS\\earmgr" Date: Wed, 28 Feb 2024 12:47:18 +0000 Subject: [PATCH] modified to be delivered by earmgr in Feb 2024 --- content/da-07-dois.md | 12 ++++++------ content/rdm-01-data-structure.md | 24 ++++++++++++++++-------- content/rdm-final.md | 5 ++--- content/version-control.md | 10 +++++++--- index.html | 7 +++++-- 5 files changed, 36 insertions(+), 22 deletions(-) diff --git a/content/da-07-dois.md b/content/da-07-dois.md index f4ff3d9..41b400a 100644 --- a/content/da-07-dois.md +++ b/content/da-07-dois.md @@ -81,11 +81,11 @@ Check your journal's manuscript submission guidelines for a recommended format
  • - A typical data citation format:
    - creators: title, publisher/repository, identifier, publication year. -
    + A typical data citation format: + + creators: title, publisher/repository, identifier, publication year. + Loew, A., Bennartz, R., Fell, F., Lattanzio, A., Doutriaux-Boucher, M., and Schulz, J.: Surface Albedo Validation Sites, EUMETSAT, http://dx.doi.org/10.15770/EUM_SEC_CLM_1001, 2015. -
  • @@ -117,11 +117,11 @@ diff --git a/content/rdm-01-data-structure.md b/content/rdm-01-data-structure.md index 1c70c66..0c3bc54 100644 --- a/content/rdm-01-data-structure.md +++ b/content/rdm-01-data-structure.md @@ -97,7 +97,8 @@ . ``` - © Crown 2021 copyright Defra via [uk-air.defra.gov.uk](https://uk-air.defra.gov.uk), licenced under the [Open Government Licence](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/) (OGL) + +- © Crown 2021 copyright Defra via [uk-air.defra.gov.uk](https://uk-air.defra.gov.uk), licenced under the [Open Government Licence](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/) (OGL) #-- @@ -126,6 +127,9 @@ |... |... |... | ``` + +© Crown 2021 copyright Defra via [uk-air.defra.gov.uk](https://uk-air.defra.gov.uk), licenced under the [Open Government Licence](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/) (OGL) + © Crown 2021 copyright Defra via [uk-air.defra.gov.uk](https://uk-air.defra.gov.uk), licenced under the [Open Government Licence](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/) (OGL) @@ -137,19 +141,20 @@
  • What is the interface for accessing data? @@ -647,3 +652,6 @@ Can you access stored data to carry out your analysis? - Frequency of backup - Ensuring sufficient capacity - Transfer speed + +#-- +### PAUSE here diff --git a/content/rdm-final.md b/content/rdm-final.md index 428ce0f..bc7b878 100644 --- a/content/rdm-final.md +++ b/content/rdm-final.md @@ -23,15 +23,14 @@ Data availability statements +#-- +* These courses usually delivered in November/December * **Introduction to the UNIX Shell**
    - Wednesday 7th December, 09:00–13:00
    _An introduction to using the bash shell for those who are new to working with UNIX / Linux systems from the command line._
    * **Version control with Git**
    - Thursday 8th December, 09:00–13:00
    _Getting started with using Git (and GitHub) for version control._
    * **Programming in Python**
    - Tuesday 13th December, 09:00–17:00
    _An introduction to programming and plotting data with Python._
    Email cemac-support@leeds.ac.uk with subject “CEMAC Training” to sign up diff --git a/content/version-control.md b/content/version-control.md index ef226aa..975fc37 100644 --- a/content/version-control.md +++ b/content/version-control.md @@ -204,8 +204,9 @@ Inspect your workspace #-- #### More about version control +- Often delivered in December + - Version control with Git, CEMAC training session
    -Thursday 8th December, 09:00–13:00
    Email cemac-support@leeds.ac.uk with subject “CEMAC Training” to sign up - Introduction to version control for research
    @@ -214,14 +215,14 @@ Thursday 8th December, 09:00–13:00
    #-- ### Resources -#### Cheatsheets and tutorials +#### Summary Guides and Tutorials
    - git - the simple guide [rogerdudler.github.io/git-guide](http://rogerdudler.github.io/git-guide/) - Happy Git and GitHub for the useR [happygitwithr.com](https://happygitwithr.com/) - Using Version Control with RStudio [support.rstudio.com](https://support.rstudio.com/hc/en-us/articles/200532077-Version-Control-with-Git-and-SVN) -- oh shit, git! [ohshitgit.com](https://ohshitgit.com/) +- oh dangit, git! [dangitgit.com](https://dangitgit.com/)
    @@ -234,6 +235,9 @@ Thursday 8th December, 09:00–13:00
    +### PAUSE here + + diff --git a/index.html b/index.html index 8adc806..b63f314 100644 --- a/index.html +++ b/index.html @@ -171,8 +171,11 @@ // Learn about plugins: https://revealjs.com/plugins/ plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ], - // MR adding slide numbers current of total - slideNumber: 'c/t', + // MR adding slide numbers + slideNumber: 'c/t', + // MR adding size information + width: 1920, + height: 1080, // Switch off default slide transitions //transition: "none", });