From 377be0c7f1f915b23c24559f1cd134deb692d541 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 27 Oct 2023 17:39:26 -0500 Subject: [PATCH] The demography er diagram --- doc/diagrams/demography.svg | 2338 +++++++++++++++++++++++++++++ doc/include/constants.m4 | 2 +- doc/src/er_diagrams.m4 | 1 + doc/src/er_diagrams/demography.m4 | 29 + make_files/make_docs.mk | 3 +- 5 files changed, 2371 insertions(+), 2 deletions(-) create mode 100644 doc/diagrams/demography.svg create mode 100644 doc/src/er_diagrams/demography.m4 diff --git a/doc/diagrams/demography.svg b/doc/diagrams/demography.svg new file mode 100644 index 0000000..5fb63d0 --- /dev/null +++ b/doc/diagrams/demography.svg @@ -0,0 +1,2338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + Dad ofindividual + Mom ofindividual + Childrenof mom + Childrenof Dad + Individualhavingperiod ofcommunitymembership + Periodsof individual'smembershipin communities + Periods of individualmembershipin community + + CommID + + MembCriteria + + + + COMM_IDS + + + + + Name + + + + Notes + + + + Births inthecommunity + Communityofbirth + Individualchanged + Record ofchangeto biograpy + Individual withchangedcommunity + Record ofchange tocommunitymembership + + + COMM_MEMBS + + + + AnimID + + + + StartDate + + + + EndDate + + + + CommID + + + + StartSource + + + + EndSource + + + + CommMID + + + + + + COMM_MEMB_LOG + + + + DateOfUpdate + + + + AnimID + + + + Description + + + + Rationale + + + + MadeBy * + + + + CommMLID + + + + + + DateOfUpdate + + + + BIOGRAPHY_LOG + + + + AnimID + + + + Description + + + + Rationale + + + + MadeBy * + + + + + BLID + + + + + + + SIGHTINGS + + + + SightID + + + + Date + + + + AnimID + + + + CommID + + + + EstrousMin + + + + EstrousMax + + + + EstrousReport + + + + Source + + + + SightingsofIndividual + Individualsighted + Communityin whichsighted + Sightings ofIndividualsfoundin community + + DadIDPub + + + + BIOGRAPHY + + + AnimID + + + AnimIDNum + + + + AnimName + + + + + BirthComm + + + + BCCertainty + + + Sex + + + + MomID + + + + DadID + + + + FirstBorn + + + + BirthDate + + + + BDMin + + + + BDMax + + + + BDDist + + + + EntryDate + + + + EntryType * + + + + DepartDate + + + + DepartType * + + + + + + Communityof membershipperiod + + + + + + + + + + diff --git a/doc/include/constants.m4 b/doc/include/constants.m4 index 0ecdb22..72a55be 100644 --- a/doc/include/constants.m4 +++ b/doc/include/constants.m4 @@ -39,7 +39,7 @@ dnl Caution: When changing the html related extensions the documentation's dnl $HTML_IMAGE_FILES Makefile variable, set based on $LOCALHTML, must dnl also be correspondingly changed. define(`sdb_html_image_extension', `svg') -define(`sdb_html_file_image_extension', `png') +define(`sdb_html_file_image_extension', `svg') define(`sdb_latex_image_extension', `png') divert(`0')dnl Output with m4 again diff --git a/doc/src/er_diagrams.m4 b/doc/src/er_diagrams.m4 index b55351a..7a7c711 100644 --- a/doc/src/er_diagrams.m4 +++ b/doc/src/er_diagrams.m4 @@ -79,6 +79,7 @@ individual transferring also exists. :maxdepth: 3 er_diagrams/key.rst + er_diagrams/demography.rst .. rubric:: Footnotes diff --git a/doc/src/er_diagrams/demography.m4 b/doc/src/er_diagrams/demography.m4 new file mode 100644 index 0000000..fb03610 --- /dev/null +++ b/doc/src/er_diagrams/demography.m4 @@ -0,0 +1,29 @@ +.. Copyright (C) 2023 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 + + +Demography +---------- + +.. figure:: sdb_er_image_path(images/demography) + :alt: Demography Entity-Relationship Diagram + + Demography diff --git a/make_files/make_docs.mk b/make_files/make_docs.mk index feb9d10..979c0fd 100644 --- a/make_files/make_docs.mk +++ b/make_files/make_docs.mk @@ -196,7 +196,8 @@ PNG_FILES := $(patsubst %.svg,%.png,$(PARTIAL_PATHS)) ifdef LOCALHTML # When changing this the doc/include/constants.m4 sdb_html_file_image_extension # macro must be changed so exensions correspond. -HTML_IMAGE_FILES := $(PNG_FILES) +#HTML_IMAGE_FILES := $(PNG_FILES) +HTML_IMAGE_FILES := $(SVG_FILES) else # When changing this the doc/include/constants.m4 sdb_html_image_extension # macro must be changed so exensions correspond. -- 2.34.1