Carly. CHÉRY
⌘K
CV

Carly Chery

Computational Agricultural Scientist · Plant Pathology & Bioinformatics · One Health trajectory

Final-year B.Sc. at EARTH University in Costa Rica seeking graduate research positions in computational plant science, food systems innovation, and One Health. My undergraduate work bridges deep learning, bioinformatics, and tropical agricultural science.

EARTH University · 2026 9.2/10 GPA Harvard 2024 HPAIR delegate 4 research languages
Portrait of Carly Chery
Carly Chery
Guácimo · Costa Rica
Languages
4fluent
Français · Kreyòl · English · Español
Working stack
Python R PyTorch TensorFlow Pandas NumPy scikit-learn QGIS LaTeX
§ 01 Statement of Research Intent

Toward a computational science
of intelligence in biological systems.

I am a final-year agricultural sciences student at EARTH University in Costa Rica, applying for graduate research in computational plant science, food systems innovation, and One Health. My undergraduate work has built a deliberate bridge between field-grounded agricultural science and data-driven modeling, and I want to continue that bridge at the MSc and PhD level.

I came to this research from two directions. From Haiti, where I grew up watching coffee, mango, and breadfruit production constrained by disease, post-harvest loss, and a fragile food system. From Costa Rica, where EARTH's focus on tropical agriculture met my own curiosity about machine learning. The intersection is the territory I want to live in as a scientist: how can computational tools make tropical food systems more resilient, more productive, and more legible to the people who depend on them?

Three threads in particular pull at me:

  1. Plant pathology & computer vision. My graduation thesis applies knowledge-distilled vision transformers to ordinal severity grading of coffee leaf disease, Hemileia vastatrix (roya) and Mycena citricolor (ojo de gallo). At the graduate level I want to extend this into multi-disease, multi-species pipelines, a single model that diagnoses tropical staple-crop pathologies from a smallholder's smartphone, with calibrated uncertainty.
  2. Population genetics & computational genomics. Mi Salvador is a population-genetics simulator I built to teach Mendelian inheritance and breeding theory at scale. I want to take this in the direction of real genomics, variant-aware breeding simulation, polygenic trait modeling, and AI-assisted analysis of tropical-crop populations underrepresented in genomic databases.
  3. Integrated production systems & digital twins. My internship at Auburn's E.W. Shell Fisheries Center put me on an aquaponic system coupling tilapia and greenhouse tomato. The graduate research I want to do is digital-twin modeling of these systems, physics + biology + control, so that smallholder integrated farms can plan, optimize, and recover from stress with the same rigour as a Dutch greenhouse.

These three threads rest on a shared methodological commitment: reproducible scientific computing in low-resource settings. RflowLabs and Mi Salvador are early outputs of this commitment, open tools, transparent pipelines, every result reachable from a single seed.

The graduate position I am seeking is one where I can sharpen these instincts under a supervisor working at the intersection of AI, biology, and agriculture, and contribute to research that is at once methodologically rigorous and grounded in the realities of tropical food systems.

§ 02 Featured Research

Five lines of work.

The research I am bringing into graduate study. Each is grounded in a real problem and a real population, and each is the seed of a longer programme.

Mi Salvador, a bioinformatics & genetics teaching platform with an LLM tutor.

Demo · v2.0.0 Live walkthrough of the production platform

A full-stack browser-based laboratory for teaching and computing genetics and bioinformatics. Five major modules, an LLM-powered tutor, four languages, and reproducible-from-a-seed simulation throughout.

Molecular Biology
NCBI search · BLAST · alignment · phylogenetics · FASTA tools · statistics · reverse complement · translation · protein properties · Tm calculator · nucleotide / dinucleotide frequency · GC window · codon usage
Qualitative Genetics
Monohybrid · Dihybrid · Trihybrid · Unlimited Cross · Codominance. Punnett squares, Mendelian ratio enumeration, and PDF report export.
Quantitative Genetics
Hardy-Weinberg equilibrium, Wright-Fisher allele-frequency drift under selection, quantitative trait variation simulation, fixation-probability estimation.
Interactive Education
Pedigree Builder · Mutation Lab · Genetic Code · Genetic Drift · Natural Selection · Gene Mapping. Hands-on simulators that pair with the curriculum.
Study Suite + AI Tutor
Glossary · Timeline · Problem Solver · Flashcards · Quizzes · LLM-backed AI Chatbot (OpenAI). User-supplied API key stored locally; no server-side relay.

Designed for genetics and bioinformatics courses where students need to touch real molecular tools without leaving the classroom or installing a desktop bioinformatics stack. The AI tutor extends office hours into the browser. Multilingual (English, French, Spanish, Haitian Creole), themed dark / light, fully reproducible: every simulation run is seedable and every result downloadable as a trace. To date, Mi Salvador has been used by more than 62 users across the Americas, Europe, and Africa.

Keywords Bioinformatics · NCBI · BLAST · phylogenetics · Mendelian genetics · Hardy-Weinberg · Wright-Fisher · LLM tutor · multilingual · open access
Visit mi-salvador.com →

Ordinal severity grading of coffee leaf disease via knowledge-distilled vision transformers.

A deep-learning study applying knowledge-distilled vision transformers (ViT) to ordinal severity grading of Hemileia vastatrix (Roya) and Mycena citricolor (Ojo de Gallo) on field-captured coffee leaves.

Knowledge distillation transfers learned representations from a large pretrained ViT teacher into a smaller student network suitable for smartphone-class deployment. Ordinal regression heads preserve the natural ranking of severity classes, a structure that standard cross-entropy discards. Coffee leaf rust alone has cost Latin American producers an estimated USD 3.2 billion since the 2012 outbreak (Avelino et al., 2015); this work targets smallholder-deployable diagnostics. Manuscript in preparation, first author. Target venues: Computers and Electronics in Agriculture or Agriculture.

Keywords Vision Transformer (ViT) · knowledge distillation · ordinal regression · plant pathology · coffee · severity grading
Animated 3D render of the custom 3D-printed phone-imaging rig used for coffee leaf capture — two-column gantry v5 with iPhone 11 mount, ColorChecker calibration, and 20 cm working distance
Open Hardware Two-column gantry v5 · matte-black PLA · OpenSCAD-modelled · all STLs released under CC BY 4.0 · 20 cm working distance · ColorChecker NE corner · build cost under USD 20.
Methodology flow diagram — Field Capture → Annotation → Model Training → Evaluation → Deployment 01 Field Capture 1,400 leaves iPhone 11 + 3D-printed rig ColorChecker NE corner 4,200 images · 0° / 45° / abaxial 02 Annotation EMSAM → CVAT → STAPLE 3 phytopathologists 10% triplicate subset Krippendorff α ≥ 0.80 03 Model Training SegFormer-B3 (45M params) FastViT-T8 (4M params) DINOv2-LoRA teacher CORN ordinal head 04 Evaluation 3-fold grouped CV BCa paired bootstrap TOST equivalence ±0.05 power 0.97 at Δκ = 0 05 Deployment LiteRT (Android) Core ML (iOS) sub-ms inference 113× FLOPs efficient
  1. 01

    Field Capture

    1,400 leaves · iPhone 11 + 3D-printed rig · ColorChecker · 4,200 images at 0°/45°/abaxial.

  2. 02

    Annotation

    EMSAM → CVAT → STAPLE consensus · 3 phytopathologists · 10% triplicate subset · Krippendorff α ≥ 0.80.

  3. 03

    Model Training

    Method A: SegFormer-B3 (45M) · Method B: FastViT-T8 (4M) with DINOv2-LoRA teacher and CORN ordinal head.

  4. 04

    Evaluation

    3-fold grouped CV · BCa paired bootstrap · TOST equivalence · ±0.05 margin · power 0.97 at Δκ = 0.

  5. 05

    Deployment

    FastViT to LiteRT (Android) / Core ML (iOS) · sub-millisecond inference · 113× FLOPs efficient.

Model size vs grading accuracy

5 architectures plotted on the params–κ plane. The 4 M-parameter FastViT-T8 is hypothesised to match the 45 M SegFormer-B3 to within ±0.05 κ.

0.90 0.85 0.80 0.75 0.70 grading κ 1 M 10 M 100 M parameters (log) ResNet-18 U-Net DINOv2 probe FastViT-T8 SegFormer-B3 equivalence pair
Preregistered target thresholds

Five preregistered floors; all reported regardless of outcome. Bars show target value on the 0–1 scale.

0.0 0.2 0.4 0.6 0.8 1.0 QWK ≥ 0.80 mIoU ≥ 0.75 Dice ≥ 0.80 per-class F1 ≥ 0.85 Krippendorff α ≥ 0.80
Equivalence test — expected result

Two One-Sided Tests (TOST) with equivalence margin ±0.05. Expected: 95% CI of Δκ falls fully within the shaded zone.

−0.05 +0.05 0 Δκ ≈ 0 · 95% CI −0.15 −0.05 0 +0.05 +0.15 Δκ (SegFormer − FastViT)
Preregistered statistical power

Probability of correctly declaring equivalence at N = 1,400. Power = 1.00 at Δ = 0, dropping outside ±0.05.

80% power floor power = 1.00 at Δ = 0 100% 75% 50% 25% 0% −0.15 −0.05 0 +0.05 +0.15 true Δκ (SegFormer − FastViT)
View bibliography ↗

Integrated tilapia & greenhouse tomato, an aquaponic dataset from the E.W. Shell Fisheries Center.

A season's water-quality, yield, and fish-health data from a coupled aquaponic system, collected as part of the integrated aquaponics research program at Auburn's E.W. Shell Fisheries Center.

Designed and operated biometric monitoring protocols and contributed to data pipelines for real-time system performance evaluation. The dataset, pH, ammonia/nitrite/nitrate cycling, dissolved oxygen, fish length-weight, tomato yield, is the seed for the digital-twin modeling I want to pursue at the graduate level.

Keywords Aquaponics · tilapia · greenhouse tomato · water-quality · digital twin · One Health

A smart-hydroponic pH-regulation controller built on Arduino, for a university electronics competition.

A closed-loop pH stabilizer for nutrient-film hydroponics, dosing dilute acid and base via peristaltic pumps in response to a live probe reading on an Arduino board.

Hydroponic crops sit in a narrow pH window (5.5 – 6.5); drift outside that window costs yield within hours. The prototype reads a glass pH probe through an analog converter, runs a debounced setpoint loop on the Arduino, and triggers two peristaltic pumps (acid / base) in short pulses with a cool-down period to prevent over-shooting. An LCD shows the live reading and the last action. Built and tested against laboratory pH standards over a weekend, then submitted to the Cenfotec inter-university Arduino competition where it placed 6th of 16 projects.

Keywords Arduino · embedded systems · hydroponics · pH control · closed-loop dosing · peristaltic pumps · prototyping

Leading EARTH's topographic survey team: real-world levantamientos and GIS instruction.

A field-and-classroom role at the Geomatics & Remote Sensing Center: leading topographic survey campaigns for clients on and off campus, and teaching the GIS workflows that come after the data is collected.

As team leader I plan and run levantamientos (topographic surveys) for real clients (university plots, neighbouring farms, school grounds) using total stations and GNSS receivers, then take the data into QGIS for cleaning, georeferencing, and map production. On the teaching side I have led GIS sessions for more than 85 students across first-year and second-year EARTH cohorts plus visiting high-school groups, covering everything from coordinate systems and projection choice to field-data import and cartographic output. To date the team has mapped over 6 hectares of campus and adjacent terrain.

Keywords Topographic survey · GIS · QGIS · GNSS · total station · cartography · teaching · field leadership
§ 03 Publications & Presentations

Conference work, talks, & manuscripts in preparation.

2026
Manuscript in prep · first author

Ordinal severity grading of coffee leaf disease via knowledge-distilled vision transformers

Chery, C., & Morales Peña, V. H.
Target: Computers and Electronics in Agriculture or Agriculture · expected submission 2026
Feb 2024
Conference delegate

HPAIR Harvard Conference 2024, delegate

Chery, C.
Active participation in keynotes, executive masterclasses, and fireside conversations with world leaders. Harvard Project for Asian and International Relations (HPAIR), Harvard University · Cambridge, MA · February 9–11, 2024. Certificate ↗
2025
Internal report

Integrated tilapia & greenhouse tomato aquaponics: a season's water-quality and yield dataset from Auburn's E.W. Shell Fisheries Center

Chery, C.; Smith, M.R. (Coordinator)
Auburn University internship technical report · September–December 2025
2026
Software

Mi Salvador: A web-based population genetics laboratory for teaching & breeding simulation

Chery, C.
Open-source platform, mi-salvador.com · ongoing development
§ 04 Application Dossier

Documents for review: downloadable.

The full application packet. Please feel free to circulate any of these to colleagues or fellow committee members.

§ 05 References & Mentors

Four letter writers, by mutual consent.

Each of the following has agreed to write on my behalf. Please contact me before reaching out so they can prepare a letter tuned to your program; for casual queries, direct contact details are provided.

Internship supervisor · Auburn 2025
Portrait of Dr. Desmond R. Layne

Dr. Desmond R. Layne

Head & Professor, Department of Horticulture
Auburn University · Alabama, USA
Supervised my Fall 2025 research internship on integrated aquaponic systems coupling tilapia production with greenhouse tomato cultivation. Witnessed my bench work on water-quality datasets and biometric monitoring pipelines.
drl0021@auburn.edu
Graduation thesis supervisor
Portrait of Dr. Víctor Hugo Morales Peña

Dr. Víctor Hugo Morales Peña

Professor of Tropical Forestry · Director, Geomatics Center
EARTH University · Costa Rica
Co-author and supervisor of my graduation thesis on knowledge-distilled vision transformers for ordinal severity grading of coffee leaf disease. Ph.D. in Agricultural Sciences (Universidad de Costa Rica). Holds the longest-running view of my computational research practice.
vmorales@earth.ac.cr
Aquaponics research coordinator
Portrait of Mollie R. Smith

Mollie R. Smith

Outreach Programs Coordinator · Aquaponics Research
E.W. Shell Fisheries Center, Auburn University · USA
Day-to-day coordinator of my Auburn internship, observed my data-pipeline work, biometric monitoring contributions, and integration into a multidisciplinary team of fisheries scientists and plant biologists.
mrs0018@auburn.edu +1 334 707 5699
Senior reference · public service
Portrait of Dr. Luis Felipe Arauz Cavallini

Dr. Luis Felipe Arauz Cavallini

Former Minister of Agriculture & Livestock of Costa Rica · Plant Pathology Professor
Universidad de Costa Rica (UCR) · Costa Rica
Former Dean of UCR's Faculty of Agricultural and Food Sciences and head of Costa Rica's Ministry of Agriculture and Livestock (2014–2018). Ph.D. in Plant Pathology (NC State, 1990). Senior endorser with national-policy perspective on tropical-agriculture research and food security.
luis.arauz@ucr.ac.cr
§ 06 Vita

A working life, condensed.

2026 – now
Topographic Survey Team Leader
EARTH University · Guácimo, Costa Rica
2025
Research Intern · Aquaponics Program
Auburn University · E.W. Shell Fisheries Center · Alabama, USA
2024 – now
Founder & CEO
RflowLabs™ · HPAIR Harvard delegate, Feb 2024
2024
Finance Manager
Sun Valley · International Cassava Exportation
2023 – 2026
B.Sc. Agricultural Sciences GPA 9.2/10
EARTH University, Guácimo · thesis on knowledge-distilled vision transformers for coffee leaf disease
2012 – 2020
Life & Earth Sciences (College Preparatory)
Seminar College of Mazenod · Les Cayes, Haiti
§ 07 Currently

Right now, Guácimo, Costa Rica.

Where you would find me on a Tuesday morning. EARTH University's main campus sits in the Caribbean lowlands of Limón, surrounded by the tropical forestry plots and aquaponics greenhouses my work draws on.

Current location
EARTH University
Geomatics & Remote Sensing Center
Guácimo · Limón Costa Rica
10.2104° N · 83.5914° W · UTC−6
Open in OpenStreetMap ↗
Vector tiles by OpenFreeMap · © OpenStreetMap contributors