From 7b9a9399e95b9001da97f12cc5bcffdc466fc065 Mon Sep 17 00:00:00 2001 From: Kostya Cholak Date: Fri, 13 Oct 2023 21:52:06 +0200 Subject: [PATCH] Add glossary table --- docs/glossary.md | 14 +++++++++++++- docs/index.md => index.md | 10 ---------- 2 files changed, 13 insertions(+), 11 deletions(-) rename docs/index.md => index.md (69%) diff --git a/docs/glossary.md b/docs/glossary.md index 0069683..bfa68ba 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -3,4 +3,16 @@ title: Glossary layout: Glossary --- -Glossary content \ No newline at end of file +| Term | Definition | Examples | +|:-----------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------| +| Physical World | | | +| World Model | | | +| Concept | An abstract idea inside of a world model | cat, time, running | +| Entity | A Concept that can be acted upon. | apple, word, time, city | +| PhysicalEntity | An Entity that can refer to something in the physical world.

In other words it is an abstract idea that can be acted upon and can refer to something in the physical world.
| apple, liquid!!!, water, gas!!! | +| AbstractEntity | An entity that exists independently of our thoughts about them. Their existence isn't contingent upon human cognition. 

In other words it is an abstract idea that can be acted upon and can not refer to something in the physical world.
| number, time, south | +| | | | +| | | | +| | | | +| Instance | Realisation of an entity.
Number is an Entity, "2" is a realisation of a number.
| London (instance of a city), Mike (instance of a name), Sudan (instance of a country). | +| | | | \ No newline at end of file diff --git a/docs/index.md b/index.md similarity index 69% rename from docs/index.md rename to index.md index ca0c545..07cf81c 100644 --- a/docs/index.md +++ b/index.md @@ -23,13 +23,3 @@ To get started with creating a site, simply: If you want to maintain your docs in the `docs` directory of an existing project repo, see [Hosting your docs from an existing project repo](https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md#hosting-your-docs-from-an-existing-project-repo) in the template README. ----- - -[^1]: [It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll#creating-your-site). - -[Just the Docs]: https://just-the-docs.github.io/just-the-docs/ -[GitHub Pages]: https://docs.github.com/en/pages -[README]: https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md -[Jekyll]: https://jekyllrb.com -[GitHub Pages / Actions workflow]: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/ -[use this template]: https://github.com/just-the-docs/just-the-docs-template/generate