Skip to content
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

Update Assay.yaml #376

Merged
merged 2 commits into from
Dec 5, 2023
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
15 changes: 15 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4669,6 +4669,8 @@
"@id" : "bts:Skindex-16"
}, {
"@id" : "bts:multi-electrodearray"
}, {
"@id" : "bts:nanoparticletrackinganalysis"
}, {
"@id" : "bts:n-backtask"
}, {
Expand Down Expand Up @@ -5004,6 +5006,8 @@
"@id" : "bts:Skindex-16"
}, {
"@id" : "bts:multi-electrodearray"
}, {
"@id" : "bts:nanoparticletrackinganalysis"
}, {
"@id" : "bts:n-backtask"
}, {
Expand Down Expand Up @@ -8941,6 +8945,17 @@
},
"sms:displayName" : "University of Texas M. D. Anderson Cancer Center",
"sms:required" : "sms:false"
}, {
"@id" : "bts:nanoparticletrackinganalysis",
"@type" : "rdfs:Class",
"rdfs:comment" : "TBD",
"rdfs:label" : "nanoparticletrackinganalysis",
"rdfs:subClassOf" : [ ],
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:displayName" : "nanoparticle tracking analysis",
"sms:required" : "sms:false"
}, {
"@id" : "bts:UniversityofKentucky",
"@type" : "rdfs:Class",
Expand Down
3 changes: 3 additions & 0 deletions modules/Assay/Assay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ enums:
Cells, such as cardiomyocytes or neurons, which are electrically active, can be cultured over the electrodes creating a cohesive network.
The functional behavior or electrical activity of this network can be recorded.
source: https://www.axionbiosystems.com/multielectrode-array
nanoparticle tracking analysis:
description: Particle sizing technique based on Brownian motion and scattered light.
meaning: http://purl.enanomapper.org/onto/ENM_0000065
n-back task:
description: A task in which items (e.g., letters) are presented one at a time and participants must identify each item that repeats relative to the item that occurred "n" items before its onset.
meaning: https://www.cognitiveatlas.org/task/id/tsk_4a57abb949bcd/
Expand Down