this post was submitted on 21 Nov 2024
29 points (93.9% liked)

Open Source

31322 readers
310 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/22266569

Looking for Mentor (for a PhD Candidate) that works with open source and Rust

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.

top 4 comments
sorted by: hot top controversial new old
[–] Mavvik@lemmy.ca 1 points 59 minutes ago (1 children)

I can't help with your search but I really think you should look into using Julia instead of rust. It provides excellent speed with the usability of Python and is growing in popularity among the scientific community. There are a few very good Geospatial libraries out there that you would probably find useful too.

Either way I recommend reaching out on the official language communities that tend to have more academics in them.

[–] thevoidzero@lemmy.world 1 points 33 minutes ago

Thank you.

I did consider Julia in the beginning, but I'm using rust so I can make a python library available for people. And also because I can easily transfer other programs I have, and some other libraries in C into rust easily. My project is mostly about connecting the existing tools the grant agency has plus tools scientific communities use.

What do you mean by official language communities? I don't know what is rust official community. I am in rust discord but I have never gotten any response on any questions I ask about non trivial things there. I need people knowledgeable about macro, stable abi, and other features.

[–] ComradeMiao@lemmy.world 2 points 1 hour ago (1 children)

Why not find the person in your university? You’re not gonna find anyone here. Your university definitely has one and if not your advisor definitely knows where.

You’ve passed prelims, how have you not had this discussion with them?

[–] thevoidzero@lemmy.world 1 points 1 hour ago

I'm not from CS related field. Me and my advisor don't know professors in CS fields, and my university doesn't have CS grad programs when I looked around. And I need an external professor anyway. My friends that are in CS grad school all do AI/ML related research.