life-itself / life-itself/web3

Standard structure for claims

Open
#196 0 comments 0 reactions 1 assignee View on GitHub

@rufuspollock is already working on this.

Since Sep 14, 2022.

Dominant language
HTML
Stars
1.9k
Forks
213
PR merge metrics
No merged PRs in 30d

Description

When creating a claim page I want to know how to structure so i am assisted in my writing and have correct info

## Acceptance

- [x] Standard structure for thesis and evaluation
- [x] Standardize structure for frontmatter
- [x] Referencing for claims
- [ ] Written up in meta section of site

## Tasks

* [x] lay out analytical structure
* [x] set out frontmatter structure
* [ ] references
* [x] structure
* [ ] process of importing back into obsidian from zotero - see e.g. - Can export into obsidan via zotero bib method https://medium.com/@alexandraphelan/an-academic-workflow-zotero-obsidian-56bf918d51ab

## Notes

### Standard structure of analysis

*NB: This is a suggestion not a strait-jacket 😄*

- [ ] X is desirable (may have subclaims)
- [ ] Crypto/web3/blockchain will provide X
- [ ] and better than alternatives
- [ ] No side effects that outweigh benefit of X

All 3 need to be true/plausible for claim to be overall true/plausible.

### Frontmatter

Purpose:

* [ ] Can find all the claims (automatically)
* [ ] Can find all deep dives
* [ ] Can find all featured
* [ ] Can find all interviews
* [ ] For each claim
* [ ] have title
* [ ] BONUS have description
* [ ] evaluation
* [ ] Make clear method for logging evidence for claims being made
* [ ] Basic option: add to zotero with note
* [ ] More advanced: do basic *and* create a notes page for that article with excerpts
* [ ] Show evidence for claims
* [ ] Blockquote with citation/link
* [ ] If we have a dedicated page for that person/author then link them instead (?)

Other front matter

* [ ] title
* [ ] description

```md!
title:
description: # optional (can fill in later)
category:
- claim: y
# and also optional (default is n)
- featured: y # optional
- interview: y
- deepdive: y
claim:
- evaluation: # options? YY, Y, ?, N, NN
- confidence: # hh, h, m, l, ll (very high to medium to very low)
```

### Reference process

- Let's have a folder per claim in zotero
- Add all references there
- Have a subfolder for "Evidence Claim being Made"

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.