Skip to content

Commit bf0a6d1

Browse files
Merge pull request #164 from datajoint/docs/landing-page-illustration
docs: replace pre-2.0 landing-page illustration with editable SVG
2 parents b7e3903 + a351995 commit bf0a6d1

3 files changed

Lines changed: 115 additions & 1 deletion

File tree

src/images/pipeline.png

-1020 KB
Binary file not shown.

src/images/pipeline.svg

Lines changed: 114 additions & 0 deletions
Loading

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**DataJoint** implements the [Relational Workflow Model](explanation/relational-workflow-model.md)—a data model where your database schema defines an executable data pipeline. Tables represent workflow steps, foreign keys encode dependencies, and the system handles job management, parallel execution, and provenance tracking. [Object storage](explanation/data-pipelines.md#object-augmented-schemas) integration enables seamless handling of large scientific data.
1111

12-
![pipeline](images/pipeline.png){: style="height:300px;"}
12+
![pipeline](images/pipeline.svg){: style="width:100%;max-width:1100px;"}
1313

1414
<div class="grid cards" markdown>
1515

0 commit comments

Comments
 (0)