From 74e31f04dfea593a38534294e8f83515811f3bd7 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 30 Oct 2024 08:33:32 -0500 Subject: [PATCH] Add follows ER diagram --- doc/diagrams/follows.svg | 2149 ++++++++++++++++++++++++++++++++ doc/src/er_diagrams.m4 | 1 + doc/src/er_diagrams/follows.m4 | 30 + 3 files changed, 2180 insertions(+) create mode 100644 doc/diagrams/follows.svg create mode 100644 doc/src/er_diagrams/follows.m4 diff --git a/doc/diagrams/follows.svg b/doc/diagrams/follows.svg new file mode 100644 index 0000000..41674e3 --- /dev/null +++ b/doc/diagrams/follows.svg @@ -0,0 +1,2149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + FOLLOW_OBSERVERS + + + + Dad ofindividual + Mom ofindividual + Childrenof mom + Childrenof Dad + Follow duringwhich animalarrived or left + Observersconductingthe follow + Animalsarriving orleaving duringthe follow + + FID + + + + Period * + + + + OBS_TRec * + + + + OBS_Tiki * + + + + FOID + + + FOLLOW_STUDIES + + + FID + + + + Code * + + + + FSID + + + Individualfollowed + Follows ofIndividual + Followsscheduledfor thecommunity + Communityin whichfollow wasscheduled + + DadIDPub + + + + BIOGRAPHY_DATA + + + AnimID + + + AnimIDNum + + + + AnimName + + + + + BirthComm + + + + BCCertainty + + + Sex + + + + MomID + + + + DadIDPrelim + + + + DadID + + + + FirstBorn + + + + BirthDate + + + + BDMin + + + + BDMax + + + + BDDist + + + + EntryDate + + + + EntryType * + + + + DepartDate + + + + DepartType * + + + + + + FOLLOW_ARRIVALS + + + FAID + + + DataSource * + + + + AnimID + + + + Seq + + + + + Start + + + + End + + + Certainty * + + + + NestStart + + + + Cycle * + + + + NestEnd + + + + FID + + + + + FOLLOWS + + FID + + Community + + Notes + + Date + + Focal + + + + + + Follow conductedby the observers + Follow of thestudy + Studies ofthe follow + + CommID + + MembCriteria + + + + COMM_IDS + + + + + Name + + + + Notes + + + + + + + + + + diff --git a/doc/src/er_diagrams.m4 b/doc/src/er_diagrams.m4 index 7a7c711..10a864a 100644 --- a/doc/src/er_diagrams.m4 +++ b/doc/src/er_diagrams.m4 @@ -80,6 +80,7 @@ individual transferring also exists. er_diagrams/key.rst er_diagrams/demography.rst + er_diagrams/follows.rst .. rubric:: Footnotes diff --git a/doc/src/er_diagrams/follows.m4 b/doc/src/er_diagrams/follows.m4 new file mode 100644 index 0000000..755bd6c --- /dev/null +++ b/doc/src/er_diagrams/follows.m4 @@ -0,0 +1,30 @@ +.. Copyright (C) 2024 The Meme Factory, Inc. www.karlpinc.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +.. M4 setup +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl + + +Follows +------- + +.. figure:: sdb_er_image_path(images/follows) + :alt: Follows Entity-Relationship Diagram + :width: 100 % + + Follows -- 2.34.1