Skip to content
View gajanan-choudhary's full-sized avatar

Organizations

@foci @UT-CHG @adcirc @intel-innersource @intel-sandbox
Block or Report

Block or report gajanan-choudhary

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
gajanan-choudhary/README.md

Hi there 👋

  • I would love to hear from you by e-mail at gajanan@utexas.edu.
  • My plain-text CV is available in my GitHub repository here, and my PDF resume is available here.
  • Ask me how to optimize your Python software by wrapping C, C++, and Fortran functions into Python. Also ask me about htopy and Water Coupler.
  • I’m currently working on wrapping C, C++, and Fortran software into Python (think: NumPy) for modernizing them and using them with Python's rich library ecosystem. For instance, I wrapped a hurricane simulation HPC software, ADCIRC (Fortran), and a flood simulation software, GSSHA (C++), into Python to couple them together for simulation of compound floods from hurricanes, such as that observed during Hurricane Harvey (2017).
  • Fun fact: Somewhere in my genealogy (of PhD advisors) lie some of the greatest mathematicians that have ever lived -- Lagrange, Laplace, and Euler, to name a few. You can take a look at my math genealogy through the Mathematics Genealogy Project.

Pinned

  1. CV-Resume CV-Resume Public

    My Resume and CV in LaTeX and plain text markdown formats

    TeX 1

  2. water-coupler water-coupler Public

    Python software for coupling hydrodynamic and hydrologic HPC software

    Python 4

  3. htopy htopy Public

    Python ctypes wrapper generator for C/C++ codes

    Python 1

  4. AdH_meshbuilder AdH_meshbuilder Public

    Quadrilateral domain, triangular mesh builder for Adaptive Hydraulics (AdH), especially useful for building 2D-3D coupled models

    C 1

  5. ctypes-tutorial ctypes-tutorial Public

    Tutorial, tips, and tricks for wrapping C/C++ projects into Python using ctypes.

    C

  6. data-structs data-structs Public template

    A C++ data structures library

    C++