Skip to content

Commit 0ebe45c

Browse files
committed
Update with Zenodo DOIs
1 parent e40a5d1 commit 0ebe45c

9 files changed

+140
-54
lines changed

README.Rmd

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,62 @@ knitr::opts_chunk$set(
1515
```
1616

1717
<!-- badges: start -->
18+
19+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg)](https://doi.org/10.5281/zenodo.8076736)
1820
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
21+
1922
<!-- badges: end -->
2023

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
31+
[Zenodo](https://zenodo.org/):
32+
33+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076677.svg)](https://doi.org/10.5281/zenodo.8076677)
34+
Video recording
35+
36+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076707.svg)](https://doi.org/10.5281/zenodo.8076707)
37+
Slides (PDF)
38+
39+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg)](https://doi.org/10.5281/zenodo.8076736)
40+
Source code of slides (this repository)
41+
42+
## Project structure
2243

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

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.
63+
64+
`presentation_Gayler_MidnightVSA_2023-06-15.qmd` -
65+
[Quarto](https://quarto.org/docs/presentations/revealjs/) source code for the slides as a [revealjs](https://revealjs.com/) presentation.
66+
67+
`presentation_Gayler_MidnightVSA_2023-06-15.html` - The slides rendered as an HTML document. Open this file with a web browser.
68+
69+
`presentation_Gayler_MidnightVSA_2023-06-15_files/` - Folder of supporting files for the HTML rendering of the slides.
70+
It must be in the same folder as the HTML rendering of the slides.
71+
72+
`presentation_Gayler_MidnightVSA_2023-06-15.pdf` - The slides rendered as a PDF document. This was created
73+
by printing the presentation to PDF from the web browser.
2774

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

README.md

Lines changed: 61 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,80 @@ Ross W. Gayler
66
<!-- README.md is generated from README.Rmd. Please edit that file -->
77
<!-- badges: start -->
88

9+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg)](https://doi.org/10.5281/zenodo.8076736)
910
[![License: CC BY
1011
4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
12+
1113
<!-- badges: end -->
1214

13-
First keynote presentation (“Thinking about Vector Symbolic
14-
Architectures”) for the [Midnight Sun Workshop on Vector Symbolic
15+
This repository contains the source code of the slides for the first
16+
keynote presentation (“Thinking about Vector Symbolic Architectures”) at
17+
the [Midnight Sun Workshop on Vector Symbolic
1518
Architectures](https://sites.google.com/ltu.se/midnightvsa/home?authuser=0),
1619
June 15-16 2023, Luleå, Sweden.
1720

21+
The purpose of this repository is to archive the source code for
22+
creating the presentation.
23+
24+
## Related materials
25+
26+
All the materials related to this presentation have been archived on
27+
[Zenodo](https://zenodo.org/):
28+
29+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076677.svg)](https://doi.org/10.5281/zenodo.8076677)
30+
Video recording
31+
32+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076707.svg)](https://doi.org/10.5281/zenodo.8076707)
33+
Slides (PDF)
34+
35+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg)](https://doi.org/10.5281/zenodo.8076736)
36+
Source code of slides (this repository)
37+
38+
## Project structure
39+
1840
This repository is structured as an [R
1941
project](https://r4ds.had.co.nz/workflow-projects.html) containing the
2042
source and rendered versions of the presentation. The source is a
2143
[Quarto presentation](https://quarto.org/docs/presentations/).
2244

45+
I assume you know how to run an R project, so won’t go through all the
46+
details of installation.
47+
2348
The versions of all the packages used to create this presentation have
24-
been recorded with the [renv](https://rstudio.github.io/renv/) package.
49+
been recorded with the [`renv`](https://rstudio.github.io/renv/)
50+
package. To re-run the source code you will need to have `renv`
51+
installed. Call `renv::restore()` from within the project to install all
52+
the versions of the packages used in this project.
53+
54+
The `assets/` directory contains the images used in the slides.
55+
56+
## Files
57+
58+
`abstract.qmd` -
59+
[Quarto](https://quarto.org/docs/output-formats/html-basics.html) source
60+
code for the abstract as an HTML document.
61+
62+
`abstract.html` - The abstract rendered as an HTML document. Open this
63+
file with a web browser.
64+
65+
`abstract_files/` - Folder of supporting files for the HTML rendering of
66+
the abstract. It must be in the same folder as the HTML rendering of the
67+
abstract.
68+
69+
`presentation_Gayler_MidnightVSA_2023-06-15.qmd` -
70+
[Quarto](https://quarto.org/docs/presentations/revealjs/) source code
71+
for the slides as a [revealjs](https://revealjs.com/) presentation.
72+
73+
`presentation_Gayler_MidnightVSA_2023-06-15.html` - The slides rendered
74+
as an HTML document. Open this file with a web browser.
75+
76+
`presentation_Gayler_MidnightVSA_2023-06-15_files/` - Folder of
77+
supporting files for the HTML rendering of the slides. It must be in the
78+
same folder as the HTML rendering of the slides.
79+
80+
`presentation_Gayler_MidnightVSA_2023-06-15.pdf` - The slides rendered
81+
as a PDF document. This was created by printing the presentation to PDF
82+
from the web browser.
2583

2684
<!-- What is special about using `README.Rmd` is you can include R chunks. -->
2785
<!-- You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. -->

assets/cc_by.png

12.3 KB
Loading

miro - VSA keynote.csv

Lines changed: 0 additions & 48 deletions
This file was deleted.

miro - VSA keynote.pdf

-42.6 KB
Binary file not shown.

miro - VSA keynote.rtb

-6.45 KB
Binary file not shown.

presentation_Gayler_MidnightVSA_2023-06-15.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,23 @@ <h2>Possible implications</h2>
687687
<li>Have dynamic elements (add/remove elements)?</li>
688688
</ul></li>
689689
</ul>
690+
</section></section>
691+
<section id="archival-links" class="title-slide slide level1 center">
692+
<h1>Archival links</h1>
693+
<p>This presentation has been archived on <a href="https://zenodo.org/">Zenodo</a>:</p>
694+
<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>
695+
<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>
696+
<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>
697+
<div class="quarto-figure quarto-figure-left">
698+
<figure>
699+
<p><img data-src="assets/cc_by.png"></p>
700+
<figcaption>All licensed under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a></figcaption>
701+
</figure>
702+
</div>
690703
<div class="footer footer-default">
691704
<p>Midnight Sun Workshop on Vector Symbolic Architectures, June 15-16, 2023, Luleå, Sweden</p>
692705
</div>
693-
</section></section>
706+
</section>
694707
</div>
695708
</div>
696709

190 KB
Binary file not shown.

presentation_Gayler_MidnightVSA_2023-06-15.qmd

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,19 @@ Interpret hypervector as specifying a set of indistinguishable realities rather
257257
- Is it possible to self-embed?
258258
- Implement tensor product operations with VSA?
259259
- Have dynamic elements (add/remove elements)?
260+
261+
# Archival links
262+
263+
This presentation has been archived on
264+
[Zenodo](https://zenodo.org/):
265+
266+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076677.svg)](https://doi.org/10.5281/zenodo.8076677)
267+
Video recording
268+
269+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076707.svg)](https://doi.org/10.5281/zenodo.8076707)
270+
Slides (PDF)
271+
272+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8076736.svg)](https://doi.org/10.5281/zenodo.8076736)
273+
Source code of slides
274+
275+
![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 commit comments

Comments
 (0)