Skip to content

Commit

Permalink
Merge pull request #33 from AlgebraicJulia/jpf/profile-links
Browse files Browse the repository at this point in the history
update profile links for Ben and Luke to match Richard
  • Loading branch information
jpfairbanks authored Aug 1, 2024
2 parents 374552b + 3fc3b8b commit 912238f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 4 additions & 2 deletions members/benbumpus.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ image: images/benbumpus.png
start_year: 2022
date: 10/1/2022
role: Research Assistant Professor
degree:
program:
degree: PhD
status: Writing
href: |-
<a href="merlinsnotebook.com" class="btn btn-secondary">Site</a>
Expand All @@ -14,6 +13,9 @@ tools:
href: members/benbumpus.qmd
about:
template: solana
links:
- text: Website
href: https://bmbumpus.com/
---

is a faculty research scientist and the lead of algorithms subprojects within the GATAS lab.
Expand Down
8 changes: 6 additions & 2 deletions members/lukemorris.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ tools:
href: members/lukemorris.qmd
about:
template: solana
links:
- text: Website
href: https://www.cise.ufl.edu/~luke.morris
- icon: Github
text: Github
href: https://github.com/lukem12345
---
is leading development on the CombinatorialSpaces.jl and Decapodes.jl projects.

... for representing multiphysics models and automatically generating simulations from those representations.
---

[Personal Website](https://www.cise.ufl.edu/~luke.morris)

I am interested in problems that applied scientists face when they do any computational work. In particular, I mean the problems of developing models faster, and making the models themselves faster and more accurate. I lead a couple of projects on this front: [Decapodes.jl](https://github.com/AlgebraicJulia/Decapodes.jl) and [CombinatorialSpaces.jl](https://github.com/AlgebraicJulia/CombinatorialSpaces.jl).

We use techniques from Applied Category Theory (ACT) to represent models (as "Decapodes") and how models compose together. These models are systems of partial differential equations (PDEs). ACT - the "science of composition" - lets us analyze scientific models as mathematical objects in their own right. [Catlab.jl](https://algebraicjulia.github.io/Catlab.jl/stable/) - an ACT programming library - enables us to write a library in an ACT-programming style, without sacrificing performance. We use Catlab's implementation of "C-Sets" by specifying a small Decapode "schema", which produces an efficient in-memory database to store a model. Doing algebra on these models then becomes as efficient as performing database operations. It is quite natural to interpret a system of PDEs as a relational database, adopting the point of view that such systems describe how physical quantities relate to one another.
Expand Down
3 changes: 2 additions & 1 deletion project/sheaves.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ listing:
- ../members/benbumpus.qmd
- ../members/wilmerleal.qmd
categories: true
fields: [image, title, start_year, degree, program]
fields: [image, title, start_year, degree, role]
sort: none
page-size: 10
field-display-names:
title: Name
start_year: "Member Since"
degree: "Degree"
program: "Program"
role: "Role"
---

[StructuredDecompositions.jl](https://github.com/AlgebraicJulia/StructuredDecompositions.jl)
Expand Down

0 comments on commit 912238f

Please sign in to comment.