GLoW System Design
BookStack wiki software
The Global Library of Wisdom - GLoW - is a knowledge base built with a wiki system called BookStack.
BookStack website: https://www.bookstackapp.com
Screenshots: https://www.bookstackapp.com/#screenshots
Documentation: https://www.bookstackapp.com/docs/
The BookStack system uses a bookshelf metaphor, where shelves are used to contain collections of books, with each book consisting of chapters (optional) and pages. Each book page essentially consists of a simple yet elegant html web page which holds the primary content of the knowledge base.
The shelves, books and chapters are used primarily as content structuring tools, but also serve as user friendly and intuitive navigational aids for logically and easily drilling down to specific portions of content by offering the user both a breadcrumb trail and an expandable hierarchical table of contents.
Like any good digital knowledge base the BookStack system comes equipped with a versatile and powerful built-in Search tool (Meilisearch) for doing keyword searches.
The BookStack Release v22.09 aims for at least WCAG 2.1 Level A standards for accessibility.
The GLoW framework
The GLoW implementation consists of four fundamental layer of information. 3 layers of metadata and 1 layer of content.
- First metadata layer: Shelf (only 1 shelf used for identifying GLoW).
- Second metadata layer: Books (at least 10 books representing top level categories).
- Third metadata layer: Chapters (many chapters per book).
- First content layer: Pages (many pages per book/chapter).
The GLoW books
This screenshot shows the 10 GLoW books used for labelling the top level categories. Each book has an optional text field for entering a brief description of the book. Any number of chapters and pages can be added to a book. When appropriate, pages can be added directly to a book without being part of a chapter.
The GLoW chapters
Each GLoW book may contain any number of chapters that may be useful for sub-categorizing the wisdom entries. Chapters can be used as an additional structural layer for containing content pages. In the BookStack system chapters are optional. When appropriate, pages can be added directly to a book without being part of a chapter. Similar to books, each chapter has an optional text field for entering a brief description of the chapter.
The GLoW pages
- Each GLoW page is a simple html web page conforming to the default BookStack style and design.
- Each GLoW page is a repository of wisdom pertaining to a specific subject.
- Each GLoW page may contain one or more wisdom entries.
- Each wisdom entry on a page begins with a header used for classifying the entry, and indicating one or more jurisdictions that the entry falls under. See header example below.
- The header is also used for recording the source of the wisdom entry when available.
- The header is a pre-configured BookStack page template which can be inserted anywhere in a wisdom page.
|
||||||||
SOURCE: | ||||||||
How the wisdom coding system works.WISDOM CLASSIFICATION SYSTEM Type of wisdom (purple box) E = Evolutionary wisdom Target audience (green box) P = Personal Type of content (yellow box) C = Curated content (paraphrased, re-written, enhanced, translated, etc.) Reliability factor of content (blue box) 1 = High APPLICABLE JURISDICTION(S) [ ] soil [ ] Land [ ] Sea [ ] AIR
|
No Comments