Skip to content

rgayler/VSA_2023-06_MidnightVSA

Repository files navigation

MidnightVSA 2023 Presentation

Ross W. Gayler 2023-06-15

DOI License: CC BY 4.0

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, June 15-16 2023, Luleå, Sweden.

The purpose of this repository is to archive the source code for creating the presentation.

Related materials

All the materials related to this presentation have been archived on Zenodo:

DOI Video recording

DOI Slides (PDF)

DOI Source code of slides (this repository)

Project structure

This repository is structured as an R project containing the source and rendered versions of the presentation. The source is a Quarto presentation.

I assume you know how to run an R project, so won’t go through all the details of installation.

The versions of all the packages used to create this presentation have been recorded with the renv package. To re-run the source code you will need to have renv installed. Call renv::restore() from within the project to install all the versions of the packages used in this project.

The assets/ directory contains the images used in the slides.

Files

abstract.qmd - Quarto source code for the abstract as an HTML document.

abstract.html - The abstract rendered as an HTML document. Open this file with a web browser.

abstract_files/ - Folder of supporting files for the HTML rendering of the abstract. It must be in the same folder as the HTML rendering of the abstract.

presentation_Gayler_MidnightVSA_2023-06-15.qmd - Quarto source code for the slides as a revealjs presentation.

presentation_Gayler_MidnightVSA_2023-06-15.html - The slides rendered as an HTML document. Open this file with a web browser.

presentation_Gayler_MidnightVSA_2023-06-15_files/ - Folder of supporting files for the HTML rendering of the slides. It must be in the same folder as the HTML rendering of the slides.

presentation_Gayler_MidnightVSA_2023-06-15.pdf - The slides rendered as a PDF document. This was created by printing the presentation to PDF from the web browser.