{% extends "base.html" %} {% block title %}Research Dashboard - Orchid Growth Comparison{% endblock %} {% block content %}
Compare how the same orchid species grow under different conditions
Species Available for Comparison Research
Each has multiple specimens from different growers| Species / Genus | Specimens | With Photos | Different Growers | Photo Coverage | Research Value | Actions |
|---|---|---|---|---|---|---|
| {{ candidate.species.title() }} {% if candidate.species in ['trichocentrum', 'cattleya', 'laeliacattleya'] %} Popular {% endif %} | {{ candidate.specimens }} | {{ candidate.photos }} | {% if candidate.photographers > 0 %} {{ candidate.photographers }} {% else %} Unknown {% endif %} |
|
{% set research_score = candidate.specimens * 2 + candidate.photos * 3 + candidate.photographers * 5 %} {% if research_score >= 50 %} Excellent {% elif research_score >= 20 %} Good {% else %} Fair {% endif %} | Compare |
Look for differences in leaf shape, pseudobulb development, and overall plant structure between specimens.
Compare how climate preferences (cool, intermediate, warm) affect plant appearance and vigor.
Different growers may use various potting media, watering schedules, and fertilization programs.