Link Search Menu Expand Document

Subject logs model

Multiple log types are available to track and record various aspects of subject care, behavior, and experimental conditions.

Table of contents

  1. Food consumption log
  2. Food deprivation log
  3. Housing log
  4. Water consumption log
  5. Water deprivation log
  6. Weighing log
  7. Wellness log
  8. Subject log API access

Food consumption log

FieldDescription
Date timeDate and time of the food consumption measurement
Food amount (grams)Amount of food consumed in grams (required)
NotesAdditional notes about the food consumption

Food deprivation log

FieldDescription
NotesAdditional notes about the food deprivation
Responsible person (name and phone number)Name and contact information of the person responsible for the food deprivation (required)
ProtocolDescription of the food deprivation protocol
Start timeStart time of the food deprivation period (required)
End timeEnd time of the food deprivation period

Housing log

FieldDescription
NotesAdditional notes about the housing
LocationLocation of the housing
Cage IDIdentifier for the cage
Cage typeType of cage used
Light cycleDescription of the light cycle in the housing
EnrichmentDescription of any enrichment provided in the housing
Start timeStart time of the housing period (required)
End timeEnd time of the housing period

Water consumption log

FieldDescription
Date timeDate and time of the water consumption measurement
Water amount (mL)Amount of water consumed in milliliters (required)
NotesAdditional notes about the water consumption

Water deprivation log

FieldDescription
NotesAdditional notes about the water deprivation
Responsible person (name and phone number)Name and contact information of the person responsible for the water deprivation (required)
ProtocolDescription of the water deprivation protocol
Start timeStart time of the water deprivation period (required)
End timeEnd time of the water deprivation period

Weighing log

FieldDescription
Date timeDate and time of the weighing
Weight (grams)Weight of the subject in grams (required)
NotesAdditional notes about the weighing

Wellness log

FieldDescription
Date timeDate and time of the wellness check
WellnessDescription of the subject’s wellness status (required)
NotesAdditional notes about the wellness check

Subject log API access

The API allows for programmable access to Subject logs, enabling you to read, edit, and delete subject logs through the API. Learn more about the subject logs’ fields and data structure on the Subject log API page.