Skip to content

Commit

Permalink
CHG: Pin quarto version
Browse files Browse the repository at this point in the history
- ensure GH workflow picks same quarto version as used locally
- mention Quarto version in README
- highlight `dask` and `dask-jobqueue` in Summary slide

 On branch main
 Changes to be committed:
	modified:   .github/workflows/publish.yml
	modified:   README.md
	modified:   acme-demo.qmd
  • Loading branch information
pantaray committed Aug 3, 2023
1 parent 131eb8a commit 21bffb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.2.313

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Demo and Examples showing how to use ACME.

### Slidedeck

The slides were built with [Quarto](https://quarto.org/). To make the
Quarto VS Code extension (and Quarto's web server) pick up the HTML build,
first render the project
The slides were built with [Quarto](https://quarto.org/) version 1.2.313.
To make the Quarto VS Code extension (and Quarto's web server) pick up
the HTML build, first render the project

```shell
quarto render
Expand Down
2 changes: 1 addition & 1 deletion acme-demo.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ with ParallelMap(freesurf_preproc, np.arange(101, 151)) as pmap:
- [application-agnostic]{.esi-emph}: has been used for math optimization,
neural networks, fMRI and is the parallelization engine of
![](imgs/syncopy_logo.svg){.absolute .position top="3.7em" right="2.8em" width="15%"}
- based on existing [robust parallel computing libraries]{.esi-emph} (dask, dask-jobqueue)
- based on existing [robust parallel computing libraries]{.esi-emph} (`dask`, `dask-jobqueue`)
- [small network footprint]{.esi-emph} by shifting concurrency to the filesystem
- fully [open-source on [GitHub](https://github.com/esi-neuroscience/acme)]{.esi-emph} PRs welcome!
- open to [[include more HPC centers]{.esi-epmh}]{.esi-emph}
Expand Down

0 comments on commit 21bffb1

Please sign in to comment.