Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .docusaurus/DONT-EDIT-THIS-FOLDER
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This folder stores temp files that Docusaurus' client bundler accesses.

DO NOT hand-modify files in this folder because they will be overwritten in the
next build. You can clear all build artifacts (including this folder) with the
`docusaurus clear` command.
6 changes: 6 additions & 0 deletions .docusaurus/client-modules.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default [
require("/Users/tinazunner/Documents/BFO-ontology.github.io/node_modules/infima/dist/css/default/default.css"),
require("/Users/tinazunner/Documents/BFO-ontology.github.io/node_modules/@docusaurus/theme-classic/lib/prism-include-languages"),
require("/Users/tinazunner/Documents/BFO-ontology.github.io/node_modules/@docusaurus/theme-classic/lib/nprogress"),
require("/Users/tinazunner/Documents/BFO-ontology.github.io/src/css/custom.css"),
];
1 change: 1 addition & 0 deletions .docusaurus/codeTranslations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{"routeBasePath":"/docs","sidebarPath":"/Users/tinazunner/Documents/BFO-ontology.github.io/sidebars.js","path":"docs","editCurrentVersion":false,"editLocalizedFiles":false,"tagsBasePath":"tags","include":["**/*.{md,mdx}"],"exclude":["**/_*.{js,jsx,ts,tsx,md,mdx}","**/_*/**","**/*.test.{js,jsx,ts,tsx}","**/__tests__/**"],"sidebarCollapsible":true,"sidebarCollapsed":true,"docsRootComponent":"@theme/DocsRoot","docVersionRootComponent":"@theme/DocVersionRoot","docRootComponent":"@theme/DocRoot","docItemComponent":"@theme/DocItem","docTagsListComponent":"@theme/DocTagsListPage","docTagDocListComponent":"@theme/DocTagDocListPage","docCategoryGeneratedIndexComponent":"@theme/DocCategoryGeneratedIndexPage","remarkPlugins":[],"rehypePlugins":[],"recmaPlugins":[],"beforeDefaultRemarkPlugins":[],"beforeDefaultRehypePlugins":[],"admonitions":true,"showLastUpdateTime":false,"showLastUpdateAuthor":false,"includeCurrentVersion":true,"disableVersioning":false,"versions":{},"breadcrumbs":true,"onInlineTags":"warn","id":"default"},"versionsMetadata":[{"versionName":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","path":"/docs","tagsPath":"/docs/tags","isLast":true,"routePriority":-1,"sidebarFilePath":"/Users/tinazunner/Documents/BFO-ontology.github.io/sidebars.js","contentPath":"/Users/tinazunner/Documents/BFO-ontology.github.io/docs","contentPathLocalized":"/Users/tinazunner/Documents/BFO-ontology.github.io/i18n/en/docusaurus-plugin-content-docs/current"}]}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "docusaurus-plugin-content-docs",
"id": "default"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"docs":[{"type":"link","label":"Introduction","href":"/docs/intro","docId":"intro","unlisted":false}]},"docs":{"intro":{"id":"intro","title":"Welcome to BFO","description":"Basic Formal Ontology (BFO) is a top-level ontology used to support scientific research across many domains.","sidebar":"docs"}}}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"id": "intro",
"title": "Welcome to BFO",
"description": "Basic Formal Ontology (BFO) is a top-level ontology used to support scientific research across many domains.",
"source": "@site/docs/intro.md",
"sourceDirName": ".",
"slug": "/intro",
"permalink": "/docs/intro",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {
"id": "intro",
"title": "Welcome to BFO",
"sidebar_label": "Introduction"
},
"sidebar": "docs"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"id": "publications",
"title": "Publications",
"description": "Books",
"source": "@site/docs/publications.md",
"sourceDirName": ".",
"slug": "/publications",
"permalink": "/docs/publications",
"draft": false,
"unlisted": false,
"tags": [],
"version": "current",
"frontMatter": {
"id": "publications",
"title": "Publications",
"sidebar_label": "Publications"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "docusaurus-plugin-content-pages",
"id": "default"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "mdx",
"permalink": "/fol",
"source": "@site/src/pages/fol.md",
"title": "First-Order Logic Based Implementation",
"description": "Explanation of the first-order logic (FOL) implementation of BFO.",
"frontMatter": {
"title": "First-Order Logic Based Implementation",
"description": "Explanation of the first-order logic (FOL) implementation of BFO.",
"slug": "/fol"
},
"unlisted": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "mdx",
"permalink": "/publications",
"source": "@site/src/pages/publications.md",
"title": "Publications",
"description": "Articles, presentations, and technical reports related to BFO.",
"frontMatter": {
"title": "Publications",
"description": "Articles, presentations, and technical reports related to BFO.",
"slug": "/publications"
},
"unlisted": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "mdx",
"permalink": "/tutorials",
"source": "@site/src/pages/tutorials.md",
"title": "Tutorials",
"description": "Video tutorials on Basic Formal Ontology",
"frontMatter": {
"title": "Tutorials",
"description": "Video tutorials on Basic Formal Ontology",
"slug": "/tutorials"
},
"unlisted": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "mdx",
"permalink": "/workshops",
"source": "@site/src/pages/workshops.md",
"title": "Workshops",
"description": "Past and upcoming BFO workshops and training materials",
"frontMatter": {
"title": "Workshops",
"description": "Past and upcoming BFO workshops and training materials",
"slug": "/workshops"
},
"unlisted": false
}
4 changes: 4 additions & 0 deletions .docusaurus/docusaurus-plugin-debug/default/__plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "docusaurus-plugin-debug",
"id": "default"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"allContent":{"docusaurus-plugin-content-docs":{"default":{"loadedVersions":[{"versionName":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","path":"/docs","tagsPath":"/docs/tags","isLast":true,"routePriority":-1,"sidebarFilePath":"/Users/tinazunner/Documents/BFO-ontology.github.io/sidebars.js","contentPath":"/Users/tinazunner/Documents/BFO-ontology.github.io/docs","contentPathLocalized":"/Users/tinazunner/Documents/BFO-ontology.github.io/i18n/en/docusaurus-plugin-content-docs/current","docs":[{"id":"intro","title":"Welcome to BFO","description":"Basic Formal Ontology (BFO) is a top-level ontology used to support scientific research across many domains.","source":"@site/docs/intro.md","sourceDirName":".","slug":"/intro","permalink":"/docs/intro","draft":false,"unlisted":false,"tags":[],"version":"current","frontMatter":{"id":"intro","title":"Welcome to BFO","sidebar_label":"Introduction"},"sidebar":"docs"}],"drafts":[],"sidebars":{"docs":[{"type":"doc","id":"intro","label":"Getting Started","translatable":true}]}}]}},"docusaurus-plugin-content-pages":{"default":[{"type":"mdx","permalink":"/fol","source":"@site/src/pages/fol.md","title":"First-Order Logic Based Implementation","description":"Explanation of the first-order logic (FOL) implementation of BFO.","frontMatter":{"title":"First-Order Logic Based Implementation","description":"Explanation of the first-order logic (FOL) implementation of BFO.","slug":"/fol"},"unlisted":false},{"type":"jsx","permalink":"/","source":"@site/src/pages/index.js"},{"type":"mdx","permalink":"/publications","source":"@site/src/pages/publications.md","title":"Publications","description":"Articles, presentations, and technical reports related to BFO.","frontMatter":{"title":"Publications","description":"Articles, presentations, and technical reports related to BFO.","slug":"/publications"},"unlisted":false},{"type":"mdx","permalink":"/tutorials","source":"@site/src/pages/tutorials.md","title":"Tutorials","description":"Video tutorials on Basic Formal Ontology","frontMatter":{"title":"Tutorials","description":"Video tutorials on Basic Formal Ontology","slug":"/tutorials"},"unlisted":false},{"type":"jsx","permalink":"/users","source":"@site/src/pages/users.jsx"},{"type":"mdx","permalink":"/workshops","source":"@site/src/pages/workshops.md","title":"Workshops","description":"Past and upcoming BFO workshops and training materials","frontMatter":{"title":"Workshops","description":"Past and upcoming BFO workshops and training materials","slug":"/workshops"},"unlisted":false}]},"docusaurus-plugin-debug":{},"docusaurus-plugin-svgr":{},"docusaurus-theme-classic":{},"docusaurus-bootstrap-plugin":{},"docusaurus-mdx-fallback-plugin":{}}}
Loading