Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: DataJoint Contribution Guideline
url: https://docs.datajoint.org/python/community/02-Contribute.html
url: https://docs.datajoint.com/about/contribute/
about: Please make sure to review the DataJoint Contribution Guidelines
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Contribution Guidelines

This project follows the
[DataJoint Contribution Guidelines](https://datajoint.com/docs/about/contribute/).
[DataJoint Contribution Guidelines](https://docs.datajoint.com/about/contribute/).
Please reference the link for more full details.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DataJoint Elements collectively standardize and automate data collection and ana

![pipeline](https://raw.githubusercontent.com/datajoint/element-facemap/main/images/pipeline_facemap_inference.svg)

+ 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/)
+ 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/)

## Getting Started

Expand All @@ -32,7 +32,7 @@ DataJoint Elements collectively standardize and automate data collection and ana

+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/element-facemap#interactive-tutorial)

+ [Documentation](https://datajoint.com/docs/elements/element-facemap)
+ [Documentation](https://docs.datajoint.com/elements/element-facemap/)

## Support

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ---------------------- PROJECT SPECIFIC ---------------------------

site_name: DataJoint Documentation
site_url: http://localhost/docs/element/element-facemap
site_url: https://docs.datajoint.com/elements/element-facemap/
repo_url: https://github.com/datajoint/element-facemap
repo_name: datajoint/element-facemap
nav:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/.overrides/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{#-
Add DataJoint home link to navigation header, otherwise unchanged
-#}
<a href="https://datajoint.com/docs/elements/" title="DataJoint Elements">
<a href="https://docs.datajoint.com/elements/" title="DataJoint Elements">
⬅ Home
</a>
</label>
Expand Down
10 changes: 5 additions & 5 deletions docs/src/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The element is composed of two main schemas, `facial_behavior_estimation` and `f

### `lab` schema

- For further details see the [lab schema API docs](https://datajoint.com/docs/elements/element-lab/latest/api/element_lab/lab/)
- For further details see the [lab schema API docs](https://docs.datajoint.com/elements/element-lab/latest/api/element_lab/lab/)

| Table | Description |
| --- | --- |
Expand All @@ -36,23 +36,23 @@ The element is composed of two main schemas, `facial_behavior_estimation` and `f
- Although not required, most choose to connect the `Session` table to a `Subject`
table.

- For further details see the [subject schema API docs](https://datajoint.com/docs/elements/element-animal/latest/api/element_animal/subject/)
- For further details see the [subject schema API docs](https://docs.datajoint.com/elements/element-animal/latest/api/element_animal/subject/)

| Table | Description |
| --- | --- |
| Subject | Basic information of the research subject. |

### `session` schema

- For further details see the [session schema API docs](https://datajoint.com/docs/elements/element-session/latest/api/element_session/session_with_datetime/)
- For further details see the [session schema API docs](https://docs.datajoint.com/elements/element-session/latest/api/element_session/session_with_datetime/)

| Table | Description |
| --- | --- |
| Session | Unique experimental session identifier. |

### `facial_behavior_estimation` schema

- 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/)
- 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/)

| Table | Description |
| --- | --- |
Expand All @@ -68,7 +68,7 @@ The element is composed of two main schemas, `facial_behavior_estimation` and `f

### `facemap_inference` schema

- For further details see the [facemap_inference schema API docs](https://datajoint.com/docs/elements/element-facemap/latest/api/element_facemap/facemap_inference/)
- For further details see the [facemap_inference schema API docs](https://docs.datajoint.com/elements/element-facemap/latest/api/element_facemap/facemap_inference/)

| Table | Description |
| --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
+ The Element Facemap described above can be modified for a user's specific experimental requirements and thereby used in active projects.

+ The GitHub Codespace and Dev Container is configured for tutorials and prototyping.
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.
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.