From 7417d14a734c440a015d87f39014302b6c85922c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 18 Feb 2025 17:36:23 -0600 Subject: [PATCH] Add FOOD_BOUTS, OTHER_SPECIES, HUMANS to FOLLOWS ER diagram --- doc/diagrams/follows.svg | 689 ++++++++++++++++++++++++++++++++------- 1 file changed, 566 insertions(+), 123 deletions(-) diff --git a/doc/diagrams/follows.svg b/doc/diagrams/follows.svg index 7e81928..47699a0 100644 --- a/doc/diagrams/follows.svg +++ b/doc/diagrams/follows.svg @@ -94,32 +94,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - the follow + Food eaten duringthe follow + Other speciespresent duringthe follow + Humanspresent duringthe follow + Follow duringwhich foodwas eaten + Follow duringwhich other specieswere present + Follow duringwhich humanswere present @@ -1380,6 +1385,227 @@ y="104.59473" inkscape:connector-avoid="true" /> + OTHER_SPECIES + + FID + + Species * + + Start + + End + + OSID + + + HUMANS + + FID + + Researchers + + NonResearchers + + HID + + + + FOOD_BOUTS + + FBID + + Seq + + Start + + + End + + + FoodPart * + + FoodName * + + FoodPartWritten + + FoodNameWritten + + FID + + + + + + + -- 2.34.1