Skip to content

Commit

Permalink
add grants and showcase example
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jun 19, 2024
1 parent 1089a45 commit 4809509
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ SciML. If you would like your institution's tools added to the list,

## Press Coverage Featuring SciML

- [This is how they use AI to recreate smells from the past (using Julia SciML)](https://www.nrk.no/trondelag/hvordan-luktet-gatene-rundt-colosseum-i-gamle-roma_-det-kan-ki-kanskje-snart-ha-et-svar-pa-1.16923760)
- [Technique could efficiently solve partial differential equations for numerous applications (PEDS)](https://news.mit.edu/2024/peds-technique-could-efficiently-solve-partial-differential-equations-0108)
- [MagNav Project Demos Real-Time Magnetic Navigation (built on SciML tooling)](https://www.defensemirror.com/news/34263/MagNav_Project_Demos_Real_time_Magnetic_Navigation)
- [JuliaHub (Using SciML in JuliaSim) Receives \$13 Million Strategic Investment from AE Industrial Partners HorizonX](https://www.prnewswire.com/news-releases/juliahub-receives-13-million-strategic-investment-from-ae-industrial-partners-horizonx-301863793.html?fbclid=IwAR1mpSlUxnFVDylAtzxbh64mTHkiNDkjQGn_RoKUa5PA4h3Y6tUYkimORHM)
Expand Down
6 changes: 4 additions & 2 deletions small_grants.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ PDE discretiations.

## Update BlackBoxOptimizationBenchmarking.jl to the Optimization.jl Interface and Add to SciMLBenchmarks (\$300)

**In Progress**: Claimed by Edward Berman for the time period of May 6th, 2024 - June 6th 2024.

[BlackBoxOptimizationBenchmarking.jl](https://github.com/jonathanBieler/BlackBoxOptimizationBenchmarking.jl)
is a very interesting set of benchmarks between global optimization tools. However,
it has not been updated in years. It would be useful to the community if this
Expand Down Expand Up @@ -180,6 +178,8 @@ solvers in a standard SciMLBenchmarks benchmark build.

## Refactor OrdinaryDiffEq.jl to use Sub-Packages of Solvers (\$300)

**In Progress**: Claimed by Param Umesh Thakkar for the time period of June 18th, 2024 - July 18th 2024.

It's no surprise to anyone to hear that DifferentialEquations.jl, in particular the
OrdinaryDiffEq.jl solver package, is very large and takes a long time to precompile.
However, this is because there are a lot of solvers in the package. The goal would
Expand Down Expand Up @@ -208,6 +208,8 @@ development skills and test-driven development of a large code base is required.

## DAE Problem Benchmarks (\$100 / Benchmark)

**In Progress**: Claimed by Marko Polic for the time period of June 18th, 2024 - July 18th 2024.

New benchmarks for differential-algebraic equation (DAE) systems would greatly improve our
ability to better tune solvers across problems. However, we are currently lacking in the
number of such benchmarks that exist. The goal would be to add standard benchmarks from
Expand Down

0 comments on commit 4809509

Please sign in to comment.