Skip to content

Commit

Permalink
Update with Zenodo DOIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgayler committed Jun 24, 2023
1 parent e40a5d1 commit 0ebe45c
Show file tree
Hide file tree
Showing 9 changed files with 140 additions and 54 deletions.
51 changes: 49 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,62 @@ knitr::opts_chunk$set(
```

<!-- badges: start -->

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg)](https://doi.org/10.5281/zenodo.8076736)
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)

<!-- badges: end -->

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.
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.

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](https://zenodo.org/):

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076677.svg)](https://doi.org/10.5281/zenodo.8076677)
Video recording

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076707.svg)](https://doi.org/10.5281/zenodo.8076707)
Slides (PDF)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg)](https://doi.org/10.5281/zenodo.8076736)
Source code of slides (this repository)

## Project structure

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.
The source is a [Quarto presentation](https://quarto.org/docs/presentations/).

The versions of all the packages used to create this presentation have been recorded with the [renv](https://rstudio.github.io/renv/) package.
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`](https://rstudio.github.io/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](https://quarto.org/docs/output-formats/html-basics.html) 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](https://quarto.org/docs/presentations/revealjs/) source code for the slides as a [revealjs](https://revealjs.com/) 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.

<!-- What is special about using `README.Rmd` is you can include R chunks. -->

Expand Down
64 changes: 61 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,80 @@ Ross W. Gayler
<!-- README.md is generated from README.Rmd. Please edit that file -->
<!-- badges: start -->

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg)](https://doi.org/10.5281/zenodo.8076736)
[![License: CC BY
4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)

<!-- badges: end -->

First keynote presentation (“Thinking about Vector Symbolic
Architectures”) for the [Midnight Sun Workshop on Vector Symbolic
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.

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](https://zenodo.org/):

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076677.svg)](https://doi.org/10.5281/zenodo.8076677)
Video recording

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076707.svg)](https://doi.org/10.5281/zenodo.8076707)
Slides (PDF)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg)](https://doi.org/10.5281/zenodo.8076736)
Source code of slides (this repository)

## Project structure

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. The source is a
[Quarto presentation](https://quarto.org/docs/presentations/).

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](https://rstudio.github.io/renv/) package.
been recorded with the [`renv`](https://rstudio.github.io/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](https://quarto.org/docs/output-formats/html-basics.html) 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](https://quarto.org/docs/presentations/revealjs/) source code
for the slides as a [revealjs](https://revealjs.com/) 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.

<!-- What is special about using `README.Rmd` is you can include R chunks. -->
<!-- You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. -->
Expand Down
Binary file added assets/cc_by.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 0 additions & 48 deletions miro - VSA keynote.csv

This file was deleted.

Binary file removed miro - VSA keynote.pdf
Binary file not shown.
Binary file removed miro - VSA keynote.rtb
Binary file not shown.
15 changes: 14 additions & 1 deletion presentation_Gayler_MidnightVSA_2023-06-15.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,23 @@ <h2>Possible implications</h2>
<li>Have dynamic elements (add/remove elements)?</li>
</ul></li>
</ul>
</section></section>
<section id="archival-links" class="title-slide slide level1 center">
<h1>Archival links</h1>
<p>This presentation has been archived on <a href="https://zenodo.org/">Zenodo</a>:</p>
<p><a href="https://doi.org/10.5281/zenodo.8076677"><img data-src="https://zenodo.org/badge/DOI/10.5281/zenodo.8076677.svg" alt="DOI"></a> Video recording</p>
<p><a href="https://doi.org/10.5281/zenodo.8076707"><img data-src="https://zenodo.org/badge/DOI/10.5281/zenodo.8076707.svg" alt="DOI"></a> Slides (PDF)</p>
<p><a href="https://doi.org/10.5281/zenodo.8076736"><img data-src="https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg" alt="DOI"></a> Source code of slides</p>
<div class="quarto-figure quarto-figure-left">
<figure>
<p><img data-src="assets/cc_by.png"></p>
<figcaption>All licensed under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a></figcaption>
</figure>
</div>
<div class="footer footer-default">
<p>Midnight Sun Workshop on Vector Symbolic Architectures, June 15-16, 2023, Luleå, Sweden</p>
</div>
</section></section>
</section>
</div>
</div>

Expand Down
Binary file added presentation_Gayler_MidnightVSA_2023-06-15.pdf
Binary file not shown.
16 changes: 16 additions & 0 deletions presentation_Gayler_MidnightVSA_2023-06-15.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,19 @@ Interpret hypervector as specifying a set of indistinguishable realities rather
- Is it possible to self-embed?
- Implement tensor product operations with VSA?
- Have dynamic elements (add/remove elements)?

# Archival links

This presentation has been archived on
[Zenodo](https://zenodo.org/):

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076677.svg)](https://doi.org/10.5281/zenodo.8076677)
Video recording

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076707.svg)](https://doi.org/10.5281/zenodo.8076707)
Slides (PDF)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg)](https://doi.org/10.5281/zenodo.8076736)
Source code of slides

![All licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)](assets/cc_by.png){fig-align="left"}

0 comments on commit 0ebe45c

Please sign in to comment.