Skip to content
View riponcm's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report riponcm

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
riponcm/README.md

About Me

from dataclasses import dataclass
from typing import list


@dataclass
class Researcher:
    name: str = "Ripon Chandra Malo"
    role: str = "PhD Researcher @ University of Utah"
    field: str = "Geotechnical Engineering + Artificial Intelligence"

    research_focus: list[str] = (
        "Granular Materials",
        "Scientific Machine Learning",
        "AI for Geotechnics",
    )

    background: str = "M.Sc. Civil (Geotechnical) Engineering β€” BUET, Bangladesh"
    building: str = "projectmem β€” local-first memory for developer repos"
    goal: str = "Revolutionize geotechnical analysis with ML & data science"

    open_to: list[str] = (
        "Research collaboration",
        "ML projects",
        "Open source",
    )


ripon = Researcher()

Research Focus

Geotechnical AI Applying machine learning and deep learning to granular material behavior, soil classification, and civil infrastructure safety.

Scientific Machine Learning Physics-informed neural networks and data-driven models that respect engineering constraints β€” not just black-box predictions.

Data Science for Engineering Building interactive tools and web applications to make geotechnical data analysis accessible, visual, and powerful.

Developer Tools Building projectmem β€” a local-first repo memory tool.


Currently Building

Project What it does Status
projectmem Local-first memory for repos. Working
Geotechnical ML Tools ML-powered analysis tools for geotechnical engineering workflows Research
Scientific ML Experiments Physics-informed models for granular material simulation Learning

Tech Stack

Core Languages

Python TypeScript HTML5 MATLAB LaTeX

ML & Data Science

TensorFlow NumPy Pandas scikit-learn Jupyter

Web & Tooling

Next.js Vite Node.js MySQL VS Code


GitHub Stats


Let's Connect

I'm always open to research collaboration, ML project discussions, or just talking about geotechnical engineering and AI. Reach out any time.

LinkedIn Email Scholar


Buy me a coffee



Pinned Loading

  1. acadpro acadpro Public

    A GitHub repository for an academic portfolio template, professor lab website, researcher homepage, and university faculty profile theme.AcadPro is a modern, JSON-driven academic portfolio and lab …

    HTML 3

  2. 100-Days-of-ML-for-Geotechnical-Engineering 100-Days-of-ML-for-Geotechnical-Engineering Public

    100-day journey from Python basics to AI-powered geotechnical solutions

    Jupyter Notebook