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 @@
-
Be specific: refer to the sections of your manuscript that rely on the data you are citing
-
"The image data supporting Fig. 2 and Fig. 4 are publicly available in the figshare repository as part of the following record: doi:10.1234/xyz [18]."
+ "The image data supporting Fig. 2 and Fig. 4 are publicly available in the figshare repository as part of the following record: doi:10.1234/xyz [18]."
-
Cite your dataset as an individual contribution
-
"The data associated with this paper (microscopy images, geometrical dimensions, model input files and results) are openly available from the University of Leeds Data Repository (Mengoni and Wilcox, 2015)."
+ "The data associated with this paper (microscopy images, geometrical dimensions, model input files and results) are openly available from the University of Leeds Data Repository (Mengoni and Wilcox, 2015)."
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)
#--
@@ -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)
+
@@ -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",
});