Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 2.14 KB

index.md

File metadata and controls

70 lines (53 loc) · 2.14 KB
layout title has_children has_toc nav_order
default
Research
true
true
20

Research

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

{: .text-center}

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

Loading

{: .resource }

All our research repositories on GitHub{: target="_blank"}.

Concept

Writing

Under Review

Revising

On Hold

Abandoned

Published