generated from AlgebraicJulia/quarto-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
research.qmd
85 lines (76 loc) · 2.12 KB
/
research.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
title: "Research"
image: publications/mie_title.png
listing:
- id: journal-articles
type: table
table-striped: true
table-hover: true
contents:
- publications/article/listing.yaml
sort:
- "year desc"
- "publication asc"
- "title desc"
categories: true
fields: [year, title, author, publication, href]
sort-ui: [title,author,publication,year]
filter-ui: [title,author,publication,year]
page-size: 20
field-display-names:
publication: "Journal"
date: "Date"
year: "Year"
href: "Link"
- id: conference-articles
type: table
contents:
- publications/conference_publication/listing.yaml
sort:
- "year desc"
- "publication asc"
- "title"
categories: true
fields: [year, title, author, publication, href]
sort-ui: [title,author,publication,year]
filter-ui: [title,author,publication,year]
page-size: 10
field-display-names:
publication: "Venue"
date: "Date"
year: "Year"
href: "Link"
- id: conference-talks
type: table
contents:
- publications/conference_presentation/listing.yaml
sort:
- "year desc"
- "publication asc"
- "title"
categories: true
fields: [year, title, author, publication, href]
sort-ui: [title,author,publication,year]
filter-ui: [title,author,publication,year]
page-size: 10
field-display-names:
publication: "Venue"
date: "Date"
year: "Year"
href: "Link"
---
This page has tables of our research publications broken down by category.
## Journal Papers
:::{#journal-articles}
:::
## Conference Papers
:::{#conference-articles}
:::
## Conference Talks
:::{#conference-talks}
:::
## Preprints
| Year | Title |
| ---- | ----- |
| 2024 | [Towards a Compositional Framework for Convex Analysis](https://arxiv.org/abs/2312.02291) <br> Richard Samuelson and Dario Stein |
| 2023 | [A Compositional Framework for Convex Model Predictive Control](https://arxiv.org/abs/2305.03820) <br> Tyler Hanks, Baike She, Matthew Hale, Evan Patterson, Matthew Klawonn, and James Fairbanks |