Contributing¶
This knowledge base accepts two kinds of contributions:
- New paper notes — markdown notes on academic references that relate to Research Information Systems Engineering.
- New project entries — structured evaluations of agentic-research systems (open-source or commercial).
We also welcome corrections, prose improvements, and additions to the controlled vocabularies.
Adding a paper¶
- Add the BibTeX entry to
papers/references.bib. - Pick a citekey of the form
lastnameYEARword(lowercase, no punctuation) — e.g.,wu2025agenticreasoning. - Create
papers/notes/<citekey>.mdfollowing the template inpapers/schema.md. - Fill in the structured sections (summary, contribution, method, relevance to RISE, critique).
- Tag with themes drawn from
projects/VOCABULARY.md. - Open a pull request.
Adding a project¶
- Copy
projects/landscape/sakana-ai-scientist.ymlas a template. - Fill in fields per
projects/schema.md. - Score the project against the eight dimensions of
projects/EVALUATION.md. Provide a one-line justification per dimension. - Cross-reference papers (
references: [citekey1, citekey2]). - Open a pull request.
Style¶
- Tone: academic. Assume a research-literate reader.
- Cite when making non-obvious claims, using
[@citekey]syntax in markdown body (rendered by themkdocs-bibtexplugin). - Prefer specificity over hedging.
- Do not edit auto-generated sections of
docs/projects/index.mdordocs/papers/index.md— edit the YAML/markdown sources instead.
License of contributions¶
By contributing, you agree your contribution will be licensed under CC-BY-4.0.