Skip to content

Commit 9f3a0d4

Browse files
authored
Merge pull request #33 from ucdavisdatalab/fix_logo
fixing broken link for logo and updating bookdown
2 parents 581ff95 + a20fb7e commit 9f3a0d4

13 files changed

+265
-235
lines changed

_output.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bookdown::gitbook:
55
toc:
66
before: |
77
<li><a href="https://datalab.ucdavis.edu/">
8-
<img src="https://datalab.ucdavis.edu/wp-content/uploads/2019/07/datalab-logo-full-color-rgb-1.png" style="height: 100%; width: 100%; object-fit: contain" />
8+
<img src="img/datalab-logo-full-color-rgb.png" style="height: 100%; width: 100%; object-fit: contain" />
99
</a></li>
1010
<li><a href="./" style="font-size: 18px">An Overview of Databases and Data Storage Technologies</a></li>
1111
after: |

database_slides.qmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
title: "An Overview of Databases and Data Storage"
33
title-slide-attributes:
4-
data-background-image: img/slides/datalab-logo-full-color-rgb.png
4+
data-background-image: img/datalab-logo-full-color-rgb.png
55
data-background-size: 35%
66
data-background-position: 5% 2%
77
author: "Elise Hellwig"
88
format:
99
revealjs:
1010
sc-sb-title: true
1111
theme: simple
12+
embed-resources: false
1213
template-partials:
1314
- title-slide.html
1415
filters:
@@ -166,7 +167,7 @@ Tree Data: [By HitomiAkane, Tree icon-arzwiki.svg][td], CC BY-SA 4.0
166167

167168
Graph Data: [By Adam Beasley - The Noun Project][gd], CC BY 3.0
168169

169-
Relational Data: [categories by Nira Inds, Noun Project][rd], CC BY 3.0
170+
Relational Data: [categories by Nira Inds, Noun Project][reda], CC BY 3.0
170171

171172
Data Stores: [By Gaelen Pinnock][ds] - Designer commissioned by the UCT Research
172173
office, CC BY-SA 4.0
@@ -186,7 +187,7 @@ Further Reading: [By Icon Lauk from the Noun Project][fr], CC BY 3.0
186187
[tad]: https://commons.wikimedia.org/w/index.php?curid=67122938
187188
[td]: https://commons.wikimedia.org/w/index.php?curid=130967171
188189
[gd]: https://commons.wikimedia.org/w/index.php?curid=105266675
189-
[rd]: https://thenounproject.com/icon/categories-6069462/
190+
[reda]: https://thenounproject.com/icon/categories-6069462/
190191
[ds]: https://commons.wikimedia.org/w/index.php?curid=78355715
191192
[ss]: https://commons.wikimedia.org/w/index.php?curid=67122942
192193
[rd]: https://commons.wikimedia.org/w/index.php?curid=64472365

docs/404.html

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<title>Page not found | An Overview of Databases and Data Storage</title>
88
<meta name="description" content="Page not found | An Overview of Databases and Data Storage" />
9-
<meta name="generator" content="bookdown 0.37 and GitBook 2.6.7" />
9+
<meta name="generator" content="bookdown 0.43 and GitBook 2.6.7" />
1010

1111
<meta property="og:title" content="Page not found | An Overview of Databases and Data Storage" />
1212
<meta property="og:type" content="book" />
@@ -23,7 +23,7 @@
2323
<meta name="author" content="Elise Hellwig" />
2424

2525

26-
<meta name="date" content="2024-04-11" />
26+
<meta name="date" content="2025-08-14" />
2727

2828
<meta name="viewport" content="width=device-width, initial-scale=1" />
2929
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -66,6 +66,7 @@
6666
div.csl-bib-body { }
6767
div.csl-entry {
6868
clear: both;
69+
margin-bottom: 0em;
6970
}
7071
.hanging div.csl-entry {
7172
margin-left:2em;
@@ -97,7 +98,7 @@
9798

9899
<ul class="summary">
99100
<li><a href="https://datalab.ucdavis.edu/">
100-
<img src="https://datalab.ucdavis.edu/wp-content/uploads/2019/07/datalab-logo-full-color-rgb-1.png" style="height: 100%; width: 100%; object-fit: contain" />
101+
<img src="img/datalab-logo-full-color-rgb.png" style="height: 100%; width: 100%; object-fit: contain" />
101102
</a></li>
102103
<li><a href="./" style="font-size: 18px">An Overview of Databases and Data Storage Technologies</a></li>
103104

@@ -230,35 +231,35 @@ <h1>Page not found</h1>
230231
<script>
231232
gitbook.require(["gitbook"], function(gitbook) {
232233
gitbook.start({
233-
"sharing": false,
234-
"fontsettings": {
235-
"theme": "white",
236-
"family": "sans",
237-
"size": 2
238-
},
239-
"edit": {
240-
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/edit/main/%s",
241-
"text": "Edit"
242-
},
243-
"history": {
244-
"link": null,
245-
"text": null
246-
},
247-
"view": {
248-
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/blob/main/%s",
249-
"text": null
250-
},
251-
"download": ["_main.pdf"],
252-
"search": {
253-
"engine": "fuse",
254-
"options": null
255-
},
256-
"toc": {
257-
"collapse": "section"
258-
},
259-
"toolbar": {
260-
"position": "fixed"
261-
}
234+
"sharing": false,
235+
"fontsettings": {
236+
"theme": "white",
237+
"family": "sans",
238+
"size": 2
239+
},
240+
"edit": {
241+
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/edit/main/%s",
242+
"text": "Edit"
243+
},
244+
"history": {
245+
"link": null,
246+
"text": null
247+
},
248+
"view": {
249+
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/blob/main/%s",
250+
"text": null
251+
},
252+
"download": ["_main.pdf"],
253+
"search": {
254+
"engine": "fuse",
255+
"options": null
256+
},
257+
"toc": {
258+
"collapse": "section"
259+
},
260+
"toolbar": {
261+
"position": "fixed"
262+
}
262263
});
263264
});
264265
</script>

docs/assessment.html

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<title>6 Assessment | An Overview of Databases and Data Storage</title>
88
<meta name="description" content="6 Assessment | An Overview of Databases and Data Storage" />
9-
<meta name="generator" content="bookdown 0.37 and GitBook 2.6.7" />
9+
<meta name="generator" content="bookdown 0.43 and GitBook 2.6.7" />
1010

1111
<meta property="og:title" content="6 Assessment | An Overview of Databases and Data Storage" />
1212
<meta property="og:type" content="book" />
@@ -23,7 +23,7 @@
2323
<meta name="author" content="Elise Hellwig" />
2424

2525

26-
<meta name="date" content="2024-04-11" />
26+
<meta name="date" content="2025-08-14" />
2727

2828
<meta name="viewport" content="width=device-width, initial-scale=1" />
2929
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -66,6 +66,7 @@
6666
div.csl-bib-body { }
6767
div.csl-entry {
6868
clear: both;
69+
margin-bottom: 0em;
6970
}
7071
.hanging div.csl-entry {
7172
margin-left:2em;
@@ -97,7 +98,7 @@
9798

9899
<ul class="summary">
99100
<li><a href="https://datalab.ucdavis.edu/">
100-
<img src="https://datalab.ucdavis.edu/wp-content/uploads/2019/07/datalab-logo-full-color-rgb-1.png" style="height: 100%; width: 100%; object-fit: contain" />
101+
<img src="img/datalab-logo-full-color-rgb.png" style="height: 100%; width: 100%; object-fit: contain" />
101102
</a></li>
102103
<li><a href="./" style="font-size: 18px">An Overview of Databases and Data Storage Technologies</a></li>
103104

@@ -253,35 +254,35 @@ <h1><span class="header-section-number">6</span> Assessment<a href="assessment.h
253254
<script>
254255
gitbook.require(["gitbook"], function(gitbook) {
255256
gitbook.start({
256-
"sharing": false,
257-
"fontsettings": {
258-
"theme": "white",
259-
"family": "sans",
260-
"size": 2
261-
},
262-
"edit": {
263-
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/edit/main/99_assessment.Rmd",
264-
"text": "Edit"
265-
},
266-
"history": {
267-
"link": null,
268-
"text": null
269-
},
270-
"view": {
271-
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/blob/main/99_assessment.Rmd",
272-
"text": null
273-
},
274-
"download": ["_main.pdf"],
275-
"search": {
276-
"engine": "fuse",
277-
"options": null
278-
},
279-
"toc": {
280-
"collapse": "section"
281-
},
282-
"toolbar": {
283-
"position": "fixed"
284-
}
257+
"sharing": false,
258+
"fontsettings": {
259+
"theme": "white",
260+
"family": "sans",
261+
"size": 2
262+
},
263+
"edit": {
264+
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/edit/main/99_assessment.Rmd",
265+
"text": "Edit"
266+
},
267+
"history": {
268+
"link": null,
269+
"text": null
270+
},
271+
"view": {
272+
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/blob/main/99_assessment.Rmd",
273+
"text": null
274+
},
275+
"download": ["_main.pdf"],
276+
"search": {
277+
"engine": "fuse",
278+
"options": null
279+
},
280+
"toc": {
281+
"collapse": "section"
282+
},
283+
"toolbar": {
284+
"position": "fixed"
285+
}
285286
});
286287
});
287288
</script>

docs/choosing-the-right-data-store.html

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<title>5 Choosing the Right Data Store | An Overview of Databases and Data Storage</title>
88
<meta name="description" content="5 Choosing the Right Data Store | An Overview of Databases and Data Storage" />
9-
<meta name="generator" content="bookdown 0.37 and GitBook 2.6.7" />
9+
<meta name="generator" content="bookdown 0.43 and GitBook 2.6.7" />
1010

1111
<meta property="og:title" content="5 Choosing the Right Data Store | An Overview of Databases and Data Storage" />
1212
<meta property="og:type" content="book" />
@@ -23,7 +23,7 @@
2323
<meta name="author" content="Elise Hellwig" />
2424

2525

26-
<meta name="date" content="2024-04-11" />
26+
<meta name="date" content="2025-08-14" />
2727

2828
<meta name="viewport" content="width=device-width, initial-scale=1" />
2929
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -66,6 +66,7 @@
6666
div.csl-bib-body { }
6767
div.csl-entry {
6868
clear: both;
69+
margin-bottom: 0em;
6970
}
7071
.hanging div.csl-entry {
7172
margin-left:2em;
@@ -97,7 +98,7 @@
9798

9899
<ul class="summary">
99100
<li><a href="https://datalab.ucdavis.edu/">
100-
<img src="https://datalab.ucdavis.edu/wp-content/uploads/2019/07/datalab-logo-full-color-rgb-1.png" style="height: 100%; width: 100%; object-fit: contain" />
101+
<img src="img/datalab-logo-full-color-rgb.png" style="height: 100%; width: 100%; object-fit: contain" />
101102
</a></li>
102103
<li><a href="./" style="font-size: 18px">An Overview of Databases and Data Storage Technologies</a></li>
103104

@@ -323,35 +324,35 @@ <h3>Campus Database Resources<a href="choosing-the-right-data-store.html#campus-
323324
<script>
324325
gitbook.require(["gitbook"], function(gitbook) {
325326
gitbook.start({
326-
"sharing": false,
327-
"fontsettings": {
328-
"theme": "white",
329-
"family": "sans",
330-
"size": 2
331-
},
332-
"edit": {
333-
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/edit/main/04_deciding.Rmd",
334-
"text": "Edit"
335-
},
336-
"history": {
337-
"link": null,
338-
"text": null
339-
},
340-
"view": {
341-
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/blob/main/04_deciding.Rmd",
342-
"text": null
343-
},
344-
"download": ["_main.pdf"],
345-
"search": {
346-
"engine": "fuse",
347-
"options": null
348-
},
349-
"toc": {
350-
"collapse": "section"
351-
},
352-
"toolbar": {
353-
"position": "fixed"
354-
}
327+
"sharing": false,
328+
"fontsettings": {
329+
"theme": "white",
330+
"family": "sans",
331+
"size": 2
332+
},
333+
"edit": {
334+
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/edit/main/04_deciding.Rmd",
335+
"text": "Edit"
336+
},
337+
"history": {
338+
"link": null,
339+
"text": null
340+
},
341+
"view": {
342+
"link": "https://github.com/ucdavisdatalab/workshop_intro_to_databases/blob/main/04_deciding.Rmd",
343+
"text": null
344+
},
345+
"download": ["_main.pdf"],
346+
"search": {
347+
"engine": "fuse",
348+
"options": null
349+
},
350+
"toc": {
351+
"collapse": "section"
352+
},
353+
"toolbar": {
354+
"position": "fixed"
355+
}
355356
});
356357
});
357358
</script>

0 commit comments

Comments
 (0)