Skip to content

Commit 8571e66

Browse files
Merge pull request #55 from kabilar/main
Refactor layout
2 parents b5600dc + a8df34b commit 8571e66

22 files changed

+225
-210
lines changed

mkdocs.yaml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repo_url: https://github.com/datajoint-company/datajoint-docs
77
nav:
88
- Welcome: index.md
99
- DataJoint Python: core/datajoint-python/
10-
- Elements:
10+
- DataJoint Elements:
1111
- elements/index.md
1212
- Concepts: elements/concepts.md
1313
- User Guide: elements/user-guide.md
@@ -21,22 +21,24 @@ nav:
2121
- Dissemination: elements/management/dissemination.md
2222
- Adoption: elements/management/adoption.md
2323
- Additional Resources: additional-resources.md
24-
- Projects: projects.md
25-
- Publications: publications.md
26-
- Citation: citation.md
27-
- Community:
28-
- Support: community/support.md
29-
- Events: community/events.md
30-
- Contribute: community/contribute.md
31-
- Licenses: community/licenses.md
32-
- Team: community/team.md
33-
- History: community/history.md
34-
- Partnership - DANDI: community/partnership-dandi.md
35-
- Partnership - Facemap: community/partnership-facemap.md
36-
- Partnership - INCF: community/partnership-incf.md
37-
- Partnership - NWB: community/partnership-nwb.md
38-
- Partnership - Open Ephys GUI: community/partnership-openephysgui.md
39-
- Partnership - Suite2p: community/partnership-suite2p.md
24+
- Project Showcase:
25+
- projects/index.md
26+
- Catalog: https://catalog.datajoint.io
27+
- Teams: projects/teams.md
28+
- Publications: projects/publications.md
29+
- Support & Events: support-events.md
30+
- Partnerships:
31+
- DANDI: partnerships/dandi.md
32+
- Facemap: partnerships/facemap.md
33+
- INCF: partnerships/incf.md
34+
- NWB: partnerships/nwb.md
35+
- Open Ephys GUI: partnerships/openephysgui.md
36+
- Suite2p: partnerships/suite2p.md
37+
- About:
38+
- History: about/history.md
39+
- Team: about/datajoint-team.md
40+
- Citation Guidelines: about/citation.md
41+
- Contribution Guidelines: about/contribute.md
4042

4143
# ---------------------------- STANDARD -----------------------------
4244

src/about/citation.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Citation Guidelines
2+
3+
If your work uses the DataJoint Python, MATLAB, or Elements, please cite the
4+
respective manuscripts and Research Resource Identifiers (RRIDs).
5+
6+
## DataJoint Python and MATLAB
7+
8+
- Yatsenko D, Reimer J, Ecker AS, Walker EY, Sinz F, Berens P, Hoenselaar A, Cotton
9+
RJ, Siapas AS, Tolias AS. DataJoint: managing big scientific data using MATLAB or
10+
Python. bioRxiv. 2015 Jan 1:031658. doi: https://doi.org/10.1101/031658
11+
12+
- [RRID:SCR_014543](https://scicrunch.org/resolver/SCR_014543)
13+
14+
## DataJoint Relational Model
15+
16+
- Yatsenko D, Walker EY, Tolias AS. DataJoint: a simpler relational data model.
17+
arXiv:1807.11104. 2018 Jul 29. doi: https://doi.org/10.48550/arXiv.1807.11104
18+
19+
- [RRID:SCR_014543](https://scicrunch.org/resolver/SCR_014543)
20+
21+
## DataJoint Elements
22+
23+
- Yatsenko D, Nguyen T, Shen S, Gunalan K, Turner CA, Guzman R, Sasaki M, Sitonic D,
24+
Reimer J, Walker EY, Tolias AS. DataJoint Elements: Data Workflows for
25+
Neurophysiology. bioRxiv. 2021 Jan 1. doi: https://doi.org/10.1101/2021.03.30.437358
26+
27+
- [RRID:SCR_021894](https://scicrunch.org/resolver/SCR_021894)
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ The first-person pronouns "we" and "our" in these documents refer to those liste
4444

4545
The principal components of the Resource are developed and distributed as open-source
4646
projects and external contributions are welcome. We have adopted a
47-
[Contribution Guide](.contribute) for DataJoint, DataJoint Elements,
47+
[Contribution Guide](contribute.md) for DataJoint, DataJoint Elements,
4848
and related open-source tools.
File renamed without changes.

src/additional-resources.md

Lines changed: 59 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,52 @@
22

33
A collection of additional open-source tools for building and operating scientific data pipelines.
44

5-
## API
5+
## APIs
66

77
<div class="grid cards" markdown>
88

9-
- :fontawesome-brands-java:{ .lg .middle } **DataJoint for MATLAB**
9+
- :fontawesome-brands-java:{ .lg .middle } **DataJoint MATLAB**
1010

1111
---
1212

1313
A MATLAB client for defining, operating, and querying data pipelines.
1414

15-
:octicons-arrow-right-24: [Legacy docs](https://docs.datajoint.org/matlab/) | [Source code](https://github.com/datajoint/datajoint-matlab)
15+
:octicons-arrow-right-24: [Legacy docs](https://docs.datajoint.org/matlab/) |
16+
[Source code](https://github.com/datajoint/datajoint-matlab)
1617

17-
- :fontawesome-solid-flask:{ .lg .middle } **Pharus**
18+
- :fontawesome-solid-flask:{ .lg .middle } **DataJoint Pharus**
1819

1920
---
2021

2122
A REST API server for interacting with DataJoint pipelines.
2223

23-
:octicons-arrow-right-24: [Legacy docs](https://datajoint.github.io/pharus/) | [Source code](https://github.com/datajoint/pharus/)
24+
:octicons-arrow-right-24: [Legacy docs](https://datajoint.com/docs/core/pharus) |
25+
[Source code](https://github.com/datajoint/pharus/)
2426

2527
</div>
2628

2729
## Web Applications
2830

2931
<div class="grid cards" markdown>
3032

31-
- :fontawesome-brands-chrome:{ .lg .middle } **LabBook**
33+
- :fontawesome-brands-chrome:{ .lg .middle } **DataJoint LabBook**
3234

3335
---
3436

3537
A browser-based graphical user interface for data entry and navigation.
3638

37-
:octicons-arrow-right-24: [Legacy docs](https://datajoint.github.io/datajoint-labbook/) | [Source code](https://github.com/datajoint/datajoint-labbook/)
39+
:octicons-arrow-right-24: [Legacy
40+
docs](https://datajoint.com/docs/core/datajoint-labbook/) |
41+
[Source code](https://github.com/datajoint/datajoint-labbook/)
3842

39-
- :fontawesome-brands-chrome:{ .lg .middle } **SciViz**
43+
- :fontawesome-brands-chrome:{ .lg .middle } **DataJoint SciViz**
4044

4145
---
4246

4347
A framework for making low-code web apps for data visualization.
4448

45-
:octicons-arrow-right-24: [Legacy docs](https://datajoint.com/docs/core/sci-viz/) | [Source code](https://github.com/datajoint/sci-viz)
49+
:octicons-arrow-right-24: [Legacy docs](https://datajoint.com/docs/core/sci-viz/) |
50+
[Source code](https://github.com/datajoint/sci-viz)
4651

4752
</div>
4853

@@ -68,49 +73,79 @@ graph
6873
```
6974
<div class="grid cards" markdown>
7075

71-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/mysql**](https://hub.docker.com/r/datajoint/mysql)
76+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/mysql**
7277

7378
---
74-
MySQL server pre-configured to work smoothly with DataJoint.
79+
MySQL server configured to work with DataJoint.
7580

76-
:octicons-arrow-right-24: [Legacy docs](https://github.com/datajoint/mysql-docker#mysql-for-datajoint).
81+
:octicons-arrow-right-24: [Docker
82+
image](https://hub.docker.com/r/datajoint/mysql) |
83+
[Source code](https://github.com/datajoint/mysql-docker)
7784

78-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/miniconda3**](https://hub.docker.com/r/datajoint/miniconda3)
85+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/miniconda3**
7986

8087
---
8188

82-
A minimal Python image with [conda](https://docs.conda.io/en/latest/).
89+
Minimal Python Docker image with [conda](https://docs.conda.io/en/latest/).
8390

84-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/djbase**](https://hub.docker.com/r/datajoint/djbase)
91+
:octicons-arrow-right-24: [Docker
92+
image](https://hub.docker.com/r/datajoint/miniconda3) |
93+
[Legacy docs](https://datajoint.github.io/miniconda3-docker/) |
94+
[Source code](https://github.com/datajoint/miniconda3-docker)
95+
96+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/djbase**
8597

8698
---
8799

88-
A minimal base docker image with DataJoint Python dependencies installed.
100+
Minimal base Docker image with DataJoint Python dependencies installed.
101+
102+
:octicons-arrow-right-24: [Docker
103+
image](https://hub.docker.com/r/datajoint/djbase) |
104+
[Legacy docs](https://datajoint.github.io/djbase-docker/) |
105+
[Source code](https://github.com/datajoint/djbase-docker)
89106

90-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/djtest**](https://hub.docker.com/r/datajoint/djtest)
107+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/djtest**
91108

92109
---
93110

94-
A docker image for running tests related to DataJoint Python.
111+
Docker image for running tests related to DataJoint Python.
112+
113+
:octicons-arrow-right-24: [Docker
114+
image](https://hub.docker.com/r/datajoint/djtest) |
115+
[Legacy docs](https://datajoint.github.io/djtest-docker/) |
116+
[Source code](https://github.com/datajoint/djtest-docker)
95117

96-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/datajoint**](https://hub.docker.com/r/datajoint/datajoint)
118+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/datajoint**
97119

98120
---
99121

100122
Official DataJoint Docker image.
101123

102-
:octicons-arrow-right-24: [Legacy docs](https://docs.datajoint.org/python/).
124+
:octicons-arrow-right-24: [Docker
125+
image](https://hub.docker.com/r/datajoint/datajoint) |
126+
[Source code](https://github.com/datajoint/datajoint-python)
103127

104-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/djlab**](https://hub.docker.com/r/datajoint/djlab)
128+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/djlab**
105129

106130
---
107131

108-
A docker image optimized for running a JupyterLab environment with DataJoint Python.
132+
Docker image optimized for running a JupyterLab environment with DataJoint Python.
109133

110-
- :fontawesome-brands-docker:{ .lg .middle } [**datajoint/djlabhub**](https://hub.docker.com/r/datajoint/djlabhub)
134+
:octicons-arrow-right-24: [Docker
135+
image](https://hub.docker.com/r/datajoint/djlab) |
136+
[Legacy docs](https://datajoint.github.io/djlab-docker/) |
137+
[Source code](https://github.com/datajoint/djlab-docker)
138+
139+
- :fontawesome-brands-docker:{ .lg .middle } **datajoint/djlabhub**
111140

112141
---
113142

114-
A docker image optimized for deploying to JupyterHub a JupyterLab environment with DataJoint Python.
143+
Docker image optimized for deploying to JupyterHub a JupyterLab environment with
144+
DataJoint Python.
145+
146+
:octicons-arrow-right-24: [Docker
147+
image](https://hub.docker.com/r/datajoint/djlabhub) |
148+
[Legacy docs](https://datajoint.github.io/djlabhub-docker/) |
149+
[Source code](https://github.com/datajoint/djlabhub-docker)
115150

116151
</div>

src/citation.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/community/events.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/community/licenses.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/community/support.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)