-
Notifications
You must be signed in to change notification settings - Fork 188
[ENH] Additional age related columns for participants.tsv file to cover animal data #1839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 9 commits
eebdb15
e6f4325
793a6d8
95804e4
2f6531b
bb04dc4
8612a98
cfca31d
c558d50
ae2ecab
5135dd4
edbd4b5
f9e5f68
1ad25d4
33895b0
30f6ec0
86ffb22
e7c02b2
f0547cd
9aedef1
761dd5d
46cdce4
31a72fc
13bbb47
b7cbbb9
00fb641
66b6db0
0954ee5
b80dbbb
193d498
6a3d382
f6c4648
d3a22a7
fc20daf
e784589
e3e0349
31a9cfb
9efd17c
fdc1cc7
1e775de
ae7b7cf
28a064f
7437e04
5610b3d
d39b191
e0aea95
3d955e9
478ccc7
a7a31a3
a308042
285931c
332fd0b
20d1230
bb3513c
b6a5b37
c739904
43c52fc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,44 @@ age: | |
for privacy purposes. | ||
type: number | ||
unit: year | ||
life_cycle_stage: | ||
name: life cycle stage | ||
display_name: life cycle stage | ||
description: | | ||
A non-numeric life cycle stage (e.g., 'adult stage'), inspired by the | ||
[UBERON life cycle stage](http://purl.obolibrary.org/obo/UBERON_0000105). | ||
ree-gupta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
type: string | ||
enum: | ||
- $ref: objects.enums.adolescent.value | ||
- $ref: objects.enums.adult.value | ||
- $ref: objects.enums.embryo.value | ||
ree-gupta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- $ref: objects.enums.infant.value | ||
- $ref: objects.enums.juvenile.value | ||
- $ref: objects.enums.late_adult.value | ||
- $ref: objects.enums.neonate.value | ||
- $ref: objects.enums.perinatal.value | ||
ree-gupta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- $ref: objects.enums.prime_adult.value | ||
- $ref: objects.enums.young_adult.value | ||
age_reference: | ||
name: age reference | ||
display_name: age reference | ||
description: | | ||
Non-numeric life cycle point of an organism that serves as reference for | ||
the numeric age information. | ||
ree-gupta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
type: string | ||
enum: | ||
- $ref: objects.enums.start_of_embryo_stage.value | ||
- $ref: objects.enums.start_of_gestational_stage.value | ||
- $ref: objects.enums.start_of_neonate_stage.value | ||
- $ref: objects.enums.end_of_adult_stage.value | ||
ree-gupta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
birthdate: | ||
name: birthdate | ||
display_name: birthdate | ||
description: | | ||
Date of birth (start point of the neonate stage) of the subject. Datetime format. | ||
Should not be provided or anonymized for human subjects. | ||
ree-gupta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
type: string | ||
format: datetime | ||
|
||
cardiac: | ||
name: cardiac | ||
display_name: Cardiac measurement | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. birth, fertilization and gestation deleted from the enums |
Uh oh!
There was an error while loading. Please reload this page.