Skip to content
View jonathanfischer97's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jonathanfischer97

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jonathanfischer97/README.md

Hey there!

My name is Jonathan Fischer and I'm a 4th year PhD student at Johns Hopkins, doing computational modeling in the lab of Dr. Margaret E. Johnson.

abstract struct PhDStudent end

@kwdef mutable struct JonathanFischer <: PhDStudent
  languages = ["julia", "python", "javascript"]
  interests = ["evolutionary algorithms", "nonconvex optimization", "language models"]
  age = 26
  should_hire = true
end

Pinned

  1. InteractiveOscillator InteractiveOscillator Public

    Interactive sensitivity analysis of my biochemical oscillator model. Uses GLMakie to allow fast and reactive resolving and plotting of the ODE solutions.

    Julia 1

  2. SciML/Optimization.jl SciML/Optimization.jl Public

    Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable i…

    Julia 680 72