Plan: sign-language papers network vault#164
Merged
Merged
Conversation
Plan for an Obsidian-style vault under papers/ that captures every sign-language paper as a markdown node, seeded from references.bib and a 2014 SL sweep, traversed via Semantic Scholar references/citations. Covers schema, full-text ladder (ar5iv -> SS -> PDF -> web), and a QA sub-agent pass. No code yet — just the plan. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
AmitMY
commented
Apr 28, 2026
|
|
||
| 1. Every entry in `src/references.bib` (~301), resolved to an SS | ||
| paperId via DOI / arXiv / title search. | ||
| 2. Every 2014 SL paper from SS `paper/search/bulk` across queries |
Contributor
Author
There was a problem hiding this comment.
every paper from 2014 and onwards
AmitMY
commented
Apr 28, 2026
|
|
||
| ```yaml | ||
| --- | ||
| semanticScholarId, bibKey, year, title, doi, arxivId |
Contributor
Author
There was a problem hiding this comment.
maybe those should also be yaml keys:
semanticScholarId: ...
bibKey: ...
AmitMY
commented
Apr 28, 2026
|
|
||
| ## Rules | ||
|
|
||
| - **Wikilink only when target exists.** Otherwise list under "not in |
Contributor
Author
There was a problem hiding this comment.
always link. it is ok to have links that are not resolved (we can filter them later)
AmitMY
commented
Apr 28, 2026
| to find a URL feeding 1–3, or transcribe the abstract. | ||
| 5. Otherwise `abstract-only`. | ||
| - **Text only, no bitmaps.** Every image is an external link. Hard cap | ||
| on file size (~80+ pages or >500 KB md → `abstract-only`). |
Contributor
Author
There was a problem hiding this comment.
make the max size 1MB of text
AmitMY
commented
Apr 28, 2026
|
|
||
| ## Open | ||
|
|
||
| - Free SS API key for higher limit? |
Contributor
Author
There was a problem hiding this comment.
use the free SS API, which limits us for 100/5 minutes
AmitMY
commented
Apr 28, 2026
| ## Open | ||
|
|
||
| - Free SS API key for higher limit? | ||
| - Attribution footer for SS abstracts/full text? |
Contributor
Author
There was a problem hiding this comment.
attribute the sources for every piece of information
…ution - Seed sweep: 2014 and onward, not only 2014 - Traversal: no year filter — follow SL citations of any vintage - Always emit [[ssid]] wikilinks; unresolved targets are filtered later - Frontmatter as proper YAML keys - File-size cap raised to 1 MB - Use a free SS API key (still 100 req / 5 min) - Per-field provenance in frontmatter.sources + a ## Sources footer Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
papers/PLAN.md, the design for an Obsidian-style vault underpapers/that captures every sign-language paper as one markdown node.src/references.bibplus all 2014 sign-language papers found via Semantic Scholarpaper/search/bulk. Traversal is BFS over/referencesand/citations, expanding only SL nodes (or our bib entries), with a citation cap.figures.semanticscholar.org), never an inlined bitmap.No code yet — this PR is the plan only. Implementation will follow iteratively (small scripts + Claude-in-the-loop), respecting the Semantic Scholar 100 req / 5 min limit.
Test plan
🤖 Generated with Claude Code