Research

Projects are in 25-Projects and can be in the following states:


flowchart LR
    subgraph Projects
        direction TB
        Concept(["<a href='#concept'>Concept</a>"]) -.-> Writing(["<a href='#writing'>Writing</a>"])
        Writing --> OnHold(["<a href='#on-hold'>On Hold</a>"])
        OnHold --> Writing
        OnHold -.-> Abandoned(["<a href='#abandoned'>Abandoned</a>"])
        Writing ==> UnderReview(["<a href='#under-review'>Under review</a>"])
        Revising -.-> OnHold
        Revising ==> UnderReview
        UnderReview ==> Revising(["<a href='#revising'>Revising</a>"])
        Revising ==> Published(["<a href='#published'>Published</a>"])
    end
    style Projects fill:white,stroke:#333,stroke-width:3px

All our research repositories on GitHub.

Concept

Writing

Under Review

Revising

On Hold

Abandoned

Published


Table of contents