You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://creativecommons.org/licenses/by/4.0/)
21
+
19
22
<!-- badges: end -->
20
23
21
-
First keynote presentation ("Thinking about Vector Symbolic Architectures") for the [Midnight Sun Workshop on Vector Symbolic Architectures](https://sites.google.com/ltu.se/midnightvsa/home?authuser=0), June 15-16 2023, Luleå, Sweden.
24
+
This repository contains the source code of the slides for the first keynote presentation ("Thinking about Vector Symbolic Architectures") at the [Midnight Sun Workshop on Vector Symbolic Architectures](https://sites.google.com/ltu.se/midnightvsa/home?authuser=0), June 15-16 2023, Luleå, Sweden.
25
+
26
+
The purpose of this repository is to archive the source code for creating the presentation.
27
+
28
+
## Related materials
29
+
30
+
All the materials related to this presentation have been archived on
This repository is structured as an [R project](https://r4ds.had.co.nz/workflow-projects.html) containing the source and rendered versions of the presentation.
24
45
The source is a [Quarto presentation](https://quarto.org/docs/presentations/).
25
46
26
-
The versions of all the packages used to create this presentation have been recorded with the [renv](https://rstudio.github.io/renv/) package.
47
+
I assume you know how to run an R project, so won't go through all the details of installation.
48
+
49
+
The versions of all the packages used to create this presentation have been recorded with the [`renv`](https://rstudio.github.io/renv/) package.
50
+
To re-run the source code you will need to have `renv` installed.
51
+
Call `renv::restore()` from within the project to install all the versions of the packages used in this project.
52
+
53
+
The `assets/` directory contains the images used in the slides.
54
+
55
+
## Files
56
+
57
+
`abstract.qmd` - [Quarto](https://quarto.org/docs/output-formats/html-basics.html) source code for the abstract as an HTML document.
58
+
59
+
`abstract.html` - The abstract rendered as an HTML document. Open this file with a web browser.
60
+
61
+
`abstract_files/` - Folder of supporting files for the HTML rendering of the abstract.
62
+
It must be in the same folder as the HTML rendering of the abstract.
<p>This presentation has been archived on <ahref="https://zenodo.org/">Zenodo</a>:</p>
694
+
<p><ahref="https://doi.org/10.5281/zenodo.8076677"><imgdata-src="https://zenodo.org/badge/DOI/10.5281/zenodo.8076677.svg" alt="DOI"></a> Video recording</p>
<p><ahref="https://doi.org/10.5281/zenodo.8076736"><imgdata-src="https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg" alt="DOI"></a> Source code of slides</p>
697
+
<divclass="quarto-figure quarto-figure-left">
698
+
<figure>
699
+
<p><imgdata-src="assets/cc_by.png"></p>
700
+
<figcaption>All licensed under a <ahref="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a></figcaption>
701
+
</figure>
702
+
</div>
690
703
<divclass="footer footer-default">
691
704
<p>Midnight Sun Workshop on Vector Symbolic Architectures, June 15-16, 2023, Luleå, Sweden</p>
](assets/cc_by.png){fig-align="left"}
0 commit comments