Skip to content
View poglesbyg's full-sized avatar

Highlights

  • Pro

Block or report poglesbyg

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

Hi there πŸ‘‹

I'm Paul Greenwood: data scientist and developer working on document ingestion, retrieval systems, and agent tooling, with a background in biomedical informatics and federal geospatial data.

Most of what I build lately answers the same question: how do you get messy, unstructured documents into a form a model can actually reason over? Scanned PDFs, OOXML, lab forms, literature, road inventories. The repos below are where I work that out.

πŸ”¨ What I'm building

Document ingestion & retrieval

  • lab_submission_rag β€” RAG system that extracts laboratory submission data from PDF/DOCX into seven structured categories with validated models and per-field confidence scoring. ChromaDB, domain-specific chunking, pluggable Ollama/OpenAI/Claude backends.
  • pdf_slurper β€” PDF table and metadata extraction (PyMuPDF + pdfplumber) with header normalization, numeric parsing, and content-hash idempotency into SQLite. CLI, FastAPI web UI, containerized.
  • bb_rag β€” a RAG engine in Rust with no vector database and no framework. Sentence-aware chunking with overlap, TF-IDF and dense cosine retrieval, three swappable providers. Written to understand the internals rather than import them.
  • LitKG β€” integrating biomedical literature with structured knowledge graphs (CIVIC, TCGA, CPTAC) for hypothesis generation. Entity linking with ontology disambiguation, hybrid GNN + RAG.

Agent tooling & Rust

  • capscan β€” diff the capability surface of a crate between versions: unsafe, FFI, process/network/filesystem access, build scripts. On crates.io.
  • capscan-mcp β€” MCP server exposing that scanning as agent-callable tools, so an agent can check what a dependency actually does before recommending a version bump. Ships with a Claude Code skill.
  • decidex β€” extracts engineering decisions from git history and surfaces them in CLAUDE.md, Cursor rules, and Copilot instructions, so AI tools remember what you already decided. On npm.
  • tracelet β€” minimal embeddable Rust tracer: the #[tracing::instrument] you already use, without the OpenTelemetry dependency tree.

Science & geospatial

  • ai-chipseq-mcp β€” applying ChIP-seq peak-calling methodology to transformer attention patterns for model interpretability.
  • usda-forest-viz β€” downloading and visualizing USDA Forest Service Enterprise Data Warehouse geospatial datasets.

πŸ’Ό Work

Data Scientist Leading Solutions LLC: Supporting USDA Forest Service Hurricane Helene recovery for the National Forests in North Carolina. OCR ingestion pipelines for thousands of scanned survey documents, Python/ML analysis of forest road infrastructure across 1,900+ segments tied to billions in recovery funding, ArcGIS Online automation, and long-term strategic planning analysis.

Product Manager & Developer UNC Chapel Hill School of Medicine: AI/ML research tooling, genomics pipelines (NCGenes), clinical NLP, and FHIR/HL7 integrations.

Project Manager UNC Chapel Hill: 20+ concurrent research projects.

Program Coordinator UNC Chapel Hill: EHR and precision analytics initiatives.

πŸ› οΈ Tech

  • AI/ML β€” RAG architecture, embeddings and retrieval evaluation, LangChain, ChromaDB, MCP servers, OCR (pytesseract), NLP, scikit-learn
  • Languages β€” Python, Rust, TypeScript, SQL, R, Bash
  • Data & geospatial β€” pandas, GeoPandas, ArcGIS Online/Pro, matplotlib, seaborn, Plotly
  • Health informatics β€” FHIR, HL7, EHR systems, clinical data pipelines
  • Infrastructure β€” Linux (Fedora, CachyOS), Docker, Slurm, Singularity, Conda, Git, CI/CD

πŸŽ“ Background

  • MPS, Biomedical Health Informatics β€” UNC Chapel Hill
  • BA, English β€” UNC Chapel Hill
  • Additional coursework β€” Chemistry (UNCG), Computer Science (University of Bergen), Linguistics (University of Oslo)

πŸ“„ Publications

  • Co-author, Nature β€” GENYSIS
  • Wahl et al. (2021) β€” SARS-CoV-2 treatment research

🌍 Languages

English (native) β€’ Norwegian β€’ Swedish β€’ Danish

🀝 Open to collaborating on

Retrieval and document-processing systems β€’ agent tooling and MCP β€’ biomedical informatics β€’ open-source research tools

πŸ”οΈ Otherwise

Voracious reader β€’ backcountry skiing β€’ hiking β€’ camping β€’ cooking β€’ acoustic guitar

πŸ“« Connect

LinkedIn Β· Portfolio Β· Email

Pinned Loading

  1. milestone1 milestone1 Public

    Python

  2. milestone2 milestone2 Public

    Jupyter Notebook