Skip to content

Commit 09d811d

Browse files
committed
Fix calendar links
Fix #16
1 parent aeb3a87 commit 09d811d

File tree

15 files changed

+22
-7
lines changed

15 files changed

+22
-7
lines changed

.github/workflows/site-deploy.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
docker run -i -v "$(pwd):/src" floryn90/hugo:${HUGO_VERSION}-ext-alpine-ci
1616
- name: Upload pages artifact
1717
uses: actions/upload-pages-artifact@v3
18-
with:
19-
path: ./public
20-
name: github-pages
21-
retention-days: 1
18+
with: { path: ./public }
2219
deploy:
2320
needs: build
2421
permissions:

content/news/2023-11-27-First-CExA-coffee/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ links:
1616
Our first **CExA virtual coffee** will take place on Monday, November the 27th, 2023 starting at 1PM.
1717
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building]({{< ref "#come-to-the-mandelbrot-room" >}}).
1818

19+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/cexa-coffee.ics" >}}
20+
1921
Baptiste Legouix will give a talk entitled "Performance portable Fourier & Spline transforms for Vlasov-Poisson numerical solve"
2022

2123
## Performance portable Fourier & Spline transforms for Vlasov-Poisson numerical solve

content/news/2024-01-08-Second-CExA-coffee/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ links:
1515
As a new year gift, CExA organizes its second **CExA virtual coffee** on Monday, January the 8th, 2024 starting at 1PM.
1616
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building]({{< ref "#come-to-the-mandelbrot-room" >}}).
1717

18+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/cexa-coffee.ics" >}}
19+
1820
Thomas Padioleau will give a talk entitled "DDC, a performance portable library abstracting Computation on Discrete Domains"
1921

2022
## DDC, a performance portable library abstracting Computation on Discrete Domains

content/news/2024-01-15-Third-CExA-coffee/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ This presentation has been cancelled and will be postponed.·
1313
CExA organizes its third **CExA virtual coffee** on Monday, January the 15th, 2024 starting at 1PM.
1414
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building]({{< ref "#come-to-the-mandelbrot-room" >}}).
1515

16+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/cexa-coffee.ics" >}}
17+
1618
Benjamin Fovet will give a talk entitled "Thor, bibliothèque pour la portabilité des performances dans les codes de simulation"
1719

1820
## Thor, bibliothèque pour la portabilité des performances dans les codes de simulation

content/news/2024-02-05-Fourth-CExA-coffee/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ links:
1515
CExA organizes its fourth **CExA virtual coffee** on Monday, February the 5th, 2024 starting at 1PM.
1616
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building]({{< ref "#come-to-the-mandelbrot-room" >}}).
1717

18+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/cexa-coffee.ics" >}}
19+
1820
Cedric Chevalier will give a talk entitled "Kokkos, what's new?" presenting the slides from the Kokkos team release briefing.
1921

2022
{{< cta cta_text="Get the slides" cta_link="https://raw.githubusercontent.com/kokkos/kokkos-tutorials/main/Other/ReleaseBriefings/release-42.pdf" cta_new_tab="true" >}}

content/news/2024-02-19-Fifth-CExA-coffee/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ links:
1515
CExA organizes its fifth **CExA virtual coffee** on Monday, February the 19th, 2024 starting at 1PM.
1616
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building]({{< ref "#come-to-the-mandelbrot-room" >}}).
1717

18+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/cexa-coffee.ics" >}}
19+
1820
Francesco Rizzi will give a talk entitled "Implementing the C++ std algorithms library in Kokkos: an overview of the main challenges, API differences and some implementation details"
1921

2022
## Implementing the C++ std algorithms library in Kokkos: an overview of the main challenges, API differences and some implementation details

content/news/2024-03-04-Sixth-CExA-coffee/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ links:
1515
CExA organizes its Sixth **CExA virtual coffee** on Monday, March the 4th, 2024 starting at 1PM.
1616
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building]({{< ref "#come-to-the-mandelbrot-room" >}}).
1717

18+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/cexa-coffee.ics" >}}
19+
1820
Benjamin Fovet will give a talk entitled "Thor, a performance portability library in support of future aerothermodynamics simulation software"
1921

2022
## Thor, a performance portability library in support of future aerothermodynamics simulation software

content/news/2024-03-18-Seventh-CExA-coffee/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ links:
1515
CExA organizes its seventh **CExA virtual coffee** on Monday, March the 18th, 2024 starting at 1PM.
1616
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building]({{< ref "#come-to-the-mandelbrot-room" >}}).
1717

18+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/cexa-coffee.ics" >}}
19+
1820
Yuuichi Asahi will give an informal presentation entitled "Kokkos-FFT, a newcomer library in the Kokkos ecosystem"
1921

2022
{{< cta cta_text="Get the slides" cta_link="20240318_YA_Kokkos-FFT.pdf" cta_new_tab="true" >}}

content/news/2024-04-17-First-Kokkos-tea-time/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ links:
1515
CExA organizes its first international **Kokkos tea-time** on Wednesday, April the 17th, 2024 for 45min starting at 8AM MT, 10AM EST, 2PM UTC, 4PM CEST.
1616
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building, France]({{< ref "#come-to-the-mandelbrot-room" >}}).
1717

18-
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="kokkos-tea-time.ics" >}}
18+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/kokkos-tea-time.ics" >}}
1919

2020
Arnaud Durocher will give a talk entitled "Dyablo: A simulation code for astrophysics fluids with adaptive mesh refinement with Kokkos"
2121

content/news/2024-05-15-Second-Kokkos-tea-time/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ links:
1515
CExA organizes its second international **Kokkos tea-time** on Wednesday, May the 15th, 2024 for 45min starting at 8AM MT, 10AM EST, 2PM UTC, 4PM CEST.
1616
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building, France]({{< ref "#come-to-the-mandelbrot-room" >}}).
1717

18-
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="kokkos-tea-time.ics" >}}
18+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/kokkos-tea-time.ics" >}}
1919

2020
Nic Morales will present Kokkos Resilience.
2121

content/news/2024-06-03-Eighth-CExA-coffee/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ links:
1515
CExA organizes its eighth **CExA virtual coffee** on Monday, June the 3rd, 2024 starting at 1PM.
1616
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building]({{< ref "#come-to-the-mandelbrot-room" >}}).
1717

18+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/cexa-coffee.ics" >}}
19+
1820
Gabriel Suau will anigive a talk entitled "Vectorisation and parallelisation of the neutron transport sweep algorithm on cartesian and hexagonal meshes using Kokkos"
1921

2022
{{< cta cta_text="Get the slides" cta_link="slides.pdf" cta_new_tab="true" >}}

content/news/2024-06-19-Third-Kokkos-tea-time/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ links:
1515
CExA organizes its third international **Kokkos tea-time** on Wednesday, June the 19th, 2024 for 45min starting at 8AM MT, 10AM EST, 2PM UTC, 4PM CEST.
1616
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building, France]({{< ref "#come-to-the-mandelbrot-room" >}}).
1717

18-
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="kokkos-tea-time.ics" >}}
18+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/kokkos-tea-time.ics" >}}
1919

2020
Cédric Chevalier will animate a discussion around the theme: "Kokkos MPI Interop for all"
2121

content/news/2024-10-07-Ninth-CExA-coffee/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ date: 2024-09-26
1515
CExA organizes its ninth **CExA virtual coffee** on Monday, October the 7th, 2024 starting at 1PM CEST.
1616
It can be followed on [Zoom](https://cnrs.zoom.us/j/97834891802?pwd=NXhzd2paY051S3dQekVQVllvTW5MUT09), by [phone]({{< ref "#by-phone" >}}), from [a visio room]({{< ref "#from-a-visio-room" >}}) or from the [Mandelbrot room in the Digiteo Saclay building]({{< ref "#come-to-the-mandelbrot-room" >}}).
1717

18+
{{< cta cta_text="<i class='fa fa-calendar'></i>&nbsp; Add to calendar" cta_link="/cexa-coffee.ics" >}}
19+
1820
Aymeric Millan will give a talk entitled "Exploring SYCL for Batched Kernels with Memory Allocations"
1921

2022
<!--{{< cta cta_text="Get the slides" cta_link="slides.pdf" cta_new_tab="true" >}}-->
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)