Knowledge management

For knowledge management tasks, we use Obsidian.

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

Shared repository

Git repository with

  • References: references.bib in Git repository
  • PDFs: Git-LFS (add locally) - PDFs cannot be uploaded online - must use the local cli for git-lfs
  • Obsidian literature summaries
  • If Word integration (citation plugin) is needed: Zotero (for individual projects)

Pull request: Labot support is enabled for pull requests (e.g., checking consistency, updating references).

Example repository: work-hub

References

ResourceResource