From e4590b1decb0cd8c85ab64109531aa991bfb6637 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Thu, 13 Aug 2026 14:29:18 +0000 Subject: [PATCH] Document that CommID on the event detail tables are not 100% validated --- doc/src/tables/aggressions.m4 | 7 +++++++ doc/src/tables/locations_paper.m4 | 7 +++++++ doc/src/tables/locations_utm.m4 | 7 +++++++ doc/src/tables/matings.m4 | 7 +++++++ doc/src/tables/pantgrunts.m4 | 7 +++++++ 5 files changed, 35 insertions(+) diff --git a/doc/src/tables/aggressions.m4 b/doc/src/tables/aggressions.m4 index db4b84a..32bb38b 100644 --- a/doc/src/tables/aggressions.m4 +++ b/doc/src/tables/aggressions.m4 @@ -348,6 +348,13 @@ The |COMM_IDS|.\ |COMM_IDS.CommID| of the of the focal. observation when the data was collected `. It may, in fact, differ from the community recorded elsewhere. + Further, this column is not validated to the extent that + |WATCHES|.\ |WATCHES.CommID| is validated. + In particular, the |COMM_IDS|.\ |COMM_IDS.Study| column is not + examined to ensure that an individual is not observed in a study + community before their |BIOGRAPHY_DATA|.\ + |BIOGRAPHY_DATA.EntryDate|. + This column exists because of the way the community was recorded in the old MS Access database. There, the community was recorded twice, once in the follow and diff --git a/doc/src/tables/locations_paper.m4 b/doc/src/tables/locations_paper.m4 index 326a24f..29f2b68 100644 --- a/doc/src/tables/locations_paper.m4 +++ b/doc/src/tables/locations_paper.m4 @@ -138,6 +138,13 @@ CommID observation when the data was collected `. It may, in fact, differ from the community recorded elsewhere. + Further, this column is not validated to the extent that + |WATCHES|.\ |WATCHES.CommID| is validated. + In particular, the |COMM_IDS|.\ |COMM_IDS.Study| column is not + examined to ensure that an individual is not observed in a study + community before their |BIOGRAPHY_DATA|.\ + |BIOGRAPHY_DATA.EntryDate|. + This column exists because of the way the community was recorded in the old MS Access database. There, the community was recorded twice, once in the follow and diff --git a/doc/src/tables/locations_utm.m4 b/doc/src/tables/locations_utm.m4 index fc52146..318c6c8 100644 --- a/doc/src/tables/locations_utm.m4 +++ b/doc/src/tables/locations_utm.m4 @@ -149,6 +149,13 @@ CommID observation when the data was collected `. It may, in fact, differ from the community recorded elsewhere. + Further, this column is not validated to the extent that + |WATCHES|.\ |WATCHES.CommID| is validated. + In particular, the |COMM_IDS|.\ |COMM_IDS.Study| column is not + examined to ensure that an individual is not observed in a study + community before their |BIOGRAPHY_DATA|.\ + |BIOGRAPHY_DATA.EntryDate|. + This column exists because of the way the community was recorded in the old MS Access database. There, the community was recorded twice, once in the follow and diff --git a/doc/src/tables/matings.m4 b/doc/src/tables/matings.m4 index 2285374..4b50ec0 100644 --- a/doc/src/tables/matings.m4 +++ b/doc/src/tables/matings.m4 @@ -224,6 +224,13 @@ CommID observation when the data was collected `. It may, in fact, differ from the community recorded elsewhere. + Further, this column is not validated to the extent that + |WATCHES|.\ |WATCHES.CommID| is validated. + In particular, the |COMM_IDS|.\ |COMM_IDS.Study| column is not + examined to ensure that an individual is not observed in a study + community before their |BIOGRAPHY_DATA|.\ + |BIOGRAPHY_DATA.EntryDate|. + This column exists because of the way the community was recorded in the old MS Access database. There, the community was recorded twice, once in the follow and diff --git a/doc/src/tables/pantgrunts.m4 b/doc/src/tables/pantgrunts.m4 index 65cd018..80bc1dd 100644 --- a/doc/src/tables/pantgrunts.m4 +++ b/doc/src/tables/pantgrunts.m4 @@ -140,6 +140,13 @@ CommID observation when the data was collected `. It may, in fact, differ from the community recorded elsewhere. + Further, this column is not validated to the extent that + |WATCHES|.\ |WATCHES.CommID| is validated. + In particular, the |COMM_IDS|.\ |COMM_IDS.Study| column is not + examined to ensure that an individual is not observed in a study + community before their |BIOGRAPHY_DATA|.\ + |BIOGRAPHY_DATA.EntryDate|. + This column exists because of the way the community was recorded in the old MS Access database. There, the community was recorded twice, once in the follow and -- 2.34.1