Theo Todman's Web Page - Notes Pages


Website Documentation

Website Generator Documentation - PID Note, Book & Paper Usage

(Work In Progress: output at 16/01/2024)

Note ReferencesNote Citations


Motivation

  1. The Note PID Note, Book & Paper Usage1 is continually under development as a means of displaying the usage (or non-usage) of my Personal Identity Notes in my Thesis2.
  2. Notes can be referenced as hyperlinks in the text, or explicitly in a List at the start of a Chapter. Those in the Lists have their referenced Books and Papers included in the Chapter Categorised Reading Lists. Those merely referenced don’t.
  3. I’ve also included lists of Books and Papers on PID that I’ve read (in the case of Papers), but which aren’t referenced anywhere in my Thesis or the underlying Notes or have other administrative deficiencies that require attention.
  4. Additionally, I keep tabs on pages with large numbers of hyperlinks: Many of these were Printable Notes, which I’ve temporarily suppressed.
  5. I’ve now added checks for WebRefs associated with Papers and Books referenced in my Thesis, to ensure that they are not broken, and have a narrative associated with them.
  6. Finally, the lists are segregated into those that require action and those that are mostly for information or occasional checking.

Technical Note
  1. It’s necessary to keep a copy of the text of the note (ie. without the data embedded by the Functors) as it is too big to paste into the Notes table with the Functor data in it should changes need to be made.
  2. The counts and lists are produced by Functors in this page, which are Documented Here3. However, there are on occasion other tables to maintain.
  3. To make it easier for me to ensure this maintenance is up to date, I’ve documented the Functors that create the tables further down this page; here4. This is the main purpose of this Note.
  4. The Functors that create the counts in the lists immediately below all run off the primary queries used to generate the Tables, so don’t require detailed documentation.

Tables Generated
  1. Statistical Tables
    1. PID Notes referenced in the Text of my Thesis, by Chapter5
    2. PID Notes referenced in the Chapter Note-Lists of my Thesis, by Chapter6
    3. PID Notes CrossTab by Reading-List Category7
    4. PDFs available on Local Website8 (4,300 items)
  2. Items requiring Action
    1. PID Notes not yet referenced in the Text or Note-Lists of my Thesis9 (6 items)
    2. PID Notes not yet referenced in the Chapter Note-Lists of my Thesis10 (5 items)
    3. PID-Related Books not referenced11 (14 items)
    4. PID-Related Papers read but not referenced12 (33 items)
    5. Works Cited by Thesis Chapter but not in Note-List Reading Lists13 (273 items)
    6. PID Papers filed but not referenced in PID Notes14 (113 items, 1 unactioned)
    7. Undated PID Papers referenced in PID Notes15 (120 items)
    8. PID Papers without Abstracts referenced in PID Notes16 (730 items)
    9. Large Pages with > 1,000 hyperlinks17 (141 items)
    10. Papers with allegedly locally-held PDFs not linked to18 (438 items)
    11. Papers allegedly in Electronic book but not flagged as held electronically19 (43 items)
    12. Suspected Duplicate Papers20 (0 items)
    13. Webrefs – defunct or without narratives – in PID Papers21 (27 items)
    14. Webrefs – defunct or without narratives – in PID Books22 (6 items)
    15. PID Papers with PDF Local Copies not Cited in Thesis23 (241 items)
    16. Aeon Papers relevant to my Thesis with outstanding actions24 (185 items)



Technical Documentation
  1. Statistical Tables
    1. PID Notes referenced in the Text of my Thesis, by Chapter:
    2. PID Notes referenced in the Chapter Note-Lists of my Thesis, by Chapter:
    3. PID Notes CrossTab by Reading-List Category:
      • Functor 21, Option 19
        PID_Notes_RL_Category_Xtab
      • The query runs off the PID_Note_Reading_Lists table.
      • This is rather an odd HTML Table. Its aim was to show which Notes have their reading lists categorised in some way, and which do not.
      • Now, all items are Categorised as “General” by default, so I segregate out this category as well as any that might arise without a category.
    4. PDFs available on Local Website:
  2. Items requiring Action
    1. PID Notes not yet referenced in the Text or Note-Lists of my Thesis:
    2. PID Notes not yet referenced in the Chapter Note-Lists of my Thesis:
    3. PID-Related Books not referenced:
    4. PID-Related Papers read but not referenced:
    5. Works Cited by Thesis Chapter but not in Note-List Reading Lists:
    6. PID Papers filed but not referenced in PID Notes:
    7. Undated PID Papers referenced in PID Notes:
    8. PID Papers without Abstracts referenced in PID Notes: Functor 21, Option 25
      PID_Papers_Referenced_No_Abstract
    9. Large Pages with > 1,000 hyperlinks:
    10. Papers with allegedly locally-held PDFs not linked to:
    11. Papers allegedly in Electronic book but not flagged as held electronically:
      • Functor 21, Option 34
        Papers_Inconsistently_Electronic
      • The above query excludes items with “Audio” or “Video” in the Paper Title, as well those that have Paper Abstract starting with “Full Text”. This is the way to get them off the list!
    12. Suspected Duplicate Papers:
    13. Webrefs – defunct or without narratives – in PID Papers:
    14. Webrefs – defunct or without narratives – in PID Books:
    15. PID Papers with PDF Local Copies not Cited in Thesis:
      • This section firstly has a summary table by PID-Note showing the totals of outstanding PDFs,broken down into ‘Pending’, ‘Reserved’ and ‘Unclassified’, with links to the further tables below. Uses Functor 21, Option 33, which in turn uses:-
        PID_Missing_Online_Papers_List_Summary, using
        PID_Missing_Online_Papers
      • Functor 21, Option 30
      • Firstly, the “Table” is split into multiple sections which are themselves HTML Tables, one for each associated PID Note. This is so that those Notes can refer back to the relevant part of this Page using Functor 23, Option 22. It’s aesthetically displeasing that the mini-Tables don’t have the same column-widths.
      • Basically, the Table-collection is generated via:-
        PID_Missing_Online_Papers_List, using
        PID_Missing_Online_Papers
      • The table is best maintained using PID_Missing_Online_Papers_Editable_List, which returns rows in the same sequence as the Table, and ignores rows with either “Accept” or “Drop” set to ‘true’.
      • Rows are added to the PID_Missing_Online_Papers using the query PID_Missing_Online_Papers_Add, which runs automatically as part of the Recalculation and Housekeeping process.
      • There are 6 Flags on the PID_Missing_Online_Papers Table:-
        1. Accept: This Paper is ready to be added to PID_Note_Reading_Lists via PID_Note_Reading_Lists_Append.
        2. Pending: Set manually. Means I haven’t decided what to do yet.
        3. Reserve: Set Manually. Means I’ve not decided to either drop or accept, but am “thinking about it”.
        4. Drop: Set Manually. Means I’ve decided against this Paper, which will not be added to the Thesis reading lists. The rows have to be retained or they’ll get added back in.
        5. PDF_OK: Set Manually. Means I’ve checked that I really do have the PDF on disk. If I can’t find it I need to set the “On Laptop” Flag on Papers to False, and then delete this row.
        6. PID_RL_OK: Can be set Manually, but best to use PID_Missing_Online_Papers_RL_OK_Set after ensuring “Accept” and “PDF_OK” are set. In due course, these rows can be deleted.
      • Use PID_Papers_Referenced_Undated_Editable to set dates.
      • I need a similar procedure to the above for Books.
    16. Aeon Papers relevant to my Thesis with outstanding actions
      • Functor 22, Option 15
        Aeon_Papers_Task_List
      • This runs off the Aeon_Files table and selects items with Review_Group set to 1 and Review_Date_Logged & Review_Status set as required.




Note last updated Reference for this Topic Parent Topic
03/05/2025 13:07:27 1361 (Website Generator Documentation - PID Note, Book & Paper Usage) Website Generator Documentation - Control Page


Summary of Notes Referenced by This Note

PDFs Available on Local Website PID Note, Book & Paper Usage Thesis - Preface Website Generator Documentation - Functors Website Generator Documentation - PID Note, Book & Paper Usage

To access information, click on one of the links in the table above.




Summary of Notes Citing This Note

PID Note, Book & Paper Usage Status: Priority Task List (2025 - May) Status: Summary (2025 - March) Status: Web-Tools (2025 - March) Website - Outstanding Developments (2025 - May), 2

To access information, click on one of the links in the table above.




Text Colour Conventions

  1. Blue: Text by me; © Theo Todman, 2025




© Theo Todman, June 2007 - May 2025.Please address any comments on this page to theo@theotodman.com.File output:
Website Maintenance Dashboard
Return to Top of this PageReturn to Theo Todman's Philosophy PageReturn to Theo Todman's Home Page