@beaconlabs-io/evidence 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -2
- package/dist/content/evidence.js +71 -71
- package/dist/content/evidence.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +12 -4
- package/dist/types.js.map +1 -1
- package/evidence/00.mdx +3 -3
- package/evidence/01.mdx +3 -3
- package/evidence/02.mdx +2 -2
- package/evidence/03.mdx +3 -3
- package/evidence/04.mdx +3 -3
- package/evidence/05.mdx +3 -3
- package/evidence/06.mdx +3 -3
- package/evidence/07.mdx +3 -3
- package/evidence/08.mdx +3 -3
- package/evidence/09.mdx +3 -3
- package/evidence/10.mdx +2 -2
- package/evidence/11.mdx +2 -2
- package/evidence/12.mdx +3 -3
- package/evidence/13.mdx +2 -2
- package/evidence/14.mdx +2 -2
- package/evidence/15.mdx +2 -2
- package/evidence/16.mdx +2 -2
- package/evidence/17.mdx +2 -2
- package/evidence/18.mdx +1 -1
- package/evidence/19.mdx +1 -1
- package/evidence/20.mdx +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -154,8 +154,8 @@ title: "Effect of X on Y"
|
|
|
154
154
|
author: "BeaconLabs"
|
|
155
155
|
date: "2024-01-01"
|
|
156
156
|
results:
|
|
157
|
-
- intervention: "Description of intervention"
|
|
158
|
-
outcome_variable: "What was measured"
|
|
157
|
+
- intervention: "Description of intervention" # max 80 chars
|
|
158
|
+
outcome_variable: "What was measured" # max 50 chars
|
|
159
159
|
outcome: "+" # N/A, +, -, +-, !
|
|
160
160
|
strength: "3" # 0-5 (Maryland SMS scale)
|
|
161
161
|
methodologies:
|
|
@@ -178,6 +178,17 @@ datasets:
|
|
|
178
178
|
## Background
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
+
### Field Length Limits
|
|
182
|
+
|
|
183
|
+
| Field | Max Length | Description |
|
|
184
|
+
| ------------------ | ---------- | ------------------------------ |
|
|
185
|
+
| `title` | 200 chars | Research title |
|
|
186
|
+
| `author` | 100 chars | Author name |
|
|
187
|
+
| `intervention` | 80 chars | Brief description of treatment |
|
|
188
|
+
| `outcome_variable` | 50 chars | Measured variable name |
|
|
189
|
+
|
|
190
|
+
> **Note:** Keep frontmatter fields concise. Detailed explanations belong in the MDX body content.
|
|
191
|
+
|
|
181
192
|
### Outcome Effects
|
|
182
193
|
|
|
183
194
|
| Value | Meaning |
|