Skip to content

AIMD Examples

The examples/aimd/ directory stores standalone AIMD examples for different business scenarios. An example shows how AIMD can be organized in a practical workflow and can also be copied as a starting point for a custom protocol.

Complete Airalogy Protocol examples live under examples/protocols/. Those examples include protocol.toml and may include assigner.py plus sample data for engine-backed workflows.

Open the Demo examples page to switch, edit, and fill these examples directly.

Current Examples

IDScenarioSummary
aimd-syntax-tourAIMD syntax tourInteractive syntax tour covering variables, tables, figures, citations, steps, checks, quizzes, references, Markdown review marks, and browser-side client assigners.
clinical-information-recordClinical information recordBilingual case for structured clinical encounter, assessment, plan, and review records.

Protocol Examples

IDScenarioSummary
meeting-notesMeeting notesGeneral-purpose meeting notes protocol for teams and projects.
cuaac-kineticsClick reaction kineticsCuAAC kinetic data upload, automatic calculation, plots, and report drafting.
field-water-sample-observationField water sample observation and disturbance analysisField water sampling, same-day weather and site records, water chemistry and biogeochemical interpretation, monsoon and extreme rainfall disturbance analysis.
literature-review-assistantAI-assisted literature review and evidence synthesisConfigure an OpenAI-compatible web-search model, screen candidate sources, extract evidence, appraise quality, and draft a review.
stock-fundamental-analysis-assistantAI-assisted stock fundamental analysisEnter a stock ticker and company name, configure an OpenAI-compatible web-search model, and organize public filings, business segments, financial quality, valuation comparisons, risks, and a research report draft.
monitoring-site-flow-graph-3d-printMonitoring site physical graph and 3D print parametersGenerate a physics-constrained directed graph from site latitude, longitude, and elevation, then output node, edge, scale, and structure parameters for 3D printing.
fiber-endface-processFiber endface micro/nano fabrication workflowTopic decomposition, process-route design, process window recording, and characterization planning for fiber endface devices.
fiber-endface-sensing-calibrationFiber endface sensing calibrationCalibration data upload, sensitivity fitting, LOD estimation, QC, plotting, and report generation.
drug-response-ic50Drug response IC50 analysisDose-response upload, IC50 estimation, QC, curve plotting, and report generation.
diaryDiaryCompact structured diary protocol.

AIMD example sources live in examples/aimd, and their machine-readable registry is examples/aimd/index.json. Complete protocol examples live in examples/protocols, and their registry is examples/protocols/index.json.

Adding Examples

When adding examples, follow these conventions:

  • Use one kebab-case subdirectory per example.
  • Name the entry file protocol.<locale>.aimd.
  • Include a README describing scope, covered fields, and usage notes.
  • Register standalone AIMD examples in examples/aimd/index.json.
  • Register complete protocol examples in examples/protocols/index.json.