From 4809509d98b3e7d76b98e1c32d3f4520971db127 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 19 Jun 2024 09:22:52 -0400 Subject: [PATCH] add grants and showcase example --- showcase.md | 1 + small_grants.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/showcase.md b/showcase.md index f0cabf51..c1d87469 100644 --- a/showcase.md +++ b/showcase.md @@ -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) diff --git a/small_grants.md b/small_grants.md index 65a5dae4..fc9ee827 100644 --- a/small_grants.md +++ b/small_grants.md @@ -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 @@ -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 @@ -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