You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ We have designed two variations of the pipeline for different use cases. Displayed above is the pipeline for the `facemap_inference` schema. Details on the pipeline for `facial_behavior_estimation` can be found in the [Data Pipeline](https://datajoint.com/docs/elements/element-facemap/latest/pipeline/)
15
+
+ We have designed two variations of the pipeline for different use cases. Displayed above is the pipeline for the `facemap_inference` schema. Details on the pipeline for `facial_behavior_estimation` can be found in the [Data Pipeline](https://docs.datajoint.com/elements/element-facemap/latest/pipeline/)
16
16
17
17
## Getting Started
18
18
@@ -32,7 +32,7 @@ DataJoint Elements collectively standardize and automate data collection and ana
32
32
33
33
+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/element-facemap#interactive-tutorial)
Copy file name to clipboardExpand all lines: docs/src/pipeline.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The element is composed of two main schemas, `facial_behavior_estimation` and `f
25
25
26
26
### `lab` schema
27
27
28
-
- For further details see the [lab schema API docs](https://datajoint.com/docs/elements/element-lab/latest/api/element_lab/lab/)
28
+
- For further details see the [lab schema API docs](https://docs.datajoint.com/elements/element-lab/latest/api/element_lab/lab/)
29
29
30
30
| Table | Description |
31
31
| --- | --- |
@@ -36,23 +36,23 @@ The element is composed of two main schemas, `facial_behavior_estimation` and `f
36
36
- Although not required, most choose to connect the `Session` table to a `Subject`
37
37
table.
38
38
39
-
- For further details see the [subject schema API docs](https://datajoint.com/docs/elements/element-animal/latest/api/element_animal/subject/)
39
+
- For further details see the [subject schema API docs](https://docs.datajoint.com/elements/element-animal/latest/api/element_animal/subject/)
40
40
41
41
| Table | Description |
42
42
| --- | --- |
43
43
| Subject | Basic information of the research subject. |
44
44
45
45
### `session` schema
46
46
47
-
- For further details see the [session schema API docs](https://datajoint.com/docs/elements/element-session/latest/api/element_session/session_with_datetime/)
47
+
- For further details see the [session schema API docs](https://docs.datajoint.com/elements/element-session/latest/api/element_session/session_with_datetime/)
- For further details see the [facial_behavior_estimation schema API docs](https://datajoint.com/docs/elements/element-facemap/latest/api/element_facemap/facial_behavior_estimation/)
55
+
- For further details see the [facial_behavior_estimation schema API docs](https://docs.datajoint.com/elements/element-facemap/latest/api/element_facemap/facial_behavior_estimation/)
56
56
57
57
| Table | Description |
58
58
| --- | --- |
@@ -68,7 +68,7 @@ The element is composed of two main schemas, `facial_behavior_estimation` and `f
68
68
69
69
### `facemap_inference` schema
70
70
71
-
- For further details see the [facemap_inference schema API docs](https://datajoint.com/docs/elements/element-facemap/latest/api/element_facemap/facemap_inference/)
71
+
- For further details see the [facemap_inference schema API docs](https://docs.datajoint.com/elements/element-facemap/latest/api/element_facemap/facemap_inference/)
Copy file name to clipboardExpand all lines: docs/src/tutorials/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,5 @@
10
10
+ The Element Facemap described above can be modified for a user's specific experimental requirements and thereby used in active projects.
11
11
12
12
+ The GitHub Codespace and Dev Container is configured for tutorials and prototyping.
13
-
We recommend users to configure a database specifically for production pipelines. Instructions for a local installation of the integrated development environment with a database can be found on the [User Guide](https://datajoint.com/docs/elements/user-guide/) page.
13
+
We recommend users to configure a database specifically for production pipelines. Instructions for a local installation of the integrated development environment with a database can be found on the [User Guide](https://docs.datajoint.com/elements/user-guide/) page.
0 commit comments