Skip to content

Commit

Permalink
add links to slides (#32)
Browse files Browse the repository at this point in the history
* add links to slides

* fix pdf
  • Loading branch information
carlosmalt authored Aug 21, 2023
1 parent 5084c1f commit 941ee05
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions content/post/20230718-aug17/agenda.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Time,Title,Speaker(s)
**2:05-2:20pm**,**Break** (refreshments provided),
**2:20-3.05pm**,**Session 3**,
2:20-2:35pm,[Query processing for a computational storage system](/talks/20230817/aldrin.montana),[Aldrin Montana](/author/aldrin-montana) (UC Santa Cruz)
2:35-3:05pm,"[C2: LANL-Seagate’s Early Prototype for Near-Data, SQL-Like Query Processing](/talks/20230817/qing.zheng)",[Qing Zheng](/author/qing-zheng) (Los Alamos National Lab)
2:35-3:05pm,"[C2: LANL-Seagate’s Early Prototype for Near-Data, SQL-Like Query Processing](/talks/20230817/qing.zheng) ([slides](/talks/20230817/qing.zheng/c2-ucsc-workshop-slides.pdf))",[Qing Zheng](/author/qing-zheng) (Los Alamos National Lab)
**3:05-3:20pm**,**Break** (refreshments provided),
**3:20-4:10pm**,**Session 4**,
3:20-3:40pm,[Extending Composable Data Services into SmartNICS](/talks/20230817/craigulmer),[Craig Ulmer](/author/craig-ulmer) (Sandia National Labs)
3:40-3:55pm,[Opportunistic Query Execution on SmartNICs for Analyzing In-Transit Data](/talks/20230817/jianshen.liu),[Jianshen Liu](/author/jianshen-liu) (UC Santa Cruz)
3:40-3:55pm,[Opportunistic Query Execution on SmartNICs for Analyzing In-Transit Data](/talks/20230817/jianshen.liu) ([slides](https://docs.google.com/presentation/d/1yt1s6fQ0ugHSJi9MxIbr4KkK3Gyns2J16hqX1Lj1hgY/edit#slide=id.g23baeb98e7b_0_253)),[Jianshen Liu](/author/jianshen-liu) (UC Santa Cruz)
3:55-4:10pm,[An HPC-Oriented Runtime Environment for Enabling Computational Storage](/talks/20230817/matthew.curry),[Matthew L. Curry](/author/matthew-curry) (Sandia National Labs)
**4:10-4:25pm**,**Break** (refreshments provided),
**4:25-5pm**,**Session 5**,
Expand Down
7 changes: 1 addition & 6 deletions content/post/20230718-aug17/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,16 @@ image:

👋 Join us for an exciting event featuring IEEE Distinguished Lecturer {{% mention yoichiro.tanaka %}} (Tohoku University) discussing technological and institutional innovations to make the computational I/O stack a reality!

{{% cta cta_link="https://docs.google.com/forms/d/e/1FAIpQLSc4VS7CdH7F7u-78W4t_WZVkoeI7pkfmGkuX0EmwZlOn3cweg/viewform" cta_text="Register -->" %}}

{{% callout note %}}
The event is hybrid -- we highly encourage in-person attendance and welcome remote participation.
This is now a past event. In case you missed it, we have started posting speaker slides and recordings of the event in the agenda below.
{{% /callout %}}

The introduction of computational data management services into the I/O stack, especially in storage and networking devices, requires both technological innovations and new relations between university and industry. This one-day workshop will convene experts from storage systems, open source, and community architecture to discuss technologies and strategies for a computational I/O stack with low market entry barriers.

The workshop will take place on August 17, 2023 from 10am to 5pm, at UC Santa Cruz, Engineering 2, Room 506 (5th floor, north-west of the lobby/elevators, see [floor plans](https://facilities.soe.ucsc.edu/floor-plans)), and is jointly organized by the [IEEE Magnetics Society's Distinguished Lecturers Program][web-ieee-lecturers], the Skyhook Data Management community with funding by the National Science Foundation ([TI-2229773][web-nsf-award]), the Center for Research in Open Source Software ([cross.ucsc.edu][web-cross]), and the Open Source Program Office, UC Santa Cruz ([ospo.ucsc.edu][web-ospo]).

{{% cta cta_link="https://docs.google.com/forms/d/e/1FAIpQLSc4VS7CdH7F7u-78W4t_WZVkoeI7pkfmGkuX0EmwZlOn3cweg/viewform" cta_text="Register -->" %}}

{{< table path="agenda.csv" header="true" caption="Table: Agenda" >}}

{{% cta cta_link="https://docs.google.com/forms/d/e/1FAIpQLSc4VS7CdH7F7u-78W4t_WZVkoeI7pkfmGkuX0EmwZlOn3cweg/viewform" cta_text="Register -->" %}}

<!-- Resources -->
[web-ieee-lecturers]: https://ieeemagnetics.org/membership/educational-outreach/distinguished-lecturers
Expand Down
1 change: 1 addition & 0 deletions content/talks/20230817/carlos.maltzahn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Institutional Support for Experimental Systems Research
subtitle: "[Computational I/O Stack Workshop, August 17, 2023](/post/20230718-aug17/)"
date: 2023-08-11
authors: [carlos.maltzahn]
url_slides: https://docs.google.com/presentation/d/1XHCcD1yNSyyNklJnPDttfcLbNP5nJc1V/edit?usp=sharing&ouid=105297454540541468964&rtpof=true&sd=true
image:
focal_point: 'top'
---
Expand Down
1 change: 1 addition & 0 deletions content/talks/20230817/jianshen.liu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Opportunistic Query Execution on SmartNICs for Analyzing In-Transit Data
subtitle: "[Computational I/O Stack Workshop, August 17, 2023](/post/20230718-aug17/)"
date: 2023-08-11
authors: [jianshen.liu]
url_slides: https://docs.google.com/presentation/d/1yt1s6fQ0ugHSJi9MxIbr4KkK3Gyns2J16hqX1Lj1hgY/edit#slide=id.g23baeb98e7b_0_253
image:
focal_point: 'top'
---
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions content/talks/20230817/qing.zheng/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ subtitle: "[Computational I/O Stack Workshop, August 17, 2023](/post/20230718-au
date: 2023-07-17
authors: [qing.zheng]
active: true
url_slides: c2-ucsc-workshop-slides.pdf
image:
focal_point: 'top'
---
Expand Down

0 comments on commit 941ee05

Please sign in to comment.