graph BT
subgraph SharedRepository["Shared Repository"]
direction LR
A@{ shape: lean-r, label: "References (references.bib)" }
B@{ shape: lean-r, label: "Literature Summaries" }
C@{ shape: lean-r, label: "PDFs (Git-LFS)" }
end
subgraph LocalWorkflow["Local workflow"]
K["Import paper in Zotero"]
K --> L["Export to Obsidian"]
L --> D["Create literature summary, add PDF and reference"]
end
subgraph OnlineWorkflow["Online workflow"]
J["Revise files in a shared repository on GitHub (upload of PDFs is not possible)"]
end
J --> E
E[Pull Request]
D --> E
E --> SharedRepository
style LocalWorkflow fill:white,stroke:#333,stroke-width:3px
style SharedRepository fill:white,stroke:#333,stroke-width:3px
style OnlineWorkflow fill:white,stroke:#333,stroke-width:3px
Knowledge management
For knowledge management tasks, we use Obsidian.
- Each note (paper summary or concept) should be an a separate, atomic note (see 1, 2).
- Paper summaries should have the filename
citation_key.md, with the citation_key corresponding to the ID in a BibTex file.
References
ResourceResource