add wiki
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-05-28 17:16:48 +09:00
parent 665c5ab4e4
commit 4cc312954f
5693 changed files with 66683 additions and 4087 deletions
+15 -38
View File
@@ -1,7 +1,7 @@
---
type: meta
title: "Dashboard"
updated: 2026-04-08
updated: 2026-05-28
tags:
- meta
- dashboard
@@ -11,58 +11,35 @@ related:
- "[[overview]]"
- "[[log]]"
- "[[concepts/_index]]"
- "[[Compounding Knowledge]]"
- "[[Finite Element Method]]"
- "[[A Continuum Mechanics Based Four-Node Shell]]"
- "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
- "[[MITC Study Notes]]"
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
- "[[Solid Element Notes]]"
---
# Wiki Dashboard
Navigation: [[index]] | [[overview]] | [[log]] | [[hot]]
The dashboard uses **Obsidian Bases**. A core Obsidian feature shipped in v1.9.10 (August 2025). No plugin install required.
> [!tip] Embedded Bases view
> The interactive dashboard lives in [[dashboard.base]]. Open that file directly, or use the embed below.
![[dashboard.base]]
The dashboard uses Obsidian Bases. Open `wiki/meta/dashboard.base` directly.
---
## Legacy Dataview Dashboard (Optional)
## Current Focus
If you are on Obsidian < 1.9.10 or prefer Dataview, the queries below still work. Just install the Dataview community plugin.
- Sources: [[Finite Element Procedures]], [[Solid Element Notes]], [[A Continuum Mechanics Based Four-Node Shell]], [[Four-Node-Quadrilateral-Shell-Element-MITC4|Four-Node Quadrilateral Shell Element MITC4]], [[MITC Study Notes]], [[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method|Dynamic Buckling Analysis of Shell Structures using Finite Element Method]], [[On-the-Finite-Element-Analysis-of-Shell-Structures|On the Finite Element Analysis of Shell Structures]]
- Domain: [[Computational Mechanics]]
- Main concepts: [[Finite Element Method]], [[Isoparametric Linear Solid Elements]], [[Solid Element Stiffness Integration]], [[Continuum Mechanics Based Four-Node Shell Element]], [[MITC4 Shell Element]], [[Shell Structure Asymptotic Behavior]], [[Shell Locking Phenomenon]], [[Dynamic Buckling Analysis]]
### Recent Activity
## Useful Queries
```dataview
TABLE type, status, updated FROM "wiki" SORT updated DESC LIMIT 15
```
### Seed Pages (Need Development)
```dataview
LIST FROM "wiki" WHERE status = "seed" SORT updated ASC
```
### Entities Missing Sources
```dataview
LIST FROM "wiki/entities" WHERE !sources OR length(sources) = 0
```
### Open Questions
```dataview
LIST FROM "wiki/questions" WHERE status = "developing" OR status = "seed" SORT updated DESC
```
### Comparisons
```dataview
TABLE verdict FROM "wiki/comparisons" SORT updated DESC
```
### Sources
```dataview
TABLE author, date_published, updated FROM "wiki/sources" WHERE type = "source" SORT updated DESC LIMIT 10
LIST FROM "wiki/concepts" WHERE contains(tags, "finite-element-method") SORT file.name ASC
```