Skip to content

Commit

Permalink
put back google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Oct 10, 2023
1 parent d42bae5 commit d46066d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ website:
image: images/logo.png
repo-url: https://github.com/devitocodes/devitocodes.github.io
repo-actions: [issue]
search: true
page-navigation: true
bread-crumbs: true
reader-mode: true
back-to-top-navigation: true
google-analytics: "UA-66708188-1"
search:
type: overlay

twitter-card:
site: "@DevitoCodes"
Expand Down Expand Up @@ -110,7 +113,8 @@ format:
code-fold: false
execute:
enabled: false

ipynb: default

quartodoc:
style: pkgdown
dir: api
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Symbolic computation is a powerful tool that allows users to:
Devito is primarily designed to create wave propagation kernels for
use in seismic inversion problems. A tutorial for the generation of a
modelling operator using an acoustic wave equation can be found
[here](https://nbviewer.jupyter.org/github/devitocodes/devito/blob/master/examples/seismic/tutorials/01_modelling.ipynb). A paper
[here](examples/seismic/tutorials/01_modelling.html). A paper
outlining the symbolic API and the verification procedures of the acoustic operator can be
found [here](https://www.geosci-model-dev.net/12/1165/2019/) [@devito-api] and the internals of the compiler are described in [this paper](https://doi.org/10.1145/3374916) [@devito-compiler].

Expand Down
2 changes: 1 addition & 1 deletion publications.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ or *using* Devito.
We love to see what the community is doing with Devito and this list also helps
build up the community. Therefore, we encourage everyone to contribute to this
list by submitting a pull request to the [Devito website
repository](https://github.com/devitocodes/devitocodes.github.io).
repository](https://github.com/devitocodes/devitoproject.org).

If you are the Julia user, the [https://slim.gatech.edu](https://slim.gatech.edu) team (the developers of [JUDI](https://github.com/slimgroup/JUDI.jl)) also has links to the GitHub repo's with the corresponding software for all their publications.

Expand Down

0 comments on commit d46066d

Please sign in to comment.