TLDR: Searching for person holding professor position to officially act as a committee member on a US PhD defense

Hi all,

I’m in a non CS field. I’m doing PhD in hydrology and I’m good at Geospatial Analysis, data analysis, visualization, modeling and such. I really like programming and have been making open source programs, contributing to open source programs and such. And have been learning rust for last 2 years.

For my PhD dissertation I’m doing a project where I’ll be using Rust to make a program with compiled plugin system that can do generalized river related tasks including data analysis and visualization. I have professors in GIS and hydrology to guide those aspects, but I don’t have anyone on software side to ask questions, or to look at my work. I tried emailing some people I have seen with open source projects on GIS+rust, but no response.

I’m ideally looking for someone that holds a professor position for my committee who is good with either rust, GIS related algorithms development, and programming languages. However, it woud also be helpful to just have someone woth knowledge about such things. In either scenario, credit and authorship will be given.

I appreciate any response even telling where i could find someone matching the above description. :)

Edit: I can also provide my previous projects in GitHub, websites and such before you decide in messages.

  • thevoidzero@lemmy.worldOP
    link
    fedilink
    arrow-up
    3
    ·
    6 hours ago

    I’m trying to do computationally intensive things, and I didn’t want to do them in C/C++ because of practical reasons. I am making a python library as well, so people using the program can either use the CLI/rust library or the python library. The plugins and the core program is in Rust.

    • Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 hours ago

      You might already know about it, but PyO3 could come in very handy for creating that Python library. You can use it to generate a small Python library which calls your Rust library, so you don’t need to implement it a second time.

    • solrize@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      5 hours ago

      How about almost anything else? Go, Ocaml, Ada. Haskell, etc ? You might also consider CUDA if your problem naturally parallelizes.